1. 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
  2. 85cbabf Fix bug tracker link. by Martin v. Löwis · 17 years ago
  3. d0dcbc4 Backport of issue 1755179 fix. by Facundo Batista · 17 years ago
  4. 6e3e6e0 Forgot to backport the rest of #1637. by Guido van Rossum · 17 years ago
  5. 81728cf Backport r59758. by Guido van Rossum · 17 years ago
  6. 62bceec Backport r57216 (see issue #1731). by Guido van Rossum · 17 years ago
  7. b234ceb Update links to bug/patch tracker by Andrew M. Kuchling · 17 years ago
  8. e5f9e58 Issue #1735: TarFile.extractall() now correctly sets directory by Lars Gustäbel · 17 years ago
  9. 12f03cc Bug #1713: posixpath.ismount() claims symlink to a mountpoint is a mountpoint. by Christian Heimes · 17 years ago
  10. 3b4a5bd Fix bug #1301 -- a bad assert in _tkinter. by Guido van Rossum · 17 years ago
  11. 6df9a82 Issue #1700, reported by Nguyen Quan Son, fix by Fredruk Lundh: by Guido van Rossum · 17 years ago
  12. 309e241 Add some news items I missed. Careful inspection of the svn log output by Guido van Rossum · 17 years ago
  13. 9b1f5a4 Patch #1696. Don't attempt to call None.close() in dry-run mode. by Guido van Rossum · 17 years ago
  14. ff36b2c Bug #1699: Define _BSD_SOURCE only on OpenBSD. by Martin v. Löwis · 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. c2b0d17 Fixed merge glitch, second try by Christian Heimes · 17 years ago
  18. 3880210 Fixed merge glitch by Christian Heimes · 17 years ago
  19. 60d96cd Backport of #1638: %zd configure test fails on Linux by Christian Heimes · 17 years ago
  20. 8e9e4d8 Issue #1642: Fix segfault in ctypes when trying to delete attributes. by Thomas Heller · 17 years ago
  21. 52550e5 Add a note about future import needed for with statement. by Georg Brandl · 17 years ago
  22. caff05d Regenerated with autoconf. by Thomas Heller · 17 years ago
  23. d4029c8 Bug #1608: use -fwrapv when GCC supports it. This is important, newer by Guido van Rossum · 17 years ago
  24. 4837045 Backport r59480. Fix issue #1313119. by Alexandre Vassalotti · 17 years ago
  25. 47485a4 Backport patch #1643738. by Guido van Rossum · 17 years ago
  26. de39bd3 This is a backport of the fix in rev. 59369. by Ronald Oussoren · 17 years ago
  27. 03acd85 merge -r59315:59316 from py3k: Fix issue #1553: An errornous __length_hint__ can make list() raise a SystemError by Christian Heimes · 17 years ago
  28. c8dbc92 os.access now returns True on Windows for any existing directory. by Martin v. Löwis · 17 years ago
  29. 7cc9c8b Issue #1531: Read fileobj from the current offset, do not seek to the start. by Lars Gustäbel · 17 years ago
  30. 8334a4f Backport of r59241: str.decode fails on very long strings on 64bit platforms. by Amaury Forgeot d'Arc · 17 years ago
  31. a5463ab Spaces vs. Tabs. (backport from rev. 59224) by Georg Brandl · 17 years ago
  32. dbe97b3 Fix bug #1517, a possible segfault in lookup(). by Guido van Rossum · 17 years ago
  33. 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
  34. 664ad76 back in these go - thanks to Titus Brown for the fix by Skip Montanaro · 17 years ago
  35. 30f61cb Issue #1445: Fix a SystemError when accessing the ``cell_contents`` by Amaury Forgeot d'Arc · 17 years ago
  36. 9163783 revert by Skip Montanaro · 17 years ago
  37. fb80cd9 revert change that breaks test_doctest (which I forgot to run - sorry) by Skip Montanaro · 17 years ago
  38. 5a001c0 issue 1429818 by Skip Montanaro · 17 years ago
  39. ab4fce4 Make trace and doctest play nice together (issue 1429818). Backported from by Skip Montanaro · 17 years ago
  40. a95fdb4 Backport of a fix for the __loader__.get_data() test. by Brett Cannon · 17 years ago
  41. ce189e4 A test that should test for osx >= 10.4.0 actually tested for os versions <= 10.4. The end result is that by Ronald Oussoren · 17 years ago
  42. 3903f50 Allow simultaneous installation of 32-bit and 64-bit versions by Martin v. Löwis · 17 years ago
  43. d3a81df Backport of r59082 (doctest and using __loader__.get_data()). by Brett Cannon · 17 years ago
  44. 946a51c Fixed #1372: zlibmodule.c: int overflow in PyZlib_decompress by Christian Heimes · 17 years ago
  45. 6b5c14f Remove an old SF reference. by Brett Cannon · 17 years ago
  46. f481598 Backport r59049: by Walter Dörwald · 17 years ago
  47. ad91c78 Backport r59047: Fix typo in comment. by Walter Dörwald · 17 years ago
  48. e15fab4 Backport revision 58471, replace PyErr_Print() with PyErr_Clear(). by Guido van Rossum · 17 years ago
  49. c572dc3 Backport for issue1265 (pdb bug with "with" statement). by Amaury Forgeot d'Arc · 17 years ago
  50. f5ccd45 News about list_repeat() fix. by Guido van Rossum · 17 years ago
  51. 809123c Issue 1704621. Fix segfaults in list_repeat() and list_inplace_repeat(). by Guido van Rossum · 17 years ago
  52. 50bbcc2 Fixed #1254: pdb fails to launch some script. by Christian Heimes · 17 years ago
  53. ad7363b Backport r58942: Fix TextCalendar.prweek(). This closes issue #1427. by Walter Dörwald · 17 years ago
  54. d66350a Fix for #1427: Error in standard module calendar merge -r58935:58936 ../trunk by Christian Heimes · 17 years ago
  55. c2e0e07 when talking about an imminent 2.5.2c1, the build should identify itself by Fred Drake · 17 years ago
  56. e53fcfd Fix issue #1705170 (backport from trunk) by Nick Coghlan · 17 years ago
  57. 2e49f78 * fix failing test_recno.py - backport from trunk. by Gregory P. Smith · 17 years ago
  58. e6a6f39 Backport r58892. Add missing "return NULL" in overflow check in PyString_Repr(). by Guido van Rossum · 17 years ago
  59. a1e5387 Backport r58868: by Gregory P. Smith · 17 years ago
  60. ca74140 Note change to get_dialect semantics in 2.5. by Skip Montanaro · 17 years ago
  61. 1dcb9c9 Backport r58709 from trunk: by Georg Brandl · 17 years ago
  62. 2c3e0d9 Backport r58757, r58758, r58759. by Gregory P. Smith · 17 years ago
  63. bf75c51 #1364: os.lstat is available on Windows too, as an alias to os.stat. by Georg Brandl · 17 years ago
  64. cf81e06 Sets are marshalable. by Raymond Hettinger · 17 years ago
  65. 9afdaff Clarify the reasons why pickle is almost always better than marshal by Raymond Hettinger · 17 years ago
  66. 9b12e00 - Build using system ffi library on arm*-linux*, pass --with-system-ffi to CONFIG_ARGS by Matthias Klose · 17 years ago
  67. e467dbc - Build using system ffi library on arm*-linux*. by Matthias Klose · 17 years ago
  68. 5d512fa Bug #1321: Fixed logic error in TimedRotatingFileHandler.__init__() by Vinay Sajip · 17 years ago
  69. 4b2a6db Backport 58618: Issue 1307 by Derek Shockey, fix the same bug for RCPT. by Neal Norwitz · 17 years ago
  70. 4aa5f4b Bug #1313, fix typo (wrong variable name) in example. by Neal Norwitz · 17 years ago
  71. 1046af6 Backport 58594: by Neal Norwitz · 17 years ago
  72. 35a9f90 Backport r58545. by Georg Brandl · 17 years ago
  73. 051aa77 Backport r58542. by Georg Brandl · 17 years ago
  74. dd4b025 Backport 58539: squelch the warning that this test is intended to raise. by Gregory P. Smith · 17 years ago
  75. 0dcc3cc Backport 58532, 58533, 58534: by Gregory P. Smith · 17 years ago
  76. 574e1ba Backport 58450: fix uncollectable reference leak in bsddb.db.DBShelf.append by Gregory P. Smith · 17 years ago
  77. 57da2de Fix email example. by Georg Brandl · 17 years ago
  78. 137bdfa Merge trunk 58434: by Gregory P. Smith · 17 years ago
  79. 8012e9c Silence a compiler warning about a function definition not being a prototype. by Brett Cannon · 17 years ago
  80. d79fa9e Bug #1216: Restore support for Visual Studio 2002. by Martin v. Löwis · 17 years ago
  81. d6f6381 Fix ctypes on 32-bit systems when Python is configured --with-system-ffi. by Thomas Heller · 17 years ago
  82. 163048e Backport 58424: by Neal Norwitz · 17 years ago
  83. 7d9c00e Backport 58385 from trunk: fix a double free bug in the _bsddb module by Gregory P. Smith · 17 years ago
  84. 381e1a4 Backport rev 58343: fix DBSequence.get_key() to not crash/fail/etc. by Gregory P. Smith · 17 years ago
  85. 76ee227 Backport 58348: use a reliable host in the test. by Gregory P. Smith · 17 years ago
  86. 4a08ec3 Backport 58344: allow BerkeleyDB 4.6.x >= 4.6.21 for the bsddb module by Gregory P. Smith · 17 years ago
  87. c9f22b9 Backport 58332: Fix Coverity #159. by Neal Norwitz · 17 years ago
  88. 14f848b Backport 58330: Fix Coverity #158: Check the correct variable. by Neal Norwitz · 17 years ago
  89. 0ac4b27 move descriptions of ac_(in|out)_buffer_size to the right place by Fred Drake · 17 years ago
  90. 2f2bd3e #1196: document default radix for int(). by Georg Brandl · 17 years ago
  91. cdceeb8 Fix -- being converted to - in HTML. #1186. by Georg Brandl · 17 years ago
  92. dfecfdb Fix #1169: remove docstrings in functions for -OO. (backport from rev. 58204) by Georg Brandl · 17 years ago
  93. 5e84e80 issue1172: Documentation of "done" attribute in cgi module. by Sean Reifscheider · 17 years ago
  94. e8dd31a issue1082: Fixing system and platform names for Vista. by Sean Reifscheider · 17 years ago
  95. 1644e6e issue1140: Guido's patch from revision 58098 (2.6) applied to 2.5. by Sean Reifscheider · 17 years ago
  96. b5ec587 issue1597011: Fix for bz2 module corner-case error due to error checking bug. by Sean Reifscheider · 17 years ago
  97. 5cf6ef8 ctypes.util.find_library uses dump(1) instead of objdump(1) on Solaris. by Thomas Heller · 17 years ago
  98. 3af4220 Backport 58150: Rename debug import lib to _msi_d.lib. by Martin v. Löwis · 17 years ago
  99. 782c417 Backport r58149: Clean Release projects as well. by Martin v. Löwis · 17 years ago
  100. 9a85f04 Add 2.5 MSI builder. by Martin v. Löwis · 17 years ago