summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Substantially revise to handle the fact that Python CVS is no longer in aFred Drake2000-10-101-16/+35
* 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
* Do not forget to build the acks.html file when building "all"!Fred Drake2000-10-091-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
* Another name.Fred Drake2000-10-091-0/+1
* Denis S. Otkidach <ods@users.sourceforge.net>:Fred Drake2000-10-091-1/+1
* Hush the nanny.Fred Drake2000-10-073-78/+78
* Fix a couple of places where the descriptions of *_GET_SIZE() macros saidFred Drake2000-10-071-2/+2
* Include more information from the docstrings.Fred Drake2000-10-061-7/+49
* Another name.Fred Drake2000-10-061-0/+1
* 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
* Use the cvsinfo module instead of a module stuff off in my personalFred Drake2000-10-061-3/+2
* Support module to help work with checked-out CVS trees.Fred Drake2000-10-061-0/+81
* is_zipfile() description: Use the same name for the parameter as theFred Drake2000-10-061-3/+3
* Added a name.Fred Drake2000-10-061-0/+1
* The _PyTuple_Resize() last_is_sticky flag must now always be false.Neil Schemenauer2000-10-051-6/+6
* 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
* Better add at least a short docstring to the module!Fred Drake2000-10-051-1/+5
* Add a link to the new acks.html file.Fred Drake2000-10-051-0/+2
* Add rules for generating the acks.html file at the top of the document tree.Fred Drake2000-10-051-2/+7
* Ignore the acks.html file, since it is generated.Fred Drake2000-10-051-0/+1
* New script to convert the ACKS file to a nicely formatted HTML file.Fred Drake2000-10-051-0/+62
* Use the new support module instead of including all the getoptFred Drake2000-10-051-113/+23
* Factor out some of the presentation and shared code from mkmodindex andFred Drake2000-10-051-0/+144
* List of acknowledgements culled from CVS checkin logs and memory.Fred Drake2000-10-051-0/+147
* Update for next planned release.Fred Drake2000-10-051-3/+3
* - 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
* Remove styling information that conflicts with or duplicates the stylesheet;Fred Drake2000-10-043-7/+5
* Rewrites to section on new development process, after Usenet discussionAndrew M. Kuchling2000-10-041-37/+38
* Use \obindex{...} instead of \indexii{...}{type} in many places; this isFred Drake2000-10-041-17/+16
* Preliminary tool to troll through the CVS logs and LaTeX sources forFred Drake2000-10-031-0/+162
* Remove old note that os.popen() on Windows is unreliable; this is noFred Drake2000-10-031-3/+1
* Bump the release number for the upcoming candidate.Fred Drake2000-10-031-1/+1
* Jim Ahlstrom sent a few corrections to my changes. (Thanks!)Fred Drake2000-10-031-20/+27