[Bug-triage-commits] python-bzutils: Changes to 'refs/remotes/origin/master'

Gustavo Rezende Montesino grm-guest at alioth.debian.org
Thu Jun 21 17:37:10 UTC 2007


 ChangeLog                 |   25 +++++++++
 src/bzutils-bchart        |   13 ++---
 src/bzutils-boogle        |   14 ++---
 src/bzutils-query         |   13 ++---
 src/bzutils/bug.py        |   19 +++++++
 src/bzutils/cgi.py        |  127 +++++++++++++++++++++++++++++++++++++++++++-
 src/bzutils/exceptions.py |   11 ++++-
 7 files changed, 193 insertions(+), 29 deletions(-)

New commits:
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