summaryrefslogtreecommitdiffstats
path: root/Doc/lib
Commit message (Expand)AuthorAgeFilesLines
* Mention that DEBUG_LEAK includes DEBUG_SAVEALL. Fixes #1170460.Martin v. Löwis2005-03-281-1/+3
* SF #1169212: merge from 2.4 branch: fix silly typo in explaining AFMTGreg Ward2005-03-281-8/+9
* Fix whitespace.Raymond Hettinger2005-03-271-1/+1
* SF patch #1171417: bug fix for islice() in docsRaymond Hettinger2005-03-271-9/+7
* correct ontosys url - closes 1167329Skip Montanaro2005-03-211-1/+1
* Fill-in missing argspec.Raymond Hettinger2005-03-191-1/+1
* Add a remove() method to collections.deque objects.Raymond Hettinger2005-03-181-0/+6
* add UnicodeReader and UnicodeWriter example classesSkip Montanaro2005-03-181-0/+35
* Revised the itertools quantifier recipes to match the performance of theRaymond Hettinger2005-03-111-8/+8
* Add two new functions, any() and all().Raymond Hettinger2005-03-111-0/+26
* Fix test for socket.getfqdn() to also include the name returned byBrett Cannon2005-03-111-2/+2
* operator.itemgetter() and operator.attrgetter() now support extractionRaymond Hettinger2005-03-091-4/+11
* hmmm... moving def'n of version makes the __init__ unnecessary for theSkip Montanaro2005-03-091-2/+0
* Correct description/example of how to override User-agent.Skip Montanaro2005-03-091-4/+4
* Make functional.partial() more closely match the spec by emulating some usefu...Raymond Hettinger2005-03-081-0/+8
* SF #818006: merge from release24-maint branch: add useful read-onlyGreg Ward2005-03-071-1/+16
* Patch #918101: Add tarfile open mode r|* for auto-detection of theMartin v. Löwis2005-03-051-1/+2
* Patch #1043890: tarfile: add extractall() method.Martin v. Löwis2005-03-041-0/+25
* minor edits:Fred Drake2005-03-031-3/+4
* Patches #749830, #1144555: allow UNIX mmap size to default to currentMartin v. Löwis2005-03-031-2/+4
* Document quiet parameter to decode. Fixes #803413.Martin v. Löwis2005-03-031-1/+5
* Noted that the module is new in version 2.5.Raymond Hettinger2005-03-021-0/+1
* Improve (?) description of system dependence of access to the pw_passwdSkip Montanaro2005-03-021-2/+5
* SF patch #941881: PEP 309 Implementation (Partial Function Application).Raymond Hettinger2005-02-282-0/+73
* Update an example to match current output.Raymond Hettinger2005-02-231-3/+1
* Document missing opcodes.Raymond Hettinger2005-02-211-0/+8
* Fix some wording and grammar nits.Raymond Hettinger2005-02-211-5/+5
* Fixed documentation for SMTPHandlerVinay Sajip2005-02-181-2/+1
* Update references specifying "Macintosh" to mean OS X semantics and not Mac OSBrett Cannon2005-02-134-84/+83
* 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
* Bug #1108490: fix broken link.Johannes Gijsbers2005-01-291-1/+1
* SF bug #1108303: fix .split() maxsplit docRaymond Hettinger2005-01-261-1/+1
* SF bug #1105286: Undocumented implicit strip() in split(None) string methodRaymond Hettinger2005-01-251-6/+10
* Patch #579435: Shadow Password Support ModuleMartin v. Löwis2005-01-233-0/+48
* Truncate st_?time before comparing it with ST_?TIME in the tests.Martin v. Löwis2005-01-231-0/+3
* fix typeset of vertical bar for PDF formatFred Drake2005-01-191-2/+2
* documentation for the zipimport module using contributed patchFred Drake2005-01-192-0/+134
* Description of args to IMAP4.store() in imaplibFred Drake2005-01-191-1/+20
* fix a bunch of spelling errorsFred Drake2005-01-196-6/+6
* remove spurious line from widget variables exampleFred Drake2005-01-191-1/+0
* Document the reconvert module.Skip Montanaro2005-01-162-0/+81
* Default stat_float_times to true.Martin v. Löwis2005-01-161-11/+7
* Added SEEK_* constants. Fixes #711830.Martin v. Löwis2005-01-161-0/+9
* Gave the new datetime.strptime() a versionadded blurb.Tim Peters2005-01-131-0/+2
* Add strptime() constructor to datetime class. Thanks to Josh Spoerri forSkip Montanaro2005-01-131-0/+9
* Many updates to csv module doco.Andrew McNamara2005-01-121-32/+110
* Patch #1051321 (fixes bugs 1010196, 1013525), by Mike Brown:Johannes Gijsbers2005-01-091-9/+44
* Patch #943206:Johannes Gijsbers2005-01-081-1/+7
* Patch #1094015:Johannes Gijsbers2005-01-081-4/+12