summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* move ui to new source fileHEADmasterDavid Malcolm2012-12-122-34/+31
* add a test case involving a very large backtraceDavid Malcolm2012-12-102-0/+12804
* split out the source into new filesDavid Malcolm2012-12-104-415/+420
* sanitize importsDavid Malcolm2012-12-101-3/+4
* Fix a bug in backtrace parsing; add extractor for python-level backtracesDavid Malcolm2011-02-152-17/+85
* Cope with backtraces where the thread says "Thread 0xb78516c0 (LWP 17355)", r...David Malcolm2011-02-153-9/+929
* Tweak various special-casesDavid Malcolm2010-11-041-4/+9
* Add some more pre-canned dupsDavid Malcolm2010-02-051-13/+61
* Various fixes that have accumulatedDavid Malcolm2009-12-221-14/+44
* Add another bug for dupes; fix an issue where script not identifiedDavid Malcolm2009-12-091-1/+4
* Begin adding a PyGTK UI (doesn't work yet; disabled by default)David Malcolm2009-12-092-10/+278
* Add "status" and "resolution"; detect dupes of two more bugs; handle some (ap...David Malcolm2009-12-091-1/+28
* Various refinementsDavid Malcolm2009-12-091-2/+11
* Add .gitignoreDavid Malcolm2009-12-091-0/+4
* Handle subpackagesDavid Malcolm2009-12-051-15/+24
* setSearchPath() on YumBase instance, to avoid needing root for write access t...David Malcolm2009-12-051-1/+3
* Add docstring for Change classDavid Malcolm2009-12-051-0/+11
* Report signal names in some summaries; hardcoded detection of some duplicatesDavid Malcolm2009-12-031-3/+51
* Change component even when no backtrace is attachedDavid Malcolm2009-12-031-6/+7
* Move the various backtrace-parsing classes into a new file: backtrace.pyDavid Malcolm2009-12-032-80/+98
* Initial commitDavid Malcolm2009-12-021-0/+308