[Bug-triage-commits] python-bzutils: Changes to 'refs/tags/0.2'

Gustavo Rezende Montesino grm-guest at alioth.debian.org
Sat Aug 18 16:30:35 UTC 2007


Changes since the dawn of time:
Gustavo R. Montesino (72):
      Add README file
      Added ChangeLog
      Add a copy of GPL
      Add bzutils python package
      Added setup.py
      Added NEWS
      Added MANIFEST.in
      Added the bug class.
      Fix copyright header
      Added exceptions.py to hold exception classes
      Move exceptions for the right place.
      Typo fix
      Typo fix
      Ignore compiled files
      Added cgi module
      Correctly strip end-of-line from the last column
      ignore vim .swp files
      Added bugzila.py
      Added sample script
      Remove some debugging code which slipped
      Re-raise exceptions after showing usage information.
      Use regex to get bugs with \n correctly
      Add some changelog entries
      Add MANIFEST.in to source tarballs.
      Fix bug list/CSV parsing
      Add vim comments to make sure the .py files get consistent
      Expand tabs to fix indentation errors.
      Typo fix in comment.
      Rename boogle query function from query to query_boogle and the
      src/bzutils/bchart.py, src/bzutils/cgi.py: Added support to query
      src/bzutils.cgi.py (parse_csv): Skip the column title header
      src/bzutils/bchart.py (str_to_chart): Converts a string
      src/bzutils/cgi.py (query_bchart): Adapted to accept the
      src/bzutils-bchart: Example of query_bchart usage
      setup.py: re-indent
      MANIFEST.in: Add the example scripts
      src/bzutils/bugzilla.py (query): "Map" the default backend
      src/bzutils-query: Example of backend_agnostic query usage
      docs/using.txt: Usage instructions for developers.
      Add some autogenerated stuff to the ignore list.
      Add a features list
      Add bzutils-query
      * src/bzutils/exceptions.py:
      * src/bzutils/cgi.py:
      Fix detection of csv files
      Set user-agent; kde.bugs.org doesn't work otherwise
      Make bzutils work with kde's bugzilla.
      Fix verification of severity nobr existence
      Show bug count in the example scripts.
      Fix missing parens
      src/bzutils/bug.py: Implement __str__ for easy printing.
      Use __str__ to print the bugs in the example scripts
      src/bzutils/cgi.py (parse_html): Expand bug status 4-letter
      Expand resolution abreviations also
      Fix wrong comment
      Expand severity abbreviations.
      (parse_html): Handle lists of zero bugs properly.
      src/bzutils/bugzilla.py (get): Added method to get a single
      src/bzutils-get: Example script using the new Bugzilla.get method
      src/bzutils/bug.py (set_url, get_url): Add support to the url field
      src/bzutils/cgi.py (parse_html, parse_csv): Add support to the url
      Add support to the url field into the object initialization.
      * src/bzutils/cgi.py: Get the valid products, components and versions on this server
      src/bzutils/bugzilla.py: Add the new get_ functions.
      src/bzutils/bug.py (__init__, set_server, get_server): Added a server field
      src/bzutils/cgi.py (parse_csv, parse_html): Keep a reference to the CGI object on the bug objects
      src/bzutils/exceptions.py,
      src/bzutils/exceptions.py,
      src/bzutils/bug.py: Added version field
      src/bzutils/cgi.py (__init__, parse_csv, parse_html): Set the
      Add release 0.2 NEWS
      version = 0.2




More information about the Bug-triage-commits mailing list