summaryrefslogtreecommitdiffstats
path: root/bugzilla.py
Commit message (Expand)AuthorAgeFilesLines
* remove #! line - this is a library, not an executable scriptWill Woods2007-12-111-1/+0
* Squash a couple of bugslmacken@redhat.com2007-11-051-2/+2
* Handle missing getBugFields more gracefullyWill Woods2007-09-191-2/+14
* Add some logging, fix some commentsWill Woods2007-09-191-1/+1
* commentary, clean up Bug.__getattr__ a bitWill Woods2007-09-181-5/+9
* fix up bugfields() method signature, add commentsWill Woods2007-09-181-7/+2
* add getbugfieldsWill Woods2007-09-181-11/+26
* fix createbug, add url, __repr__, and addcomment to BugWill Woods2007-09-181-2/+16
* make createbug return a Bug object. Add yet more comments.Will Woods2007-09-181-3/+12
* move setassignee to the Bug objectWill Woods2007-09-181-18/+17
* move check code to setassignee, add docsWill Woods2007-09-181-7/+18
* implement _setassigneeWill Woods2007-09-181-2/+8
* added getcomponentsdetails to _get_infoWill Woods2007-09-181-5/+4
* add createbug(), comment on _querydataWill Woods2007-09-171-4/+88
* add componentsdetails methodsWill Woods2007-09-171-3/+33
* make readcookie publicWill Woods2007-09-141-2/+2
* Dunno what I was thinking with __getattr__ and method calls. Thanks to ivazqu...Will Woods2007-09-141-3/+1
* tweak simplequeryWill Woods2007-09-131-1/+1
* change query_comments to simplequeryWill Woods2007-09-131-1/+1
* add helpful updatecc commentWill Woods2007-09-131-0/+1
* More multicall cleanupsWill Woods2007-09-131-33/+32
* Add fancy (and probably stupid) multicall interface, implement _updateccWill Woods2007-09-131-29/+56
* Use tuples instead of dicts in multicalls (mostly for style reasons)Will Woods2007-09-131-4/+4
* ditch getbugfull, add getbugsimple - getbug defaults to full now.Will Woods2007-09-131-17/+16
* Implement _setstatus, change other bug modifiers to use _-prefixWill Woods2007-09-131-10/+22
* add comments, rename _getqueryinfo to getqueryinfo, remove bug.refreshattr an...Will Woods2007-09-131-18/+48
* 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