Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | Oops, spell MAL's name right. | Barry Warsaw | 2000-08-30 | 1 | -1/+1 |
| | |||||
* | Documentation for the gettext module. | Barry Warsaw | 2000-08-30 | 1 | -0/+495 |
| | |||||
* | Added libgettext.tex | Barry Warsaw | 2000-08-30 | 1 | -0/+1 |
| | |||||
* | Closing patch #101120 -- After everyone agreed. | Moshe Zadka | 2000-08-25 | 1 | -35/+40 |
| | |||||
* | Add reference to RFC 2396 in "See also" section. | Fred Drake | 2000-08-25 | 1 | -6/+11 |
| | | | | Minor cleanups. | ||||
* | Revised documentation relevant to SourceForge patch #100837 | Fred Drake | 2000-08-25 | 1 | -12/+23 |
| | | | | | | (simplify making HTTP POST requests). Added documentation of URLopener.version and how it can be overridden. | ||||
* | Documentation for poll() interface (SF patch #100852) | Andrew M. Kuchling | 2000-08-25 | 1 | -1/+76 |
| | |||||
* | Rough and incomplete documentation on augmented assignment, which follows | Thomas Wouters | 2000-08-24 | 1 | -0/+59 |
| | | | | shortly. Markup also needs checking. | ||||
* | Addresses the other half of Bug #112634 -- the documentation suggested | Guido van Rossum | 2000-08-24 | 1 | -1/+1 |
| | | | | | | | that you can set self.version *after* calling the base class __init__. In fact it must be done *before*. (Fred, maybe the version class variable should be documented now?) | ||||
* | Move references to RFCs to a "See also" section for consistency with | Fred Drake | 2000-08-24 | 1 | -5/+16 |
| | | | | other sections of the library reference. | ||||
* | Moshe Zadka <moshez@math.huji.ac.il>: | Fred Drake | 2000-08-24 | 1 | -0/+12 |
| | | | | | | | Documentation updates for urlretrieve() and URLopener.retrieve(), to reflect Randall Hopper's patch for those functions. This closes SourceForge patch #100837. | ||||
* | Charles G. Waldman <cgw@fnal.gov>: | Fred Drake | 2000-08-24 | 1 | -0/+7 |
| | | | | Update the dis module documentation to reflect the EXTENDED_ARG opcode. | ||||
* | update commonprefix doc to make sure user is aware it works | Skip Montanaro | 2000-08-23 | 1 | -2/+4 |
| | | | | | character-by-character and that that behavior may result in it returning prefixes that are not valid paths | ||||
* | Describe the new PRINT_ITEM_TO and PRINT_NEWLINE_TO opcodes. | Barry Warsaw | 2000-08-21 | 1 | -2/+12 |
| | |||||
* | Strengthen the warning against using SerialCookie and SmartCookie. | Andrew M. Kuchling | 2000-08-20 | 1 | -9/+12 |
| | | | | | (If they're security holes, should they be documented at all?) Minor rewrites. | ||||
* | Add entry for Cookie module. | Fred Drake | 2000-08-19 | 1 | -0/+1 |
| | |||||
* | Make it format. | Fred Drake | 2000-08-19 | 1 | -166/+177 |
| | | | | | | Adjust markup for hyperlinking to the relevant RFCs. Give it a little organization. Minor nits. | ||||
* | Initial revision. Markup unchecked. | Moshe Zadka | 2000-08-19 | 1 | -0/+232 |
| | |||||
* | As pointed out by Denis S. Otkidach <den@analyt.chem.msu.ru>, xrange() | Fred Drake | 2000-08-18 | 1 | -14/+15 |
| | | | | | | | | returns an xrange object, not a range object, despite the name of the source file they're implemented in. In the list of comparison operators, list != before <>, since <> is described as obsolescent. | ||||
* | Fix a markup error that caused formatting to fail. | Fred Drake | 2000-08-18 | 1 | -16/+17 |
| | | | | Lots of minor markup adjustments as well. | ||||
* | Document the returns_unicode attribute | Andrew M. Kuchling | 2000-08-17 | 1 | -4/+11 |
| | |||||
* | Apply SF patch #101135, adding 'import module as m' and 'from module import | Thomas Wouters | 2000-08-17 | 1 | -2/+9 |
| | | | | | | | | name as n'. By doing some twists and turns, "as" is not a reserved word. There is a slight change in semantics for 'from module import name' (it will now honour the 'global' keyword) but only in cases that are explicitly undocumented. | ||||
* | A little more text, and some really minor cleanups. | Fred Drake | 2000-08-17 | 1 | -3/+10 |
| | |||||
* | Small cleanups, and note when zip() entered the menagerie. | Fred Drake | 2000-08-17 | 1 | -3/+1 |
| |