1. 10eac2c Update copyright years to 2008. Update README to 2.5.2. by Martin v. Löwis · 16 years ago
  2. 9f22ca2 Tagging for release of Python 2.5.2 by Martin v. Löwis · 16 years ago
  3. bcffd10 Prepare for 2.5.2. by Martin v. Löwis · 16 years ago
  4. 8d273b0 A quick fix that removes a spurious unittest failure when users by Ronald Oussoren · 16 years ago
  5. 0821983 Fix link by Andrew M. Kuchling · 16 years ago
  6. 328c643 Bug #2137: Remove test_struct.test_crasher, which was meaningful by Martin v. Löwis · 16 years ago
  7. 42e4124 Revert 60793 for test_array; on a 64-bit system, MemoryError was not guaranteed. by Martin v. Löwis · 16 years ago
  8. 9c04257 Fix deallocation of array objects when allocation ran out of memory. by Martin v. Löwis · 16 years ago
  9. c7cf36e mksourcepkg is not getting the tag right by itself, so recording it in the by Fred Drake · 16 years ago
  10. 3359477 reverting; wrong tag by Fred Drake · 16 years ago
  11. a865c67 mksourcepkg is not getting the tag right by itself, so recording it in the by Fred Drake · 16 years ago
  12. f5808e7 Tagging for release of Python 2.5.2c1 by Martin v. Löwis · 16 years ago
  13. 62dd70c Correct 2.5.2c1 uuid. Add IDLE release date. by Martin v. Löwis · 16 years ago
  14. a859e25 Preparing for 2.5.2c1. by Martin v. Löwis · 16 years ago
  15. 73c01d4 Added checks for integer overflows, contributed by Google. Some are by Martin v. Löwis · 16 years ago
  16. abcb59a bump: IDLE 1.2.2 by Kurt B. Kaiser · 16 years ago
  17. 38fd069 There was an error on exit if no sys.exitfunc was defined. Issue 1647. by Kurt B. Kaiser · 16 years ago
  18. 0b45f36 Could not open files in .idlerc directory if latter was hidden on Windows. by Kurt B. Kaiser · 16 years ago
  19. f9259d7 format_paragraph_event wasn't returning 'break' Backport r59463 by Kurt B. Kaiser · 16 years ago
  20. 2fbad0e Assume that the user knows when he wants to end the line; don't insert by Kurt B. Kaiser · 16 years ago
  21. 60d9f8d Corrected some bugs in AutoComplete. Also, Page Up/Down in ACW implemented; by Kurt B. Kaiser · 16 years ago
  22. 1df323a 1. Avoid hang when encountering a duplicate in a completion list. Bug 1571112. by Kurt B. Kaiser · 16 years ago
  23. 6493ade Some syntax errors were being caught by tokenize during the tabnanny by Kurt B. Kaiser · 16 years ago
  24. b80a194 Bring NEWS.txt up to date. by Kurt B. Kaiser · 16 years ago
  25. 21af4c0 Back port of r60765 (fix --enable-universalsdk doc typo). by Brett Cannon · 16 years ago
  26. e41f155 In the recursive debug command, pass Pdb arguments (completekey, stdin, stdout) by Guido van Rossum · 16 years ago
  27. e9c996c Patch #1966: Break infinite loop in httplib when the servers by Martin v. Löwis · 16 years ago
  28. cab74c8 Backport of r60743: Patch #1736: Fix file name handling of _msi.FCICreate. by Martin v. Löwis · 16 years ago
  29. 08303db Backport the nts() function from the trunk. This fixes problems with by Lars Gustäbel · 16 years ago
  30. 5ca1cba Backport relevant part of issue 2021 fix (r60695): Support with statement properly in tempfile.NamedTemporaryFile by Nick Coghlan · 16 years ago
  31. 0b5c17a Backport test_resource fix from trunk to stop it crashing on Ubuntu by Nick Coghlan · 16 years ago
  32. 3e5f8a6 issue 2045: Infinite recursion when printing a subclass of defaultdict, by Amaury Forgeot d'Arc · 16 years ago
  33. ec4301e Backport r60653: Fix typo in docstring for Calendar.itermonthdays(). by Walter Dörwald · 16 years ago
  34. 9e5e027 Backport LaTex version of r60651: by Walter Dörwald · 16 years ago
  35. 902af8d Backport LaTeX version of r60649: by Walter Dörwald · 16 years ago
  36. 527bf3a Fix the way methods are created for the _ctypes.COMError exception by Thomas Heller · 16 years ago
  37. e69f2bd Remove month parameter from Calendar.yeardatescalendar(), by Walter Dörwald · 16 years ago
  38. 6ae66d7 Backport doc fixes from 2.6. These are all things that were already by Guido van Rossum · 16 years ago
  39. 9decb70 In the experimental 'Scanner' feature, the group count was set wrong. by Guido van Rossum · 16 years ago
  40. 42993fe Issue #1507247, #2004: Use mode 0700 for temporary directories and by Lars Gustäbel · 16 years ago
  41. bc21210 No need to emit co_lnotab item when both offsets are zeros. by Amaury Forgeot d'Arc · 16 years ago
  42. dcf8400 Turn off a debugging flag. by Brett Cannon · 16 years ago
  43. 316f8a8 backport of r60575 (issue #1750076): Debugger did not step on every iteration of a while statement. by Amaury Forgeot d'Arc · 16 years ago
  44. d66e94d Backport r59862 (issue #712900): make long regexp matches interruptable by Guido van Rossum · 16 years ago
  45. 912ba54 Backport r60537: have order of CPPFLAGS and LDFLAGS be honored. by Brett Cannon · 16 years ago
  46. 143a070 Disable linking against BerkeleyDB 4.6 by default as it has proven to by Gregory P. Smith · 16 years ago
  47. 946de92 backport r60544 from trunk: by Gregory P. Smith · 16 years ago
  48. 8af7067 Backport 60542: by Andrew MacIntyre · 16 years ago
  49. ab8fe4e Bug #1234: Fixed semaphore errors on AIX 5.2 by Christian Heimes · 16 years ago
  50. c9b2073 Revert rev. 59926, it breaks comtypes (I need to further examine this). by Thomas Heller · 16 years ago
  51. 249cbe7 Try harder to provoke the exception since the ia64 buildbot still by Neal Norwitz · 16 years ago
  52. 209ea39 Sync up with trunk. Try to flush repeatedly to ensure the exception is raised. by Neal Norwitz · 16 years ago
  53. 0b11c5f Change isbasestring function as discussed on the cvs list a while ago by Christian Heimes · 16 years ago
  54. 6179234 Backport 60342: by Neal Norwitz · 16 years ago
  55. ab577c1 Backport r58453: by Neal Norwitz · 16 years ago
  56. b03528c Backport 60334: by Neal Norwitz · 16 years ago
  57. ee50e3c #1940: make it possible to use curses.filter() before curses.initscr() by Georg Brandl · 16 years ago
  58. 6bf585e Fix typo in constant name. by Thomas Wouters · 16 years ago
  59. d92272e Use the right (portable) definition of the max of a Py_ssize_t. by Thomas Wouters · 16 years ago
  60. ee6bab0 Rewrite the list_inline_repeat overflow check slightly differently. by Guido van Rossum · 16 years ago
  61. 1c4282b Silence a compiler warning. by Guido van Rossum · 16 years ago
  62. f1a7178 #1920: when considering a block starting by "while 0", the compiler optimized the by Amaury Forgeot d'Arc · 16 years ago
  63. d933e0a News for some crashers I fixed recently. by Guido van Rossum · 16 years ago
  64. 1859f5b Backport r60246. Fix issue #1303614, test67.py. by Guido van Rossum · 16 years ago
  65. 61c2c95 Fix failing test_mailbox on Cygwin by Andrew M. Kuchling · 16 years ago
  66. fe528eb Invert the checks in get_[u]long and get_[u]longlong. The intent was by Thomas Heller · 16 years ago
  67. e105f98 Fix two crashers (borrowed_ref_[34].py from the trunk). by Guido van Rossum · 16 years ago
  68. 2529aa9 Fix product code handling for Win64. by Martin v. Löwis · 16 years ago
  69. 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 · 16 years ago
  70. 2c63442 Backport r60208, skip some tests for huge passwd/group files. by Guido van Rossum · 16 years ago
  71. 7bf216b Backport: #1889 - fixup \xhh specs. by Georg Brandl · 16 years ago
  72. 8f034d9 Backport of r60190: by Gregory P. Smith · 16 years ago
  73. 9f26fcc Remove extra test that was accidentally backported from the trunk by Mark Dickinson · 16 years ago
  74. 2bebadf Issue 1678380: fix a bug identifying -0.0 and 0.0 by Mark Dickinson · 16 years ago
  75. 78d50cc Add NEWS entry for #1882. (backport from rev. 60170) by Georg Brandl · 16 years ago
  76. 7bdff2c Issue #1882: when compiling code from a string, encoding cookies in the by Georg Brandl · 16 years ago
  77. 8123ef2 Fix: #1836: Off-by-one bug in TimedRotatingFileHandler rollover calculation. Patch thanks to Kathryn M. Kowalski. by Vinay Sajip · 16 years ago
  78. 0e65fe4 Fix off-by-one error that resulted in missed characters by Andrew M. Kuchling · 16 years ago
  79. 1cc98af backport r60116 - fix zipfile to work with archives having file by Gregory P. Smith · 16 years ago
  80. c223c6c backport r60104 + r60111 from trunk. by Gregory P. Smith · 16 years ago
  81. af81c57 Bug 1296: restore text describing OptionGroup by Andrew M. Kuchling · 16 years ago
  82. 7829d60 Backport r59688. by Georg Brandl · 16 years ago
  83. ea72dcb Bug 1277: make Maildir use the user-provided factory instead of hard-wiring MaildirMessage. by Andrew M. Kuchling · 16 years ago
  84. 5f4fc83 This got fixed in r60056. by Guido van Rossum · 16 years ago
  85. 03706d2 Backport r55080: by Guido van Rossum · 16 years ago
  86. d187381 Fix an edge case whereby the __del__() method of a classic class could by Guido van Rossum · 16 years ago
  87. 0f99b71 ** backport r60015 from trunk. by Gregory P. Smith · 16 years ago
  88. f43a86b Backport from trunk: by Thomas Heller · 16 years ago
  89. 2e7fde7 Backport r59999: fix MSDN link. (#1854) by Georg Brandl · 16 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 · 16 years ago
  91. b9c741c Added NEWS entry, plus: by Thomas Heller · 17 years ago
  92. c5bb868 Link to external documentation about new style classes was by Facundo Batista · 17 years ago
  93. 5e2760c Update reference to bug tracker by Andrew M. Kuchling · 17 years ago
  94. 4a3c7c7 Add Decimal backport to Misc/NEWS by Mark Dickinson · 17 years ago
  95. d77fedc Fix Decimal hash in Python 2.5 maintenance branch so that hash(x) == hash(int(x)) by Mark Dickinson · 17 years ago
  96. 5dfc480 Decimal module and test cases were updated to their state of by Facundo Batista · 17 years ago
  97. 7a062c6 Patch 1114: fix compilation of curses module on 64-bit AIX, and any other LP64 platforms where attr_t isn't a C long by Andrew M. Kuchling · 17 years ago
  98. 85cbabf Fix bug tracker link. by Martin v. Löwis · 17 years ago
  99. d0dcbc4 Backport of issue 1755179 fix. by Facundo Batista · 17 years ago
  100. 6e3e6e0 Forgot to backport the rest of #1637. by Guido van Rossum · 17 years ago