summaryrefslogtreecommitdiffstats
path: root/bugzilla/base.py
Commit message (Expand)AuthorAgeFilesLines
* 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-181-2/+4
* Modify _updatedeps slightly (it wasn't being used by anything anyway) and imp...Will Woods2008-08-151-3/+4
* Let's not skip version 0.4 just yet.Will Woods2008-08-151-1/+1
* Move multicall methods into rhbugzilla, since normal bugzilla instances don't...Will Woods2008-08-081-22/+8
* Add disconnect() and logout() methodsWill Woods2008-08-051-16/+43
* 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-101-1/+18
* stop sending passwords with rhbugzilla requests - rely on the login() cookie ...Will Woods2008-06-101-2/+15
* .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-061-12/+34
* 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-251-0/+4
* Woo doggies a big chunk of abstractification.Will Woods2008-03-251-0/+843