1. ceda6a6 #3242: fix a crash in "print", if sys.stdout is set to a custom object, by Amaury Forgeot d'Arc · 17 years ago
  2. 3255e13 Issue 3110: Crash with weakref subclass, by Amaury Forgeot d'Arc · 17 years ago
  3. d297f1a #3117: backport r55087, fixes segfault with lambda (None,): None. by Georg Brandl · 17 years ago
  4. 7eb4a82 Fix tkinter sequence passing. #2906. Backport from r63914. by Georg Brandl · 17 years ago
  5. 2666040 Backport r62724 from trunk. Fixes issue 2791. subprocess.Popen.communicate by Gregory P. Smith · 17 years ago
  6. 1a34834 Backport r63776: tkinter fixes. by Georg Brandl · 17 years ago
  7. 5212da1 Patch #2111: Avoid mmap segfault when modifying a PROT_READ block. by Martin v. Löwis · 17 years ago
  8. 09d374f #2803: fix heappush invocation (backport). by Georg Brandl · 17 years ago
  9. c0c3914 Backport of revision 62854 by Ronald Oussoren · 17 years ago
  10. fbc190a Fix os.walk docstring example - issue2707 by Gregory P. Smith · 17 years ago
  11. fb30cdb Fix issue 2520 (cannot import macerrors) by Ronald Oussoren · 17 years ago
  12. 7fd29f0 Backport of revision 62648 by Ronald Oussoren · 17 years ago
  13. 8d904c3 Issue #2670: urllib2.build_opener() failed when two handlers by Amaury Forgeot d'Arc · 17 years ago
  14. f305bd3 Issue 2665: On Windows, sys.stderr does not contain a valid file when running without a console. by Amaury Forgeot d'Arc · 17 years ago
  15. f623467 Merge r62235 from trunk. by Gregory P. Smith · 17 years ago
  16. 8432d86 Fix a reference leak found by Georg, when compiling a class nested in another class. by Amaury Forgeot d'Arc · 17 years ago
  17. 198e353 Issue2495: tokenize.untokenize did not insert space between two consecutive string literals: by Amaury Forgeot d'Arc · 17 years ago
  18. bfdbfd4 Issue #2482: Make sure that the coefficient of a Decimal instance by Mark Dickinson · 17 years ago
  19. 26c25d9 Decimal.sqrt(0) failed when the context was not explicitly supplied. by Mark Dickinson · 17 years ago
  20. a79e050 #1477: ur'\U0010FFFF' used to raise in narrow unicode builds. by Amaury Forgeot d'Arc · 17 years ago
  21. d9b9d68 Issue #2432: give DictReader the dialect and line_num attributes by Georg Brandl · 17 years ago
  22. 4af861c Back-port of rev 61240 for issue #2238, fixing: Some syntax errors in *args by Sean Reifscheider · 17 years ago
  23. 631df75 Backport r61450 from trunk: by Gregory P. Smith · 17 years ago
  24. 549171e The behaviour of winsound.Beep() seems to differ between different versions of Windows when there's either: by Trent Nelson · 17 years ago
  25. a6f5bf2 Ensure this test passes even if there are no soundcards in the system. Backport from trunk r61242. by Trent Nelson · 17 years ago
  26. 756c6c8 #1021: fix a bug to allow basicConfig to accept NOTSET as a level. by Vinay Sajip · 17 years ago
  27. 3662c90 Backport r61286 adding GC to the grouper for itertools.groupby() fixing Issue 2246. by Raymond Hettinger · 17 years ago
  28. ab61dce Bug #2220: handle rlcompleter attribute match failure more gracefully. by Georg Brandl · 17 years ago
  29. 0e30555 Backport of r61263: by Martin v. Löwis · 17 years ago
  30. bc89897 Patch #2232: os.tmpfile might fail on Windows if the user has no by Martin v. Löwis · 17 years ago
  31. 2985e30 Add section for 2.5.3. by Martin v. Löwis · 17 years ago
  32. f1fdda6 Remove old expected output for test_resource by Andrew M. Kuchling · 17 years ago
  33. 310bad0 #1291: copy test_resource.py from the 2.6 trunk, to fix a test failure. by Andrew M. Kuchling · 17 years ago
  34. 664553a #1389051, #1092502: fix excessively large allocations when using read() on a socket by Andrew M. Kuchling · 17 years ago
  35. 37d4f7b #1389051: IMAP module tries to read entire message in one chunk. Patch by Fredrik Lundh. by Andrew M. Kuchling · 17 years ago
  36. 05a19a5 #1433694: minidom's .normalize() failed to set .nextSibling for last element. by Andrew M. Kuchling · 17 years ago
  37. bcffd10 Prepare for 2.5.2. by Martin v. Löwis · 17 years ago
  38. 328c643 Bug #2137: Remove test_struct.test_crasher, which was meaningful by Martin v. Löwis · 17 years ago
  39. 42e4124 Revert 60793 for test_array; on a 64-bit system, MemoryError was not guaranteed. by Martin v. Löwis · 17 years ago
  40. 62dd70c Correct 2.5.2c1 uuid. Add IDLE release date. by Martin v. Löwis · 18 years ago
  41. a859e25 Preparing for 2.5.2c1. by Martin v. Löwis · 18 years ago
  42. 73c01d4 Added checks for integer overflows, contributed by Google. Some are by Martin v. Löwis · 18 years ago
  43. abcb59a bump: IDLE 1.2.2 by Kurt B. Kaiser · 18 years ago
  44. 38fd069 There was an error on exit if no sys.exitfunc was defined. Issue 1647. by Kurt B. Kaiser · 18 years ago
  45. 0b45f36 Could not open files in .idlerc directory if latter was hidden on Windows. by Kurt B. Kaiser · 18 years ago
  46. f9259d7 format_paragraph_event wasn't returning 'break' Backport r59463 by Kurt B. Kaiser · 18 years ago
  47. 2fbad0e Assume that the user knows when he wants to end the line; don't insert by Kurt B. Kaiser · 18 years ago
  48. 60d9f8d Corrected some bugs in AutoComplete. Also, Page Up/Down in ACW implemented; by Kurt B. Kaiser · 18 years ago
  49. 1df323a 1. Avoid hang when encountering a duplicate in a completion list. Bug 1571112. by Kurt B. Kaiser · 18 years ago
  50. 6493ade Some syntax errors were being caught by tokenize during the tabnanny by Kurt B. Kaiser · 18 years ago
  51. b80a194 Bring NEWS.txt up to date. by Kurt B. Kaiser · 18 years ago
  52. e41f155 In the recursive debug command, pass Pdb arguments (completekey, stdin, stdout) by Guido van Rossum · 18 years ago
  53. e9c996c Patch #1966: Break infinite loop in httplib when the servers by Martin v. Löwis · 18 years ago
  54. 08303db Backport the nts() function from the trunk. This fixes problems with by Lars Gustäbel · 18 years ago
  55. 5ca1cba Backport relevant part of issue 2021 fix (r60695): Support with statement properly in tempfile.NamedTemporaryFile by Nick Coghlan · 18 years ago
  56. 0b5c17a Backport test_resource fix from trunk to stop it crashing on Ubuntu by Nick Coghlan · 18 years ago
  57. 3e5f8a6 issue 2045: Infinite recursion when printing a subclass of defaultdict, by Amaury Forgeot d'Arc · 18 years ago
  58. ec4301e Backport r60653: Fix typo in docstring for Calendar.itermonthdays(). by Walter Dörwald · 18 years ago
  59. 527bf3a Fix the way methods are created for the _ctypes.COMError exception by Thomas Heller · 18 years ago
  60. 6ae66d7 Backport doc fixes from 2.6. These are all things that were already by Guido van Rossum · 18 years ago
  61. 9decb70 In the experimental 'Scanner' feature, the group count was set wrong. by Guido van Rossum · 18 years ago
  62. 42993fe Issue #1507247, #2004: Use mode 0700 for temporary directories and by Lars Gustäbel · 18 years ago
  63. bc21210 No need to emit co_lnotab item when both offsets are zeros. by Amaury Forgeot d'Arc · 18 years ago
  64. 316f8a8 backport of r60575 (issue #1750076): Debugger did not step on every iteration of a while statement. by Amaury Forgeot d'Arc · 18 years ago
  65. c9b2073 Revert rev. 59926, it breaks comtypes (I need to further examine this). by Thomas Heller · 18 years ago
  66. 249cbe7 Try harder to provoke the exception since the ia64 buildbot still by Neal Norwitz · 18 years ago
  67. 209ea39 Sync up with trunk. Try to flush repeatedly to ensure the exception is raised. by Neal Norwitz · 18 years ago
  68. 0b11c5f Change isbasestring function as discussed on the cvs list a while ago by Christian Heimes · 18 years ago
  69. 6179234 Backport 60342: by Neal Norwitz · 18 years ago
  70. ab577c1 Backport r58453: by Neal Norwitz · 18 years ago
  71. b03528c Backport 60334: by Neal Norwitz · 18 years ago
  72. f1a7178 #1920: when considering a block starting by "while 0", the compiler optimized the by Amaury Forgeot d'Arc · 18 years ago
  73. 61c2c95 Fix failing test_mailbox on Cygwin by Andrew M. Kuchling · 18 years ago
  74. fe528eb Invert the checks in get_[u]long and get_[u]longlong. The intent was by Thomas Heller · 18 years ago
  75. d2f4cb8 Fixed bug #1915: Python compiles with --enable-unicode=no again. However several extension methods and modules do not work without unicode support. by Christian Heimes · 18 years ago
  76. 2c63442 Backport r60208, skip some tests for huge passwd/group files. by Guido van Rossum · 18 years ago
  77. 8f034d9 Backport of r60190: by Gregory P. Smith · 18 years ago
  78. 9f26fcc Remove extra test that was accidentally backported from the trunk by Mark Dickinson · 18 years ago
  79. 2bebadf Issue 1678380: fix a bug identifying -0.0 and 0.0 by Mark Dickinson · 18 years ago
  80. 7bdff2c Issue #1882: when compiling code from a string, encoding cookies in the by Georg Brandl · 18 years ago
  81. 8123ef2 Fix: #1836: Off-by-one bug in TimedRotatingFileHandler rollover calculation. Patch thanks to Kathryn M. Kowalski. by Vinay Sajip · 18 years ago
  82. 0e65fe4 Fix off-by-one error that resulted in missed characters by Andrew M. Kuchling · 18 years ago
  83. 1cc98af backport r60116 - fix zipfile to work with archives having file by Gregory P. Smith · 18 years ago
  84. c223c6c backport r60104 + r60111 from trunk. by Gregory P. Smith · 18 years ago
  85. 7829d60 Backport r59688. by Georg Brandl · 18 years ago
  86. ea72dcb Bug 1277: make Maildir use the user-provided factory instead of hard-wiring MaildirMessage. by Andrew M. Kuchling · 18 years ago
  87. 5f4fc83 This got fixed in r60056. by Guido van Rossum · 18 years ago
  88. 03706d2 Backport r55080: by Guido van Rossum · 18 years ago
  89. 0f99b71 ** backport r60015 from trunk. by Gregory P. Smith · 18 years ago
  90. 665ddc9 Fix 1698398: Zipfile.printdir() crashed because the format string expected a tuple object of length six instead of a time.struct_time object. by Raymond Hettinger · 18 years ago
  91. b9c741c Added NEWS entry, plus: by Thomas Heller · 18 years ago
  92. d77fedc Fix Decimal hash in Python 2.5 maintenance branch so that hash(x) == hash(int(x)) by Mark Dickinson · 18 years ago
  93. 5dfc480 Decimal module and test cases were updated to their state of by Facundo Batista · 18 years ago
  94. d0dcbc4 Backport of issue 1755179 fix. by Facundo Batista · 18 years ago
  95. 6e3e6e0 Forgot to backport the rest of #1637. by Guido van Rossum · 18 years ago
  96. 81728cf Backport r59758. by Guido van Rossum · 18 years ago
  97. 62bceec Backport r57216 (see issue #1731). by Guido van Rossum · 18 years ago
  98. e5f9e58 Issue #1735: TarFile.extractall() now correctly sets directory by Lars Gustäbel · 18 years ago
  99. 12f03cc Bug #1713: posixpath.ismount() claims symlink to a mountpoint is a mountpoint. by Christian Heimes · 18 years ago
  100. 6df9a82 Issue #1700, reported by Nguyen Quan Son, fix by Fredruk Lundh: by Guido van Rossum · 18 years ago