Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | Move description of UserString.MutableString to a location more typical | Fred Drake | 2000-09-09 | 1 | -9/+9 |
| | | | | of the arrangement of other modules. | ||||
* | \file is not allowed in section titles -- converting to PDF fails due to | Fred Drake | 2000-09-07 | 1 | -3/+3 |
| | | | | | | | weird macro-expansion issues. A better solution may be available in the future, but this will do for now. Add an index entry. More should probably be added as well. | ||||
* | Remove comment about -X and string exceptions. Error noted by | Fred Drake | 2000-09-07 | 1 | -2/+1 |
| | | | | Justin D. Pettit <jpettit@raznick.com>. | ||||
* | Added note about Python version this was added for. | Fred Drake | 2000-09-07 | 1 | -0/+2 |
| | |||||
* | Minor markup nits around use of \optional. | Fred Drake | 2000-09-07 | 1 | -10/+10 |
| | |||||
* | Added a \versionadded statement to the getfqdn() description. | Fred Drake | 2000-09-06 | 1 | -0/+1 |
| | |||||
* | Minor markup revisions for consistency with the rest of the documentation. | Fred Drake | 2000-09-05 | 1 | -33/+33 |
| | |||||
* | Added entry for mmap module. | Fred Drake | 2000-09-05 | 1 | -0/+1 |
| | |||||
* | Document the new optional argument "rest" on the transfercmd(), | Barry Warsaw | 2000-09-01 | 1 | -5/+22 |
| | | | | | ntransfercmd(), and retrbinary() commands. This closes SF patch #101187. | ||||
* | Fix markup error and minor consistency nit. | Fred Drake | 2000-08-31 | 1 | -2/+2 |
| | |||||
* | add user-modifiable recursion_limit | Jeremy Hylton | 2000-08-31 | 1 | -0/+18 |
| | | | | | | | | | | | ceval.c: define recurion_limit (static), default value is 2500 define Py_GetRecursionLimit and Py_SetRecursionLimit raise RuntimeError if limit is exceeded PC/config.h: remove plat-specific definition sysmodule.c: add sys.(get|set)recursionlimit | ||||
* | Document the limitation that urllib does not work with proxies which | Fred Drake | 2000-08-31 | 1 | -5/+9 |
| | | | | | | | require authenication. This is an implementation limitation rather than required behavior, and may be fixed in the future. This closes SourceForge bug #111725. | ||||
* | UNARY_NEG is supposed to be UNARY_NEGATIVE (spotted by Charles Waldman | Fred Drake | 2000-08-31 | 1 | -2/+2 |
| | | | | | | <cgw@fnal.gov>). Fix minor problem with EXTENDED_ARG description markup.. | ||||
* | New method getnamespace. | Sjoerd Mullender | 2000-08-31 | 1 | -0/+5 |
| | | | | | | Since the application never gets to see the namespace abbreviation used in the XML document, but some applications may need to know them, we provide this method. | ||||
* | Relocate the popen2 documentation since it is now substantially more | Fred Drake | 2000-08-31 | 1 | -1/+1 |
| | | | | portable. | ||||
* | doc changes to parallel changes to calendar.py module | Skip Montanaro | 2000-08-30 | 1 | -11/+46 |
| | |||||
* | Markup revisions. Nothing was actually required to be able to format it, | Fred Drake | 2000-08-30 | 1 | -54/+55 |
| | | | | but many conventions were broken. |