summaryrefslogtreecommitdiff
path: root/Lib/cgitb.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-33256: Replace angle brackets around python object repr to display it in ...Miss Islington (bot)2018-04-291-2/+2
* Issue #22831: Use "with" to avoid possible fd leaks.Serhiy Storchaka2015-04-041-3/+2
* merge #12890: don't emit <p> tags in text mode when logdir specified.R David Murray2012-10-271-3/+8
|\
| * #12890: don't emit <p> tags in text mode when logdir specified.R David Murray2012-10-271-3/+8
* | remove unused imports (closes #12432)Benjamin Peterson2011-06-281-1/+0
|/
* Merged revisions 70980,71059,71225,71234,71241,71243,71249,71251,71255,71266,...Benjamin Peterson2009-04-111-1/+2
* Merged revisions 70956 via svnmerge fromBrett Cannon2009-04-011-14/+11
* Merged revisions 55795-55816 via svnmerge fromGuido van Rossum2007-06-071-4/+4
* Merged revisions 55407-55513 via svnmerge fromGuido van Rossum2007-05-221-1/+2
* Merged revisions 55328-55341 via svnmerge fromGuido van Rossum2007-05-151-2/+4
* Bug #1697782: remove all remaining code that uses types.InstanceType.Georg Brandl2007-04-111-9/+7
* Merge ast-branch to headJeremy Hylton2005-10-201-0/+1
* Prevent creating a HTML link to file://?/Georg Brandl2005-06-261-2/+5
* Replace list of constants with tuples of constants.Raymond Hettinger2005-02-061-1/+1
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-2/+2
* [Patch #987052 from Thomas Guettler]Andrew M. Kuchling2004-07-101-6/+21
* Another nit found by Neal Norwitz using pychecker. This was caused by aSkip Montanaro2004-06-071-2/+1
* [Bug #758665] cgitb.scanvars() fails because of an unititialized value variab...Andrew M. Kuchling2004-06-051-1/+1
* [Bug #945063] Get file extension correct. (2.3 bugfix candidate)Andrew M. Kuchling2004-05-061-1/+1
* [Bugfix candidate] Escape traceback type and value. There are probably addit...Andrew M. Kuchling2004-03-311-1/+2
* Whitespace normalization.Tim Peters2003-06-291-1/+1
* SF Patch 569574 - enhancements to cgitb for plain text displaySkip Montanaro2003-06-171-14/+95
* Fix name error, found by pychecker.Guido van Rossum2002-12-311-1/+1
* Massive changes from SF 589982 (tempfile.py rewrite, by ZackGuido van Rossum2002-08-091-3/+3
* Also look up variable names in __builtins__ if not found in globals.Ka-Ping Yee2002-06-261-3/+15
* Make the module docstring agree with reality: the module prvides theFred Drake2001-12-191-1/+1
* Add "file" argument to Hook constructor.Ka-Ping Yee2001-12-041-10/+15
* Enhancements:Ka-Ping Yee2001-08-211-93/+111
* Initial check-in of cgitb.Ka-Ping Yee2001-08-181-0/+182