summaryrefslogtreecommitdiffstats
path: root/Doc/lib
Commit message (Collapse)AuthorAgeFilesLines
* Mention that DEBUG_LEAK includes DEBUG_SAVEALL. Fixes #1170460.Martin v. Löwis2005-03-281-1/+3
|
* SF #1169212: fix silly typo in explaining AFMT macros: U16 is unsignedGreg Ward2005-03-281-8/+9
| | | | | and S16 is signed. Duh. Clarify surrounding text a bit and refer to OSS docs.
* SF patch #1171417: bug fix for islice() in docsRaymond Hettinger2005-03-271-8/+6
|
* correct ontosys url - closes 1167329Skip Montanaro2005-03-211-1/+1
|
* SF #1086675: restore "Extending optparse" section (which was droppedGreg Ward2005-03-191-0/+244
| | | | in Python 2.4).
* Regenerate from Optik reST source to ensure CVS Id tags are up-to-date.Greg Ward2005-03-191-1/+1
|
* List all option attributes (closes SF #993601).Greg Ward2005-03-191-0/+81
|
* Beef up optparse reference docs -- now much closer to documenting theGreg Ward2005-03-191-55/+198
| | | | | full API of Optik 1.5a2 (which is what's included with Python 2.4.x). Closes SF #1099324, partially addresses SF #993601.
* Fix test_socket's test for socket.getfqdn() to also accept the result fromBrett Cannon2005-03-121-2/+2
| | | | | | socket.gethostname() as a valid return value. Also clarified the docs as they were a little hazy on the subject matter.
* backportSkip Montanaro2005-03-091-2/+0
|
* backport from headSkip Montanaro2005-03-091-4/+4
|
* SF #818006: revert addition of 'closed', 'mode', and 'name' attributesGreg Ward2005-03-091-16/+1
| | | | to oss_audio_device objects.
* SF #818006: add useful read-only attributes to oss_audio_device object:Greg Ward2005-03-071-1/+16
| | | | | 'closed', 'name', and 'mode' (as recommended by http://python.org/doc/current/lib/bltin-file-objects.html).
* minor edits:Fred Drake2005-03-031-3/+4
| | | | | | - function names marked with \function should include parentheses - "standard error" instead of "stderr" for text - a boolean parameter takes true or false values, not just True or False
* Document quiet parameter to decode. Fixes #803413.Martin v. Löwis2005-03-031-1/+5
|
* Backport the non-spwd part of the change on head.Skip Montanaro2005-03-021-2/+3
|
* Document missing opcodes.Raymond Hettinger2005-02-211-0/+8
|
* Update refences to "Macintosh" to reflect the state of affairs for OS X and notBrett Cannon2005-02-134-84/+83
| | | | | | Mac OS 9. Backport of patch #1095802.
* SF bug #1119700: list extend() accepts args besides listsRaymond Hettinger2005-02-091-1/+1
|
* Security fix PSF-2005-001 for SimpleXMLRPCServer.py.Guido van Rossum2005-02-031-2/+17
|
* Backport for bug #1108490: fix broken link.Johannes Gijsbers2005-01-291-1/+1
|
* SF bug #1108303: fix .split() maxsplit docRaymond Hettinger2005-01-261-1/+1
| | | | Docs incorrectly stated that maxsplit=0 would cause unlimited splitting.
* SF bug #1105286: Undocumented implicit strip() in split(None) string methodRaymond Hettinger2005-01-251-6/+10
| | | | Clarify the behavior when a string begins or ends with whitespace.
* fix typeset of vertical bar for PDF formatFred Drake2005-01-191-2/+2
| | | | (closes SF bug #1008998)
* documentation for the zipimport module using contributed patchFred Drake2005-01-191-0/+1
| | | | (closes SF bug #853800; markup adjusted)
* This commit was manufactured by cvs2svn to create branchcvs2svn2005-01-191-0/+133
| | | | 'release24-maint'.
* Description of args to IMAP4.store() in imaplibFred Drake2005-01-191-1/+20
| | | | (closes SF patch #1084092; modified per comments in SF)
* fix a bunch of spelling errorsFred Drake2005-01-195-5/+5
| | | | (closes SF patch #1104868)
* remove spurious line from widget variables exampleFred Drake2005-01-191-1/+0
| | | | (closes SF patch #1094815)
* Backport patch #1051321 (fixes bugs 1010196, 1013525), by Mike Brown:Johannes Gijsbers2005-01-091-9/+44
| | | | | | | | | | | | | * Document hasFeature(), createDocument(), CreateDocumentType(), hasAttribute(), hasAttributeNS(). * In the documentation for createDocument(), it is now stated that the Python DOM API allows implementations to forego creation of the document element child node, if no namespace and local name arguments are given. (This possibility is left open and unaddressed in the W3C spec). * Addition by me: use 'name' rather than 'attname', for consistency with the DOM specification and the Python DOM API implementation.
* SF patch 1094011: Docs for file() vs open().Raymond Hettinger2005-01-071-3/+6
|
* SF bug #1091740: garbage collector still documented as optionalRaymond Hettinger2005-01-071-5/+0
|
* Clarify that DictMixin is still useful. Only the UserDict class was supplanted.Raymond Hettinger2005-01-041-13/+11
|
* SF Patch #1093896: miscellaneous doc typosRaymond Hettinger2005-01-0142-64/+64
|
* SF bug #1090139: presentation typo in lib: 6.21.4.2 How callbacks are calledRaymond Hettinger2004-12-311-1/+1
|
* discuss how the __builtin__ module is normally used, and try to clarify theFred Drake2004-12-231-5/+38
| | | | | difference between __builtins__ and __builtin__ (based on an email comment) (backported from trunk revision 1.9)
* Remove outdated comments about Macintosh for expanduser and expandvars.Brett Cannon2004-12-221-3/+1
|
* Backport from trunk: add accidentally removed \end{description} back in.Johannes Gijsbers2004-12-211-0/+1
|
* Back-ported: marshal.dumps() with the new optional argument 'version' justArmin Rigo2004-12-201-3/+3
| | | | immediately segfaults, due to a typo!
* Bug #1088206: zlib decompressobj documentation typoRaymond Hettinger2004-12-201-1/+1
|
* * reworked berkeleydb include and library detection code in setup.pyGregory P. Smith2004-12-191-1/+1
| | | | | to make sure the library version that matches the header file is used. * update the bsddb module docs to indicate BerkeleyDB 3.2 thru 4.3 support
* Bug #1066607: "Limitations" section of profiler docs is incorrectRaymond Hettinger2004-12-191-10/+1
|
* Backport checkin: Fix typo (from SF bug #1086127).Walter Dörwald2004-12-151-1/+1
|
* SF bug #1084457: ossaudiodev no longer undocumentedRaymond Hettinger2004-12-141-5/+0
|
* Patch #1080684: typo repair. Thanks George Yoshida!Johannes Gijsbers2004-12-123-4/+4
| | | | | | | | | | | | | | | | - Doc/lib/libbase64.tex s/algorith/algorithm - Doc/lib/libpickle.tex s/interchangable/interchangeable - Doc/lib/libxmlrpclib.tex s/{_cmp__}/{__cmp__} leading underscore needs to be double, not single. - Doc/ref/ref6.tex 0/1 => False/True
* Fix typo for what method is called when expand_tabs is true.Brett Cannon2004-12-111-1/+1
|
* SF bug #1081370: Bad reference in whrandom docsRaymond Hettinger2004-12-101-1/+4
|
* Backport: Fix for SF bug #947894: calendar.weekheader() undocumentedWalter Dörwald2004-12-061-0/+5
|
* Fixed errors reported in SF bug #1074693Vinay Sajip2004-12-031-6/+23
|
* Backport minor documentation fixups.Raymond Hettinger2004-12-021-1/+1
|