summaryrefslogtreecommitdiffstats
path: root/bugzilla.py
Commit message (Expand)AuthorAgeFilesLines
* 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