1. e6c9f98 Fix #1530559, struct.pack raises TypeError where it used to convert. by Bob Ippolito · 18 years ago
  2. b1ccc4d Whitespace normalization. by Tim Peters · 18 years ago
  3. 1618363 Better fix for bug #1531405, not executing str(value) twice. by Georg Brandl · 18 years ago
  4. e9462c7 Change fix for segfaulting property(), add a NEWS entry and a test. by Georg Brandl · 18 years ago
  5. 06ded09 Fix the 'compiler' package to generate correct code for MAKE_CLOSURE. by Neil Schemenauer · 18 years ago
  6. 0cbd805 Bug #1333982: string/number constants were inappropriately stored by Neal Norwitz · 18 years ago
  7. 4ffedad Bug #1191458: tracing over for loops now produces a line event by Neal Norwitz · 18 years ago
  8. ff4b63b Bug #1531405, format_exception no longer raises an exception if by Neal Norwitz · 18 years ago
  9. 961b91b Correction of patch #1455898: In the mbcs decoder, set final=False by Martin v. Löwis · 18 years ago
  10. 5d32a9f pre-release machinations by Anthony Baxter · 18 years ago
  11. 9b0ca79 Patch #1519025 and bug #926423: If a KeyboardInterrupt occurs during by Neal Norwitz · 18 years ago
  12. 3ee5941 Let us know when there was a problem and the child had to kill the parent by Neal Norwitz · 18 years ago
  13. a05f6e2 _Stream.close(): Try to kill struct.pack() warnings when by Tim Peters · 18 years ago
  14. 62decc9 Try to squash struct.pack warnings on the "amd64 gentoo trunk" by Tim Peters · 18 years ago
  15. 4edcba6 Whitespace normalization. by Tim Peters · 18 years ago
  16. 07fec3a os.urandom no longer masks unrelated exceptions like SystemExit or by Georg Brandl · 18 years ago
  17. 86e1e38 [Patch #1520905] Attempt to suppress core file created by test_subprocess.py. by Andrew M. Kuchling · 18 years ago
  18. f79c32d ZipFile.close(): Kill the other struct.pack deprecation warning on Windows. by Tim Peters · 18 years ago
  19. 352bf0d ZipFile.close(): Killed one of the struct.pack deprecation warnings on Win32. by Tim Peters · 18 years ago
  20. 6458452 Whitespace normalization. by Tim Peters · 18 years ago
  21. 313f8a9 Try to prevent hangs on Tru64/Alpha buildbot. I'm not certain this will help by Neal Norwitz · 18 years ago
  22. ec3c5e3 Verify that the signal handlers were really called by Neal Norwitz · 18 years ago
  23. 499b0e6 Typo fix by George Yoshida · 18 years ago
  24. 7762158 Mention Cygwin in distutils error message about a missing VS 2003. by Martin v. Löwis · 18 years ago
  25. 1f30c37 Base __version__ on sys.version_info, as distutils is by Martin v. Löwis · 18 years ago
  26. 4e67838 Don't copy directory stat times in shutil.copytree on Windows Fixes #1525866. by Martin v. Löwis · 18 years ago
  27. f71ec5a Bug #1515471: string.replace() accepts character buffers again. by Neal Norwitz · 18 years ago
  28. 0d62a06 Patch #1531113: Fix augmented assignment with yield expressions. by Neal Norwitz · 18 years ago
  29. da9face Whitespace normalization. by Tim Peters · 18 years ago
  30. ca2e790 Minor typo fixes by Andrew M. Kuchling · 18 years ago
  31. b5a701b Disable test_getnode too, since this is also unreliable. by Neal Norwitz · 18 years ago
  32. 175001d If the executable doesn't exist, there's no reason to try to start it. by Neal Norwitz · 18 years ago
  33. 2fde3bd Disable these tests until they are reliable across platforms. by Neal Norwitz · 18 years ago
  34. 9297e16 restore test un-intentionally removed in the xmlcore purge (revision 50941) by Fred Drake · 18 years ago
  35. fbdeaad expunge the xmlcore changes: by Fred Drake · 18 years ago
  36. e2222a0 Fix docstring punctuation by Andrew M. Kuchling · 18 years ago
  37. afcd838 Revert rev 42617, it was introduced to work around bug #1441397. by Georg Brandl · 18 years ago
  38. edd9b0d Bug #1441397: The compiler module now recognizes module and function by Georg Brandl · 18 years ago
  39. f7575d0 Bug #1529871: The speed enhancement patch #921466 broke Python's compliance by Phillip J. Eby · 18 years ago
  40. 4793aa3 Patch #1529686: also run test_email_codecs with regrtest.py. by Georg Brandl · 18 years ago
  41. 46fc6a0 Try to find the MAC addr on various flavours of Unix. This seems hopeless. by Neal Norwitz · 18 years ago
  42. 750c442 Live with that "the hardware address" is an ill-defined by Tim Peters · 18 years ago
  43. df80af7 Ensure the actual number matches the expected count by Neal Norwitz · 18 years ago
  44. 641cddf - pybsddb Bug #1527939: bsddb module DBEnv dbremove and dbrename by Gregory P. Smith · 18 years ago
  45. ce70a3b Whitespace normalization. by Tim Peters · 18 years ago
  46. 6f68147 Bug #1529297: The rewrite of doctest for Python 2.4 unintentionally by Tim Peters · 18 years ago
  47. 00decd7 Patch #1520294: Support for getset and member descriptors in types.py, by Barry Warsaw · 18 years ago
  48. 08310d6 check_node(): stop spraying mystery output to stderr. by Tim Peters · 18 years ago
  49. 09a6f6a Remove code that is no longer used (ctypes.com). by Thomas Heller · 18 years ago
  50. 75a832d Make uuid test suite pass on this box by requesting output with LC_ALL=C. by Georg Brandl · 18 years ago
  51. daea035 Whitespace normalization. by Tim Peters · 18 years ago
  52. f102fc5 Add test_main() methods. These three tests were never run by regrtest.py. by Georg Brandl · 18 years ago
  53. 9aed98f Reformat docstring; fix typo by Andrew M. Kuchling · 18 years ago
  54. 997ceff Bump distutils version to 2.5, as several new features by Martin v. Löwis · 18 years ago
  55. 95621b2 Whitespace normalization. by Tim Peters · 18 years ago
  56. eb26ea3 Allow the 'onerror' argument to walk_packages() to catch any Exception, not by Phillip J. Eby · 18 years ago
  57. 9298eff Bug #978833: Really close underlying socket in _socketobject.close. by Martin v. Löwis · 18 years ago
  58. 5f13578 Part of bug #1523610: fix miscalculation of buffer length. by Georg Brandl · 18 years ago
  59. 0619a32 Bug #1459963: properly capitalize HTTP header names. by Georg Brandl · 18 years ago
  60. d92ae78 Forward port some fixes that were in email 2.5 but for some reason didn't make by Barry Warsaw · 18 years ago
  61. 9134307 Whitespace normalization. by Tim Peters · 18 years ago
  62. 3075e16 Fix bug #1517990: IDLE keybindings on OSX by Ronald Oussoren · 18 years ago
  63. b62efad Document the crashers that will not go away soon as "won't fix", by Armin Rigo · 18 years ago
  64. 5a9a2a3 Added another crasher, which hit me today (I was not intentionally by Armin Rigo · 18 years ago
  65. 4df7c0a Document why is and is not a good way to fix the gc_inspection crasher. by Armin Rigo · 18 years ago
  66. 813669f Fix a bug in the messages for an assert failure where not enough arguments to a string by Brett Cannon · 18 years ago
  67. 69b9b67 Patch #1525766: correctly pass onerror arg to recursive calls by Georg Brandl · 18 years ago
  68. 0b48303 Bug #1525817: Don't truncate short lines in IDLE's tool tips. by Martin v. Löwis · 18 years ago
  69. 0c4a3b3 current_frames_with_threads(): There's actually no way by Tim Peters · 18 years ago
  70. 4d16b91 Don't use standard assert: want tests to fail even when run with -O. by Greg Ward · 18 years ago
  71. 0bbfd83 Whitespace normalization. by Tim Peters · 18 years ago
  72. afb44f4 Repair accidental NameError. by Georg Brandl · 18 years ago
  73. a2946a4 - EditorWindow.test() was failing. Bug 1417598 by Kurt B. Kaiser · 18 years ago
  74. b3c4d16 EditorWindow failed when used stand-alone if sys.ps1 not set. by Kurt B. Kaiser · 18 years ago
  75. c13c34c Patch #1515343: Fix printing of deprecated string exceptions with a by Georg Brandl · 18 years ago
  76. bda0dde Patch #1448199: Release GIL around ConnectRegistry. by Martin v. Löwis · 18 years ago
  77. 48fae7a Resync optparse with Optik 1.5.3: minor tweaks for/to tests. by Greg Ward · 18 years ago
  78. afa358f Get mailbox module working on OS/2 EMX port. by Andrew MacIntyre · 18 years ago
  79. 8133f9d Fix for bug #1517996: Class and Path browsers show Tk menu by Ronald Oussoren · 18 years ago
  80. 17db495 Without this patch CMD-W won't close EditorWindows on MacOS X. This solves by Ronald Oussoren · 18 years ago
  81. c6bacd5 Tooltips failed on new-syle class __init__ args. Bug 1027566 Loren Guthrie by Kurt B. Kaiser · 18 years ago
  82. 7802af4 Be a lot smarter about whether this test passes: instead of assuming by Greg Ward · 18 years ago
  83. cde0fa9 Don't fail if the directory already exists by Neal Norwitz · 18 years ago
  84. 4085f14 Fix check for empty list (vs. None). by Georg Brandl · 18 years ago
  85. b110bad More RFC 2231 improvements for the email 4.0 package. As Mark Sapiro rightly by Barry Warsaw · 18 years ago
  86. dc57936 Addressed SF#1524081 by using a dictionary to map level names to syslog priority names, rather than a string.lower(). by Vinay Sajip · 18 years ago
  87. 43476e0 Avoid occasional failure to detect closing paren properly. by Kurt B. Kaiser · 18 years ago
  88. 13cf38c Guard for _active being None in __del__ method. by Georg Brandl · 18 years ago
  89. 1a2959c Fix SF#1516184 (again) and add a test to prevent regression. by Phillip J. Eby · 18 years ago
  90. cfe3128 Revert r50706 (Whitespace normalization) and by Martin v. Löwis · 18 years ago
  91. 112aad3 SF bug 1524317: configure --without-threads fails to build by Tim Peters · 18 years ago
  92. 73a9ead Whitespace normalization. by Tim Peters · 18 years ago
  93. 426f4a1 Patch #1524429: Use repr instead of backticks again. by Martin v. Löwis · 18 years ago
  94. ac4ae4b Comments and docs cleanups, and some little fixes, provided by Santiágo Peresón by Facundo Batista · 18 years ago
  95. caebe22 Fix bug #1520914. Starting in 2.4, time.strftime() began to check the bounds by Brett Cannon · 18 years ago
  96. 4b7e35b Rebinding Tab key was inserting 'tab' instead of 'Tab'. Bug 1179168. by Kurt B. Kaiser · 18 years ago
  97. 18d2f39 decode_rfc2231(): Be more robust against buggy RFC 2231 encodings. by Barry Warsaw · 18 years ago
  98. a2f60a4 Patch 1479219 - Tal Einat by Kurt B. Kaiser · 18 years ago
  99. 7b71bf3 Remove usage of sets module (patch #1500609). by Georg Brandl · 18 years ago
  100. 84be93b Bug #1512814, Fix incorrect lineno's when code within a function by Neal Norwitz · 18 years ago