[Bug-triage-commits] python-bzutils: Changes to 'refs/remotes/origin/HEAD'
Loïc Minier
lool at alioth.debian.org
Wed Jun 27 13:10:02 UTC 2007
ChangeLog | 36 ++++++++
MANIFEST.in | 1 +
src/bzutils-bchart | 13 +--
src/bzutils-boogle | 14 +--
src/bzutils-get | 44 ++++++++++
src/bzutils-query | 13 +--
src/bzutils/bug.py | 19 ++++
src/bzutils/bugzilla.py | 6 ++
src/bzutils/cgi.py | 203 ++++++++++++++++++++++++++++++++++++++++++++-
src/bzutils/exceptions.py | 11 ++-
10 files changed, 331 insertions(+), 29 deletions(-)
New commits:
commit dae84c7775445d6ef66093c88351afd76e732263
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date: Thu Jun 21 16:23:25 2007 -0300
src/bzutils-get: Example script using the new Bugzilla.get method
commit bea59ed92251e1b522b13fd520e83c1da5686850
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date: Thu Jun 21 16:22:02 2007 -0300
src/bzutils/bugzilla.py (get): Added method to get a single
bug report using its number.
commit 4546b4303e7f8ff8693d8db49743d47a06f3e6df
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date: Thu Jun 21 15:05:06 2007 -0300
(parse_html): Handle lists of zero bugs properly.
commit 71b6a3dc0ee467d8fdbd4fee7a88b1837fbd9c84
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date: Thu Jun 21 14:36:12 2007 -0300
Expand severity abbreviations.
commit 91e311ef87741e1bcd778373b48576a447c833b0
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date: Thu Jun 21 14:24:49 2007 -0300
Fix wrong comment
commit 263e15e0251ff3a01958cf29812c57b3117755cf
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date: Thu Jun 21 14:20:38 2007 -0300
Expand resolution abreviations also
commit 4d5d3a31ba7255925e8addd38ed2fa2573f448ea
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date: Thu Jun 21 13:56:09 2007 -0300
src/bzutils/cgi.py (parse_html): Expand bug status 4-letter
abbreviations
commit 29473d6980359124d634fc7f93b033c2e4d9191d
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date: Tue Jun 19 14:10:59 2007 -0300
Use __str__ to print the bugs in the example scripts
commit f23e86fa0a209ec15c9e8b215716ff798c6c01b3
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date: Tue Jun 19 14:02:50 2007 -0300
src/bzutils/bug.py: Implement __str__ for easy printing.
commit f2225acbf96d2bfb69aa5423a3c3c15467a55aa1
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date: Tue Jun 19 13:44:31 2007 -0300
Fix missing parens
commit 84f8a557af8613a2f6cd667f11d6341134ede717
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date: Tue Jun 19 13:32:05 2007 -0300
Show bug count in the example scripts.
commit 27ca32a4c58ffbd7f75f51aac5be7a121cf342f2
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date: Tue Jun 19 13:26:14 2007 -0300
Fix verification of severity nobr existence
commit 45e3c87188f9d0f4bcf51c85c59004078aae0a0c
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date: Tue Jun 19 11:57:33 2007 -0300
Make bzutils work with kde's bugzilla.
* src/bzutils/cgi.py:
+ (parse_html): Parse bugzilla's buglist.cgi html
+ (parse): Accept html and pass it to parse_html
+ (__init__): Add some alternative column names used on kde
butzilla.
commit 8453ebf10545d757b88556f7b367e15f2d8670ea
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date: Mon Jun 18 11:56:17 2007 -0300
Set user-agent; kde.bugs.org doesn't work otherwise
commit 58beb4791c2fd608b9e6515575b48e2ea6cc4223
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date: Mon Jun 18 11:02:48 2007 -0300
Fix detection of csv files
commit 59b0f9a5c75780df8200962161268b0f82a70ad7
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date: Mon Jun 18 10:54:45 2007 -0300
* src/bzutils/cgi.py:
+ (parse): Generic parse function, checks the content-type and
handles it properly.
commit b591b70e921b127746451a5e1abc5e09dc92637c
Author: Gustavo R. Montesino <grmontesino at gmail.com>
Date: Mon Jun 18 10:50:43 2007 -0300
* src/bzutils/exceptions.py:
+ Add base class for exceptions
+ Add exception class for parse failures
More information about the Bug-triage-commits
mailing list