Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated documentation relating to the various flavors of popen[234]() | Fred Drake | 2000-09-28 | 2 | -24/+79 |
| | | | | for Windows & Unix. | ||||
* | 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 |
| | | | | behavior. | ||||
* | Add obsolescence note to the module descriptions that get added to the | Fred Drake | 2000-09-25 | 2 | -3/+4 |
| | | | | | list of module synopses at the front of the chapter; based on a comment from Aahz <aahz@panix.com>. | ||||
* | 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 |
| | | | | exec*() family of functions. | ||||
* | 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 |
| | | | | This closes SourceForge bug #115146. | ||||
* | - Add DEBUG_SAVEALL option. When enabled all garbage objects found by the | Neil Schemenauer | 2000-09-22 | 1 | -2/+10 |
| | | | | | | | collector will be saved in gc.garbage. This is useful for debugging a program that creates reference cycles. - Fix else statements in gcmodule.c to conform to Python coding standards. | ||||
* | Include the new text on reporting bugs in a few useful places. | Fred Drake | 2000-09-21 | 1 | -0/+3 |
| | | | | This closes SourceForge bug #114792. | ||||
* | Convert the longest two tables from tableii to longtableii so they do not | Fred Drake | 2000-09-21 | 1 | -4/+4 |
| | | | | make too big a mess. One actually did not fit on a single page at all! | ||||
* | Fixed a number of small problems reported by Detlef Lannert | Fred Drake | 2000-09-21 | 3 | -9/+8 |
| | | | | <lannert@uni-duesseldorf.de>. | ||||
* | Clarify that the softspace attribute is used by print for state management, | Fred Drake | 2000-09-20 | 1 | -0/+3 |
| | | | | not as a user-controlled parameter. | ||||
* | 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 |
| | | | | sub-modules). | ||||
* | Clarify a number of issues about the file-like object API based on | Fred Drake | 2000-09-19 | 1 | -20/+36 |
| | | | | discussion on python-dev. | ||||
* | Document the "printable" and "punctuation" constants added to the string | Fred Drake | 2000-09-18 | 1 | -0/+11 |
| | | | | module. | ||||
* | 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 |
| | | | | | | the MD5 methods into the SHA docs (substituting "sha" for "md5", of course, and changing the stuff that depended on digest size accordingly). Fred, don't trust me! | ||||
* | Added documentation for new functions. | Fred Drake | 2000-09-17 | 1 | -3/+11 |
| | | | | | | | Deprecated sequenceIncludes(). Based on patch by Denis S. Otkidach <ods@users.sourceforge.net>, this closes SourceForge patch #101390. | ||||
* | Update URL to unicode.org's FTP site using an HTTP URL to the same | Fred Drake | 2000-09-16 | 1 | -1/+1 |
| | | | | document. | ||||
* | Update *both* uses of the URL to the zlib home page, and use the version | Fred Drake | 2000-09-16 | 1 | -6/+6 |
| | | | | advertised as the canonical form. | ||||
* | 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 |
| | | | | FRED, please check my monkey-see-monkey-do Tex fiddling! | ||||
* | Add some comments on the available implementations that this module can | Fred Drake | 2000-09-15 | 1 | -11/+25 |
| | | | | | | | | use. Change the list of flag values for open() to a table. Markup consistency nits. | ||||
* | 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 |
| | | | | | related to the BSD DB library. Based on comments from Mark Summerfield <summer@netcraft.com>. | ||||
* | Add item to the list of limitations that points out the lack of support | Fred Drake | 2000-09-15 | 1 | -1/+5 |
| | | | | | | | | | for authenticated proxies. This is noted elsewhere, but this makes it easier to find. Fix typo where it was already mentioned. This closes SourceForge bug #110619. | ||||
* | Add a reference to the sha module, noting that SHA is considered more | Fred Drake | 2000-09-14 | 1 | -0/+7 |
| | | | | secure. Suggested by Erno Kuusela <erno@iki.fi>. | ||||
* | 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 |
| | | | | | | Minor fix in documentation of code module. (Clarifies output destination for default implementation of the write() method.) | ||||
* | Remove reference to the stdwin-based windowed debugger, since stdwin | Fred Drake | 2000-09-14 | 1 | -6/+2 |
| | | | | | | is gone. Make a module reference into a hyperlink. | ||||
* | Use \shortversion in a number of places. | Fred Drake | 2000-09-14 | 2 | -6/+7 |
| | | | | This partially addresses SourceForge bug #114318. | ||||
* | Avoid reference to specific versions of Python where possible. | Fred Drake | 2000-09-14 | 1 | -4/+4 |
| | | | | This partially addresses SourceForge bug #114318. | ||||
* | Add some index entries to make it easier to find information on | Fred Drake | 2000-09-14 | 1 | -0/+5 |
| | | | | %-formatting of strings. | ||||
* | 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 |
| | | | | Convert the existing reference items to \seetitle markup. | ||||
* | When referring to namespaces, always say "namespaces" instead of | Fred Drake | 2000-09-12 | 3 | -4/+4 |
| | | | | | | "name spaces". Inconsistency noted by Keith Briggs <keith.briggs@bt.com>. | ||||
* | 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 |
| | | | | input(), locals(), reload(), unicode(), and zip(). | ||||
* | 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 |
| | | | | | | | | hyperlinks to relevant sections. Clarify the conditions under which the "softspace" attribute of file-like objects can "just work" (with relation to overriding of attribute access in user-defined classes). | ||||
* | 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 |
| | | | | | | | of the chapter. Add explanation that this is only available when the cycle detector is enabled at build time. | ||||
* | Move the "See also" section to a location more consistent with other | Fred Drake | 2000-09-09 | 1 | -6/+6 |
| | | | | | module sections. Properly mark the name of the module in the content of the reference there. |