summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix up selftest a bitWill Woods2008-06-101-52/+65
| * .bugzillarc support, small fix for bugzilla3 compatibilityWill Woods2008-06-091-13/+45
| * Begin adding .bugzillarc supportWill Woods2008-06-061-1/+17
| * remove broken cookiefile junk, add more debuggingWill Woods2008-06-062-35/+12
| * ignore build dirWill Woods2008-06-061-0/+1
| * Fix cookie handling for bugzilla installations not on root of host, add some ...Will Woods2008-06-063-17/+53
| * Add some loggingWill Woods2008-06-051-0/+3
| * Add a whole bunch of useful flags, courtesy of Chris Ward at Red HatWill Woods2008-06-051-25/+138
| * Comment changesWill Woods2008-06-052-2/+2
| * Quietly fixup missing bug_file_locWill Woods2008-06-051-1/+4
| * Fix inconsistent commentWill Woods2008-05-161-1/+1
| * Add comment for laterWill Woods2008-03-261-0/+4
| * update man page a bitWill Woods2008-03-251-13/+49
| * Improve Bugzilla3 class - getbug() works now! I think!Will Woods2008-03-252-4/+29
| * Woo doggies a big chunk of abstractification.Will Woods2008-03-259-157/+537
* | Fix cookielib import to work with jython (mcepl)Will Woods2008-07-281-1/+5
* | Patch to add --blocked and --dependson from jkeatingWill Woods2008-04-021-1/+5
|/
* add --reporter flag and --status alias to queryWill Woods2008-02-181-3/+6
* bump versions for releaseWill Woods2008-01-122-2/+2
* slightly better replace_getbug_errors.. methodWill Woods2008-01-081-9/+11
* Add raw Bugzilla._updateflags() methodWill Woods2008-01-081-1/+10
* stupid naive tweak in replace_errors_with_None for _getbugssimple.. also clar...Will Woods2008-01-041-3/+8
* Handle missing bugs better when modifyingWill Woods2008-01-041-1/+5
* handle faults during multicalls better; synthesize faults for broken getbugsi...Will Woods2008-01-041-7/+33
* Simplify "modify" code blockWill Woods2008-01-031-17/+7
* reminder comment about multicall modifyWill Woods2008-01-031-0/+1
* initial "modify" support - you can close and comment on bugs. whee!Will Woods2008-01-031-6/+24
* Clarify AttributeError for missing attributes; add reload() alias for Bug.ref...Will Woods2008-01-031-1/+5
* Add Bug.setstatus(), fix Bugzilla._setstatus(), add some groundwork for Bug.a...Will Woods2008-01-031-14/+23
* add some comments and refactor setassignee a little bitWill Woods2008-01-021-1/+8
* Implement Bugzilla._closebug() and Bug.close()Will Woods2008-01-021-5/+60
* improve man pageWill Woods2007-12-171-6/+25
* syntax problem with help option. whoops.Will Woods2007-12-171-1/+1
* duh, close needs a resolutionWill Woods2007-12-121-2/+4
* more work on modify, fix optparsingWill Woods2007-12-121-0/+14
* first hack at a manpageWill Woods2007-12-121-0/+21
* fix up option parsing a bit, and add beginnings of modify commandWill Woods2007-12-121-24/+31
* 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
* add some distutils stuff to .gitignoreWill Woods2007-11-051-0/+2
* fix some packaging junk, clarify README a bitWill Woods2007-11-052-5/+5
* add --blocked and --dependsonWill Woods2007-10-021-2/+13
* do parser.error if missing required arguments to newWill Woods2007-09-191-3/+7
* share output code between "query" and "new"Will Woods2007-09-191-22/+28
* Handle missing getBugFields more gracefullyWill Woods2007-09-191-2/+14
* add "new" action to CLIWill Woods2007-09-191-2/+38
* Add some logging, fix some commentsWill Woods2007-09-192-8/+25
* 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