1. 75a832d Make uuid test suite pass on this box by requesting output with LC_ALL=C. by Georg Brandl · 18 years ago
  2. 6cea7d7 Amend news entry. by Georg Brandl · 18 years ago
  3. daea035 Whitespace normalization. by Tim Peters · 18 years ago
  4. 3e246a8 News for patch #1529686. by Tim Peters · 18 years ago
  5. f102fc5 Add test_main() methods. These three tests were never run by regrtest.py. by Georg Brandl · 18 years ago
  6. 9aed98f Reformat docstring; fix typo by Andrew M. Kuchling · 18 years ago
  7. 997ceff Bump distutils version to 2.5, as several new features by Martin v. Löwis · 18 years ago
  8. 37f694f No functional change. Add comment and assert to describe why there cannot be overflow which was reported by Klocwork. Discussed on python-dev by Neal Norwitz · 18 years ago
  9. 101bac2 Closure can't be NULL at this point since we know it's a tuple. by Neal Norwitz · 18 years ago
  10. e4abc23 Don't kill a normal instance of python running on windows when checking by Neal Norwitz · 18 years ago
  11. bc24eee Bug #1521947: possible bug in mystrtol.c with recent gcc. by Tim Peters · 18 years ago
  12. 95621b2 Whitespace normalization. by Tim Peters · 18 years ago
  13. eb26ea3 Allow the 'onerror' argument to walk_packages() to catch any Exception, not by Phillip J. Eby · 18 years ago
  14. ab26004 Use sys.exc_info() by Andrew M. Kuchling · 18 years ago
  15. 44c668d Use sys.exc_info() by Andrew M. Kuchling · 18 years ago
  16. 10c2b55 Put news item in right section by Andrew M. Kuchling · 18 years ago
  17. 93c928e Minor grammar fix by Andrew M. Kuchling · 18 years ago
  18. a1da204 Correct error message by Andrew M. Kuchling · 18 years ago
  19. 55b0a0e [Bug #1471938] Fix build problem on Solaris 8 by conditionalizing the use of mvwgetnstr(); it was conditionalized a few lines below. Fix from Paul Eggert. I also tried out the STRICT_SYSV_CURSES case and am therefore removing the 'untested' comment. by Andrew M. Kuchling · 18 years ago
  20. 9298eff Bug #978833: Really close underlying socket in _socketobject.close. by Martin v. Löwis · 18 years ago
  21. 5f13578 Part of bug #1523610: fix miscalculation of buffer length. by Georg Brandl · 18 years ago
  22. 0619a32 Bug #1459963: properly capitalize HTTP header names. by Georg Brandl · 18 years ago
  23. cf0c172 NEWS entry for #1525766. by Georg Brandl · 18 years ago
  24. d92ae78 Forward port some fixes that were in email 2.5 but for some reason didn't make by Barry Warsaw · 18 years ago
  25. 9815f8b Hmm, only python2.x is installed, not plain python. Did that change recently? by Neal Norwitz · 18 years ago
  26. 9134307 Whitespace normalization. by Tim Peters · 18 years ago
  27. 3075e16 Fix bug #1517990: IDLE keybindings on OSX by Ronald Oussoren · 18 years ago
  28. bfbfe1f Fix for bug #1525447 (renaming to MacOSmodule.c would also work, but not by Ronald Oussoren · 18 years ago
  29. 518b95c Install the compatibility symlink to libpython.a on OSX using 'ln -sf' instead by Ronald Oussoren · 18 years ago
  30. b62efad Document the crashers that will not go away soon as "won't fix", by Armin Rigo · 18 years ago
  31. 5a9a2a3 Added another crasher, which hit me today (I was not intentionally by Armin Rigo · 18 years ago
  32. 4df7c0a Document why is and is not a good way to fix the gc_inspection crasher. by Armin Rigo · 18 years ago
  33. 813669f Fix a bug in the messages for an assert failure where not enough arguments to a string by Brett Cannon · 18 years ago
  34. f23ad3d Add comment for changes to test_ossaudiodev. by Brett Cannon · 18 years ago
  35. 69b9b67 Patch #1525766: correctly pass onerror arg to recursive calls by Georg Brandl · 18 years ago
  36. 2b2d297 Revert incomplete checkin. by Martin v. Löwis · 18 years ago
  37. e093a3a Bug #978833: Really close underlying socket in _socketobject.close. by Martin v. Löwis · 18 years ago
  38. 0b48303 Bug #1525817: Don't truncate short lines in IDLE's tool tips. by Martin v. Löwis · 18 years ago
  39. 0c4a3b3 current_frames_with_threads(): There's actually no way by Tim Peters · 18 years ago
  40. 4d16b91 Don't use standard assert: want tests to fail even when run with -O. by Greg Ward · 18 years ago
  41. 0bbfd83 Whitespace normalization. by Tim Peters · 18 years ago
  42. afb44f4 Repair accidental NameError. by Georg Brandl · 18 years ago
  43. a2946a4 - EditorWindow.test() was failing. Bug 1417598 by Kurt B. Kaiser · 18 years ago
  44. b3c4d16 EditorWindow failed when used stand-alone if sys.ps1 not set. by Kurt B. Kaiser · 18 years ago
  45. c13c34c Patch #1515343: Fix printing of deprecated string exceptions with a by Georg Brandl · 18 years ago
  46. 844f7dd Patch #1527744: right order of includes in order to have HAVE_CONIO_H defined properly. by Georg Brandl · 18 years ago
  47. ced52a9 Patch #1523356: fix determining include dirs in python-config. by Georg Brandl · 18 years ago
  48. 982e9fe Bug #1524310: Properly report errors from FindNextFile in os.listdir. by Martin v. Löwis · 18 years ago
  49. d22968a Patch #1232023: Don't include empty path component from registry, by Martin v. Löwis · 18 years ago
  50. bda0dde Patch #1448199: Release GIL around ConnectRegistry. by Martin v. Löwis · 18 years ago
  51. 8cab8b0 Update list of unsupported systems. Fixes #1510853. by Martin v. Löwis · 18 years ago
  52. 48fae7a Resync optparse with Optik 1.5.3: minor tweaks for/to tests. by Greg Ward · 18 years ago
  53. afa358f Get mailbox module working on OS/2 EMX port. by Andrew MacIntyre · 18 years ago
  54. 82247cb bugfix: PyThread_start_new_thread() returns the thread ID, not a flag; by Andrew MacIntyre · 18 years ago
  55. bb45037 Build updates for OS/2 EMX port by Andrew MacIntyre · 18 years ago
  56. 8133f9d Fix for bug #1517996: Class and Path browsers show Tk menu by Ronald Oussoren · 18 years ago
  57. 17db495 Without this patch CMD-W won't close EditorWindows on MacOS X. This solves by Ronald Oussoren · 18 years ago
  58. dce937f Ensure we don't write beyond errText. I think I got this right, but by Neal Norwitz · 18 years ago
  59. 9029b5f nextlink can be NULL if teedataobject_new fails, so use XINCREF. by Neal Norwitz · 18 years ago
  60. 98a9600 Fix memory leaks spotted by Klocwork #37. by Neal Norwitz · 18 years ago
  61. 93f2ca1 Check the allocation of b_objects and return if there was a failure. by Neal Norwitz · 18 years ago
  62. c09efa8 Move the initialization of size_a down below the check for a being NULL. by Neal Norwitz · 18 years ago
  63. f71847e If the for loop isn't entered, entryblock will be NULL. If passed by Neal Norwitz · 18 years ago
  64. 18b6adf Handle more mem alloc issues found with failmalloc by Neal Norwitz · 18 years ago
  65. c6bacd5 Tooltips failed on new-syle class __init__ args. Bug 1027566 Loren Guthrie by Kurt B. Kaiser · 18 years ago
  66. 7802af4 Be a lot smarter about whether this test passes: instead of assuming by Greg Ward · 18 years ago
  67. cde0fa9 Don't fail if the directory already exists by Neal Norwitz · 18 years ago
  68. b59d08c Fix more memory allocation issues found with failmalloc. by Neal Norwitz · 18 years ago
  69. 468e45e Remove an XXX marker in a comment. by Brett Cannon · 18 years ago
  70. 4085f14 Fix check for empty list (vs. None). by Georg Brandl · 18 years ago
  71. b110bad More RFC 2231 improvements for the email 4.0 package. As Mark Sapiro rightly by Barry Warsaw · 18 years ago
  72. d12bd01 Handle more memory allocation failures without crashing. by Neal Norwitz · 18 years ago
  73. 33722ae Speel initialise write. Tanks Anthony. by Neal Norwitz · 18 years ago
  74. e1fdb32 Handle allocation failures gracefully. Found with failmalloc. by Neal Norwitz · 18 years ago
  75. 1adbb50 Move the initialization of some pointers earlier. The problem is by Neal Norwitz · 18 years ago
  76. 48808a1 Add some asserts that we got good params passed by Neal Norwitz · 18 years ago
  77. 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
  78. 43476e0 Avoid occasional failure to detect closing paren properly. by Kurt B. Kaiser · 18 years ago
  79. 3fda936 markup fix by Fred Drake · 18 years ago
  80. 9325ba6 Updated documentation for TimedRotatingFileHandler relating to how rollover files are named. The previous documentation was wrongly the same as for RotatingFileHandler. by Vinay Sajip · 18 years ago
  81. 13cf38c Guard for _active being None in __del__ method. by Georg Brandl · 18 years ago
  82. 1a2959c Fix SF#1516184 (again) and add a test to prevent regression. by Phillip J. Eby · 18 years ago
  83. cfe3128 Revert r50706 (Whitespace normalization) and by Martin v. Löwis · 18 years ago
  84. 100a4e9 Make sure the _ctypes extension can be compiled when WITH_THREAD is by Thomas Heller · 18 years ago
  85. 112aad3 SF bug 1524317: configure --without-threads fails to build by Tim Peters · 18 years ago
  86. 73a9ead Whitespace normalization. by Tim Peters · 18 years ago
  87. 426f4a1 Patch #1524429: Use repr instead of backticks again. by Martin v. Löwis · 18 years ago
  88. ac4ae4b Comments and docs cleanups, and some little fixes, provided by Santiágo Peresón by Facundo Batista · 18 years ago
  89. caebe22 Fix bug #1520914. Starting in 2.4, time.strftime() began to check the bounds by Brett Cannon · 18 years ago
  90. 4b7e35b Rebinding Tab key was inserting 'tab' instead of 'Tab'. Bug 1179168. by Kurt B. Kaiser · 18 years ago
  91. 18d2f39 decode_rfc2231(): Be more robust against buggy RFC 2231 encodings. by Barry Warsaw · 18 years ago
  92. a2f60a4 Patch 1479219 - Tal Einat by Kurt B. Kaiser · 18 years ago
  93. 7a752e7 Attribute more features by Andrew M. Kuchling · 18 years ago
  94. c5e3d8a Add missing NEWS item (#1522771) by Georg Brandl · 18 years ago
  95. 7b71bf3 Remove usage of sets module (patch #1500609). by Georg Brandl · 18 years ago
  96. 83fa22f document xmlcore (still minimal; needs mention in each of the xml.* modules) by Fred Drake · 18 years ago
  97. e756310 Add NEWS entry for a bunch of fixes due to warnings produced by Klocworks static analysis tool. by Neal Norwitz · 18 years ago
  98. a5e4f22 Reported by Klocwork #151. by Neal Norwitz · 18 years ago
  99. 04e39ec otherset is known to be non-NULL based on checks before and DECREF after. by Neal Norwitz · 18 years ago
  100. b337bb5 Stop INCREFing name, then checking if it's NULL. name (f_name) should never by Neal Norwitz · 18 years ago