summaryrefslogtreecommitdiffstats
path: root/bugzilla.py
Commit message (Expand)AuthorAgeFilesLines
* more comments/documentationWill Woods2007-09-121-1/+12
* fix refreshattrWill Woods2007-09-121-5/+1
* code cleanupWill Woods2007-09-121-9/+9
* rename Bug.tags() back to Bug.gettags()Will Woods2007-09-121-1/+1
* add _getbugsfull, clean up getbugs and query a bitWill Woods2007-09-121-12/+26
* Add multicall methods _getbugs and _get_info; fix typo in getbugWill Woods2007-09-121-1/+42
* be a bit clearer about getbug/getbugfullWill Woods2007-09-061-17/+13
* make query() and getbug() return Bugs, adapt selftest.pyWill Woods2007-09-061-7/+34
* add Bug object, which has methods for modifying bugsWill Woods2007-09-061-12/+112
* rework "components" and "products" a bit to do caching, move code around, add...Will Woods2007-09-061-54/+97
* Add openattachment and attachfileWill Woods2007-09-061-4/+73
* minor doc/comment cleanupsWill Woods2007-09-051-3/+2
* explain how query() works betterWill Woods2007-09-051-2/+14
* add querydata, querydefaults, and query; slight fixup for CookieTransportWill Woods2007-09-051-2/+48
* add TODO commentWill Woods2007-09-041-0/+1
* useful comment about cookies v. login/passwordWill Woods2007-08-301-0/+4
* remove selftest codeWill Woods2007-08-301-31/+0
* initial importWill Woods2007-08-301-0/+199