| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|