summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix for SF bug #436525, reported by Greg Kochanski:Thomas Wouters2001-07-091-2/+2
* SF bug #439104: Tuple richcompares has code-typo.Tim Peters2001-07-062-2/+2
* When reading a continuation line, make sure we still use the transformedFred Drake2001-07-062-1/+9
* Explain the exit code for the wait() method, including a reference toFred Drake2001-07-061-1/+6
* The fpectl module does not work on Windows, so remove Windows from theFred Drake2001-07-051-2/+2
* Allow underscores in tag names and quote characters in unquoted attributeFred Drake2001-07-051-2/+2
* Only write out one blank line before the request data.Fred Drake2001-07-042-3/+3
* Marked the parameters to Stats.print_*() as optional.Fred Drake2001-07-021-3/+3
* Avoid using os.path.normcase() on sys.path elements; doing so causes pathsFred Drake2001-07-021-19/+22
* Added another name.Fred Drake2001-07-021-0/+1
* Update to reflect Python 2.1.1 release planning.Fred Drake2001-07-022-2/+2
* 2.1.1c1 WIndows fiddling, plus patchlevel.h.Tim Peters2001-07-024-7/+11
* Use the more conventional "self" as the name of the self parameter in anFred Drake2001-06-291-1/+1
* Correct a markup error for an accented character.Fred Drake2001-06-291-1/+1
* Removed some stray periods, and fix up a number of visible markupFred Drake2001-06-291-20/+22
* Another name.Fred Drake2001-06-291-0/+1
* SourceForge bug #437041:Fred Drake2001-06-291-8/+8
* Another name.Fred Drake2001-06-291-0/+1
* Simplify an example based on comment from Thomas Holenstein <thomas@hex.ch>:Fred Drake2001-06-291-4/+1
* Backport Tim's checkin 1.12:Thomas Wouters2001-06-271-1/+1
* Backport of Tim's checkin 1.35:Thomas Wouters2001-06-271-0/+7
* Backport of Tim's checkin 2.57:Thomas Wouters2001-06-271-23/+17
* Backport Tim's checkin 2.247:Thomas Wouters2001-06-271-2/+3
* Set PYTHONHOMEHELP to 2.1Thomas Wouters2001-06-271-1/+1
* Backport Tim's checkin 1.26 (patch probably by Michael Hudson, not Hundson):Thomas Wouters2001-06-271-13/+14
* Backport Tim's checkin 2.201:Thomas Wouters2001-06-271-10/+54
* Backport Tim's checkin 1.20:Thomas Wouters2001-06-272-34/+28
* Backport Tim's checkin 1.97:Thomas Wouters2001-06-271-0/+1
* Backport Martin's checkin 2.16:Thomas Wouters2001-06-271-0/+11
* Backport Martin's checkin 1.4 (with minor fix):Thomas Wouters2001-06-271-1/+1
* Backport Martin's checkin 1.6:Thomas Wouters2001-06-271-1/+1
* Backport Guido's checkin 1.4:Thomas Wouters2001-06-271-6/+20
* Backport Fred's checkin 2.51:Thomas Wouters2001-06-271-3/+3
* Backport Jeremy's checkin 2.57:Thomas Wouters2001-06-271-9/+7
* Backport Jeremy's checkin 2.244:Thomas Wouters2001-06-271-1/+7
* Backport of Tim's checkin 1.52:Thomas Wouters2001-06-271-1/+6
* Backport of Tim's checkin 2.27:Thomas Wouters2001-06-271-0/+9
* Backport of Tim's checkin 2.111:Thomas Wouters2001-06-271-3/+5
* Backport of Tim's checkin 2.190:Thomas Wouters2001-06-271-10/+8
* Backport Fred's checkin 1.3:Thomas Wouters2001-06-271-1/+9
* Python 2.1 (and 2.0) -> Python 2.1.1 in the licence text.Thomas Wouters2001-06-271-11/+11
* Updated link to zlib's home page.Fred Drake2001-06-251-3/+2
* Re-organize a little, clean up some markup.Fred Drake2001-06-221-52/+73
* Corrected an error in the information on supporting weak references inFred Drake2001-06-221-9/+7
* Adjust to understand use of either single- or double-quotes to quoteFred Drake2001-06-221-20/+23
* Fix & clean up the information about building Python with large file supportFred Drake2001-06-221-4/+3
* Separate the version number and release status information.Fred Drake2001-06-221-1/+2
* Add support for the classdesc* environment and the \releaseinfo andFred Drake2001-06-223-4/+38
* Properly mark the availability of tempnam() and tmpnam().Fred Drake2001-06-221-0/+3
* Added documentation for PyErr_SetFromErrnoWithFilename().Fred Drake2001-06-211-0/+10