summaryrefslogtreecommitdiff
path: root/Lib/cgitb.py
Commit message (Expand)AuthorAgeFilesLines
* #7092: Fix some -3 warnings, and fix Lib/platform.py when the path contains a...Florent Xicluna2010-04-011-2/+4
* #602893: add indicator for current line in cgitb that doesnt rely on styling ...Georg Brandl2009-04-051-1/+2
* The cgitb module had imports in its functions. This can cause deadlock with theBrett Cannon2009-04-011-14/+11
* HTML-escape the plain traceback in cgitb's HTML output, to preventGeorg Brandl2007-05-151-1/+2
* Exceptions are no longer old-style instances. Fix accordingly.Georg Brandl2007-04-111-2/+2
* 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