- b56b494 SF bug #1190451: 6.9 First sentence is confusing by Raymond Hettinger · 20 years ago
- e8dead4 Fix by Michael W. Hudson · 20 years ago
- f21569e Fix typo. by Raymond Hettinger · 20 years ago
- 87bd3fe Correct swapped descriptions of empty string splits. by Raymond Hettinger · 20 years ago
- 769f821 SF patch #1180062 by George Yoshida: by Walter Dörwald · 20 years ago
- cc97ebf get_method() returns a method name, not take it as an argument by Fred Drake · 20 years ago
- fc11383 SF bug #1180392: StringIO's docs should mention overwriting of initial value by Raymond Hettinger · 20 years ago
- e490502 SF bug #1179957: Missing def'n of equality for set elements by Raymond Hettinger · 20 years ago
- d8d732e Fill out one section by Andrew M. Kuchling · 20 years ago
- 4b000cd Add more text by Andrew M. Kuchling · 20 years ago
- 629496b Add grammar change for allowing ``class B(): pass`` syntax. by Brett Cannon · 20 years ago
- ad351f8 SF bug #1178269 Clarify when isMappingType/isSequenceType is True. by Raymond Hettinger · 20 years ago
- fb5f04d SF bug #1178255: 256 should read 255 in operator module docs by Raymond Hettinger · 20 years ago
- 99358df Added threadName to LogRecord by Vinay Sajip · 20 years ago
- 5c47355 Minor wording fix. by Michael W. Hudson · 20 years ago
- 1b17b6b add 2.4.1 to the release history by Fred Drake · 20 years ago
- 0f9679d Mention that DEBUG_LEAK includes DEBUG_SAVEALL. Fixes #1170460. by Martin v. Löwis · 20 years ago
- a17fa89 SF #1169212: merge from 2.4 branch: fix silly typo in explaining AFMT by Greg Ward · 20 years ago
- 1b2e0d9 Fix whitespace. by Raymond Hettinger · 20 years ago
- fdf3bd6 SF patch #1171417: bug fix for islice() in docs by Raymond Hettinger · 20 years ago
- 33ceda8 Function signatures for tp_descr_get and tp_descr_set. by Thomas Heller · 20 years ago
- 712f070 clean up the underscore mess for the typeset formats so that subscripts by Fred Drake · 20 years ago
- c8734a7 Fix typo. by Walter Dörwald · 20 years ago
- ae22bbe - fix markup bugs - more consistent markup - elaborate a couple of points by Fred Drake · 20 years ago
- 55f1bb8 Add the upload command. Make all dist commands register their by Martin v. Löwis · 20 years ago
- 3f8f666 correct ontosys url - closes 1167329 by Skip Montanaro · 20 years ago
- dd6f046 fix obscure markup error, wrapping a long line by Fred Drake · 20 years ago
- 114b8ca fix environment broken in revision 1.6 by Fred Drake · 20 years ago
- db7b002 PEP 314 implementation (client side): by Fred Drake · 20 years ago
- b1c96fd Write part of PEP 309 section by Andrew M. Kuchling · 20 years ago
- 0c35db9 Describe how to get back lib-old; if this isn't the best way, please let me know by Andrew M. Kuchling · 20 years ago
- 511a3a8 Add item by Andrew M. Kuchling · 20 years ago
- e9b1bf4 Describe various things by Andrew M. Kuchling · 20 years ago
- 582ffe2 Fill-in missing argspec. by Raymond Hettinger · 20 years ago
- 4aec61e Add a remove() method to collections.deque objects. by Raymond Hettinger · 20 years ago
- 5011c3f add UnicodeReader and UnicodeWriter example classes by Skip Montanaro · 20 years ago
- f77d033 Revised the itertools quantifier recipes to match the performance of the by Raymond Hettinger · 20 years ago
- 96229b1 Add two new functions, any() and all(). by Raymond Hettinger · 20 years ago
- 01668a1 Fix test for socket.getfqdn() to also include the name returned by by Brett Cannon · 20 years ago
- 346803e - fix generated Texinfo markup for \deprecated by Fred Drake · 20 years ago
- 1592c4c fix broken usage comment by Fred Drake · 20 years ago
- cc933af add missing entries from GNU info conversion table by Fred Drake · 20 years ago
- 9687b4d correct several markup errors caught by the GNU info conversion by Fred Drake · 20 years ago
- 984f9bb operator.itemgetter() and operator.attrgetter() now support extraction by Raymond Hettinger · 20 years ago
- 1c7ddb6 hmmm... moving def'n of version makes the __init__ unnecessary for the example by Skip Montanaro · 20 years ago
- 8e97fbf Correct description/example of how to override User-agent. by Skip Montanaro · 20 years ago
- 3e1dd3b Make functional.partial() more closely match the spec by emulating some useful features of regular functions: by Raymond Hettinger · 20 years ago
- ff564d3 SF #1156412: document the __new__() static method by Greg Ward · 20 years ago
- 50682d0 SF #818006: merge from release24-maint branch: add useful read-only by Greg Ward · 20 years ago
- 78be7df Patch #918101: Add tarfile open mode r|* for auto-detection of the by Martin v. Löwis · 20 years ago
- 00a73e7 Patch #1043890: tarfile: add extractall() method. by Martin v. Löwis · 20 years ago
- a2a9888 Updates to the exceptions documentation (this is my patch #1156102). by Michael W. Hudson · 20 years ago
- c9f8525 Patch #1107221: Updated "Working on Cygwin" section. Will backport to 2.4. by Martin v. Löwis · 20 years ago
- b098fd7 minor edits: by Fred Drake · 20 years ago
- 7fe60c0 Patches #749830, #1144555: allow UNIX mmap size to default to current file size. by Martin v. Löwis · 20 years ago
- 9b62b39 Document quiet parameter to decode. Fixes #803413. by Martin v. Löwis · 20 years ago
- 6a458e9 Noted that the module is new in version 2.5. by Raymond Hettinger · 20 years ago
- c8c45c2 Improve (?) description of system dependence of access to the pw_passwd by Skip Montanaro · 20 years ago
- 3e41b05 Note various changes that need to be described by Andrew M. Kuchling · 20 years ago
- 9c323f8 SF patch #941881: PEP 309 Implementation (Partial Function Application). by Raymond Hettinger · 20 years ago
- bc2c21e Update an example to match current output. by Raymond Hettinger · 20 years ago
- 2b0d058 Document missing opcodes. by Raymond Hettinger · 20 years ago
- 467024c Fix some wording and grammar nits. by Raymond Hettinger · 20 years ago
- 84df97f Fixed documentation for SMTPHandler by Vinay Sajip · 20 years ago
- 5bbe6ad Fix name for PyDateTime_FromDateAndTime. by Brett Cannon · 20 years ago
- 7706c2d Update references specifying "Macintosh" to mean OS X semantics and not Mac OS by Brett Cannon · 20 years ago
- 4e9907c SF bug #1119700: list extend() accepts args besides lists by Raymond Hettinger · 20 years ago
- 9aa890a add 2.3.5, 2.4 to the history and licensing info by Fred Drake · 20 years ago
- d064142 Security fix PSF-2005-001 for SimpleXMLRPCServer.py. by Guido van Rossum · 20 years ago
- b5646aa Bug #1108490: fix broken link. by Johannes Gijsbers · 20 years ago
- bc029af SF bug #1108303: fix .split() maxsplit doc by Raymond Hettinger · 20 years ago
- 770184b SF bug #1105286: Undocumented implicit strip() in split(None) string method by Raymond Hettinger · 20 years ago
- 93f18f6 include each row in the package table, even if there are no packages for by Fred Drake · 20 years ago
- c300175 Patch #579435: Shadow Password Support Module by Martin v. Löwis · 20 years ago
- 4d394df Truncate st_?time before comparing it with ST_?TIME in the tests. by Martin v. Löwis · 20 years ago
- 447083e fix typeset of vertical bar for PDF format (closes SF bug #1008998) by Fred Drake · 20 years ago
- ffcbab0 documentation for the zipimport module using contributed patch by Fred Drake · 20 years ago
- 5e37d79 Description of args to IMAP4.store() in imaplib by Fred Drake · 20 years ago
- 1400424 Clean up discussion of new C thread idiom (closes SF patch #1031233; modified) by Fred Drake · 20 years ago
- b184ae8 fix a bunch of spelling errors (closes SF patch #1104868) by Fred Drake · 20 years ago
- 9f79dbf remove spurious line from widget variables example (closes SF patch #1094815) by Fred Drake · 20 years ago
- 0588581 Document the reconvert module. by Skip Montanaro · 20 years ago
- fe33d0b Default stat_float_times to true. by Martin v. Löwis · 20 years ago
- 22b457e Added SEEK_* constants. Fixes #711830. by Martin v. Löwis · 20 years ago
- 9ba3684 Gave the new datetime.strptime() a versionadded blurb. by Tim Peters · 20 years ago
- 0af3ade Add strptime() constructor to datetime class. Thanks to Josh Spoerri for by Skip Montanaro · 20 years ago
- 2f8c658 fix typo by Fred Drake · 20 years ago
- 8231de0 Many updates to csv module doco. by Andrew McNamara · 20 years ago
- d4f5b07 Add duck-typing to the glossary. by Raymond Hettinger · 20 years ago
- 97613ad Patch #1051321 (fixes bugs 1010196, 1013525), by Mike Brown: by Johannes Gijsbers · 20 years ago
- 158df10 Bug #1098497: various small typo's, grammar and markup nits. by Johannes Gijsbers · 20 years ago
- 836f543 Patch #943206: by Johannes Gijsbers · 20 years ago
- e4172ea Patch #1094015: by Johannes Gijsbers · 20 years ago
- e4f5600 [Bug 1083177] Describe signal() change; add a link by Andrew M. Kuchling · 20 years ago
- 97db05d SF #75103: imghdr -- identify JPEGs in EXIF format by Raymond Hettinger · 20 years ago
- 72b83c8 SF patch 1094011: Docs for file() vs open(). by Raymond Hettinger · 20 years ago
- bccc9a9 Added example to os.stat() by Facundo Batista · 20 years ago
- 17a7924 SF bug #1091740: garbage collector still documented as optional by Raymond Hettinger · 20 years ago
- becbdec add two missing items by Skip Montanaro · 20 years ago
- b80bad4 add descriptions of exported data attributes by Skip Montanaro · 20 years ago