summaryrefslogtreecommitdiffstats
path: root/Doc/lib
Commit message (Expand)AuthorAgeFilesLines
* Patch #102278: add tparm() function to _curses moduleAndrew M. Kuchling2000-11-071-0/+7
* Document the proper exception to be raised by I/O operations on closedFred Drake2000-11-061-15/+19
* Typo: writeable --> writableFred Drake2000-11-011-2/+2
* Many small markup revisions to be more consistent with markup elsewhere,Fred Drake2000-10-291-47/+61
* Explained that os.path.basename() may return something different from theFred Drake2000-10-261-1/+5
* Since LookupError can be raised by sys.setdefaultencoding(), we should notFred Drake2000-10-251-1/+2
* Marc-Andre Lemburg <mal@lemburg.com> noted that the encode() string methodFred Drake2000-10-251-0/+1
* Additions from Marc-Andre Lemburg <mal@lemburg.com>, documentingFred Drake2000-10-251-1/+21
* Several additions and updates based on text from Marc-Andre LemburgFred Drake2000-10-251-123/+221
* Added entries for the xml.dom.minidom module.Fred Drake2000-10-241-0/+1
* Paul Prescod <paul@prescod.net>:Fred Drake2000-10-241-0/+614
* Correct the name of a parameter in the description of the register()Fred Drake2000-10-231-1/+1
* Added missing entry for invert() function.Fred Drake2000-10-221-0/+60
* Capitalize first letter of an explanation for a \versionchangedFred Drake2000-10-191-1/+1
* Document the .lastindex and .lastgroup attributes of MatchObjectAndrew M. Kuchling2000-10-181-0/+10
* Make all the \seemodule explanations consistent: start with a capitalizedFred Drake2000-10-1810-20/+27
* Capitalize & use periods for \seemodule explanation parameter.Fred Drake2000-10-181-5/+5
* Update the links to the NumPy website and documentation, based on aFred Drake2000-10-171-6/+5
* For os.stat() & friends, note that the time fields are returned asFred Drake2000-10-141-1/+3
* Marc-Andre Lemburg <mal@lemburg.com>:Fred Drake2000-10-121-10/+276
* Added entries for new files of SAX documentation.Fred Drake2000-10-121-0/+3
* Massive addition of SAX documentation from Martin von LoewisFred Drake2000-10-124-3/+731
* Document the exceptions that now get raised on invalid parameters.Fred Drake2000-10-111-2/+5
* Make sure methods of ZipFile objects are in alphabetical order; the logicalFred Drake2000-10-111-4/+4
* Fixed a large number of small problems, mostly noted by Detlef LannertFred Drake2000-10-109-30/+30
* Note that the UserString/MutableString classes are far less efficientFred Drake2000-10-101-18/+22
* Revise the examples not to use the "from socket import *", and adjustFred Drake2000-10-101-5/+7
* Remove duplicated text from urlopen() description, noted by Ka-PingFred Drake2000-10-101-16/+0
* Make it clear that copy_reg.pickle() should not be used for classes, butFred Drake2000-10-101-5/+6
* Fixed lots of small nits caught by Ka-Ping Yee <ping@lfw.org>.Fred Drake2000-10-1016-38/+40
* Minor nit fixes based on suggestions from Ka-Ping Yee <ping@lfw.org>.Fred Drake2000-10-101-4/+14
* Better synopsis based on suggestion from Ka-Ping Yee <ping@lfw.org>.Fred Drake2000-10-101-2/+3
* Better synopses based on suggestions from Ka-Ping Yee <ping@lfw.org>.Fred Drake2000-10-102-5/+4
* Move the documentation for the mutex module to be with the threadingFred Drake2000-10-101-1/+1
* Work around annoyances in LaTeX2HTML.Fred Drake2000-10-092-2/+2
* Push xmllib to the end of the markup chapter since it is deprecated.Fred Drake2000-10-091-1/+1
* Denis S. Otkidach <ods@users.sourceforge.net>:Fred Drake2000-10-091-1/+1
* Include more information from the docstrings.Fred Drake2000-10-061-7/+49
* Fix really bad typo, noted by Neil Schemenauer <nas@arctrix.com>.Fred Drake2000-10-061-1/+1
* Add notes on the requirements for subclasses.Fred Drake2000-10-061-0/+19
* Revise the versioning information to say that this was revised in 1.6,Fred Drake2000-10-061-1/+3
* Made a number of revisions suggested by Fredrik Lundh.Fred Drake2000-10-061-12/+33
* It turns out that Guido does not like or encourage the use of the termFred Drake2000-10-062-3/+3
* is_zipfile() description: Use the same name for the parameter as theFred Drake2000-10-061-3/+3
* Document the lookbehind assertions (closing bug#115119)Andrew M. Kuchling2000-10-051-0/+15
* Document expand() method of MatchObjectsAndrew M. Kuchling2000-10-051-0/+9
* - update Neil's email addressNeil Schemenauer2000-10-041-2/+2
* Added deprecation notices to atof(), atoi(), and atol(), recommendingFred Drake2000-10-041-1/+4
* Added \versionchanged comment to os.popen() noting that it was unreliableFred Drake2000-10-041-0/+6
* Use \obindex{...} instead of \indexii{...}{type} in many places; this isFred Drake2000-10-041-17/+16