summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cookielib won't read empty files - let it write the empty cookiefile itselfWill Woods2008-09-041-3/+2
* change version number so we can release 0.4-rc1Will Woods2008-09-041-1/+1
* Update TODOWill Woods2008-09-041-4/+10
* Merge from abstractify branchWill Woods2008-09-0412-414/+1367
|\
| * Add comments, raise exception if Bugzilla class autodetection failsWill Woods2008-09-043-5/+8
| * Create cookiefile with 0600 permsWill Woods2008-09-041-0/+6
| * Forgot xmlrpclib importWill Woods2008-08-261-1/+1
| * move "import copy" along with multicall methodsWill Woods2008-08-262-1/+2
| * Attempt to support multicall _getbugs in RHBugzilla3Will Woods2008-08-261-3/+28
| * Move multicall methods to RHBugzilla, since they're RH-specificWill Woods2008-08-262-62/+65
| * Fix version/useragent for RHBugzillaWill Woods2008-08-261-5/+6
| * Update commentsWill Woods2008-08-261-9/+7
| * More useful debugging infoWill Woods2008-08-251-4/+7
| * Handle ^C a little more cleanlyWill Woods2008-08-251-1/+8
| * Comment cleanups and extra debugging infoWill Woods2008-08-253-5/+8
| * replace_getbug_errors_with_None moved to bugzilla.base - fix callWill Woods2008-08-221-2/+2
| * minor comment tweakWill Woods2008-08-191-1/+1
| * Prefer RHBugzilla3 over RHBugzillaWill Woods2008-08-191-1/+4
| * Move bugzilla3.RHBugzilla32 to rhbugzilla.RHBugzilla3, and import that in top...Will Woods2008-08-193-149/+151
| * comment cleanupsWill Woods2008-08-182-1/+3
| * cleanups - remove unsupported methods, update commentsWill Woods2008-08-181-34/+11
| * Comment cleanupsWill Woods2008-08-181-1/+5
| * Fix syntax errorWill Woods2008-08-181-1/+1
| * update TODOWill Woods2008-08-181-2/+4
| * Fix possible string formatting bugWill Woods2008-08-181-1/+2
| * Add addcc/deletecc to Bug objectWill Woods2008-08-181-0/+8
| * Fix up _updatecc - change the action param to match other methods and impleme...Will Woods2008-08-183-5/+26
| * finish _updatewhiteboardWill Woods2008-08-151-1/+8
| * clean up update_bug callsWill Woods2008-08-151-5/+7
| * Partial implementation of _updatewhiteboardWill Woods2008-08-151-3/+15
| * Add RHBugzilla32 class and shuffle methods around - API docs say that most of...Will Woods2008-08-151-20/+36
| * Fix typo in _setassigneeWill Woods2008-08-151-1/+1
| * Modify _updatedeps slightly (it wasn't being used by anything anyway) and imp...Will Woods2008-08-153-12/+37
| * Let's not skip version 0.4 just yet.Will Woods2008-08-151-1/+1
| * Remove unneccesary comments/docstrings on unimplemented methodsWill Woods2008-08-151-104/+1
| * Add _update_bugs, implement most of the backend calls for BZ32, add stubs for...Will Woods2008-08-151-4/+132
| * Fix up _getbugssimpleWill Woods2008-08-081-4/+4
| * Move multicall methods into rhbugzilla, since normal bugzilla instances don't...Will Woods2008-08-082-22/+30
| * bump version number, improve login actionWill Woods2008-08-051-5/+24
| * Add disconnect() and logout() methodsWill Woods2008-08-052-16/+50
| * Use Bugzilla32 where applicableWill Woods2008-08-051-8/+21
| * Add _logout method, initial Bugzilla32 classWill Woods2008-08-051-5/+20
| * API reminderWill Woods2008-08-051-0/+2
| * forgot to bring back --cookiefileWill Woods2008-08-051-0/+2
| * Fix syntax error typoWill Woods2008-08-051-1/+1
| * Add login command and python-bugzilla-specific cookie file. Based on a patch ...Will Woods2008-08-052-17/+44
| * add TODO reminder about bz 3.2Will Woods2008-07-141-0/+1
| * Merge branch 'abstractify' of ssh://git.fedorahosted.org/git/python-bugzilla ...Will Woods2008-07-141-0/+2
| |\
| | * todos for man pagesWill Woods2008-06-211-0/+2
| * | comment changes, remove unneeded extra Bugzilla objectWill Woods2008-07-141-8/+4
| |/