summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Marked the parameters to Stats.print_*() as optional.Fred Drake2001-07-021-3/+3
* Added another name.Fred Drake2001-07-021-0/+1
* Update to reflect Python 2.1.1 release planning.Fred Drake2001-07-022-2/+2
* 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 Martin's checkin 1.4 (with minor fix):Thomas Wouters2001-06-271-1/+1
* Backport Fred's checkin 1.3:Thomas Wouters2001-06-271-1/+9
* 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-211-0/+259
* Fix an improperly placed comma.Fred Drake2001-06-141-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
* 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
* Users of PySequence_GET_FAST() should get the length of the sequence usingFred Drake2001-05-291-1/+1
* readlink() description: Added note that the return value may be eitherFred Drake2001-05-291-5/+20
* Bring the notes on the relationship between __cmp__(), __eq__(), andFred Drake2001-05-291-13/+23
* Fix typo reported in SF bug #427783.Fred Drake2001-05-291-1/+1
* The parameter to the listen() method is not optional, but was marked asFred Drake2001-05-291-1/+1
* Add a version annotation for splitdrive(); old, but as long as I managedFred Drake2001-05-251-0/+1
* Backport Fred's checkin 1.3:Thomas Wouters2001-05-231-1/+1
* Add a list of mapping interface methods which are not supported byFred Drake2001-05-221-1/+4
* Add some clarifications about the mapping interface presented byFred Drake2001-05-221-2/+4
* Update output to reflect additional precision produced by the repr() ofFred Drake2001-05-211-2/+2
* Add documentation for Py_Main() and PyThreadState_GetDict().Fred Drake2001-05-211-0/+21
* Typo: "that" --> "than"Fred Drake2001-05-211-1/+1
* Fix bug in smtplib example: the prompt said to end the message with ^D,Fred Drake2001-05-201-3/+6