| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-33311: Do not display parameters displayed in parentheses for module call... | sblondon | 2018-05-09 | 1 | -4/+6 |
* | bpo-33256: Replace angle brackets around python object repr to display it in ... | sblondon | 2018-04-29 | 1 | -2/+2 |
* | Issue #22831: Use "with" to avoid possible fd leaks. | Serhiy Storchaka | 2015-04-04 | 1 | -3/+2 |
* | merge #12890: don't emit <p> tags in text mode when logdir specified. | R David Murray | 2012-10-27 | 1 | -3/+8 |
|\ |
|
| * | #12890: don't emit <p> tags in text mode when logdir specified. | R David Murray | 2012-10-27 | 1 | -3/+8 |
* | | remove unused imports (closes #12432) | Benjamin Peterson | 2011-06-28 | 1 | -1/+0 |
|/ |
|
* | Merged revisions 70980,71059,71225,71234,71241,71243,71249,71251,71255,71266,... | Benjamin Peterson | 2009-04-11 | 1 | -1/+2 |
* | Merged revisions 70956 via svnmerge from | Brett Cannon | 2009-04-01 | 1 | -14/+11 |
* | Merged revisions 55795-55816 via svnmerge from | Guido van Rossum | 2007-06-07 | 1 | -4/+4 |
* | Merged revisions 55407-55513 via svnmerge from | Guido van Rossum | 2007-05-22 | 1 | -1/+2 |
* | Merged revisions 55328-55341 via svnmerge from | Guido van Rossum | 2007-05-15 | 1 | -2/+4 |
* | Bug #1697782: remove all remaining code that uses types.InstanceType. | Georg Brandl | 2007-04-11 | 1 | -9/+7 |
* | Merge ast-branch to head | Jeremy Hylton | 2005-10-20 | 1 | -0/+1 |
* | Prevent creating a HTML link to file://?/ | Georg Brandl | 2005-06-26 | 1 | -2/+5 |
* | Replace list of constants with tuples of constants. | Raymond Hettinger | 2005-02-06 | 1 | -1/+1 |
* | Whitespace normalization, via reindent.py. | Tim Peters | 2004-07-18 | 1 | -2/+2 |
* | [Patch #987052 from Thomas Guettler] | Andrew M. Kuchling | 2004-07-10 | 1 | -6/+21 |
* | Another nit found by Neal Norwitz using pychecker. This was caused by a | Skip Montanaro | 2004-06-07 | 1 | -2/+1 |
* | [Bug #758665] cgitb.scanvars() fails because of an unititialized value variab... | Andrew M. Kuchling | 2004-06-05 | 1 | -1/+1 |
* | [Bug #945063] Get file extension correct. (2.3 bugfix candidate) | Andrew M. Kuchling | 2004-05-06 | 1 | -1/+1 |
* | [Bugfix candidate] Escape traceback type and value. There are probably addit... | Andrew M. Kuchling | 2004-03-31 | 1 | -1/+2 |
* | Whitespace normalization. | Tim Peters | 2003-06-29 | 1 | -1/+1 |
* | SF Patch 569574 - enhancements to cgitb for plain text display | Skip Montanaro | 2003-06-17 | 1 | -14/+95 |
* | Fix name error, found by pychecker. | Guido van Rossum | 2002-12-31 | 1 | -1/+1 |
* | Massive changes from SF 589982 (tempfile.py rewrite, by Zack | Guido van Rossum | 2002-08-09 | 1 | -3/+3 |
* | Also look up variable names in __builtins__ if not found in globals. | Ka-Ping Yee | 2002-06-26 | 1 | -3/+15 |
* | Make the module docstring agree with reality: the module prvides the | Fred Drake | 2001-12-19 | 1 | -1/+1 |
* | Add "file" argument to Hook constructor. | Ka-Ping Yee | 2001-12-04 | 1 | -10/+15 |
* | Enhancements: | Ka-Ping Yee | 2001-08-21 | 1 | -93/+111 |
* | Initial check-in of cgitb. | Ka-Ping Yee | 2001-08-18 | 1 | -0/+182 |