summaryrefslogtreecommitdiffstats
Commit message (Collapse)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)", ↵David Malcolm2011-02-153-9/+929
| | | | rather than just a decimal
* 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 ↵David Malcolm2009-12-091-1/+28
| | | | (apparently) dead software
* 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 ↵David Malcolm2009-12-051-1/+3
| | | | to shared yum cache
* 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