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