| Commit message (Expand) | Author | Age | Files | Lines |
* | Updated documentation relating to the various flavors of popen[234]() | Fred Drake | 2000-09-28 | 2 | -24/+79 |
|
|
* | Add regex and regsub to the list of undocumented obsolete modules. | Fred Drake | 2000-09-28 | 1 | -0/+12 |
|
|
* | Update the documentation for ConfigParser to match the recent changes. | Fred Drake | 2000-09-27 | 1 | -2/+13 |
|
|
* | regex and regsub are obsolete and Evil, so don't include them in the club. | Fred Drake | 2000-09-25 | 1 | -2/+2 |
|
|
* | Updates from Fredrik Lundh <effbot@telia.com> about Unicode-related | Fred Drake | 2000-09-25 | 1 | -31/+43 |
|
|
* | Add obsolescence note to the module descriptions that get added to the | Fred Drake | 2000-09-25 | 2 | -3/+4 |
|
|
* | Minor cleanups, wrap long lines. | Fred Drake | 2000-09-25 | 2 | -13/+18 |
|
|
* | Added explanation of the use of the first program argument passed to the | Fred Drake | 2000-09-23 | 1 | -0/+9 |
|
|
* | Rename the public interface from "pyexpat" to "xml.parsers.expat". | Fred Drake | 2000-09-23 | 1 | -26/+24 |
|
|
* | Added warnings about platform vagaries to the strptime() documentation. | Fred Drake | 2000-09-23 | 1 | -1/+9 |
|
|
* | - Add DEBUG_SAVEALL option. When enabled all garbage objects found by the | Neil Schemenauer | 2000-09-22 | 1 | -2/+10 |
|
|
* | Include the new text on reporting bugs in a few useful places. | Fred Drake | 2000-09-21 | 1 | -0/+3 |
|
|
* | Convert the longest two tables from tableii to longtableii so they do not | Fred Drake | 2000-09-21 | 1 | -4/+4 |
|
|
* | Fixed a number of small problems reported by Detlef Lannert | Fred Drake | 2000-09-21 | 3 | -9/+8 |
|
|
* | Clarify that the softspace attribute is used by print for state management, | Fred Drake | 2000-09-20 | 1 | -0/+3 |
|
|
* | Add entries for the xml.sax documentation. | Fred Drake | 2000-09-20 | 1 | -0/+1 |
|
|
* | First cut at documentation for the xml.sax package (not including any | Fred Drake | 2000-09-20 | 1 | -0/+108 |
|
|
* | Clarify a number of issues about the file-like object API based on | Fred Drake | 2000-09-19 | 1 | -20/+36 |
|
|
* | Document the "printable" and "punctuation" constants added to the string | Fred Drake | 2000-09-18 | 1 | -0/+11 |
|
|
* | Add missing \declaremodule for zipfile. | Fred Drake | 2000-09-18 | 1 | -0/+1 |
|
|
* | Repaired some glitches in the MD5 and SHA docs; copied the descriptions of | Tim Peters | 2000-09-18 | 2 | -10/+31 |
|
|
* | Added documentation for new functions. | Fred Drake | 2000-09-17 | 1 | -3/+11 |
|
|
* | Update URL to unicode.org's FTP site using an HTTP URL to the same | Fred Drake | 2000-09-16 | 1 | -1/+1 |
|
|
* | Update *both* uses of the URL to the zlib home page, and use the version | Fred Drake | 2000-09-16 | 1 | -6/+6 |
|
|
* | Update link to the zlib homepage. | Fred Drake | 2000-09-16 | 1 | -4/+4 |
|
|
* | Update the link to Andrew Kuchling's crypto code. | Fred Drake | 2000-09-16 | 1 | -1/+1 |
|
|
* | Update link to the FIPS PUB 180-1 (PDF is available, but not PostScript). | Fred Drake | 2000-09-16 | 1 | -2/+2 |
|
|
* | Fixed legit gripe from c.l.py that math.fmod docs aren't confusing enough. | Tim Peters | 2000-09-16 | 1 | -1/+3 |
|
|
* | Add some comments on the available implementations that this module can | Fred Drake | 2000-09-15 | 1 | -11/+25 |
|
|
* | add cross reference to mimetools module | Skip Montanaro | 2000-09-15 | 1 | -0/+2 |
|
|
* | Update comments in the second paragraph, discussing versioning issues | Fred Drake | 2000-09-15 | 1 | -8/+9 |
|
|
* | Add item to the list of limitations that points out the lack of support | Fred Drake | 2000-09-15 | 1 | -1/+5 |
|
|
* | Add a reference to the sha module, noting that SHA is considered more | Fred Drake | 2000-09-14 | 1 | -0/+7 |
|
|
* | Convert "See also" section to use \seetitle. | Fred Drake | 2000-09-14 | 1 | -6/+8 |
|
|
* | Denis S. Otkidach <ods@users.sourceforge.net>: | Fred Drake | 2000-09-14 | 1 | -2/+3 |
|
|
* | Remove reference to the stdwin-based windowed debugger, since stdwin | Fred Drake | 2000-09-14 | 1 | -6/+2 |
|
|
* | Use \shortversion in a number of places. | Fred Drake | 2000-09-14 | 2 | -6/+7 |
|
|
* | Avoid reference to specific versions of Python where possible. | Fred Drake | 2000-09-14 | 1 | -4/+4 |
|
|
* | Add some index entries to make it easier to find information on | Fred Drake | 2000-09-14 | 1 | -0/+5 |
|
|
* | Include a link to Francois's po-utils. | Barry Warsaw | 2000-09-13 | 1 | -2/+3 |
|
|
* | Add a reference item pointing to the Namespaces in XML recommendation. | Fred Drake | 2000-09-12 | 1 | -14/+24 |
|
|
* | When referring to namespaces, always say "namespaces" instead of | Fred Drake | 2000-09-12 | 3 | -4/+4 |
|
|
* | Some updates and fix a bunch of really small consistency nits. | Fred Drake | 2000-09-11 | 1 | -45/+38 |
|
|
* | Add a reference to the material on string methods. | Fred Drake | 2000-09-09 | 1 | -1/+4 |
|
|
* | Various clarifications and minor nits fixed. Affected descriptions of | Fred Drake | 2000-09-09 | 1 | -7/+21 |
|
|
* | Really minor consistency nit. | Fred Drake | 2000-09-09 | 1 | -1/+1 |
|
|
* | Improve a couple of references to the language reference, making them | Fred Drake | 2000-09-09 | 1 | -7/+9 |
|
|
* | Minor clarifications in the introductory paragraph. | Fred Drake | 2000-09-09 | 1 | -6/+7 |
|
|
* | Add \modulesynopsis for inclusion in the list of modules at the beginning | Fred Drake | 2000-09-09 | 1 | -0/+6 |
|
|
* | Move the "See also" section to a location more consistent with other | Fred Drake | 2000-09-09 | 1 | -6/+6 |
|
|