summaryrefslogtreecommitdiffstats
path: root/bugzilla
Commit message (Expand)AuthorAgeFilesLines
* Comment cleanupsWill Woods2008-08-181-1/+5
* Fix syntax errorWill Woods2008-08-181-1/+1
* 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
* 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
* 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-051-13/+29
* comment changes, remove unneeded extra Bugzilla objectWill Woods2008-07-141-8/+4
* Explicitly mark methods unsupported by bugzilla3.0. Change the format of the ...Will Woods2008-06-103-20/+48
* stop sending passwords with rhbugzilla requests - rely on the login() cookie ...Will Woods2008-06-103-37/+43
* .bugzillarc support, small fix for bugzilla3 compatibilityWill Woods2008-06-091-13/+45
* Begin adding .bugzillarc supportWill Woods2008-06-061-1/+17
* remove broken cookiefile junk, add more debuggingWill Woods2008-06-061-11/+9
* Fix cookie handling for bugzilla installations not on root of host, add some ...Will Woods2008-06-063-17/+53
* Add some loggingWill Woods2008-06-051-0/+3
* Comment changesWill Woods2008-06-051-1/+1
* Quietly fixup missing bug_file_locWill Woods2008-06-051-1/+4
* Fix inconsistent commentWill Woods2008-05-161-1/+1
* Add comment for laterWill Woods2008-03-261-0/+4
* Improve Bugzilla3 class - getbug() works now! I think!Will Woods2008-03-252-4/+29
* Woo doggies a big chunk of abstractification.Will Woods2008-03-255-302/+1266
* add --reporter flag and --status alias to queryWill Woods2008-02-181-3/+6
* bump versions for releaseWill Woods2008-01-121-1/+1
* Handle missing bugs better when modifyingWill Woods2008-01-041-1/+5
* Simplify "modify" code blockWill Woods2008-01-031-17/+7
* reminder comment about multicall modifyWill Woods2008-01-031-0/+1
* initial "modify" support - you can close and comment on bugs. whee!Will Woods2008-01-031-6/+24
* syntax problem with help option. whoops.Will Woods2007-12-171-1/+1
* duh, close needs a resolutionWill Woods2007-12-121-2/+4
* more work on modify, fix optparsingWill Woods2007-12-121-0/+14
* fix up option parsing a bit, and add beginnings of modify commandWill Woods2007-12-121-24/+31
* add --blocked and --dependsonWill Woods2007-10-021-2/+13
* do parser.error if missing required arguments to newWill Woods2007-09-191-3/+7
* share output code between "query" and "new"Will Woods2007-09-191-22/+28
* add "new" action to CLIWill Woods2007-09-191-2/+38
* Add some logging, fix some commentsWill Woods2007-09-191-7/+24