- a3100de Fix for SF bug 122176: Error in rotor module documentation. by Tim Peters · 25 years ago
- f16e0ed Patch #102278: add tparm() function to _curses module by Andrew M. Kuchling · 25 years ago
- a776cea Document the proper exception to be raised by I/O operations on closed by Fred Drake · 25 years ago
- 19647ca Typo: writeable --> writable Reported by Erno Kuusela <erno@iki.fi>. by Fred Drake · 25 years ago
- efffe8e Many small markup revisions to be more consistent with markup elsewhere, by Fred Drake · 25 years ago
- 3aecfc9 Explained that os.path.basename() may return something different from the by Fred Drake · 25 years ago
- 53143be Since LookupError can be raised by sys.setdefaultencoding(), we should not by Fred Drake · 25 years ago
- 1dba66c Marc-Andre Lemburg <mal@lemburg.com> noted that the encode() string method by Fred Drake · 25 years ago
- 8940faf Additions from Marc-Andre Lemburg <mal@lemburg.com>, documenting by Fred Drake · 25 years ago
- 1491cac Several additions and updates based on text from Marc-Andre Lemburg by Fred Drake · 25 years ago
- 277a211 Added entries for the xml.dom.minidom module. by Fred Drake · 25 years ago
- 669d36f Paul Prescod <paul@prescod.net>: by Fred Drake · 25 years ago
- 246f65f Correct the name of a parameter in the description of the register() function. by Fred Drake · 25 years ago
- 8c2fd49 Added missing entry for invert() function. by Fred Drake · 25 years ago
- 4a15263 Capitalize first letter of an explanation for a \versionchanged annotation. by Fred Drake · 25 years ago
- 75afc0b Document the .lastindex and .lastgroup attributes of MatchObject by Andrew M. Kuchling · 25 years ago
- ba0a989 Make all the \seemodule explanations consistent: start with a capitalized by Fred Drake · 25 years ago
- 510dfba Capitalize & use periods for \seemodule explanation parameter. by Fred Drake · 25 years ago
- b4b401e Update the links to the NumPy website and documentation, based on a by Fred Drake · 25 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