summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Add some usage info, "info -v", and "query -s" commandsWill Woods2007-09-161-13/+38
|
* bugfixesWill Woods2007-09-161-3/+3
|
* add some commentsWill Woods2007-09-141-1/+8
|
* rough first draft of bugzilla commandline toolWill Woods2007-09-142-0/+115
|
* make readcookie publicWill Woods2007-09-141-2/+2
|
* Add distutils stuffWill Woods2007-09-142-0/+13
|
* Dunno what I was thinking with __getattr__ and method calls. Thanks to ↵Will Woods2007-09-141-3/+1
| | | | ivazquez for confirming.
* typo fixWill Woods2007-09-131-1/+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-132-31/+63
|
* Use tuples instead of dicts in multicalls (mostly for style reasons)Will Woods2007-09-131-4/+4
|
* add multibug test, minor cleanupsWill Woods2007-09-131-5/+11
|
* 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 ↵Will Woods2007-09-131-18/+48
| | | | and add bug.refresh
* 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
|
* Add COPYING, README, TODOWill Woods2007-09-073-0/+363
|
* small formatting change for clarityWill Woods2007-09-071-0/+8
|
* be a bit clearer about getbug/getbugfullWill Woods2007-09-061-17/+13
|
* make query() and getbug() return Bugs, adapt selftest.pyWill Woods2007-09-062-26/+55
|
* add Bug object, which has methods for modifying bugsWill Woods2007-09-061-12/+112
|
* fix selftest since we changed the name of the products() methodWill Woods2007-09-061-1/+1
|
* rework "components" and "products" a bit to do caching, move code around, ↵Will Woods2007-09-061-54/+97
| | | | add comments and stubs for future methods
* 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 a query test to selftest.pyWill Woods2007-09-051-0/+18
|
* add querydata, querydefaults, and query; slight fixup for CookieTransportWill Woods2007-09-051-2/+48
|
* add TODO commentWill Woods2007-09-041-0/+1
|
* Add GPL header to selftest.pyWill Woods2007-09-041-0/+9
|
* handle missing cookiesWill Woods2007-09-041-1/+5
|
* useful comment about cookies v. login/passwordWill Woods2007-08-301-0/+4
|
* cleanupsWill Woods2007-08-301-2/+3
|
* remove selftest codeWill Woods2007-08-301-31/+0
|
* move selftest stuff to an external fileWill Woods2007-08-301-0/+37
|
* ignore obviously useless filesWill Woods2007-08-301-0/+2
|
* initial importWill Woods2007-08-301-0/+199