summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* 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
* $OFF_SITE_LINK_ICON: Don't define here; simply defining it overrides aFred Drake2000-10-031-7/+11
* Replace minimal \seetext references with better annotated \seerfcFred Drake2000-10-031-7/+8
* Added some comments on the interaction of reload() and extension modules.Fred Drake2000-10-021-1/+6
* Add deprecation note since the XML support is shaping up.Fred Drake2000-10-021-0/+3
* Minor change to attributes so that the stylesheets can have better control.Fred Drake2000-10-021-1/+1
* Substantially revised documentation for the zipfile module, partially basedFred Drake2000-10-021-60/+164
* Minor stylesheet nit.Fred Drake2000-10-021-1/+2
* make_icon_filename(): Convenience function to turn a partial filenameFred Drake2000-10-021-20/+45
* Minor usage fix.Fred Drake2000-10-021-3/+5
* Add documentation and warnings for the isCallable(), isMappingType(),Fred Drake2000-10-021-0/+50
* Added skeletal "Building Extensions: Tips and Tricks" section. ThisGreg Ward2000-09-301-0/+25
* Fixed spelling of module; closes bug 115712.Martin v. Löwis2000-09-301-1/+1
* Replace to XXX notes to add references with real references.Fred Drake2000-09-301-2/+7
* Reversely --> ConverselyFred Drake2000-09-291-2/+2
* Spelling: internalization --> internationalizationFred Drake2000-09-291-56/+48
* os.startfile() documentation, based on text from Tim Peters.Fred Drake2000-09-291-0/+18
* Consistency nits, untabify.Fred Drake2000-09-281-38/+39
* Updated documentation relating to the various flavors of popen[234]()Fred Drake2000-09-282-24/+79
* Add regex and regsub to the list of undocumented obsolete modules.Fred Drake2000-09-281-0/+12
* Update the documentation for ConfigParser to match the recent changes.Fred Drake2000-09-271-2/+13
* Fix double negative spotted by matt@mondoinfo.comAndrew M. Kuchling2000-09-271-2/+2
* Added a section describing the new development process. Part of itAndrew M. Kuchling2000-09-271-1/+87
* Wrote text for features added between 2.0b1 and b2.Andrew M. Kuchling2000-09-271-8/+35
* Fixed error in explanation of codec decode_func pointed out by Gregg Hauser,Andrew M. Kuchling2000-09-271-7/+8
* Note that including Python.h includes limits.h when available.Fred Drake2000-09-261-2/+2
* Remove a ?? in the description of Mac OS support.Greg Ward2000-09-261-1/+1
* regex and regsub are obsolete and Evil, so don't include them in the club.Fred Drake2000-09-252-4/+2
* Updates from Fredrik Lundh <effbot@telia.com> about Unicode-relatedFred Drake2000-09-251-31/+43
* Add obsolescence note to the module descriptions that get added to theFred Drake2000-09-252-3/+4
* Update URL for Python 2.0Andrew M. Kuchling2000-09-251-1/+1
* Minor cleanups, wrap long lines.Fred Drake2000-09-252-13/+18
* Added explanation of the use of the first program argument passed to theFred Drake2000-09-231-0/+9
* Rename the public interface from "pyexpat" to "xml.parsers.expat".Fred Drake2000-09-231-26/+24