1. 073ff24 Prepare for 2.5.3c1. by Martin v. Löwis · 17 years ago v2.5.3c1
  2. 084486b Issue #1706039: Support continued reading from a file even after EOF was hit. by Martin v. Löwis · 17 years ago
  3. 710fb8b Issue #1040026: Fix os.times result on systems where HZ is incorrect. by Martin v. Löwis · 17 years ago
  4. c252d9b Issue #3767: Convert Tk object to string in tkColorChooser. by Martin v. Löwis · 17 years ago
  5. afb0dab Backport of r59654. Issue #4342: Always convert Text.index result to string. by Martin v. Löwis · 17 years ago
  6. 8a64048 Backport of r64212 by Martin v. Löwis · 17 years ago
  7. e9859df Issue 3248: Allow placing ScrolledText in a PanedWindow. by Martin v. Löwis · 17 years ago
  8. 358076f Backport of r66703: by Martin v. Löwis · 17 years ago
  9. 46d4106 Issue #4228: Pack negative values the same way as 2.4 in struct's L format. by Martin v. Löwis · 17 years ago
  10. ec96c02 Issue #4368: Don't define _XOPEN_SOURCE on FreeBSD 4.*. by Martin v. Löwis · 17 years ago
  11. 3f12278 Issue #4084: fix bug in handling of NaNs in Decimal.max, Decimal.min, by Mark Dickinson · 17 years ago
  12. 6f5d3f3 Backport issue 4597 to python 2.5.3: Fixed several opcodes that weren't always by Jeffrey Yasskin · 17 years ago
  13. 6f63190 Issue #4302: Minor corrections to smtplib. (Backport r60975) by Hirokazu Yamamoto · 17 years ago
  14. 478a1aa Backported issue #4589 to Python 2.5.3: Propagated an exception thrown by a by Jeffrey Yasskin · 17 years ago
  15. ef633d7 #4317: Fix an Array Bounds Read in imageop.rgb2rgb8. by Amaury Forgeot d'Arc · 17 years ago
  16. 42fe1a2 backport r67246 from the trunk by Benjamin Peterson · 17 years ago
  17. 007ee17 Issue #3774: Fixed an error when create a Tkinter menu item without command by Hirokazu Yamamoto · 17 years ago
  18. 6f08e85 backport r67077 from the trunk: parser module now correctly validates relative imports by Benjamin Peterson · 17 years ago
  19. 3b335ff Issue #4176: Pickle would crash the interpreter when a __reduce__ function by Amaury Forgeot d'Arc · 17 years ago
  20. 3e06fae Modify ctypes types with 'official' functions. Backport from trunk, by Thomas Heller · 17 years ago
  21. f805276 Issue #4046: Backport of issue #3312's patch: fixes two crashes in the sqlite3 by Gerhard Häring · 17 years ago
  22. 833beab backport r66689: imageop could segfault due to poor argument validation by Benjamin Peterson · 17 years ago
  23. 70f1192d Backport of r66677: _lsprof crasher when a bad external timer is used during by Brett Cannon · 17 years ago
  24. b50f992 #3967: Correct a crash in count() and find() methods of string-like objects. by Amaury Forgeot d'Arc · 17 years ago
  25. 4235e6f #3968: fix missing update() call in end_fill(). by Georg Brandl · 17 years ago
  26. d1c7d07 make sure to give a 'as' and 'with' parser warning even after import statements #3936 by Benjamin Peterson · 17 years ago
  27. 8e97ea9 Fix issue #3547: ctypes is confused by bitfields of varying integer types by Thomas Heller · 17 years ago
  28. a7a94a0 Backport r66141 from trunk: by Gregory P. Smith · 17 years ago
  29. c610afb backport r66496: integer overflow in _hashopenssl #3886 by Benjamin Peterson · 17 years ago
  30. cae7f88 rerun autoconf after r66288, add the Misc/NEWS entry. by Gregory P. Smith · 17 years ago
  31. 6477350 Add NEWS by Hirokazu Yamamoto · 17 years ago
  32. afa0d58 Issue #3751: str.rpartition would perform a left-partition when called with by Amaury Forgeot d'Arc · 17 years ago
  33. f5150f3 News for the imageop/rgbimg changes. by Guido van Rossum · 17 years ago
  34. 275e229 issue #3554: ctypes.string_at and ctypes.wstring_at must use the by Thomas Heller · 17 years ago
  35. 22679b8 Issue #2234: distutils failed with mingw binutils 2.18.50.20080109. by Amaury Forgeot d'Arc · 17 years ago
  36. 7a076be Backport of r64767 from trunk by Gregory P. Smith · 17 years ago
  37. 5e8dc97 Backport of r65032 from trunk by Gregory P. Smith · 17 years ago
  38. 1d63a45 I forgot to update NEWS. by Hirokazu Yamamoto · 17 years ago
  39. e71268f #3205: bz2 iterator fails silently on MemoryError (backport from r65609) by Georg Brandl · 17 years ago
  40. 1576bab #3134: shutil referenced undefined WindowsError symbol (backport from r65644) by Georg Brandl · 17 years ago
  41. 45c33ce - Issue #3537: Fix an assertion failure when an empty but presized dict by Georg Brandl · 17 years ago
  42. 78813dc Issue #1342811: Fix leak in Tkinter.Menu.delete. Commands associated to by Robert Schuppenies · 17 years ago
  43. 7641b1c (backport from trunk r64756) by Gregory P. Smith · 17 years ago
  44. 03e5182 (backport of r61652 and r61665 from trunk) by Gregory P. Smith · 17 years ago
  45. 76f5d14 (backport trunk r65151) by Gregory P. Smith · 17 years ago
  46. b4bc9b9 (backport r65459 from trunk) by Gregory P. Smith · 17 years ago
  47. c7af7f3 Issue #799428: Fix Tkinter.Misc._nametowidget to unwrap by Martin v. Löwis · 17 years ago
  48. 4f3be8a Security patches from Apple: prevent int overflow when allocating memory by Neal Norwitz · 17 years ago
  49. 83ac014 Backport code from r65182: by Neal Norwitz · 17 years ago
  50. c8e4bed #2242: utf7 decoding crashes on bogus input on some Windows/MSVC versions by Antoine Pitrou · 17 years ago
  51. ab396e0 Issue #3360: Fix incorrect parsing of '020000000000.0'. by Mark Dickinson · 17 years ago
  52. ff93157 Backport of 64903. by Brett Cannon · 17 years ago
  53. f8f30fa Backport r62627 + r62744 from trunk to fix issue 2632. by Gregory P. Smith · 17 years ago
  54. 6d7f937 Backport of r64677. by Brett Cannon · 17 years ago
  55. b15bdf7 #Issue3088 in-progress: Race condition with instances of classes derived from threading.local: by Amaury Forgeot d'Arc · 17 years ago
  56. ceda6a6 #3242: fix a crash in "print", if sys.stdout is set to a custom object, by Amaury Forgeot d'Arc · 17 years ago
  57. 3255e13 Issue 3110: Crash with weakref subclass, by Amaury Forgeot d'Arc · 17 years ago
  58. 75ee9eb Issue #3116 and #1792: Fix quadratic behavior in marshal.dumps(). by Raymond Hettinger · 17 years ago
  59. 9aa040d - Issue #2588, #2589: Fix potential integer underflow and overflow by Gregory P. Smith · 17 years ago
  60. 2666040 Backport r62724 from trunk. Fixes issue 2791. subprocess.Popen.communicate by Gregory P. Smith · 17 years ago
  61. 5212da1 Patch #2111: Avoid mmap segfault when modifying a PROT_READ block. by Martin v. Löwis · 17 years ago
  62. 0812de6 fix issue2858: potential memory corruption when any of the bsddb.db.* by Gregory P. Smith · 17 years ago
  63. f3bb283 Issue #2682: ctypes callback functions no longer contain a cyclic by Thomas Heller · 17 years ago
  64. 8d904c3 Issue #2670: urllib2.build_opener() failed when two handlers by Amaury Forgeot d'Arc · 17 years ago
  65. aa97543 - Issue #1686386: Tuple's tp_repr did not take into account the possibility of by Guido van Rossum · 17 years ago
  66. 14acde3 Backport r62261 from trunk: by Gregory P. Smith · 17 years ago
  67. 3782da4 Add a note about the zlib.decompressobj().flush() fix. by Gregory P. Smith · 17 years ago
  68. d9f1da0 Backport #1442: report exception when startup file cannot be run. by Georg Brandl · 17 years ago
  69. 8432d86 Fix a reference leak found by Georg, when compiling a class nested in another class. by Amaury Forgeot d'Arc · 17 years ago
  70. 198e353 Issue2495: tokenize.untokenize did not insert space between two consecutive string literals: by Amaury Forgeot d'Arc · 17 years ago
  71. bfdbfd4 Issue #2482: Make sure that the coefficient of a Decimal instance by Mark Dickinson · 17 years ago
  72. 26c25d9 Decimal.sqrt(0) failed when the context was not explicitly supplied. by Mark Dickinson · 17 years ago
  73. a79e050 #1477: ur'\U0010FFFF' used to raise in narrow unicode builds. by Amaury Forgeot d'Arc · 17 years ago
  74. d9b9d68 Issue #2432: give DictReader the dialect and line_num attributes by Georg Brandl · 17 years ago
  75. 4af861c Back-port of rev 61240 for issue #2238, fixing: Some syntax errors in *args by Sean Reifscheider · 17 years ago
  76. eff5a4e The missing NEWS entry for r61542.. by Gregory P. Smith · 17 years ago
  77. b3635f9 Backport r61458: by Neal Norwitz · 17 years ago
  78. ab61dce Bug #2220: handle rlcompleter attribute match failure more gracefully. by Georg Brandl · 17 years ago
  79. 0e30555 Backport of r61263: by Martin v. Löwis · 17 years ago
  80. bc89897 Patch #2232: os.tmpfile might fail on Windows if the user has no by Martin v. Löwis · 17 years ago
  81. 664553a #1389051, #1092502: fix excessively large allocations when using read() on a socket by Andrew M. Kuchling · 17 years ago
  82. 37d4f7b #1389051: IMAP module tries to read entire message in one chunk. Patch by Fredrik Lundh. by Andrew M. Kuchling · 17 years ago
  83. 05a19a5 #1433694: minidom's .normalize() failed to set .nextSibling for last element. by Andrew M. Kuchling · 17 years ago
  84. be0adfc Update NEWS for a future 2.5.3 release by Andrew M. Kuchling · 17 years ago
  85. b66dc46 Add old NEWS item by Andrew M. Kuchling · 17 years ago
  86. bcffd10 Prepare for 2.5.2. by Martin v. Löwis · 18 years ago
  87. 328c643 Bug #2137: Remove test_struct.test_crasher, which was meaningful by Martin v. Löwis · 18 years ago
  88. 42e4124 Revert 60793 for test_array; on a 64-bit system, MemoryError was not guaranteed. by Martin v. Löwis · 18 years ago
  89. 9c04257 Fix deallocation of array objects when allocation ran out of memory. by Martin v. Löwis · 18 years ago
  90. a859e25 Preparing for 2.5.2c1. by Martin v. Löwis · 18 years ago
  91. 73c01d4 Added checks for integer overflows, contributed by Google. Some are by Martin v. Löwis · 18 years ago
  92. e9c996c Patch #1966: Break infinite loop in httplib when the servers by Martin v. Löwis · 18 years ago
  93. cab74c8 Backport of r60743: Patch #1736: Fix file name handling of _msi.FCICreate. by Martin v. Löwis · 18 years ago
  94. 08303db Backport the nts() function from the trunk. This fixes problems with by Lars Gustäbel · 18 years ago
  95. 5ca1cba Backport relevant part of issue 2021 fix (r60695): Support with statement properly in tempfile.NamedTemporaryFile by Nick Coghlan · 18 years ago
  96. 3e5f8a6 issue 2045: Infinite recursion when printing a subclass of defaultdict, by Amaury Forgeot d'Arc · 18 years ago
  97. 527bf3a Fix the way methods are created for the _ctypes.COMError exception by Thomas Heller · 18 years ago
  98. 42993fe Issue #1507247, #2004: Use mode 0700 for temporary directories and by Lars Gustäbel · 18 years ago
  99. 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
  100. d66e94d Backport r59862 (issue #712900): make long regexp matches interruptable by Guido van Rossum · 18 years ago