summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Adjust the documents so that the copyright is at the front of the documentsFred Drake2001-06-217-96/+20
* Make sure 2.1.1 takes its proper place in the history of Python licenses.Fred Drake2001-06-211-4/+4
* This commit was manufactured by cvs2svn to create branchcvs2svn2001-06-2132-0/+24577
* Fix my own typo: protect the FLUSHO usage with "#ifdef FLUSHO", notFred Drake2001-06-181-1/+1
* Applying this to the 2.1.1 branch:Guido van Rossum2001-06-181-6/+7
* Spell "#ifdef" as "#ifdef", not "#endif".Fred Drake2001-06-161-1/+1
* Protect several more uses of constants with #ifdefs; these are necessary onThomas Wouters2001-06-151-0/+10
* Fix an improperly placed comma.Fred Drake2001-06-141-1/+1
* Incorporating MAL's bugfix into the 2.1.1 branch:Guido van Rossum2001-06-121-1/+1
* Add the appropriate availability annotations for the popen*() family ofFred Drake2001-06-111-4/+7
* Fixed parameter order for os.popen2(), os.popen3(), and os.popen(4). AddedFred Drake2001-06-111-3/+11
* Protect the use of the VWERASE symbol by an #ifdef, it's apparently missingThomas Wouters2001-06-111-0/+2
* Merge in recent changes from development branch: add warning about beingFred Drake2001-06-111-0/+11
* Typo: "descrition" --> "description"Fred Drake2001-06-061-3/+10
* Add references to the documentation for the Python documentation markup.Fred Drake2001-06-062-0/+14
* Update a "Programmer's note" about lambda forms and scoping to reflectFred Drake2001-06-051-5/+19
* is -> if in rename descriptionSkip Montanaro2001-06-041-1/+1
* Explained more differences between PyList_SetItem() and PyList_SET_ITEM().Fred Drake2001-06-031-2/+7
* Document os.getenv().Fred Drake2001-05-311-0/+7
* Some general cleanup of the threading module documentation, includingFred Drake2001-05-311-25/+15
* expand __all__ to include a bunch of names that should have been thereSkip Montanaro2001-05-311-1/+6
* Users of PySequence_GET_FAST() should get the length of the sequence usingFred Drake2001-05-291-1/+1