summaryrefslogtreecommitdiffstats
path: root/bugzilla/rhbugzilla.py
Commit message (Expand)AuthorAgeFilesLines
* Fix up _updatecc - change the action param to match other methods and impleme...Will Woods2008-08-181-1/+6
* Modify _updatedeps slightly (it wasn't being used by anything anyway) and imp...Will Woods2008-08-151-4/+22
* Move multicall methods into rhbugzilla, since normal bugzilla instances don't...Will Woods2008-08-081-0/+22
* Add disconnect() and logout() methodsWill Woods2008-08-051-0/+7
* Explicitly mark methods unsupported by bugzilla3.0. Change the format of the ...Will Woods2008-06-101-1/+15
* stop sending passwords with rhbugzilla requests - rely on the login() cookie ...Will Woods2008-06-101-20/+20
* Fix cookie handling for bugzilla installations not on root of host, add some ...Will Woods2008-06-061-2/+7
* Woo doggies a big chunk of abstractification.Will Woods2008-03-251-0/+189