| Tue, 14 May 2024 21:27:28 -0400 |
John Rouillard |
issue2551350 - Python changes for 3.12 with roundup 2.3.0 cgitb.py
|
| Wed, 13 Mar 2024 18:25:59 -0400 |
John Rouillard |
fix: cgitb crashes if there is no line number set.
|
| Sun, 07 May 2023 09:10:10 -0400 |
John Rouillard |
flake8 fixes
|
| Wed, 14 Sep 2022 22:35:23 -0400 |
John Rouillard |
flake8 plus tests for cgitb.py
|
| Fri, 19 Jun 2020 21:39:17 -0400 |
John Rouillard |
pep8 fixes
|
| Sat, 06 Jul 2019 13:12:58 -0400 |
John Rouillard |
Fix problem with cgi.escape being depricated a different way. This way
|
| Tue, 11 Jun 2019 21:29:24 -0400 |
John Rouillard |
Call cgi.escape only on python 2. Replace with html.escapeif it can be
|
| Wed, 25 Jul 2018 11:40:44 +0000 |
Joseph Myers |
Python 3 preparation: update tokenize use in cgitb.py.
|
| Wed, 25 Jul 2018 10:43:40 +0000 |
Joseph Myers |
Python 3 preparation: avoid string.join().
|
| Wed, 25 Jul 2018 10:42:42 +0000 |
Joseph Myers |
Python 3 preparation: avoid string.split().
|
| Wed, 25 Jul 2018 09:10:46 +0000 |
Joseph Myers |
Python 3 preparation: avoid obsolete types.*Type names.
|
| Tue, 24 Jul 2018 09:54:52 +0000 |
Joseph Myers |
Python 3 preparation: convert print to a function.
|
| Wed, 16 Nov 2011 09:51:38 -0500 |
Eric S. Raymond |
Remove keyword expansions from CVS. All regression tests passed afterwards.
|
| Fri, 26 Feb 2010 00:38:53 +0000 |
Richard Jones |
more modernisation
|
| Fri, 09 Oct 2009 13:13:32 +0000 |
Stefan Seefeld |
Improve error reporting.
|
| Tue, 13 Jul 2004 10:18:00 +0000 |
Alexander Smishlajev |
message translator is passed by the client in function arguments;
|
| Wed, 09 Jun 2004 09:20:01 +0000 |
Alexander Smishlajev |
use templating translation service instead of commandline-oriented gettext()
|
| Wed, 11 Feb 2004 23:55:10 +0000 |
Richard Jones |
documentation cleanup
|
| Fri, 05 Dec 2003 03:38:47 +0000 |
Richard Jones |
fix #white in cgitb
maint-0.6
|
| Fri, 05 Dec 2003 03:38:47 +0000 |
Richard Jones |
fix #white in cgitb
|
| Tue, 21 Jan 2003 23:54:28 +0000 |
Richard Jones |
extra info in template error report
|
| Wed, 25 Sep 2002 02:10:25 +0000 |
Richard Jones |
Replaced the content() callback ickiness with Page Template macro usage
|
| Fri, 13 Sep 2002 03:31:19 +0000 |
Richard Jones |
added generic item editing
|
| Tue, 10 Sep 2002 01:07:06 +0000 |
Richard Jones |
more Log removal
|
| Mon, 09 Sep 2002 05:28:48 +0000 |
Richard Jones |
removed some property name clashes
|
| Fri, 06 Sep 2002 07:23:29 +0000 |
Richard Jones |
tweak
|
| Fri, 06 Sep 2002 07:21:31 +0000 |
Richard Jones |
much nicer error messages when there's a templating error
|
| Fri, 30 Aug 2002 08:28:44 +0000 |
Richard Jones |
New CGI interface support
|