1. 9c04257 Fix deallocation of array objects when allocation ran out of memory. by Martin v. Löwis · 16 years ago
  2. 73c01d4 Added checks for integer overflows, contributed by Google. Some are by Martin v. Löwis · 16 years ago
  3. 3e5f8a6 issue 2045: Infinite recursion when printing a subclass of defaultdict, by Amaury Forgeot d'Arc · 16 years ago
  4. 527bf3a Fix the way methods are created for the _ctypes.COMError exception by Thomas Heller · 16 years ago
  5. d66e94d Backport r59862 (issue #712900): make long regexp matches interruptable by Guido van Rossum · 16 years ago
  6. 946de92 backport r60544 from trunk: by Gregory P. Smith · 17 years ago
  7. 8af7067 Backport 60542: by Andrew MacIntyre · 17 years ago
  8. c9b2073 Revert rev. 59926, it breaks comtypes (I need to further examine this). by Thomas Heller · 17 years ago
  9. ee50e3c #1940: make it possible to use curses.filter() before curses.initscr() by Georg Brandl · 17 years ago
  10. fe528eb Invert the checks in get_[u]long and get_[u]longlong. The intent was by Thomas Heller · 17 years ago
  11. f43a86b Backport from trunk: by Thomas Heller · 17 years ago
  12. b9c741c Added NEWS entry, plus: by Thomas Heller · 17 years ago
  13. 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
  14. 3b4a5bd Fix bug #1301 -- a bad assert in _tkinter. by Guido van Rossum · 17 years ago
  15. 35b84b4 Backport of fix for issue 1695. by Brett Cannon · 17 years ago
  16. 4f1cbd2 Change ctypes version number to 1.0.3 (when Python 2.5.2 is released, by Thomas Heller · 17 years ago
  17. 8e9e4d8 Issue #1642: Fix segfault in ctypes when trying to delete attributes. by Thomas Heller · 17 years ago
  18. 47485a4 Backport patch #1643738. by Guido van Rossum · 17 years ago
  19. c8dbc92 os.access now returns True on Windows for any existing directory. by Martin v. Löwis · 17 years ago
  20. 14fbf29 - Backported a workaround for a bug in SQLite 3.2.x/3.3.x versions where a by Gerhard Häring · 17 years ago
  21. 946a51c Fixed #1372: zlibmodule.c: int overflow in PyZlib_decompress by Christian Heimes · 17 years ago
  22. 2e49f78 * fix failing test_recno.py - backport from trunk. by Gregory P. Smith · 17 years ago
  23. 2c3e0d9 Backport r58757, r58758, r58759. by Gregory P. Smith · 17 years ago
  24. 8012e9c Silence a compiler warning about a function definition not being a prototype. by Brett Cannon · 17 years ago
  25. d6f6381 Fix ctypes on 32-bit systems when Python is configured --with-system-ffi. by Thomas Heller · 17 years ago
  26. 7d9c00e Backport 58385 from trunk: fix a double free bug in the _bsddb module by Gregory P. Smith · 17 years ago
  27. 381e1a4 Backport rev 58343: fix DBSequence.get_key() to not crash/fail/etc. by Gregory P. Smith · 17 years ago
  28. c9f22b9 Backport 58332: Fix Coverity #159. by Neal Norwitz · 17 years ago
  29. 1644e6e issue1140: Guido's patch from revision 58098 (2.6) applied to 2.5. by Sean Reifscheider · 17 years ago
  30. b5ec587 issue1597011: Fix for bz2 module corner-case error due to error checking bug. by Sean Reifscheider · 17 years ago
  31. 303d350 Backport of r58004. by Armin Rigo · 17 years ago
  32. a326ab2 Patch #786737: Allow building in a tree of symlinks pointing to by Martin v. Löwis · 17 years ago
  33. b084402 - Fix libffi configure for hppa*-*-linux* | parisc*-*-linux*. by Matthias Klose · 17 years ago
  34. de469d6 Fix compilation warning. (backport from rev. 56833) by Georg Brandl · 17 years ago
  35. eb4b738 Revert the fix for #1548891, it broke backwards compatibility with arbitrary read buffers. by Georg Brandl · 17 years ago
  36. 36fe3c0 Backport from trunk r56727: by Hye-Shik Chang · 17 years ago
  37. bd28ca6 Bug #1704793: Raise KeyError if unicodedata.lookup cannot by Martin v. Löwis · 17 years ago
  38. 2b78594 PyType_stgdict() returns a borrowed reference which must not be Py_DECREF'd. by Thomas Heller · 17 years ago
  39. f9a8544 Fix for SF# 1649098: avoid zero-sized array declaration in structure. by Thomas Heller · 17 years ago
  40. 59fc244 Merged revisions 55896 via svnmerge from by Thomas Heller · 17 years ago
  41. 2276885 Patch #1733960: Allow T_LONGLONG to accept ints. by Martin v. Löwis · 17 years ago
  42. 11c58c4 Merged revisions 55129-55131 via svnmerge from by Thomas Heller · 17 years ago
  43. b111970 backport change 55821 to release25-maint by Kristján Valur Jónsson · 17 years ago
  44. c98da3d Backport rev. 55783: Patch by Tim Delany (missing DECREF). SF #1731330. by Georg Brandl · 17 years ago
  45. 60111e0 (Backport from r55770) by Hye-Shik Chang · 17 years ago
  46. df73802 Backout the original 'fix' to 1721309 which had no effect. by Neal Norwitz · 17 years ago
  47. 73bf101 Backport rev 55452: by Neal Norwitz · 17 years ago
  48. f86ae69 Backport rev 55450: by Neal Norwitz · 17 years ago
  49. 0ac6061 Backport checkin: by Walter Dörwald · 17 years ago
  50. 6ca6f14 Backport r55070: Stop using PyMem_FREE while the GIL is not held. by Neal Norwitz · 17 years ago
  51. a1392d5 Merge change 54982 from the trunk. This fixes the test_subprocess test in the testsuite for VisualStudio2005 builds, by "sanitizing" the "mode" that is used in the posixmodule's fdopen(). In particular the non-standard "U" mode character is removed. by Kristján Valur Jónsson · 17 years ago
  52. f4601d8 Fix two problems that emerged when the testsuite was run with an x64 build: PyLong_FromSSize_t incorrectly assumed an unsigned object, and itertools.count() had the wrong upper limit for the iterator. by Kristján Valur Jónsson · 17 years ago
  53. 412b20b Merged revisions 55027 via svnmerge from by Thomas Heller · 17 years ago
  54. 55d53f0 Merging of change 55024 from the truk to release25-maint branch. by Kristján Valur Jónsson · 17 years ago
  55. f69fa17 Merged revisions 55025 via svnmerge from by Thomas Heller · 17 years ago
  56. b9d3991 Properly implement Georg Brandl's Patch #1185447 to the 2.5 maintainance branch by Kristján Valur Jónsson · 17 years ago
  57. 5e4e31f Fix various minor issues discovered with static analysis using Visual Studio 2005 Team System. by Kristján Valur Jónsson · 17 years ago
  58. ef4364f Fix unpack so it works on 64-bit platforms. by Neal Norwitz · 17 years ago
  59. b2064d7 Fix-up error-exits on struct_unpack(). by Raymond Hettinger · 17 years ago
  60. 3608f05 Bug #1563759: struct.unpack doens't support buffer protocol objects by Raymond Hettinger · 17 years ago
  61. 8863544 Bug #1686475: Support stat'ing open files on Windows again. by Martin v. Löwis · 17 years ago
  62. 5d2d2ef - Fix an off-by-one bug in locale.strxfrm(). by Matthias Klose · 17 years ago
  63. d6030ac Array module's buffer interface can now handle empty arrays. by Raymond Hettinger · 17 years ago
  64. 4bbcb64 SF #1693079 Array module cannot pickle empty arrays by Raymond Hettinger · 17 years ago
  65. 65407fb Backport 54594: Fix SF #1688393, sock.recvfrom(-24) crashes by Neal Norwitz · 17 years ago
  66. 7b1be36 In Windows' time.clock(), when QueryPerformanceFrequency() fails, by Georg Brandl · 17 years ago
  67. b151f72 Prevent creation (followed by a segfault) of array types when the size by Thomas Heller · 17 years ago
  68. 50d1d0b Explain the purpose of the b_needsfree flag. This answers Neals by Thomas Heller · 17 years ago
  69. 02b8fee Back out "Patch #1643874: memory leak in ctypes fixed." by Thomas Heller · 17 years ago
  70. d6e73c1 Bug #1622896: fix a rare corner case where the bz2 module raised an by Georg Brandl · 17 years ago
  71. 8bf469d Merged revisions 54248 via svnmerge from by Thomas Heller · 17 years ago
  72. f7eed5e Merged revisions 54244 via svnmerge from by Thomas Heller · 17 years ago
  73. 05b5c7f Backport checkin: by Walter Dörwald · 17 years ago
  74. 62b1b00 Patch #1654417: make operator.{get,set,del}slice use the full range by Georg Brandl · 17 years ago
  75. 02d7cff Patch #1646728: datetime.fromtimestamp fails with negative by Georg Brandl · 17 years ago
  76. 75e3c52 Fix another reincarnation of bug #1576657 in defaultdict. by Georg Brandl · 17 years ago
  77. b8d661b Revert r53672, just fix signature of time_isoformat instead. by Martin v. Löwis · 17 years ago
  78. 1e335b2 Patch #1657276: Make NETLINK_DNRTMSG conditional. by Martin v. Löwis · 17 years ago
  79. 2e8b602 Bug #1653736: Complain about keyword arguments to time.isoformat. by Martin v. Löwis · 17 years ago
  80. 9f0e1ea Do not let overflows in enumerate() and count() pass silently. by Raymond Hettinger · 17 years ago
  81. 113776c Check for a common user error with defaultdict(). by Raymond Hettinger · 17 years ago
  82. 3d26ef1 Bug #1645944: os.access now returns bool but docstring is not updated by Georg Brandl · 18 years ago
  83. 817b489 Merged revisions 53556 via svnmerge from by Thomas Heller · 18 years ago
  84. b8c6e1f [Bug #1552726] Avoid unnecessary polling at the interpreter prompt when certain versions of readline are being used by Andrew M. Kuchling · 18 years ago
  85. 8e932e7 Bug #1486663: don't reject keyword arguments for subclasses of builtin by Georg Brandl · 18 years ago
  86. e962300 Add a comment for some code I don't understand. Why would needsfree by Neal Norwitz · 18 years ago
  87. 2a98c56 Merged revisions 53466 via svnmerge from by Thomas Heller · 18 years ago
  88. 3193763 Must update the version number on the extension module as well. by Thomas Heller · 18 years ago
  89. 5b44cbe Fix zero-length corner case for iterating over a mutating deque. by Raymond Hettinger · 18 years ago
  90. 1a050f5 support linking the _bsddb extension module against BerkeleyDB 4.5 by Gregory P. Smith · 18 years ago
  91. bea1c70 Bug #1566280: Explicitly invoke threading._shutdown from Py_Main, by Martin v. Löwis · 18 years ago
  92. 04e8204 Backport trunk checkin r51565: by Thomas Wouters · 18 years ago
  93. 9333ce1 [Patch #1615868 by Lars Gustaebel] Use Py_off_t to fix BZ2File.seek() for offsets > 2Gb by Andrew M. Kuchling · 18 years ago
  94. 95b744c Patch #1544279: Improve thread-safety of the socket module by moving by Martin v. Löwis · 18 years ago
  95. 84a90ca Fix #1563807: _ctypes built on AIX fails with ld ffi error. by Thomas Heller · 18 years ago
  96. 558e56d Fix bug #1598620: A ctypes structure cannot contain itself. by Thomas Heller · 18 years ago
  97. 5890a6a Backport of 52811: Bug #1599782: Fix segfault on bsddb.db.DB().type(). by Neal Norwitz · 18 years ago
  98. dd3bffb Bug #1588217: don't parse "= " as a soft line break in binascii's by Georg Brandl · 18 years ago
  99. f2d5c6d Backport checkin: Replace C++ comment with C comment (fixes SF bug #1593525). by Walter Dörwald · 18 years ago
  100. c975b94 Backport 52503: by Neal Norwitz · 18 years ago