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