- 4f7f616 This commit was manufactured by cvs2svn to create tag 'r241c1'. by cvs2svn · 20 years ago v2.4.1c1
- b0907bf - fix generated Texinfo markup for \deprecated by Fred Drake · 20 years ago
- 32ffd3d bump buildno for 2.4c1 by Anthony Baxter · 20 years ago
- 9e9d858 fix broken usage comment (ported from trunk revision 1.112) by Fred Drake · 20 years ago
- 1698d59 add missing entries from GNU info conversion table by Fred Drake · 20 years ago
- ce0e3bd correct several markup errors caught by the GNU info conversion by Fred Drake · 20 years ago
- 512a4dc SF bug #1160187: Setup file needs entries for collections, itertools, strop by Raymond Hettinger · 20 years ago
- 2ad5848 backport v1.216: add support for another DB library naming convention \n(FreeBSD ports) - patch #1146231 by Andrew MacIntyre · 20 years ago
- b3baf32 pre-release magic by Anthony Baxter · 20 years ago
- 74105f1 tabstop delenda est by Anthony Baxter · 20 years ago
- 1e90144 backport by Skip Montanaro · 20 years ago
- 2a7522b backport from head by Skip Montanaro · 20 years ago
- 777374e SF #818006: revert addition of 'closed', 'mode', and 'name' attributes by Greg Ward · 20 years ago
- ad80c6b Build with --disable-unicode again. Fixes #1158607. by Martin v. Löwis · 20 years ago
- 6349e89 SF #1156412: document the __new__() static method. by Greg Ward · 20 years ago
- aa3bb89 SF #818006: add useful read-only attributes to oss_audio_device object: by Greg Ward · 20 years ago
- 605db0d Ensure that warnings.filters is properly restored after fiddling with it by Greg Ward · 20 years ago
- 22ef9a1 Mention SF #1149508 (textwrap and hyphenated numbers). by Greg Ward · 20 years ago
- c1d3096 SF #1149508: ensure textwrap handles hyphenated numbers correctly, by Greg Ward · 20 years ago
- dce2f36 Patches #925152, #1118602: Avoid reading after the end of the buffer by Martin v. Löwis · 20 years ago
- ac62bc7 Patch #1075887: Don't require MSVC in distutils if there is nothing by Martin v. Löwis · 20 years ago
- ace3f61 Convert "__init__ should return None" from an exception to a warning. by Raymond Hettinger · 20 years ago
- f05d1c0 Patch #1103407: Properly deal with tarfile iterators when untarring by Martin v. Löwis · 20 years ago
- eb08d7e Patch #1107221: Updated "Working on Cygwin" section. by Martin v. Löwis · 20 years ago
- 6d8e826 Corrected bug in list2cmdline wrt backslashes. Fixes #1083306. by Peter Astrand · 20 years ago
- 11ca196 Only run extensive subprocess tests if -usubprocess to regrtest is specified. Fixes #1124637 by Peter Astrand · 20 years ago
- acfb5bd minor edits: by Fred Drake · 20 years ago
- 2a06df6 SF bug #1155938: Missing None check for __init__(). by Raymond Hettinger · 20 years ago
- 77c8402 Revert previous checkin on getargs 'L' code. Try to convert all by Martin v. Löwis · 20 years ago
- 86509d1 Patch #1117454: Remove code to special-case cookies without values by Martin v. Löwis · 20 years ago
- a8fd7e9 Patch #1117339: Add cookielib special name tests. by Martin v. Löwis · 20 years ago
- 4338765 Document quiet parameter to decode. Fixes #803413. by Martin v. Löwis · 20 years ago
- ffceedf Patch #1112812: Make bsddb/__init__.py more friendly for modulefinder. by Martin v. Löwis · 20 years ago
- 2d2a32f Clear internal call error in 'L' format. Fixes #723201. by Martin v. Löwis · 20 years ago
- 98e7508 Backport the non-spwd part of the change on head. by Skip Montanaro · 20 years ago
- 7006512 Patch #1121234: Properly cleanup _exit and tkerror commands. by Martin v. Löwis · 20 years ago
- ac4c460 Patch #1093585: raise a ValueError for negative history items in by Martin v. Löwis · 20 years ago
- fa141f3 Document missing opcodes. by Raymond Hettinger · 20 years ago
- 3adf522 Use getdoc(object) instead of object.__doc__ to fix indentation problems. by Ka-Ping Yee · 20 years ago
- fcfa195 Avoid using *W functions on Win95. by Martin v. Löwis · 20 years ago
- ffcd655 Avoid using items() in environ.update(). Fixes #1124513. by Martin v. Löwis · 20 years ago
- 17cdedd Backport: NEWS blurb for fix of: by Michael W. Hudson · 20 years ago
- 28c2ae2 add notes about subprocess module & thread stacks, SSL support by Andrew MacIntyre · 20 years ago
- 7db9cb3 add build machinery for the SSL socket module by Andrew MacIntyre · 20 years ago
- 8ed7e2e Backport: Fix by Michael W. Hudson · 20 years ago
- 8d751fa Fix name from PyDate_FromDateAndTime to PyDateTime_FromDateAndTime. by Brett Cannon · 20 years ago
- 62f48ab Remove dependency on order of mode flags by Raymond Hettinger · 20 years ago
- 150d61d Update refences to "Macintosh" to reflect the state of affairs for OS X and not by Brett Cannon · 20 years ago
- 688a0ca fix decoding in _stringify to not depend on the default encoding by Fred Drake · 20 years ago
- d7a6228 Fix tzset() check to not require the existence of tm->tm_zone. Also added more by Brett Cannon · 20 years ago
- 89dbd9a Fix typo by Andrew M. Kuchling · 20 years ago
- 5c44cb3 SF bug #1119700: list extend() accepts args besides lists by Raymond Hettinger · 20 years ago
- 1a37c4c Backport 2.39: Close the discussion in SF bug 1069160. by Guido van Rossum · 20 years ago
- b07b5f7 add 2.3.5, 2.4 to the history and licensing info by Fred Drake · 20 years ago
- 4c33799 forwardport of 2.3.5 fixes to copy.py by Alex Martelli · 20 years ago
- 3398701 SF patch #1116583: NameError in cookielib domain check by Raymond Hettinger · 20 years ago
- a1d9209 Recompiled after source changes. by Thomas Heller · 20 years ago
- 2ee5bae Running a bdist_wininst installer, built with Python 2.3, installing by Thomas Heller · 20 years ago
- 698fcf4 Set PYTHONHOME before loading Python, so that sys.path will be set correctly. by Thomas Heller · 20 years ago
- cc0cd71 fix XMLFilterBase.resolveEntity() so the caller gets the result by Fred Drake · 20 years ago
- 9ee3fb3 Security fix PSF-2005-001 for SimpleXMLRPCServer.py. by Guido van Rossum · 20 years ago
- 28624fd Backport for bug #1108490: fix broken link. by Johannes Gijsbers · 20 years ago
- e6b1cc8 Revert os.py 1.75, and directly implement update. Fixes #1110478 and #1100235. by Martin v. Löwis · 20 years ago
- 22f1b09 Fixed typo in verbose output for RLock acquire. by Brett Cannon · 20 years ago
- 486ff4b Partially revert #1074011; don't try to fflush stdin. by Martin v. Löwis · 20 years ago
- ad5a0f8 SF bug #1108303: fix .split() maxsplit doc by Raymond Hettinger · 20 years ago
- bd43255 happy new year! (2.4 branch) by Anthony Baxter · 20 years ago
- 27b8260 SF bug #1105286: Undocumented implicit strip() in split(None) string method by Raymond Hettinger · 20 years ago
- e62ff1e Flush std{in,out,err} before closing it. Fixes #1074011. by Martin v. Löwis · 20 years ago
- 748c8a2 Some bugs have been fixed in distutils, so increment the last part of by Thomas Heller · 20 years ago
- 3e999f5 distutils/command/install.py change. by Thomas Heller · 20 years ago
- 8569264 Fix [ 1103844 ] fix distutils.install.dump_dirs() with negated options. by Thomas Heller · 20 years ago
- cdf41ba If an extension can't be loaded, print warning and skip it instead of by Kurt B. Kaiser · 20 years ago
- 6371039 Improve error handling when .idlerc can't be created (warn and exit) by Kurt B. Kaiser · 20 years ago
- c8502dd fix typeset of vertical bar for PDF format (closes SF bug #1008998) by Fred Drake · 20 years ago
- ebf6ef4 install distutils.tests on Unix (contributed patch) (closes SF bug #1093173) by Fred Drake · 20 years ago
- 1404d51 documentation for the zipimport module using contributed patch by Fred Drake · 20 years ago
- 82d1220 This commit was manufactured by cvs2svn to create branch 'release24-maint'. by cvs2svn · 20 years ago
- 09ff91b Description of args to IMAP4.store() in imaplib by Fred Drake · 20 years ago
- 96ee1c4 Clean up discussion of new C thread idiom (closes SF patch #1031233; modified) by Fred Drake · 20 years ago
- 94505a7 fix a bunch of spelling errors (closes SF patch #1104868) by Fred Drake · 20 years ago
- 623273e remove spurious line from widget variables example (closes SF patch #1094815) by Fred Drake · 20 years ago
- 59fc345 backport: make thread stack size compile-time tunable on OS/2, incr main stack by Andrew MacIntyre · 20 years ago
- 905bb96 make thread stack size compile-time tunable on OS/2 by Andrew MacIntyre · 20 years ago
- bf1155c fix typo by Fred Drake · 20 years ago
- edce313 Add duck-typing to the glossary. by Raymond Hettinger · 20 years ago
- fe165c1 SF bug #1099516: tempfile files not types.FileType by Raymond Hettinger · 20 years ago
- 55d3a19 Backport checkin: by Walter Dörwald · 20 years ago
- 9632e94 Backport for bug #839496: always read files in binary mode. Opening files in by Johannes Gijsbers · 20 years ago
- a949c99 Backport patch #712317: In URLs such as http://www.example.com?query=spam, by Johannes Gijsbers · 20 years ago
- f1cea6a Backport patch #1095362: replace hardcoded test for POST/GET with call to by Johannes Gijsbers · 20 years ago
- af8d7a9 Backport patch #1051321 (fixes bugs 1010196, 1013525), by Mike Brown: by Johannes Gijsbers · 20 years ago
- 45798bf Starting on the 2.4 MacPython installer. by Jack Jansen · 20 years ago
- ef62b66 Started on Macintosh section. by Jack Jansen · 20 years ago
- da85437 Backport of 1.38: Allow relative URLs for included databases and packages. by Jack Jansen · 20 years ago
- 773b0cf Backport of Patch #1097739 by Bob Ippolito: by Jack Jansen · 20 years ago
- c55bb8a Backport of 1.479: by Jack Jansen · 20 years ago
- 91199cf Backport of 1.20: by Jack Jansen · 20 years ago
- 105a2e2 SF patch 1094011: Docs for file() vs open(). by Raymond Hettinger · 20 years ago
- 46cfa39 SF bug #1091740: garbage collector still documented as optional by Raymond Hettinger · 20 years ago