1. 7ab5eb9 #602893: add indicator for current line in cgitb that doesnt rely on styling alone. by Georg Brandl · 15 years ago
  2. ad078a0 The cgitb module had imports in its functions. This can cause deadlock with the by Brett Cannon · 15 years ago
  3. a09a96a HTML-escape the plain traceback in cgitb's HTML output, to prevent by Georg Brandl · 17 years ago
  4. 135c317 Exceptions are no longer old-style instances. Fix accordingly. by Georg Brandl · 17 years ago
  5. 3e0055f Merge ast-branch to head by Jeremy Hylton · 19 years ago
  6. 07c81d9 Prevent creating a HTML link to file://?/ by Georg Brandl · 19 years ago
  7. dbecd93 Replace list of constants with tuples of constants. by Raymond Hettinger · 20 years ago
  8. 182b5ac Whitespace normalization, via reindent.py. by Tim Peters · 20 years ago
  9. 5fcefdb [Patch #987052 from Thomas Guettler] by Andrew M. Kuchling · 20 years ago
  10. 1c0228a Another nit found by Neal Norwitz using pychecker. This was caused by a by Skip Montanaro · 20 years ago
  11. 26f6bdf [Bug #758665] cgitb.scanvars() fails because of an unititialized value variable. Patch from Robin Becker. by Andrew M. Kuchling · 20 years ago
  12. 30633c9 [Bug #945063] Get file extension correct. (2.3 bugfix candidate) by Andrew M. Kuchling · 20 years ago
  13. b67c943 [Bugfix candidate] Escape traceback type and value. There are probably additional cases where cgitb.py doesn't escape as paranoidly as it should (e.g. attribute names) by Andrew M. Kuchling · 20 years ago
  14. 478c105 Whitespace normalization. by Tim Peters · 21 years ago
  15. 364ca40 SF Patch 569574 - enhancements to cgitb for plain text display by Skip Montanaro · 21 years ago
  16. 0146f41 Fix name error, found by pychecker. by Guido van Rossum · 22 years ago
  17. 3b0a329 Massive changes from SF 589982 (tempfile.py rewrite, by Zack by Guido van Rossum · 22 years ago
  18. 711cad7 Also look up variable names in __builtins__ if not found in globals. by Ka-Ping Yee · 22 years ago
  19. 4f5b49f Make the module docstring agree with reality: the module prvides the by Fred Drake · 23 years ago
  20. fa78d0f Add "file" argument to Hook constructor. by Ka-Ping Yee · 23 years ago
  21. 8320597 Enhancements: by Ka-Ping Yee · 23 years ago
  22. 6b5a48d Initial check-in of cgitb. by Ka-Ping Yee · 23 years ago