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

Gustavo Rezende Montesino grm-guest at alioth.debian.org
Tue Jul 17 00:38:17 UTC 2007


Changes since the dawn of time:
Gustavo R. Montesino (116):
      Add an empty README.
      Add a small description of the bugtaf's objectives.
      Ignore compiled and generated files
      Basic debbugs interaction.
      Query parsing stuff
      * src/bugtaf/debbugs:
      src/bugtaf/debbugs/html.py: Add query method and a note/comment about reportbug-ng
      * src/bugtaf/debbugs/: Refactor to get more python-esque
      src/bugtaf/debbugs/debbugs.py: Backend-agnostic debbugs interaction
      * src/bugtaf/gtk/:
      src/bugtaf/debbugs/html.py: For now, get only pending bugs
      Add NEWS file with release descriptions.
      * src/bugtaf/debbugs/html.py (query): Fix querying by bug number to
      debian/: Add Debian packaging files.
      * split btsutils from bug-triage
      Adapt debian packaging.
      Fix package name in debian/changelog
      Fix package path
      Packaging improvements
      change an argument name to be less ambiguous
      Add docs/using.txt with module usage information.
      src/btsutils/html.py (htmlstring): Decode html entities.
      src/btsutil/html.py (query): Get submmiter and tags.
      src/btsutils-get.py: debbugs.get usage example.
      src/btsutils-query.py: debbugs.query usage example.
      package description improvement
      close the ITP
      Separate debian and upstream developments
      Prepare a 0.1.1 release, as I've screwed with the 0.1 git tag.
      Fix setup.py version string.
      Add MANIFEST.in to source tarballs.
      Add vim comments to make sure the code will get consistent
      retab files to fix syntax errors
      Fix last change date
      Fix last change date
      src/btsutils-query.py: reraise exceptions to easy debugging
      src/btsutils/html.py(query)
      src/btsutils-query.py
      src/btsutils-query.py
      src/btsutils-query.py
      Merge branch 'beautifulsoup'
      src/btsutils-get.py: re-raise exceptions to easy debugging
      src/btsutils-get.py: convert the tags list to a string before printing it
      src/btsutils-get.py: encode the unicode objects to print-safe strings.
      src/btsutils/html.py (get): Use BeautifulSoup to parse html
      Merge branch 'beautifulsoup'
      Trim empty lines
      Nicer bug printing to screen
      Create a module for bug severities:
      Create a module with constants for valid pending values
      WIP
      Add DEFAULT constatns to BugPending and BugSeverity.
      Use BugSeverity.Default as default severity instead of None.
      Add pending to the metadata available on Bug objects and
      src/btsutils/bug.py: Keep the data as unicode strings internally.
      * src/btsutils/soap.py (get): Properly handle unicode data on
      Implement querying through SOAP
      src/btsutils/debbugs.py (query): If querying through html fails,
      Constants for bug tags
      * src/btsutils/bug.py (addTag): Validates and add a tag to the list of tags
      * src/btsutils/bug.py (setTags): Use addTag to get the tags validated
      src/btsutils/soap.py (parse): Parse a soap-returned bug to a bug instance
      src/btsutils/soap.py (getList): Same as get, but for more than one bug
      src/btsutils/soap.py (query): Use getList instead of get
      src/btsutils/soap.py (query_usertags): Query bugs by usertags
      src/btsutils/soap.py (query): Add support to query by usertags
      'usertag:' has 8 characters...
      * src/btsutils/html.py:
      README: Add information about querying through usertags
      src/btsutils/debbugs.py (query): Call soap.query instead of soap.get
      * src/btsutils/BugPending.py: Renamed to BugStatus
      src/btsutils/soap.py: Remove unneeded soap_action attributions
      * src/btsutils/soap.py: Use the official debian BTS instead of donarmstrong by default
      src/btsutils-query.py: Document usertag queries
      * src/btsutils/BugExceptions.py: btsutils exception classes
      * src/btsutils/BugExceptions.py,
      * src/btsutils/BugExceptions.py,
      engrish
      * src/btsutils/BugExceptions.py,
      * src/btsutils/BugExceptions.py,
      Do some missing pending -> status renames
      * src/btsutils/soap.py (query, query_usertags): Properly
      * src/btsutils/bug.py (__init__, __str__, getUserTag, setUserTag,
      * src/btsutils/bug.py (addTag): If a tag is unknown, add it to
      src/btsutils/soap.py: Wrap everything inside a soap class
      src/btsutils/debbugs.py: Adapt to use the soap class
      (setUsers): Defines the users to get usertags to
      (__init__, connect): Call setUsers
      src/btsutils/soap.py (parse): Add usertag info to the bugs
      * src/btsutils/html.py:
      * src/btsutils/bug.py: Don't assume that unknown tags are usertags,
      * src/btsutils/bug.py:
      * src/btsutils/html.py:
      * src/btsutils/debbugs.py: Adapt to use the html class
      * src/btsutils/debbugs.py:
      * src/btsutils/soap.py:
      * src/btsutils/html.py:
      Add the date line to the cnhangelog
      * src/btsutils/debbugs.py:
      * src/btsutils/soap.py:
      * src/btsutils-get.py, src/btsutils-query.py:
      * src/btsutils/soap.py (query, query_usertags): Get the usertags
      * src/btsutils/html.py (queryToURL): Get the usertags for
      src/btsutils/html.py (query): Use more strict text matching
      src/btsutils/html.py (get): Use more strict text matching
      * src/btsutils/html.py, src/btsutils/soap.py (query): Get all
      * src/btsutils/debbugs.py (setUsers): Set the users to get usertags
      * src/btsutils-query.py (usage): Changed to reflect the current
      List the main changes for the 0.2 release on NEWS
      Point to btsutils-query.py as example to debbugs' query
      Chnage wording to reflect the addition of the class debbugs
      Document setUsers method
      Add the UserTag field of Bug to the documentation
      Change the version to 0.2
      * src/btsutils/debbugs.py: Use more sane names for the soap and the
      is/gtsutils/btsutils

gustavo (18):
      Add ui package.
      Add MainWindow class.
      Add the main application wrapper.
      Add main packing widgets and query widgets
      Add i18n support
      Let all extra space in the uery row to the entry.
      Set the main window title.
      Added changelog.
      Add the current path and /usr/share/bugtaf to the module search path.
      * Made the code hierarchy more friendly to other uis
      Add changelog entry for last commit.
      Added a Distutils' setup script
      Add a changelog entry for the last commit.
      Add a changelog entry for the last commit.
      Add System Requiriments, Installing and Contact information to
      Added the query builder.
      * src/bugtaf/gtk/:
      * setup.py: Add bugtaf.debbugs module.




More information about the Bug-triage-commits mailing list