Final head of the former 2.0 branch
- c79ac00 Adjust so that the copyright statements remain at the front but all the long by Fred Drake · 24 years ago
- 87ce6ac Fix an improperly placed comma. by Fred Drake · 24 years ago
- 21c9df7 For os.stat() & friends, note that the time fields are returned as by Fred Drake · 25 years ago
- 602aa77 Marc-Andre Lemburg <mal@lemburg.com>: by Fred Drake · 25 years ago
- babe326 Added entries for new files of SAX documentation. by Fred Drake · 25 years ago
- 014f0e3 Massive addition of SAX documentation from Martin von Loewis by Fred Drake · 25 years ago
- 9361565 Document the exceptions that now get raised on invalid parameters. by Fred Drake · 25 years ago
- 6fe9bac Make sure methods of ZipFile objects are in alphabetical order; the logical by Fred Drake · 25 years ago
- 2c4f554 Fixed a large number of small problems, mostly noted by Detlef Lannert by Fred Drake · 25 years ago
- 66c9f07 Note that the UserString/MutableString classes are far less efficient by Fred Drake · 25 years ago
- ef52f60 Revise the examples not to use the "from socket import *", and adjust by Fred Drake · 25 years ago
- 0fc6a67 Remove duplicated text from urlopen() description, noted by Ka-Ping by Fred Drake · 25 years ago
- 3ece713 Make it clear that copy_reg.pickle() should not be used for classes, but by Fred Drake · 25 years ago
- f8ca7d8 Fixed lots of small nits caught by Ka-Ping Yee <ping@lfw.org>. by Fred Drake · 25 years ago
- 2d34cd3 Minor nit fixes based on suggestions from Ka-Ping Yee <ping@lfw.org>. by Fred Drake · 25 years ago
- 2540788 Better synopsis based on suggestion from Ka-Ping Yee <ping@lfw.org>. by Fred Drake · 25 years ago
- 4d3714b Better synopses based on suggestions from Ka-Ping Yee <ping@lfw.org>. by Fred Drake · 25 years ago
- 6ff7aec Move the documentation for the mutex module to be with the threading by Fred Drake · 25 years ago
- 17a2b64 Work around annoyances in LaTeX2HTML. by Fred Drake · 25 years ago
- 955e03b Push xmllib to the end of the markup chapter since it is deprecated. by Fred Drake · 25 years ago
- 3383792 Denis S. Otkidach <ods@users.sourceforge.net>: by Fred Drake · 25 years ago
- c2bac87 Include more information from the docstrings. by Fred Drake · 25 years ago
- 5197444 Fix really bad typo, noted by Neil Schemenauer <nas@arctrix.com>. by Fred Drake · 25 years ago
- c6243e4 Add notes on the requirements for subclasses. by Fred Drake · 25 years ago
- 2e06c20 Revise the versioning information to say that this was revised in 1.6, by Fred Drake · 25 years ago
- 062ea2e Made a number of revisions suggested by Fredrik Lundh. by Fred Drake · 25 years ago
- d88d0a1 It turns out that Guido does not like or encourage the use of the term by Fred Drake · 25 years ago
- 5d63a39 is_zipfile() description: Use the same name for the parameter as the by Fred Drake · 25 years ago
- 9351dd2 Document the lookbehind assertions (closing bug#115119) by Andrew M. Kuchling · 25 years ago
- 7a90db6 Document expand() method of MatchObjects by Andrew M. Kuchling · 25 years ago
- b2c2c9e - update Neil's email address by Neil Schemenauer · 25 years ago
- 15f0666 Added deprecation notices to atof(), atoi(), and atol(), recommending by Fred Drake · 25 years ago
- c71c23e Added \versionchanged comment to os.popen() noting that it was unreliable by Fred Drake · 25 years ago
- 0b4e25d Use \obindex{...} instead of \indexii{...}{type} in many places; this is by Fred Drake · 25 years ago
- 1319e3e Remove old note that os.popen() on Windows is unreliable; this is no by Fred Drake · 25 years ago
- e35360f Jim Ahlstrom sent a few corrections to my changes. (Thanks!) by Fred Drake · 25 years ago
- 58a2dff Replace minimal \seetext references with better annotated \seerfc by Fred Drake · 25 years ago
- 296b8f5 Add deprecation note since the XML support is shaping up. by Fred Drake · 25 years ago
- 4278024 Substantially revised documentation for the zipfile module, partially based by Fred Drake · 25 years ago
- f6791f3 Minor usage fix. by Fred Drake · 25 years ago
- 8d3312f Add documentation and warnings for the isCallable(), isMappingType(), by Fred Drake · 25 years ago
- d15a942 Fixed spelling of module; closes bug 115712. by Martin v. Löwis · 25 years ago
- 58295de Replace to XXX notes to add references with real references. by Fred Drake · 25 years ago
- 4ce4f2e os.startfile() documentation, based on text from Tim Peters. by Fred Drake · 25 years ago
- 8a9db99 Updated documentation relating to the various flavors of popen[234]() by Fred Drake · 25 years ago
- 44774c9 Add regex and regsub to the list of undocumented obsolete modules. by Fred Drake · 25 years ago
- 33dde92 Update the documentation for ConfigParser to match the recent changes. by Fred Drake · 25 years ago
- 7f577e7 regex and regsub are obsolete and Evil, so don't include them in the club. by Fred Drake · 25 years ago
- e53793b Updates from Fredrik Lundh <effbot@telia.com> about Unicode-related behavior. by Fred Drake · 25 years ago
- ef5781b Add obsolescence note to the module descriptions that get added to the by Fred Drake · 25 years ago
- d79c33a Minor cleanups, wrap long lines. by Fred Drake · 25 years ago
- 7be3115 Added explanation of the use of the first program argument passed to the by Fred Drake · 25 years ago
- 7fbc85c Rename the public interface from "pyexpat" to "xml.parsers.expat". by Fred Drake · 25 years ago
- c32741d Added warnings about platform vagaries to the strptime() documentation. by Fred Drake · 25 years ago
- 544de1e - Add DEBUG_SAVEALL option. When enabled all garbage objects found by the by Neil Schemenauer · 25 years ago
- ed773ef Include the new text on reporting bugs in a few useful places. by Fred Drake · 25 years ago
- 1bf4e93 Convert the longest two tables from tableii to longtableii so they do not by Fred Drake · 25 years ago
- fffe5db Fixed a number of small problems reported by Detlef Lannert by Fred Drake · 25 years ago
- 51f53df Clarify that the softspace attribute is used by print for state management, by Fred Drake · 25 years ago
- f5aa4ef Add entries for the xml.sax documentation. by Fred Drake · 25 years ago
- e10ef74 First cut at documentation for the xml.sax package (not including any by Fred Drake · 25 years ago
- 752ba39 Clarify a number of issues about the file-like object API based on by Fred Drake · 25 years ago
- 480abc2 Document the "printable" and "punctuation" constants added to the string module. by Fred Drake · 25 years ago
- 1675375 Add missing \declaremodule for zipfile. by Fred Drake · 25 years ago
- 1de8098 Repaired some glitches in the MD5 and SHA docs; copied the descriptions of by Tim Peters · 25 years ago
- 5316ef4 Added documentation for new functions. Deprecated sequenceIncludes(). by Fred Drake · 25 years ago
- 6e1fecc Update URL to unicode.org's FTP site using an HTTP URL to the same document. by Fred Drake · 25 years ago
- 315b9e0 Update *both* uses of the URL to the zlib home page, and use the version by Fred Drake · 25 years ago
- ab2f9f7 Update link to the zlib homepage. by Fred Drake · 25 years ago
- f291074 Update the link to Andrew Kuchling's crypto code. by Fred Drake · 25 years ago
- 91fc931 Update link to the FIPS PUB 180-1 (PDF is available, but not PostScript). by Fred Drake · 25 years ago
- 78fc0b5 Fixed legit gripe from c.l.py that math.fmod docs aren't confusing enough. by Tim Peters · 25 years ago
- 7c25f3d Add some comments on the available implementations that this module can use. by Fred Drake · 25 years ago
- 6634b14 add cross reference to mimetools module by Skip Montanaro · 25 years ago
- 6e5184f Update comments in the second paragraph, discussing versioning issues by Fred Drake · 25 years ago
- 81c1735 Add item to the list of limitations that points out the lack of support by Fred Drake · 25 years ago
- 4dfad57 Add a reference to the sha module, noting that SHA is considered more by Fred Drake · 25 years ago
- b9fd468 Convert "See also" section to use \seetitle. by Fred Drake · 25 years ago
- 6ba0a3c Denis S. Otkidach <ods@users.sourceforge.net>: by Fred Drake · 25 years ago
- 7a666b8 Remove reference to the stdwin-based windowed debugger, since stdwin is gone. by Fred Drake · 25 years ago
- d5d0435 Use \shortversion in a number of places. by Fred Drake · 25 years ago
- 1fe3b82 Avoid reference to specific versions of Python where possible. by Fred Drake · 25 years ago
- 66d32b1 Add some index entries to make it easier to find information on by Fred Drake · 25 years ago
- ddef888 Include a link to Francois's po-utils. by Barry Warsaw · 25 years ago
- ae86d43 Add a reference item pointing to the Namespaces in XML recommendation. by Fred Drake · 25 years ago
- 1349437 When referring to namespaces, always say "namespaces" instead of "name spaces". by Fred Drake · 25 years ago
- 88fa962 Some updates and fix a bunch of really small consistency nits. by Fred Drake · 25 years ago
- 1b194f92 Add a reference to the material on string methods. by Fred Drake · 25 years ago
- f96e0d2 Various clarifications and minor nits fixed. Affected descriptions of by Fred Drake · 25 years ago
- 1172a85 Really minor consistency nit. by Fred Drake · 25 years ago
- 66571cc Improve a couple of references to the language reference, making them by Fred Drake · 25 years ago
- 7acb218 Minor clarifications in the introductory paragraph. by Fred Drake · 25 years ago
- e544191 Add \modulesynopsis for inclusion in the list of modules at the beginning by Fred Drake · 25 years ago
- 1c4efad Move the "See also" section to a location more consistent with other by Fred Drake · 25 years ago
- 621d2be Move description of UserString.MutableString to a location more typical by Fred Drake · 25 years ago
- d0726c3 \file is not allowed in section titles -- converting to PDF fails due to by Fred Drake · 25 years ago
- 88c023b Remove comment about -X and string exceptions. Error noted by by Fred Drake · 25 years ago
- 6300bd4 Added note about Python version this was added for. by Fred Drake · 25 years ago
- 77a6c9e Minor markup nits around use of \optional. by Fred Drake · 25 years ago
- 8b2e8f8 Added a \versionadded statement to the getfqdn() description. by Fred Drake · 25 years ago