1. 2c3e0d9 Backport r58757, r58758, r58759. by Gregory P. Smith · 17 years ago
  2. 8012e9c Silence a compiler warning about a function definition not being a prototype. by Brett Cannon · 17 years ago
  3. d6f6381 Fix ctypes on 32-bit systems when Python is configured --with-system-ffi. by Thomas Heller · 17 years ago
  4. 7d9c00e Backport 58385 from trunk: fix a double free bug in the _bsddb module by Gregory P. Smith · 17 years ago
  5. 381e1a4 Backport rev 58343: fix DBSequence.get_key() to not crash/fail/etc. by Gregory P. Smith · 17 years ago
  6. c9f22b9 Backport 58332: Fix Coverity #159. by Neal Norwitz · 17 years ago
  7. 1644e6e issue1140: Guido's patch from revision 58098 (2.6) applied to 2.5. by Sean Reifscheider · 17 years ago
  8. b5ec587 issue1597011: Fix for bz2 module corner-case error due to error checking bug. by Sean Reifscheider · 17 years ago
  9. 303d350 Backport of r58004. by Armin Rigo · 17 years ago
  10. a326ab2 Patch #786737: Allow building in a tree of symlinks pointing to by Martin v. Löwis · 17 years ago
  11. b084402 - Fix libffi configure for hppa*-*-linux* | parisc*-*-linux*. by Matthias Klose · 17 years ago
  12. de469d6 Fix compilation warning. (backport from rev. 56833) by Georg Brandl · 17 years ago
  13. eb4b738 Revert the fix for #1548891, it broke backwards compatibility with arbitrary read buffers. by Georg Brandl · 17 years ago
  14. 36fe3c0 Backport from trunk r56727: by Hye-Shik Chang · 17 years ago
  15. bd28ca6 Bug #1704793: Raise KeyError if unicodedata.lookup cannot by Martin v. Löwis · 17 years ago
  16. 2b78594 PyType_stgdict() returns a borrowed reference which must not be Py_DECREF'd. by Thomas Heller · 17 years ago
  17. f9a8544 Fix for SF# 1649098: avoid zero-sized array declaration in structure. by Thomas Heller · 17 years ago
  18. 59fc244 Merged revisions 55896 via svnmerge from by Thomas Heller · 17 years ago
  19. 2276885 Patch #1733960: Allow T_LONGLONG to accept ints. by Martin v. Löwis · 17 years ago
  20. 11c58c4 Merged revisions 55129-55131 via svnmerge from by Thomas Heller · 17 years ago
  21. b111970 backport change 55821 to release25-maint by Kristján Valur Jónsson · 17 years ago
  22. c98da3d Backport rev. 55783: Patch by Tim Delany (missing DECREF). SF #1731330. by Georg Brandl · 17 years ago
  23. 60111e0 (Backport from r55770) by Hye-Shik Chang · 17 years ago
  24. df73802 Backout the original 'fix' to 1721309 which had no effect. by Neal Norwitz · 17 years ago
  25. 73bf101 Backport rev 55452: by Neal Norwitz · 17 years ago
  26. f86ae69 Backport rev 55450: by Neal Norwitz · 17 years ago
  27. 0ac6061 Backport checkin: by Walter Dörwald · 18 years ago
  28. 6ca6f14 Backport r55070: Stop using PyMem_FREE while the GIL is not held. by Neal Norwitz · 18 years ago
  29. 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 · 18 years ago
  30. 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 · 18 years ago
  31. 412b20b Merged revisions 55027 via svnmerge from by Thomas Heller · 18 years ago
  32. 55d53f0 Merging of change 55024 from the truk to release25-maint branch. by Kristján Valur Jónsson · 18 years ago
  33. f69fa17 Merged revisions 55025 via svnmerge from by Thomas Heller · 18 years ago
  34. b9d3991 Properly implement Georg Brandl's Patch #1185447 to the 2.5 maintainance branch by Kristján Valur Jónsson · 18 years ago
  35. 5e4e31f Fix various minor issues discovered with static analysis using Visual Studio 2005 Team System. by Kristján Valur Jónsson · 18 years ago
  36. ef4364f Fix unpack so it works on 64-bit platforms. by Neal Norwitz · 18 years ago
  37. b2064d7 Fix-up error-exits on struct_unpack(). by Raymond Hettinger · 18 years ago
  38. 3608f05 Bug #1563759: struct.unpack doens't support buffer protocol objects by Raymond Hettinger · 18 years ago
  39. 8863544 Bug #1686475: Support stat'ing open files on Windows again. by Martin v. Löwis · 18 years ago
  40. 5d2d2ef - Fix an off-by-one bug in locale.strxfrm(). by Matthias Klose · 18 years ago
  41. d6030ac Array module's buffer interface can now handle empty arrays. by Raymond Hettinger · 18 years ago
  42. 4bbcb64 SF #1693079 Array module cannot pickle empty arrays by Raymond Hettinger · 18 years ago
  43. 65407fb Backport 54594: Fix SF #1688393, sock.recvfrom(-24) crashes by Neal Norwitz · 18 years ago
  44. 7b1be36 In Windows' time.clock(), when QueryPerformanceFrequency() fails, by Georg Brandl · 18 years ago
  45. b151f72 Prevent creation (followed by a segfault) of array types when the size by Thomas Heller · 18 years ago
  46. 50d1d0b Explain the purpose of the b_needsfree flag. This answers Neals by Thomas Heller · 18 years ago
  47. 02b8fee Back out "Patch #1643874: memory leak in ctypes fixed." by Thomas Heller · 18 years ago
  48. d6e73c1 Bug #1622896: fix a rare corner case where the bz2 module raised an by Georg Brandl · 18 years ago
  49. 8bf469d Merged revisions 54248 via svnmerge from by Thomas Heller · 18 years ago
  50. f7eed5e Merged revisions 54244 via svnmerge from by Thomas Heller · 18 years ago
  51. 05b5c7f Backport checkin: by Walter Dörwald · 18 years ago
  52. 62b1b00 Patch #1654417: make operator.{get,set,del}slice use the full range by Georg Brandl · 18 years ago
  53. 02d7cff Patch #1646728: datetime.fromtimestamp fails with negative by Georg Brandl · 18 years ago
  54. 75e3c52 Fix another reincarnation of bug #1576657 in defaultdict. by Georg Brandl · 18 years ago
  55. b8d661b Revert r53672, just fix signature of time_isoformat instead. by Martin v. Löwis · 18 years ago
  56. 1e335b2 Patch #1657276: Make NETLINK_DNRTMSG conditional. by Martin v. Löwis · 18 years ago
  57. 2e8b602 Bug #1653736: Complain about keyword arguments to time.isoformat. by Martin v. Löwis · 18 years ago
  58. 9f0e1ea Do not let overflows in enumerate() and count() pass silently. by Raymond Hettinger · 18 years ago
  59. 113776c Check for a common user error with defaultdict(). by Raymond Hettinger · 18 years ago
  60. 3d26ef1 Bug #1645944: os.access now returns bool but docstring is not updated by Georg Brandl · 18 years ago
  61. 817b489 Merged revisions 53556 via svnmerge from by Thomas Heller · 18 years ago
  62. 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
  63. 8e932e7 Bug #1486663: don't reject keyword arguments for subclasses of builtin by Georg Brandl · 18 years ago
  64. e962300 Add a comment for some code I don't understand. Why would needsfree by Neal Norwitz · 18 years ago
  65. 2a98c56 Merged revisions 53466 via svnmerge from by Thomas Heller · 18 years ago
  66. 3193763 Must update the version number on the extension module as well. by Thomas Heller · 18 years ago
  67. 5b44cbe Fix zero-length corner case for iterating over a mutating deque. by Raymond Hettinger · 18 years ago
  68. 1a050f5 support linking the _bsddb extension module against BerkeleyDB 4.5 by Gregory P. Smith · 18 years ago
  69. bea1c70 Bug #1566280: Explicitly invoke threading._shutdown from Py_Main, by Martin v. Löwis · 18 years ago
  70. 04e8204 Backport trunk checkin r51565: by Thomas Wouters · 18 years ago
  71. 9333ce1 [Patch #1615868 by Lars Gustaebel] Use Py_off_t to fix BZ2File.seek() for offsets > 2Gb by Andrew M. Kuchling · 18 years ago
  72. 95b744c Patch #1544279: Improve thread-safety of the socket module by moving by Martin v. Löwis · 18 years ago
  73. 84a90ca Fix #1563807: _ctypes built on AIX fails with ld ffi error. by Thomas Heller · 18 years ago
  74. 558e56d Fix bug #1598620: A ctypes structure cannot contain itself. by Thomas Heller · 18 years ago
  75. 5890a6a Backport of 52811: Bug #1599782: Fix segfault on bsddb.db.DB().type(). by Neal Norwitz · 18 years ago
  76. dd3bffb Bug #1588217: don't parse "= " as a soft line break in binascii's by Georg Brandl · 18 years ago
  77. f2d5c6d Backport checkin: Replace C++ comment with C comment (fixes SF bug #1593525). by Walter Dörwald · 18 years ago
  78. c975b94 Backport 52503: by Neal Norwitz · 18 years ago
  79. b5fdf0d Backport 52501: by Neal Norwitz · 18 years ago
  80. 64cd9ef Get DBL_MAX from float.h not values.h. by Martin v. Löwis · 18 years ago
  81. 2ec1df2 Check for values.h. by Martin v. Löwis · 18 years ago
  82. 62e5804 [Backport of r52452] by Martin v. Löwis · 18 years ago
  83. 63a9b8b - Patch #1560695: Add .note.GNU-stack to ctypes' sysv.S so that by Martin v. Löwis · 18 years ago
  84. fbbfb4b C:\Code\python>type c.txt Merge rev 52377 from trunk: by Tim Peters · 18 years ago
  85. dcbf64d ctypes callback functions only support 'fundamental' result types. by Thomas Heller · 18 years ago
  86. 2c7aa63 Bug #1567666: Emulate GetFileAttributesExA for Win95. by Martin v. Löwis · 18 years ago
  87. 3c48709 Bug #1548891: The cStringIO.StringIO() constructor now encodes unicode by Georg Brandl · 18 years ago
  88. 463a42b Bug #1565150: Fix subsecond processing for os.utime on Windows. by Martin v. Löwis · 18 years ago
  89. 6bf5501 List gc.get_count() in the module docstring. by Barry Warsaw · 18 years ago
  90. f4fe46d Backport from trunk r52223: by Hye-Shik Chang · 18 years ago
  91. 2c8851e Backport the .sln and .vcproj files for PCBuild8 from the python trunk to the 2.5 maintainance branch. This fixes build problems with visual studio 2005, and cleans up profile guided optimization. by Kristján Valur Jónsson · 18 years ago
  92. d79524a [Backport to 2-5maint of r52147 | andrew.kuchling ; the buildbots seem OK by Andrew M. Kuchling · 18 years ago
  93. 4b63c21 Forward-port of r52136: a review of overflow-detecting code. by Armin Rigo · 18 years ago
  94. c6f2f88 Compilation problem caused by conflicting typedefs for uint32_t by Armin Rigo · 18 years ago
  95. 6d7c363 Bug #1556784: allow format strings longer than 127 characters in by Georg Brandl · 18 years ago
  96. 6fed793 fix: DB.stat flags and txn keyword arguments were backwards. by Gregory P. Smith · 18 years ago
  97. b14b59f Backport rev. 51987: superfluous semicola. by Georg Brandl · 18 years ago
  98. 187e648 backport of r51950 by Jack Diederich · 18 years ago
  99. 5728c27 Backport rev 51820 from Thomas Heller by Neal Norwitz · 18 years ago
  100. 71e2aa0 Backport rev 51819 from Thomas Heller by Neal Norwitz · 18 years ago