summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 100% coverage through standardizing the no cover pragma directives and adding...Jason Madden2017-04-246-12/+12
* Make exceptionformatter.extract_stack signature comply with traceback.extract...Adam Groszer2015-08-212-2/+11
* use new style format() for the templateAdam Groszer2015-08-131-6/+5
* fix py3kAdam Groszer2015-08-121-2/+2
* fix tests according to lastest changesAdam Groszer2015-08-121-31/+97
* check __exception_formatter__ also in extractStackAdam Groszer2015-08-121-0/+8
* obey limit by cutting the middle of the results, not the precious endAdam Groszer2015-08-121-10/+27
* Silence Py3k deprecation of 'cgi.escape'.Tres Seaver2015-02-271-2/+5
* - Make sure that ``setup.py`` finds all tests. Now tox runs them all as well.Stephan Richter2013-02-281-4/+5
* Fix test failure under Python 2.6.Marius Gedminas2012-12-191-4/+4
* Fix HTML-escaping bug in format_exception(as_html=True).Marius Gedminas2012-12-102-9/+30
* Fixed optional dependency code for `zope.security` to work under Python 3.3.Hanno Schlichting2012-08-201-1/+1
* Coverage.Tres Seaver2012-05-161-1/+1
* Add Sphinx docs.Tres Seaver2012-04-062-10/+15
* Removed use of '2to3' and associated fixers when installing under Py3k.Tres Seaver2012-04-064-12/+20
* 100% unit test coverage.Tres Seaver2012-04-061-0/+60
* Coverage.Tres Seaver2012-04-061-2/+2
* Complete coverage for z.e.exceptionformatter.print_exception.Tres Seaver2012-04-062-1/+38
* Complete coverage for z.e.exceptionformatter.HTMLExceptionFormatter.Tres Seaver2012-04-061-0/+48
* <p> tags cannot contain <ul> tags.Tres Seaver2012-04-062-3/+3
* Begin coverage for HTMLExceptionFormatter.Tres Seaver2012-04-061-0/+37
* Complete coverage for z.e.exceptionformatter.TextExceptionFormatter.Tres Seaver2012-04-061-0/+123
* Cleanup.Tres Seaver2012-04-061-3/+1
* Coverage.Tres Seaver2012-04-061-4/+113
* Clarify exception when both 'tb' and 'f' are passed.Tres Seaver2012-04-061-1/+1
* Coverage.Tres Seaver2012-04-061-3/+165
* Cleanups.Tres Seaver2012-04-061-11/+16
* Clean up existing unit tests.Tres Seaver2012-04-061-151/+187
* Wrap long line.Tres Seaver2012-04-061-1/+2
* Fix: missed to reverse extractStack entriesAdam Groszer2012-03-281-0/+1
* Added TextExceptionFormatter.extractStack and extract_stackAdam Groszer2012-03-282-8/+107
* Fix deprecated unittest functions: assert_ and assertEquals.Brian Sutherland2011-07-201-19/+19
* Fallback to traceback.format_tb when the formatter is called recursively.Brian Sutherland2011-07-202-1/+25
* Relax a check, PyPy throws "ImportError: No module named zope.security"Gediminas Paulauskas2011-04-181-1/+1
* Fixed tests to work under Python 2.7. In 2.7 "exec" works like the normal Pyt...Hanno Schlichting2010-07-061-9/+2
* PEP8 cleanup and removed obsolete build infrastructure files.Hanno Schlichting2010-07-066-25/+22
* Remove CVS-era Id fossils.Tres Seaver2010-06-035-10/+0
* zope.testing.CleanUp was used as a base for the test class, but no cleanup wa...Lennart Regebro2010-05-021-2/+1
* Conform to repository policy.Tres Seaver2010-04-065-5/+5
* As 'setuptools' is a dependency 'pkg_resources' will be available always. Ref...Baiju Muthukadan2009-03-111-8/+1
* Revert changed for the 3.5.0 branch, because they made the logs harder to read.Aaron Lehmann2008-04-283-129/+25
* Add capability for line-by-line formatting of exceptions.Aaron Lehmann2008-01-223-26/+130
* Moving code to satellite.Christian Theune2007-05-037-0/+595
* The version number in setup.py was updated. find_packages was also imported andAlexander Heavner2007-02-131-5/+6
* make more genericJim Fulton2006-03-018-765/+0
* Declare zope as a namespace package.Nathan Yergler2006-02-281-1/+7
* Fixed up new project to perform tests as an independent project.Nathan Yergler2006-02-281-0/+1
* Copying i18nmessage to new project.Nathan Yergler2006-02-288-0/+765