1. 5f13578 Part of bug #1523610: fix miscalculation of buffer length. by Georg Brandl · 18 years ago
  2. 0619a32 Bug #1459963: properly capitalize HTTP header names. by Georg Brandl · 18 years ago
  3. cf0c172 NEWS entry for #1525766. by Georg Brandl · 18 years ago
  4. d92ae78 Forward port some fixes that were in email 2.5 but for some reason didn't make by Barry Warsaw · 18 years ago
  5. 9815f8b Hmm, only python2.x is installed, not plain python. Did that change recently? by Neal Norwitz · 18 years ago
  6. 9134307 Whitespace normalization. by Tim Peters · 18 years ago
  7. 3075e16 Fix bug #1517990: IDLE keybindings on OSX by Ronald Oussoren · 18 years ago
  8. bfbfe1f Fix for bug #1525447 (renaming to MacOSmodule.c would also work, but not by Ronald Oussoren · 18 years ago
  9. 518b95c Install the compatibility symlink to libpython.a on OSX using 'ln -sf' instead by Ronald Oussoren · 18 years ago
  10. b62efad Document the crashers that will not go away soon as "won't fix", by Armin Rigo · 18 years ago
  11. 5a9a2a3 Added another crasher, which hit me today (I was not intentionally by Armin Rigo · 18 years ago
  12. 4df7c0a Document why is and is not a good way to fix the gc_inspection crasher. by Armin Rigo · 18 years ago
  13. 813669f Fix a bug in the messages for an assert failure where not enough arguments to a string by Brett Cannon · 18 years ago
  14. f23ad3d Add comment for changes to test_ossaudiodev. by Brett Cannon · 18 years ago
  15. 69b9b67 Patch #1525766: correctly pass onerror arg to recursive calls by Georg Brandl · 18 years ago
  16. 2b2d297 Revert incomplete checkin. by Martin v. Löwis · 18 years ago
  17. e093a3a Bug #978833: Really close underlying socket in _socketobject.close. by Martin v. Löwis · 18 years ago
  18. 0b48303 Bug #1525817: Don't truncate short lines in IDLE's tool tips. by Martin v. Löwis · 18 years ago
  19. 0c4a3b3 current_frames_with_threads(): There's actually no way by Tim Peters · 18 years ago
  20. 4d16b91 Don't use standard assert: want tests to fail even when run with -O. by Greg Ward · 18 years ago
  21. 0bbfd83 Whitespace normalization. by Tim Peters · 18 years ago
  22. afb44f4 Repair accidental NameError. by Georg Brandl · 18 years ago
  23. a2946a4 - EditorWindow.test() was failing. Bug 1417598 by Kurt B. Kaiser · 18 years ago
  24. b3c4d16 EditorWindow failed when used stand-alone if sys.ps1 not set. by Kurt B. Kaiser · 18 years ago
  25. c13c34c Patch #1515343: Fix printing of deprecated string exceptions with a by Georg Brandl · 18 years ago
  26. 844f7dd Patch #1527744: right order of includes in order to have HAVE_CONIO_H defined properly. by Georg Brandl · 18 years ago
  27. ced52a9 Patch #1523356: fix determining include dirs in python-config. by Georg Brandl · 18 years ago
  28. 982e9fe Bug #1524310: Properly report errors from FindNextFile in os.listdir. by Martin v. Löwis · 18 years ago
  29. d22968a Patch #1232023: Don't include empty path component from registry, by Martin v. Löwis · 18 years ago
  30. bda0dde Patch #1448199: Release GIL around ConnectRegistry. by Martin v. Löwis · 18 years ago
  31. 8cab8b0 Update list of unsupported systems. Fixes #1510853. by Martin v. Löwis · 18 years ago
  32. 48fae7a Resync optparse with Optik 1.5.3: minor tweaks for/to tests. by Greg Ward · 18 years ago
  33. afa358f Get mailbox module working on OS/2 EMX port. by Andrew MacIntyre · 18 years ago
  34. 82247cb bugfix: PyThread_start_new_thread() returns the thread ID, not a flag; by Andrew MacIntyre · 18 years ago
  35. bb45037 Build updates for OS/2 EMX port by Andrew MacIntyre · 18 years ago
  36. 8133f9d Fix for bug #1517996: Class and Path browsers show Tk menu by Ronald Oussoren · 18 years ago
  37. 17db495 Without this patch CMD-W won't close EditorWindows on MacOS X. This solves by Ronald Oussoren · 18 years ago
  38. dce937f Ensure we don't write beyond errText. I think I got this right, but by Neal Norwitz · 18 years ago
  39. 9029b5f nextlink can be NULL if teedataobject_new fails, so use XINCREF. by Neal Norwitz · 18 years ago
  40. 98a9600 Fix memory leaks spotted by Klocwork #37. by Neal Norwitz · 18 years ago
  41. 93f2ca1 Check the allocation of b_objects and return if there was a failure. by Neal Norwitz · 18 years ago
  42. c09efa8 Move the initialization of size_a down below the check for a being NULL. by Neal Norwitz · 18 years ago
  43. f71847e If the for loop isn't entered, entryblock will be NULL. If passed by Neal Norwitz · 18 years ago
  44. 18b6adf Handle more mem alloc issues found with failmalloc by Neal Norwitz · 18 years ago
  45. c6bacd5 Tooltips failed on new-syle class __init__ args. Bug 1027566 Loren Guthrie by Kurt B. Kaiser · 18 years ago
  46. 7802af4 Be a lot smarter about whether this test passes: instead of assuming by Greg Ward · 18 years ago
  47. cde0fa9 Don't fail if the directory already exists by Neal Norwitz · 18 years ago
  48. b59d08c Fix more memory allocation issues found with failmalloc. by Neal Norwitz · 18 years ago
  49. 468e45e Remove an XXX marker in a comment. by Brett Cannon · 18 years ago
  50. 4085f14 Fix check for empty list (vs. None). by Georg Brandl · 18 years ago
  51. b110bad More RFC 2231 improvements for the email 4.0 package. As Mark Sapiro rightly by Barry Warsaw · 18 years ago
  52. d12bd01 Handle more memory allocation failures without crashing. by Neal Norwitz · 18 years ago
  53. 33722ae Speel initialise write. Tanks Anthony. by Neal Norwitz · 18 years ago
  54. e1fdb32 Handle allocation failures gracefully. Found with failmalloc. by Neal Norwitz · 18 years ago
  55. 1adbb50 Move the initialization of some pointers earlier. The problem is by Neal Norwitz · 18 years ago
  56. 48808a1 Add some asserts that we got good params passed by Neal Norwitz · 18 years ago
  57. 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
  58. 43476e0 Avoid occasional failure to detect closing paren properly. by Kurt B. Kaiser · 18 years ago
  59. 3fda936 markup fix by Fred Drake · 18 years ago
  60. 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
  61. 13cf38c Guard for _active being None in __del__ method. by Georg Brandl · 18 years ago
  62. 1a2959c Fix SF#1516184 (again) and add a test to prevent regression. by Phillip J. Eby · 18 years ago
  63. cfe3128 Revert r50706 (Whitespace normalization) and by Martin v. Löwis · 18 years ago
  64. 100a4e9 Make sure the _ctypes extension can be compiled when WITH_THREAD is by Thomas Heller · 18 years ago
  65. 112aad3 SF bug 1524317: configure --without-threads fails to build by Tim Peters · 18 years ago
  66. 73a9ead Whitespace normalization. by Tim Peters · 18 years ago
  67. 426f4a1 Patch #1524429: Use repr instead of backticks again. by Martin v. Löwis · 18 years ago
  68. ac4ae4b Comments and docs cleanups, and some little fixes, provided by Santiágo Peresón by Facundo Batista · 18 years ago
  69. caebe22 Fix bug #1520914. Starting in 2.4, time.strftime() began to check the bounds by Brett Cannon · 18 years ago
  70. 4b7e35b Rebinding Tab key was inserting 'tab' instead of 'Tab'. Bug 1179168. by Kurt B. Kaiser · 18 years ago
  71. 18d2f39 decode_rfc2231(): Be more robust against buggy RFC 2231 encodings. by Barry Warsaw · 18 years ago
  72. a2f60a4 Patch 1479219 - Tal Einat by Kurt B. Kaiser · 18 years ago
  73. 7a752e7 Attribute more features by Andrew M. Kuchling · 18 years ago
  74. c5e3d8a Add missing NEWS item (#1522771) by Georg Brandl · 18 years ago
  75. 7b71bf3 Remove usage of sets module (patch #1500609). by Georg Brandl · 18 years ago
  76. 83fa22f document xmlcore (still minimal; needs mention in each of the xml.* modules) by Fred Drake · 18 years ago
  77. e756310 Add NEWS entry for a bunch of fixes due to warnings produced by Klocworks static analysis tool. by Neal Norwitz · 18 years ago
  78. a5e4f22 Reported by Klocwork #151. by Neal Norwitz · 18 years ago
  79. 04e39ec otherset is known to be non-NULL based on checks before and DECREF after. by Neal Norwitz · 18 years ago
  80. b337bb5 Stop INCREFing name, then checking if it's NULL. name (f_name) should never by Neal Norwitz · 18 years ago
  81. ee4cc69 PyFunction_SetDefaults() is documented as taking None or a tuple. by Neal Norwitz · 18 years ago
  82. fc28e0d Handle a NULL name properly. by Neal Norwitz · 18 years ago
  83. 4b0a315 Use sizeof(buffer) instead of duplicating the constants to ensure they won't by Neal Norwitz · 18 years ago
  84. c0cde4d Fix memory leak under some conditions. by Neal Norwitz · 18 years ago
  85. 5eaf772 Fix memory leaks in some conditions. by Neal Norwitz · 18 years ago
  86. 109f914 proto was dereffed above and is known to be good. No need for X. by Neal Norwitz · 18 years ago
  87. ce5b3c3 self is dereffed (and passed as first arg), so it's known to be good. by Neal Norwitz · 18 years ago
  88. ef02b9e a & b were dereffed above, so they are known to be valid pointers. by Neal Norwitz · 18 years ago
  89. 84be93b Bug #1512814, Fix incorrect lineno's when code within a function by Neal Norwitz · 18 years ago
  90. ec5948a clean up some link markup by Fred Drake · 18 years ago
  91. 5ea4bf1 Patch #1220874: Update the binhex module for Mach-O. by Bob Ippolito · 18 years ago
  92. b2d5af8 Bug #15187702 : ext/win-cookbook.html has a broken link to distutils by George Yoshida · 18 years ago
  93. 76e268b typo by Fredrik Lundh · 18 years ago
  94. b69a3c2 Updates for the ctypes documentation. by Thomas Heller · 18 years ago
  95. ce049a0 Patch #1521817: The index range checking on ctypes arrays containing by Thomas Heller · 18 years ago
  96. 9f90247 Make the prototypes of our private PyUnicode_FromWideChar and by Thomas Heller · 18 years ago
  97. 7d1d436 Bug #1223937: CalledProcessError.errno -> CalledProcessError.returncode. by Peter Astrand · 18 years ago
  98. 8c051da Mention new options by Andrew M. Kuchling · 18 years ago
  99. c7990b5 Fix Debug build of _ssl. by Martin v. Löwis · 18 years ago
  100. 1def4fa Add debug output to analyse buildbot failure. by Martin v. Löwis · 18 years ago