summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* fix a bunch of spelling errorsFred Drake2005-01-198-8/+8
* 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
* fix typoFred Drake2005-01-121-1/+1
* Many updates to csv module doco.Andrew McNamara2005-01-121-32/+110
* Add duck-typing to the glossary.Raymond Hettinger2005-01-111-0/+11
* Patch #1051321 (fixes bugs 1010196, 1013525), by Mike Brown:Johannes Gijsbers2005-01-091-9/+44
* Bug #1098497: various small typo's, grammar and markup nits.Johannes Gijsbers2005-01-091-4/+4
* Patch #943206:Johannes Gijsbers2005-01-081-1/+7
* Patch #1094015:Johannes Gijsbers2005-01-081-4/+12
* [Bug 1083177] Describe signal() change; add a linkAndrew M. Kuchling2005-01-071-4/+14
* SF #75103: imghdr -- identify JPEGs in EXIF formatRaymond Hettinger2005-01-071-1/+3
* SF patch 1094011: Docs for file() vs open().Raymond Hettinger2005-01-071-3/+6
* Added example to os.stat()Facundo Batista2005-01-071-1/+11
* SF bug #1091740: garbage collector still documented as optionalRaymond Hettinger2005-01-071-5/+0
* add two missing itemsSkip Montanaro2005-01-051-0/+10
* add descriptions of exported data attributesSkip Montanaro2005-01-051-0/+25
* describe reset()Skip Montanaro2005-01-051-0/+4
* add a couple missing itemsSkip Montanaro2005-01-051-0/+10
* Clarify that DictMixin is still useful. Only the UserDict class was supplanted.Raymond Hettinger2005-01-041-13/+11
* Fix typo.Martin v. Löwis2005-01-031-2/+2
* New subprocess utility function: check_call. Closes #1071764.Peter Astrand2005-01-011-1/+17
* SF Patch #1093896: miscellaneous doc typosRaymond Hettinger2005-01-0160-102/+103
* SF bug #1090139: presentation typo in lib: 6.21.4.2 How callbacks are calledRaymond Hettinger2004-12-311-1/+1
* Update to VC 7.1. Will backport to 2.4.Martin v. Löwis2004-12-301-54/+54
* Typo fixAndrew M. Kuchling2004-12-291-1/+1
* correct decorator example, tweak description slightlySkip Montanaro2004-12-261-11/+15
* Fix sentence stating TextEdit only saves in RTF; can save in plaintext as well.Brett Cannon2004-12-241-2/+2
* discuss how the __builtin__ module is normally used, and try to clarify theFred Drake2004-12-231-5/+38
* fix weird capitalization of "built-in"Fred Drake2004-12-231-1/+1
* SF patch #1055159 via Titus Brown: Document redirect limitation.Jeremy Hylton2004-12-221-0/+5
* Remove outdated comments about expanduser and expandvars for Macintosh thatBrett Cannon2004-12-221-3/+1
* add __file__ to the globals available for tests loaded via DocFileSuite;Fred Drake2004-12-211-0/+4
* Add accidentally removed \end{description} back in.Johannes Gijsbers2004-12-211-0/+1
* Any call to marshal.dumps() with the new optional argument 'version' justArmin Rigo2004-12-201-3/+3
* Bug #1088206: zlib decompressobj documentation typoRaymond Hettinger2004-12-201-1/+1
* Bug #1066607: "Limitations" section of profiler docs is incorrectRaymond Hettinger2004-12-191-10/+1
* 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
* Check in missing png version of pyfav.gif.Johannes Gijsbers2004-12-131-0/+0
* note for amkAnthony Baxter2004-12-131-0/+3
* the bsddb module now also works with BerkeleyDB 4.3.Gregory P. Smith2004-12-131-1/+1
* Patch #1080684: typo repair. Thanks George Yoshida!Johannes Gijsbers2004-12-124-9/+10
* Setting textwrap.TextWrapper().expand_tabs to True calls expandtabs, notBrett Cannon2004-12-111-1/+1
* SF bug #1082944: Incorrect docs for PyUnicode_TailMatchRaymond Hettinger2004-12-101-1/+2
* Eliminate the deprecated option to return None instead of a tuple of argument...Raymond Hettinger2004-12-071-6/+2