- b3baf32 pre-release magic by Anthony Baxter · 20 years ago
- 74105f1 tabstop delenda est by Anthony Baxter · 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
- 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
- c1d3096 SF #1149508: ensure textwrap handles hyphenated numbers correctly, by Greg Ward · 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
- 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
- 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
- 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
- 7006512 Patch #1121234: Properly cleanup _exit and tkerror commands. by Martin v. Löwis · 20 years ago
- 3adf522 Use getdoc(object) instead of object.__doc__ to fix indentation problems. by Ka-Ping Yee · 21 years ago
- ffcd655 Avoid using items() in environ.update(). Fixes #1124513. by Martin v. Löwis · 21 years ago
- 8ed7e2e Backport: Fix by Michael W. Hudson · 21 years ago
- 62f48ab Remove dependency on order of mode flags by Raymond Hettinger · 21 years ago
- 688a0ca fix decoding in _stringify to not depend on the default encoding by Fred Drake · 21 years ago
- 89dbd9a Fix typo by Andrew M. Kuchling · 21 years ago
- 4c33799 forwardport of 2.3.5 fixes to copy.py by Alex Martelli · 21 years ago
- 3398701 SF patch #1116583: NameError in cookielib domain check by Raymond Hettinger · 21 years ago
- a1d9209 Recompiled after source changes. by Thomas Heller · 21 years ago
- cc0cd71 fix XMLFilterBase.resolveEntity() so the caller gets the result by Fred Drake · 21 years ago
- 9ee3fb3 Security fix PSF-2005-001 for SimpleXMLRPCServer.py. by Guido van Rossum · 21 years ago
- e6b1cc8 Revert os.py 1.75, and directly implement update. Fixes #1110478 and #1100235. by Martin v. Löwis · 21 years ago
- 22f1b09 Fixed typo in verbose output for RLock acquire. by Brett Cannon · 21 years ago
- 748c8a2 Some bugs have been fixed in distutils, so increment the last part of by Thomas Heller · 21 years ago
- 8569264 Fix [ 1103844 ] fix distutils.install.dump_dirs() with negated options. by Thomas Heller · 21 years ago
- cdf41ba If an extension can't be loaded, print warning and skip it instead of by Kurt B. Kaiser · 21 years ago
- 6371039 Improve error handling when .idlerc can't be created (warn and exit) by Kurt B. Kaiser · 21 years ago
- fe165c1 SF bug #1099516: tempfile files not types.FileType by Raymond Hettinger · 21 years ago
- 55d3a19 Backport checkin: by Walter Dörwald · 21 years ago
- 9632e94 Backport for bug #839496: always read files in binary mode. Opening files in by Johannes Gijsbers · 21 years ago
- a949c99 Backport patch #712317: In URLs such as http://www.example.com?query=spam, by Johannes Gijsbers · 21 years ago
- f1cea6a Backport patch #1095362: replace hardcoded test for POST/GET with call to by Johannes Gijsbers · 21 years ago
- da85437 Backport of 1.38: Allow relative URLs for included databases and packages. by Jack Jansen · 21 years ago
- 9b87d1e Backported from the trunk: by Jack Jansen · 21 years ago
- ee094c9 Backport of 1.37: by Jack Jansen · 21 years ago
- 5e59063 On UNIX, when the execution of the child fails, we must waitpid() to by Peter Astrand · 21 years ago
- 1c5ce88 SF patch #1094007: Remove witty comment in pydoc.py by Raymond Hettinger · 21 years ago
- d22fdf8 SF patch #1051395: locale.getdefaultlocale does not return tuple in some OS by Raymond Hettinger · 21 years ago
- 8d784e3 Backport: by Jack Jansen · 21 years ago
- 01b53e1 Patch #1011890: fix inspect.getsource breaking with line-continuation & by Johannes Gijsbers · 21 years ago
- 5bf39f9 Backport checkin: Fix wrong variable name. by Walter Dörwald · 21 years ago
- 1858ab9 Backport checkin: Fix wrong variable name. by Walter Dörwald · 21 years ago
- 61ad60d Backport of 1.36: by Jack Jansen · 21 years ago
- 3baa811 [Bug #1083110] calling .flush() on decompress objects causes a segfault due to an uninitialized pointer: fixes the problem and adds a test case by Andrew M. Kuchling · 21 years ago
- 8e1ba59 The GUI was hanging if the shell window was closed while a raw_input() by Kurt B. Kaiser · 21 years ago
- 2793e18 Recompiled after source changes. by Thomas Heller · 21 years ago
- d0e18e4 Backport checkin: by Walter Dörwald · 21 years ago
- 6266652 SF bug #951915: fix bug in StringIO.truncate - length not changed by Raymond Hettinger · 21 years ago
- 21905e3 Back-ported: marshal.dumps() with the new optional argument 'version' just by Armin Rigo · 21 years ago
- aa70752 Bugs item #1069409 C:\Python24\Lib\compileall.py returns False by Raymond Hettinger · 21 years ago
- 7f35356 Backport fix for bug #1083645 have test_imp be skipped if threading is not by Brett Cannon · 21 years ago
- a8ceba9 Bug #1083645 by Raymond Hettinger · 21 years ago
- 4a7a14c Backport checkin: Fix copy & paste error in comments. by Walter Dörwald · 21 years ago
- 4f63948 Backport from trunk: use os.geteuid() for checking whether we are root, by Johannes Gijsbers · 21 years ago
- e0d3d4e SF bug #1083202: UnboundLocalError raised by atexit module by Raymond Hettinger · 21 years ago
- 82ced11 Backport of fix for SF bug #1076467: don't run test_on_error as root, as by Johannes Gijsbers · 21 years ago
- 506f691 Don't have test_mkalias_relative run if sys.prefix does not exist. Backport of by Brett Cannon · 21 years ago
- 9bff72f Raise TypeError if bufsize argument is not an integer. Patch 1071755, slightly modified. by Peter Astrand · 21 years ago
- 9edcad3 Fixes for SF #1076485, which I'll apply to the CVS head too. The problem was by Barry Warsaw · 21 years ago
- 80367c4 SF bug #1078905: Docs for unittest run() methods are misleading by Raymond Hettinger · 21 years ago
- 61daf0b Corrected example for replacing shell pipeline. Fixes bug 1073790. by Peter Astrand · 21 years ago
- e2648ee doodedoodedoo on the way to 2.4 final by Anthony Baxter · 21 years ago
- e1defa4 Fix argument order in pure python version of nsmallest() and nlargest(). by Raymond Hettinger · 21 years ago
- f4c7c40 RFC 2822 describes the characters allowed in a header field name. Conform to by Barry Warsaw · 21 years ago
- e48bad7 preparing for 2.4 final (wooooooo!) by Anthony Baxter · 21 years ago
- 99b7d64 There's likely nothing more to do to the email package before Python 2.4 is by Barry Warsaw · 21 years ago
- 26be206 Whitespace normalization. by Tim Peters · 21 years ago
- 2e8c1f1 Fix for SF bug #1072623. When the last line of the input string does not end by Barry Warsaw · 21 years ago
- f7f9b6c Fix typo in comment. by Walter Dörwald · 21 years ago
- cb328f3 SF patch #1071739 (by Christos Georgiou) by Fredrik Lundh · 21 years ago
- 605ed02 SF bug #1071588 coercing decimal to int doesn't work between -1 and 1 by Raymond Hettinger · 21 years ago
- 3684c87 Have testLoadTkFailure() skip on cygwin since Tcl/Tk on cygwin renders to the by Brett Cannon · 21 years ago
- 8e6f2de Bug #1071513: don't test on Cygwin, as chmod doesn't work reliably there by Johannes Gijsbers · 21 years ago
- 08febeb Add 'linux2' as one of the platforms that does not use the echo service as one by Brett Cannon · 21 years ago
- e953511 On OpenBSD, terminating IDLE with ctrl-c from the command line caused a by Kurt B. Kaiser · 21 years ago
- 5cc727a 2.4rc1 by Anthony Baxter · 21 years ago
- 2224be6 Remove tempfile after use in test_call_string. by Peter Astrand · 21 years ago
- 03562a5 Saving a Keyset w/o making changes (by using the "Save as New Custom Key Set" by Kurt B. Kaiser · 21 years ago
- 5acdf93 Saving a Keyset w/o making changes (by using the "Save as New Custom Key Set" by Kurt B. Kaiser · 21 years ago
- 1b626ca Fix pprint to be able to handle objects that don't have a __repr__ by Walter Dörwald · 21 years ago
- 6fe8f19 Back out rev 1.96; see #1009389. by Martin v. Löwis · 21 years ago
- f7a8899 The change in the linecache.checkcache() signature at rev 1.13 caused IDLE to exit by Kurt B. Kaiser · 21 years ago
- bbc0d44 SF bug 1065388: calendar day/month name lookup too slow by Tim Peters · 21 years ago
- fba7369 Patch #1050475: Fix various x86_64 build issues by Martin v. Löwis · 21 years ago
- aee4da6 Add options to regrtest.py to make it possible to specify where to put by Walter Dörwald · 21 years ago
- 0ca0c64 SF bug 1054821: difflib HtmlDiff() extra space on inserted 1 character lines by Tim Peters · 21 years ago
- 195404f Use os.chdir/os.getcwd instead of os.path.realpath, to support Tru64 by Peter Astrand · 21 years ago
- 2dae764 On second thought: "Errors should never pass silently", so barf when a by Just van Rossum · 21 years ago
- 48ecacc testing control chars and non-dict root objects by Just van Rossum · 21 years ago
- b84330d - \f is not a valid XML character by Just van Rossum · 21 years ago
- 26e811a reordered a couple of things by Just van Rossum · 21 years ago