1. ff93157 Backport of 64903. by Brett Cannon · 17 years ago
  2. f8f30fa Backport r62627 + r62744 from trunk to fix issue 2632. by Gregory P. Smith · 17 years ago
  3. 6d7f937 Backport of r64677. by Brett Cannon · 17 years ago
  4. b15bdf7 #Issue3088 in-progress: Race condition with instances of classes derived from threading.local: by Amaury Forgeot d'Arc · 17 years ago
  5. ceda6a6 #3242: fix a crash in "print", if sys.stdout is set to a custom object, by Amaury Forgeot d'Arc · 17 years ago
  6. 3255e13 Issue 3110: Crash with weakref subclass, by Amaury Forgeot d'Arc · 17 years ago
  7. 75ee9eb Issue #3116 and #1792: Fix quadratic behavior in marshal.dumps(). by Raymond Hettinger · 17 years ago
  8. 9aa040d - Issue #2588, #2589: Fix potential integer underflow and overflow by Gregory P. Smith · 17 years ago
  9. 2666040 Backport r62724 from trunk. Fixes issue 2791. subprocess.Popen.communicate by Gregory P. Smith · 17 years ago
  10. 5212da1 Patch #2111: Avoid mmap segfault when modifying a PROT_READ block. by Martin v. Löwis · 17 years ago
  11. 0812de6 fix issue2858: potential memory corruption when any of the bsddb.db.* by Gregory P. Smith · 17 years ago
  12. f3bb283 Issue #2682: ctypes callback functions no longer contain a cyclic by Thomas Heller · 17 years ago
  13. 8d904c3 Issue #2670: urllib2.build_opener() failed when two handlers by Amaury Forgeot d'Arc · 17 years ago
  14. aa97543 - Issue #1686386: Tuple's tp_repr did not take into account the possibility of by Guido van Rossum · 17 years ago
  15. 14acde3 Backport r62261 from trunk: by Gregory P. Smith · 17 years ago
  16. 3782da4 Add a note about the zlib.decompressobj().flush() fix. by Gregory P. Smith · 17 years ago
  17. d9f1da0 Backport #1442: report exception when startup file cannot be run. by Georg Brandl · 17 years ago
  18. 8432d86 Fix a reference leak found by Georg, when compiling a class nested in another class. by Amaury Forgeot d'Arc · 17 years ago
  19. 198e353 Issue2495: tokenize.untokenize did not insert space between two consecutive string literals: by Amaury Forgeot d'Arc · 17 years ago
  20. bfdbfd4 Issue #2482: Make sure that the coefficient of a Decimal instance by Mark Dickinson · 17 years ago
  21. 26c25d9 Decimal.sqrt(0) failed when the context was not explicitly supplied. by Mark Dickinson · 17 years ago
  22. a79e050 #1477: ur'\U0010FFFF' used to raise in narrow unicode builds. by Amaury Forgeot d'Arc · 17 years ago
  23. d9b9d68 Issue #2432: give DictReader the dialect and line_num attributes by Georg Brandl · 17 years ago
  24. 4af861c Back-port of rev 61240 for issue #2238, fixing: Some syntax errors in *args by Sean Reifscheider · 17 years ago
  25. eff5a4e The missing NEWS entry for r61542.. by Gregory P. Smith · 17 years ago
  26. b3635f9 Backport r61458: by Neal Norwitz · 17 years ago
  27. ab61dce Bug #2220: handle rlcompleter attribute match failure more gracefully. by Georg Brandl · 17 years ago
  28. 0e30555 Backport of r61263: by Martin v. Löwis · 17 years ago
  29. bc89897 Patch #2232: os.tmpfile might fail on Windows if the user has no by Martin v. Löwis · 17 years ago
  30. 664553a #1389051, #1092502: fix excessively large allocations when using read() on a socket by Andrew M. Kuchling · 17 years ago
  31. 37d4f7b #1389051: IMAP module tries to read entire message in one chunk. Patch by Fredrik Lundh. by Andrew M. Kuchling · 17 years ago
  32. 05a19a5 #1433694: minidom's .normalize() failed to set .nextSibling for last element. by Andrew M. Kuchling · 17 years ago
  33. be0adfc Update NEWS for a future 2.5.3 release by Andrew M. Kuchling · 17 years ago
  34. b66dc46 Add old NEWS item by Andrew M. Kuchling · 17 years ago
  35. bcffd10 Prepare for 2.5.2. by Martin v. Löwis · 17 years ago
  36. 328c643 Bug #2137: Remove test_struct.test_crasher, which was meaningful by Martin v. Löwis · 17 years ago
  37. 42e4124 Revert 60793 for test_array; on a 64-bit system, MemoryError was not guaranteed. by Martin v. Löwis · 17 years ago
  38. 9c04257 Fix deallocation of array objects when allocation ran out of memory. by Martin v. Löwis · 17 years ago
  39. a859e25 Preparing for 2.5.2c1. by Martin v. Löwis · 18 years ago
  40. 73c01d4 Added checks for integer overflows, contributed by Google. Some are by Martin v. Löwis · 18 years ago
  41. e9c996c Patch #1966: Break infinite loop in httplib when the servers by Martin v. Löwis · 18 years ago
  42. cab74c8 Backport of r60743: Patch #1736: Fix file name handling of _msi.FCICreate. by Martin v. Löwis · 18 years ago
  43. 08303db Backport the nts() function from the trunk. This fixes problems with by Lars Gustäbel · 18 years ago
  44. 5ca1cba Backport relevant part of issue 2021 fix (r60695): Support with statement properly in tempfile.NamedTemporaryFile by Nick Coghlan · 18 years ago
  45. 3e5f8a6 issue 2045: Infinite recursion when printing a subclass of defaultdict, by Amaury Forgeot d'Arc · 18 years ago
  46. 527bf3a Fix the way methods are created for the _ctypes.COMError exception by Thomas Heller · 18 years ago
  47. 42993fe Issue #1507247, #2004: Use mode 0700 for temporary directories and by Lars Gustäbel · 18 years ago
  48. 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
  49. d66e94d Backport r59862 (issue #712900): make long regexp matches interruptable by Guido van Rossum · 18 years ago
  50. 912ba54 Backport r60537: have order of CPPFLAGS and LDFLAGS be honored. by Brett Cannon · 18 years ago
  51. 946de92 backport r60544 from trunk: by Gregory P. Smith · 18 years ago
  52. ab8fe4e Bug #1234: Fixed semaphore errors on AIX 5.2 by Christian Heimes · 18 years ago
  53. c9b2073 Revert rev. 59926, it breaks comtypes (I need to further examine this). by Thomas Heller · 18 years ago
  54. ee50e3c #1940: make it possible to use curses.filter() before curses.initscr() by Georg Brandl · 18 years ago
  55. f1a7178 #1920: when considering a block starting by "while 0", the compiler optimized the by Amaury Forgeot d'Arc · 18 years ago
  56. d933e0a News for some crashers I fixed recently. by Guido van Rossum · 18 years ago
  57. fe528eb Invert the checks in get_[u]long and get_[u]longlong. The intent was by Thomas Heller · 18 years ago
  58. 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
  59. 8f034d9 Backport of r60190: by Gregory P. Smith · 18 years ago
  60. 2bebadf Issue 1678380: fix a bug identifying -0.0 and 0.0 by Mark Dickinson · 18 years ago
  61. 78d50cc Add NEWS entry for #1882. (backport from rev. 60170) by Georg Brandl · 18 years ago
  62. 1cc98af backport r60116 - fix zipfile to work with archives having file by Gregory P. Smith · 18 years ago
  63. c223c6c backport r60104 + r60111 from trunk. by Gregory P. Smith · 18 years ago
  64. 7829d60 Backport r59688. by Georg Brandl · 18 years ago
  65. 0f99b71 ** backport r60015 from trunk. by Gregory P. Smith · 18 years ago
  66. f43a86b Backport from trunk: by Thomas Heller · 18 years ago
  67. 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
  68. b9c741c Added NEWS entry, plus: by Thomas Heller · 18 years ago
  69. 4a3c7c7 Add Decimal backport to Misc/NEWS by Mark Dickinson · 18 years ago
  70. 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 · 18 years ago
  71. 6e3e6e0 Forgot to backport the rest of #1637. by Guido van Rossum · 18 years ago
  72. e5f9e58 Issue #1735: TarFile.extractall() now correctly sets directory by Lars Gustäbel · 18 years ago
  73. 12f03cc Bug #1713: posixpath.ismount() claims symlink to a mountpoint is a mountpoint. by Christian Heimes · 18 years ago
  74. 3b4a5bd Fix bug #1301 -- a bad assert in _tkinter. by Guido van Rossum · 18 years ago
  75. 6df9a82 Issue #1700, reported by Nguyen Quan Son, fix by Fredruk Lundh: by Guido van Rossum · 18 years ago
  76. 309e241 Add some news items I missed. Careful inspection of the svn log output by Guido van Rossum · 18 years ago
  77. ff36b2c Bug #1699: Define _BSD_SOURCE only on OpenBSD. by Martin v. Löwis · 18 years ago
  78. 35b84b4 Backport of fix for issue 1695. by Brett Cannon · 18 years ago
  79. c2b0d17 Fixed merge glitch, second try by Christian Heimes · 18 years ago
  80. 3880210 Fixed merge glitch by Christian Heimes · 18 years ago
  81. 60d96cd Backport of #1638: %zd configure test fails on Linux by Christian Heimes · 18 years ago
  82. 8e9e4d8 Issue #1642: Fix segfault in ctypes when trying to delete attributes. by Thomas Heller · 18 years ago
  83. d4029c8 Bug #1608: use -fwrapv when GCC supports it. This is important, newer by Guido van Rossum · 18 years ago
  84. 03acd85 merge -r59315:59316 from py3k: Fix issue #1553: An errornous __length_hint__ can make list() raise a SystemError by Christian Heimes · 18 years ago
  85. c8dbc92 os.access now returns True on Windows for any existing directory. by Martin v. Löwis · 18 years ago
  86. 7cc9c8b Issue #1531: Read fileobj from the current offset, do not seek to the start. by Lars Gustäbel · 18 years ago
  87. 8334a4f Backport of r59241: str.decode fails on very long strings on 64bit platforms. by Amaury Forgeot d'Arc · 18 years ago
  88. 664ad76 back in these go - thanks to Titus Brown for the fix by Skip Montanaro · 18 years ago
  89. 30f61cb Issue #1445: Fix a SystemError when accessing the ``cell_contents`` by Amaury Forgeot d'Arc · 18 years ago
  90. 9163783 revert by Skip Montanaro · 18 years ago
  91. 5a001c0 issue 1429818 by Skip Montanaro · 18 years ago
  92. 3903f50 Allow simultaneous installation of 32-bit and 64-bit versions by Martin v. Löwis · 18 years ago
  93. d3a81df Backport of r59082 (doctest and using __loader__.get_data()). by Brett Cannon · 18 years ago
  94. 946a51c Fixed #1372: zlibmodule.c: int overflow in PyZlib_decompress by Christian Heimes · 18 years ago
  95. c572dc3 Backport for issue1265 (pdb bug with "with" statement). by Amaury Forgeot d'Arc · 18 years ago
  96. f5ccd45 News about list_repeat() fix. by Guido van Rossum · 18 years ago
  97. e53fcfd Fix issue #1705170 (backport from trunk) by Nick Coghlan · 18 years ago
  98. a1e5387 Backport r58868: by Gregory P. Smith · 18 years ago
  99. 2c3e0d9 Backport r58757, r58758, r58759. by Gregory P. Smith · 18 years ago
  100. e467dbc - Build using system ffi library on arm*-linux*. by Matthias Klose · 18 years ago