| Commit message (Expand) | Author | Age | Files | Lines |
* | http_error had the 'data is None' test backwards. don't call with the | Jeremy Hylton | 1999-02-25 | 1 | -4/+3 |
|
|
* | change indentation from 8 spaces to 4 spaces | Jeremy Hylton | 1999-02-25 | 1 | -878/+859 |
|
|
* | pleasing the tabnanny | Jeremy Hylton | 1999-02-25 | 1 | -11/+11 |
|
|
* | Oops, one more "x, y, z" to convert... | Fred Drake | 1999-02-25 | 1 | -1/+1 |
|
|
* | Adjusted comment at the top to be less confusing, following Fredrik | Fred Drake | 1999-02-25 | 1 | -14/+16 |
|
|
* | Added note about comments, from Christopher Petrilli. | Fred Drake | 1999-02-24 | 1 | -1/+3 |
|
|
* | Update some of the top comments and shorten title of the first | Fred Drake | 1999-02-24 | 1 | -3/+6 |
|
|
* | Moved whatsound to lib-old/, since it was declared obsolete and is documented | Fred Drake | 1999-02-24 | 1 | -1/+0 |
|
|
* | Use sndhdr instead of the obsolete whatsound module. | Fred Drake | 1999-02-24 | 1 | -2/+2 |
|
|
* | When performing a POST request, i.e. when the second argument to | Jeremy Hylton | 1999-02-24 | 1 | -11/+27 |
|
|
* | ignore_from_idx(): Fixed bug in regular expression. | Fred Drake | 1999-02-24 | 1 | -3/+3 |
|
|
* | Add target for modindex.html; a combined lib+mac module index. Also | Fred Drake | 1999-02-24 | 1 | -1/+5 |
|
|
* | Script to combine module index files. Given a list of files that look | Fred Drake | 1999-02-24 | 1 | -0/+136 |
|
|
* | Ignore a file called modindex.html. | Fred Drake | 1999-02-24 | 1 | -0/+1 |
|
|
* | process_nodes(): New function. | Fred Drake | 1999-02-24 | 1 | -6/+10 |
|
|
* | Patch by Lars Wirzenius: | Guido van Rossum | 1999-02-24 | 1 | -3/+7 |
|
|
* | (initerrors): Make sure that the exception tuples ("base-classes" when | Barry Warsaw | 1999-02-24 | 1 | -8/+18 |
|
|
* | Document the correct class hierarchy for SystemExit. It is not an | Barry Warsaw | 1999-02-24 | 1 | -5/+6 |
|
|
* | Document the correct class hierarchy for SystemExit. It is not an | Barry Warsaw | 1999-02-24 | 1 | -4/+8 |
|
|
* | Add import sys, needed by reference to sys.exc_info() in rmtree(). | Guido van Rossum | 1999-02-23 | 1 | -0/+1 |
|
|
* | Script to help identify undocumented modules. Use -h or --help for | Fred Drake | 1999-02-23 | 1 | -0/+159 |
|
|
* | Dictionaries are created using the "{...}" notation, not the "..." | Fred Drake | 1999-02-23 | 1 | -13/+11 |
|
|
* | # Typo in docstring (Retrun -> Return). | Guido van Rossum | 1999-02-23 | 1 | -1/+1 |
|
|
* | # the usual | Guido van Rossum | 1999-02-23 | 1 | -182/+135 |
|
|
* | Now that we don't have AC_CHECK_LIB(m, pow), the HAVE_LIBM symbol | Guido van Rossum | 1999-02-23 | 1 | -3/+0 |
|
|
* | Carefully check for overflow when allocating the memory for fromfile | Guido van Rossum | 1999-02-23 | 1 | -1/+8 |
|
|
* | Get rid of AC_CHECK_LIB(m, pow) since this is taken care of later with | Guido van Rossum | 1999-02-23 | 1 | -1/+0 |
|
|
* | 1. Print the error message (carefully) when a dl.open() fails in verbose mode. | Guido van Rossum | 1999-02-23 | 1 | -3/+4 |
|
|
* | 1. Clarify that immutability isn't entirely the same as unchangeable | Guido van Rossum | 1999-02-23 | 1 | -2/+12 |
|
|
* | Patch by Tim Peters to improve the range checks for range() and | Guido van Rossum | 1999-02-23 | 1 | -30/+48 |
|
|
* | 1. Augment the DG/UX rule so it doesn't break the BeOS build. | Guido van Rossum | 1999-02-23 | 1 | -15/+19 |
|
|
* | According to Jeffrey Honig, bsd/os 2.0 - 4.0 should be added to the | Guido van Rossum | 1999-02-23 | 1 | -2/+6 |
|
|
* | According to Jeffrey Honig, bsd/os 4.0 should be added to the list. | Guido van Rossum | 1999-02-23 | 1 | -1/+3 |
|
|
* | Patch by Tadayoshi Funaba (with some changes) to be smarter about | Guido van Rossum | 1999-02-23 | 1 | -6/+12 |
|
|
* | Incorporated updates to describe geturl() by Sjoerd Mullender | Fred Drake | 1999-02-22 | 1 | -15/+20 |
|
|
* | As Des Barry points out, we need to call pathname2url(file) in two | Guido van Rossum | 1999-02-22 | 1 | -2/+2 |
|
|
* | Added note about *static* after description of *shared*. | Fred Drake | 1999-02-22 | 1 | -1/+3 |
|
|
* | Document *static* -- in two places! | Guido van Rossum | 1999-02-22 | 1 | -1/+4 |
|
|
* | Refer to the right RFC in the intro. | Fred Drake | 1999-02-22 | 1 | -1/+1 |
|
|
* | We don't support leap seconds, so the seconds field of a time 9-tuple | Guido van Rossum | 1999-02-22 | 1 | -1/+1 |
|
|
* | In atoi(), don't use isxdigit() to test whether the last character | Guido van Rossum | 1999-02-22 | 1 | -1/+1 |
|
|
* | Reflect the released version. | Fred Drake | 1999-02-22 | 2 | -0/+5 |
|
|
* | As Finn Bock points out, _P_WAIT etc. don't have a leading underscore | Guido van Rossum | 1999-02-22 | 1 | -3/+1 |
|
|
* | Typo: "apparentlt" --> "apparently" | Fred Drake | 1999-02-22 | 1 | -1/+1 |
|
|
* | Steve Clift pointed out that 'file' allows a netloc. | Guido van Rossum | 1999-02-22 | 1 | -0/+1 |
|
|
* | The docstring for ttyname(..) claims a second "mode" argument. The | Guido van Rossum | 1999-02-22 | 1 | -1/+1 |
|
|
* | Dang. Even though this is obsolete code, somebody found a bug, and I | Guido van Rossum | 1999-02-22 | 1 | -1/+1 |
|
|
* | Removed "This will be discussed later." where it's not. Reported by | Fred Drake | 1999-02-22 | 1 | -4/+4 |
|
|
* | Other chapter titles refer to collections of modules as "Services"; do | Fred Drake | 1999-02-22 | 1 | -1/+1 |
|
|
* | Noted report of missing material in the extending & embedding manual, | Fred Drake | 1999-02-22 | 1 | -0/+5 |
|
|