| Commit message (Expand) | Author | Age | Files | Lines |
* | Kill execfile(), use exec() instead | Neal Norwitz | 2007-08-12 | 1 | -1/+1 |
|
|
* | Merged revisions 55817-55961 via svnmerge from | Guido van Rossum | 2007-06-13 | 1 | -1/+1 |
|
|
* | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 | 1 | -1/+4 |
|
|
* | Merged revisions 53538-53622 via svnmerge from | Thomas Wouters | 2007-02-05 | 1 | -1/+1 |
|
|
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 | 1 | -1/+1 |
|
|
* | Merged revisions 53005-53303 via svnmerge from | Thomas Wouters | 2007-01-09 | 1 | -0/+19 |
|
|
* | SF patch #1055159 via Titus Brown: Document redirect limitation. | Jeremy Hylton | 2004-12-22 | 1 | -0/+2 |
|
|
* | Patch #727483: Add AUTH_TYPE and REMOTE_USER. | Martin v. Löwis | 2004-08-29 | 1 | -2/+15 |
|
|
* | Fix for SF 777848. | Guido van Rossum | 2004-03-20 | 1 | -6/+5 |
|
|
* | SF patch 508730 CGIHTTPServer execfile should save cwd | Tim Peters | 2004-03-20 | 1 | -1/+3 |
|
|
* | Replace backticks with repr() or "%r" | Walter Dörwald | 2004-02-12 | 1 | -7/+7 |
|
|
* | SF bug #770601: CGIHTTPServer and environment variables (bug + solution) | Raymond Hettinger | 2003-07-14 | 1 | -1/+1 |
|
|
* | SF bug #430160: CGIHTTPServer.py POST bug using IE | Raymond Hettinger | 2003-06-29 | 1 | -2/+4 |
|
|
* | Fix bug 427345 [related to IE's additional input on POST request]. | Steve Holden | 2003-01-08 | 1 | -0/+7 |
|
|
* | Must catch TypeError from int(length). | Guido van Rossum | 2002-10-17 | 1 | -1/+1 |
|
|
* | Typo repair. Please include in any backports. | Guido van Rossum | 2002-08-20 | 1 | -1/+1 |
|
|
* | SF patch 595846 by Brett Cannon: Update environ for CGIHTTPServer.py | Guido van Rossum | 2002-08-20 | 1 | -2/+1 |
|
|
* | Fix for SF bug 570678 (can't flush read-only file on Mac OS X). | Guido van Rossum | 2002-08-01 | 1 | -1/+0 |
|
|
* | Replaced obsolete stat module constants with equivalent attributes | Raymond Hettinger | 2002-06-01 | 1 | -1/+1 |
|
|
* | Partial introduction of bools where appropriate. | Guido van Rossum | 2002-04-07 | 1 | -1/+1 |
|
|
* | Convert a pile of obvious "yes/no" functions to return bool. | Tim Peters | 2002-04-04 | 1 | -2/+2 |
|
|
* | tighten up except - int() only raises ValueError | Skip Montanaro | 2002-03-23 | 1 | -1/+1 |
|
|
* | Wesley Chun's SF patch 511380: add CGIHTTPServer error supt for Win32 | Guido van Rossum | 2002-02-01 | 1 | -4/+18 |
|
|
* | Fix two typos, one noted by Noah Spurrier in SF bug #475166, the | Guido van Rossum | 2001-10-26 | 1 | -2/+2 |
|
|
* | SF patch #467430. | Guido van Rossum | 2001-10-17 | 1 | -3/+4 |
|
|
* | Apply two small changes to the Windows code, according to SF bug | Guido van Rossum | 2001-08-07 | 1 | -2/+2 |
|
|
* | Eliminate use of string.whitespace and a string import with it. | Eric S. Raymond | 2001-02-09 | 1 | -2/+1 |
|
|
* | String method conversion. | Eric S. Raymond | 2001-02-09 | 1 | -7/+7 |
|
|
* | added __all__ lists to a number of Python modules | Skip Montanaro | 2001-01-20 | 1 | -0/+1 |
|
|
* | An honest attempt to make this work on Unix, Windows, and even | Guido van Rossum | 2000-09-19 | 1 | -81/+173 |
|
|
* | Now that StreamRequestHandler defaults rfile to buffered, make it | Guido van Rossum | 2000-09-01 | 1 | -0/+4 |
|
|
* | os.fork raises AttributeError, not NameError, if fork() isn't | Fred Drake | 1999-10-18 | 1 | -1/+1 |
|
|
* | Based on comments from Paul Prescod: | Fred Drake | 1999-10-16 | 1 | -2/+11 |
|
|
* | No need to import sys, time, or socket. (Andrew Dalke & kjpylint) | Guido van Rossum | 1999-05-03 | 1 | -3/+0 |
|
|
* | Two changes suggested by Jan Pieter Riegel: | Guido van Rossum | 1999-04-28 | 1 | -1/+4 |
|
|
* | Patch by Jeff Rush: | Guido van Rossum | 1998-12-07 | 1 | -1/+1 |
|
|
* | From: conrad@cgl.ucsf.edu (Conrad Huang %CGL) | Guido van Rossum | 1998-05-13 | 1 | -1/+4 |
|
|
* | Mass check-in after untabifying all files that need it. | Guido van Rossum | 1998-03-26 | 1 | -122/+122 |
|
|
* | Use string.replace instead of regsub.[g]sub. | Guido van Rossum | 1997-12-24 | 1 | -2/+1 |
|
|
* | Remove some bogus code that would cause a NameError if a -r option was passed. | Guido van Rossum | 1997-02-19 | 1 | -5/+0 |
|
|
* | real test for executable script | Guido van Rossum | 1996-01-25 | 1 | -1/+1 |
|
|
* | changed some commas into percent signs | Guido van Rossum | 1995-08-29 | 1 | -4/+4 |
|
|
* | Initial revision | Guido van Rossum | 1995-08-04 | 1 | -0/+203 |
|
|