Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Python 3: avoid spurious warnings | Nils Philippsen | 2015-09-09 | 1 | -1/+1 |
| | | | | | The dict.has_keys() method doesn't exist anymore in python 3, check if the locals() object has a .keys() method instead. | ||||
* | Strip trailing spaces | Victor Stinner | 2015-04-21 | 1 | -6/+6 |
| | |||||
* | Python 3: Replace "dict.has_key(key)" with "key in dict" | Cyril Roelandt | 2014-03-18 | 1 | -2/+2 |
| | |||||
* | Python 3: use new names of standard library modules | Cyril Roelandt | 2014-03-18 | 1 | -4/+1 |
| | | | | Use "try/except ImportError" to try Python 2 and Python 3 names. | ||||
* | Fix #240, unicode exceptions cause collector to fail. Also make tests ↵ | ianb | 2008-03-26 | 1 | -1/+13 |
| | | | | somewhat less fragile | ||||
* | Fix #193, when a frame locals is a Context object(?) | ianb | 2007-10-10 | 1 | -2/+8 |
| | |||||
* | convert old-style classes to new-style classes | pjenvey | 2007-01-05 | 1 | -2/+2 |
| | |||||
* | Added __traceback_decorator__ | ianb | 2006-11-27 | 1 | -2/+22 |
| | |||||
* | A big commit, primarily aesthetic/whitespace in nature. This is the result ↵ | ianb | 2006-10-20 | 1 | -1/+1 |
| | | | | of running pylint over the codebase. Some minor/hard-to-reach typos were also picked up. | ||||
* | Fixed a bug in the registry test (not code), since str(registered_object) ↵ | ianb | 2006-08-23 | 1 | -2/+2 |
| | | | | never fails anymore. Fixed some formatting because of new-style exceptions in Python 2.5 | ||||
* | Added copyright header to a bunch of files | ianb | 2006-06-13 | 1 | -0/+2 |
| | |||||
* | Added a tbid attribute to frame objects; simplify signature of ↵ | ianb | 2005-11-17 | 1 | -0/+4 |
| | | | | format_source_line function (passing in frame object); fixed evalexception middleware when traceback lines are trimmed (was counting lines, and the count was off during trimming) | ||||
* | Improve the error output, a little more compact with expandable source | ianb | 2005-11-04 | 1 | -2/+8 |
| | |||||
* | Fix doc strings | ianb | 2005-10-07 | 1 | -6/+8 |
| | |||||
* | Fixes suggested by pyflakes | ianb | 2005-09-21 | 1 | -1/+0 |
| | |||||
* | Added better consolidated __traceback_hide__ support | ianb | 2005-05-23 | 1 | -24/+17 |
| | |||||
* | Simplified wsgi variables; put in exception information about exceptions ↵ | ianb | 2005-05-04 | 1 | -1/+0 |
| | | | | raised by supplements; removed empty CGI variables | ||||
* | Improved error messages; more info included (and extensible) | ianb | 2005-05-04 | 1 | -5/+30 |
| | |||||
* | Renamed package itself | ianb | 2005-04-22 | 1 | -0/+458 |