summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* style cleanupHEADmasterJon Stanley2008-10-132-3/+3
* added addUser() methodJon Stanley2008-10-132-0/+13
* fix my cleanups of --oneline outputWill Woods2008-10-131-2/+2
* clean up dzickus' --oneline patchWill Woods2008-10-131-17/+18
* Merge branch 'master' of ssh://git.fedorahosted.org/git/python-bugzillaWill Woods2008-10-131-1/+1
|\
| * Fix --full output for BZ3 - patch from Don ZickusWill Woods2008-10-131-1/+1
* | Add new output option --oneline for quick bz summaryDon Zickus2008-10-131-0/+18
|/
* Add updateperms(). Patch courtesy of Jon Stanley.Will Woods2008-10-092-0/+17
* Drop spurious definitions of functions that just raise NotImplementedError - ...Will Woods2008-10-081-28/+0
* Get ready for rc3 - add man pageWill Woods2008-09-193-2/+3
* 0.4-rc2Will Woods2008-09-181-1/+1
* Auto-generated manpageWill Woods2008-09-181-40/+143
* Add code to auto-generate manpageWill Woods2008-09-181-2/+66
* Small note about incomplete manpageWill Woods2008-09-181-0/+1
* Comment-only update - remove alias info in createbug(), to discourage use of ...Will Woods2008-09-101-5/+1
* Update docs a littleWill Woods2008-09-102-9/+8
* Fix attachfile - thanks clumensWill Woods2008-09-101-1/+1
* Explicitly refresh bug data after creating a new bugWill Woods2008-09-091-0/+1
* Fix createbug_required for bz32Will Woods2008-09-091-0/+1
* Update docstring to better reflect upstream bugzilla, and add code to fix up ...Will Woods2008-09-091-60/+80
* 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