1. 3880210 Fixed merge glitch by Christian Heimes · 17 years ago
  2. 60d96cd Backport of #1638: %zd configure test fails on Linux by Christian Heimes · 17 years ago
  3. 8e9e4d8 Issue #1642: Fix segfault in ctypes when trying to delete attributes. by Thomas Heller · 17 years ago
  4. d4029c8 Bug #1608: use -fwrapv when GCC supports it. This is important, newer by Guido van Rossum · 17 years ago
  5. 47485a4 Backport patch #1643738. by Guido van Rossum · 17 years ago
  6. 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
  7. c8dbc92 os.access now returns True on Windows for any existing directory. by Martin v. Löwis · 17 years ago
  8. 7cc9c8b Issue #1531: Read fileobj from the current offset, do not seek to the start. by Lars Gustäbel · 17 years ago
  9. 8334a4f Backport of r59241: str.decode fails on very long strings on 64bit platforms. by Amaury Forgeot d'Arc · 17 years ago
  10. 664ad76 back in these go - thanks to Titus Brown for the fix by Skip Montanaro · 17 years ago
  11. 30f61cb Issue #1445: Fix a SystemError when accessing the ``cell_contents`` by Amaury Forgeot d'Arc · 17 years ago
  12. 9163783 revert by Skip Montanaro · 17 years ago
  13. 5a001c0 issue 1429818 by Skip Montanaro · 17 years ago
  14. 3903f50 Allow simultaneous installation of 32-bit and 64-bit versions by Martin v. Löwis · 17 years ago
  15. d3a81df Backport of r59082 (doctest and using __loader__.get_data()). by Brett Cannon · 17 years ago
  16. 946a51c Fixed #1372: zlibmodule.c: int overflow in PyZlib_decompress by Christian Heimes · 17 years ago
  17. c572dc3 Backport for issue1265 (pdb bug with "with" statement). by Amaury Forgeot d'Arc · 17 years ago
  18. f5ccd45 News about list_repeat() fix. by Guido van Rossum · 17 years ago
  19. e53fcfd Fix issue #1705170 (backport from trunk) by Nick Coghlan · 17 years ago
  20. a1e5387 Backport r58868: by Gregory P. Smith · 17 years ago
  21. 2c3e0d9 Backport r58757, r58758, r58759. by Gregory P. Smith · 17 years ago
  22. e467dbc - Build using system ffi library on arm*-linux*. by Matthias Klose · 17 years ago
  23. 1046af6 Backport 58594: by Neal Norwitz · 17 years ago
  24. 0dcc3cc Backport 58532, 58533, 58534: by Gregory P. Smith · 17 years ago
  25. 137bdfa Merge trunk 58434: by Gregory P. Smith · 17 years ago
  26. d79fa9e Bug #1216: Restore support for Visual Studio 2002. by Martin v. Löwis · 17 years ago
  27. d6f6381 Fix ctypes on 32-bit systems when Python is configured --with-system-ffi. by Thomas Heller · 17 years ago
  28. 5cf6ef8 ctypes.util.find_library uses dump(1) instead of objdump(1) on Solaris. by Thomas Heller · 17 years ago
  29. fed6bb7 Bug #1153: repr.repr() now doesn't require set and dictionary items by Georg Brandl · 17 years ago
  30. 13bfa3a Cause passing a string to generator.throw() to raise a deprecation warning. by Brett Cannon · 17 years ago
  31. a326ab2 Patch #786737: Allow building in a tree of symlinks pointing to by Martin v. Löwis · 17 years ago
  32. 5cb86a2 - Makefile.pre.in(buildbottest): Run an optional script pybuildbot.identify by Matthias Klose · 17 years ago
  33. b084402 - Fix libffi configure for hppa*-*-linux* | parisc*-*-linux*. by Matthias Klose · 17 years ago
  34. fc787d5 Patch #1031213: Decode source line in SyntaxErrors back to its original by Martin v. Löwis · 17 years ago
  35. cf754ba - Added support for linking the bsddb module against BerkeleyDB 4.6.x. by Matthias Klose · 17 years ago
  36. fe2cb59 Bug #1737210: Change Manufacturer of Windows installer to PSF. by Martin v. Löwis · 17 years ago
  37. 39f1f45 Bug #1709599: Run test_1565150 only if the file system is NTFS. by Martin v. Löwis · 17 years ago
  38. aa1e005 Bug #1746880: Correctly install DLLs into system32 folder on Win64. by Martin v. Löwis · 17 years ago
  39. d4c0969 . by Skip Montanaro · 17 years ago
  40. a9bad98 TarFile.__init__() no longer fails if no name argument is passed and by Lars Gustäbel · 17 years ago
  41. eb4b738 Revert the fix for #1548891, it broke backwards compatibility with arbitrary read buffers. by Georg Brandl · 17 years ago
  42. 36fe3c0 Backport from trunk r56727: by Hye-Shik Chang · 17 years ago
  43. 979f5cd - Allow Emacs 22 for building the documentation in info format. by Matthias Klose · 17 years ago
  44. 858c809 Define _BSD_SOURCE, to get access to POSIX extensions on OpenBSD 4.1+. by Martin v. Löwis · 17 years ago
  45. bd28ca6 Bug #1704793: Raise KeyError if unicodedata.lookup cannot by Martin v. Löwis · 17 years ago
  46. 088277f Change location of the package index to pypi.python.org/pypi. by Martin v. Löwis · 17 years ago
  47. 6ecd4a0 [Backport of r56382] by Andrew M. Kuchling · 17 years ago
  48. 8b6a17b News entry for by Thomas Heller · 17 years ago
  49. 6f4155d Fix for SF# 1701409: segfault in c_char_p of ctypes. The repr output by Thomas Heller · 17 years ago
  50. 78d59d6 Bug #1637365: add subsection about "__name__ == __main__" to the by Georg Brandl · 17 years ago
  51. c5db923 Patch #1673759: add a missing overflow check when formatting floats by Georg Brandl · 17 years ago
  52. c0f800d Patch 1673122: be explicit about which libtool to use, to avoid name clashes by Ronald Oussoren · 17 years ago
  53. e99cb23 Backport 55887: by Neal Norwitz · 17 years ago
  54. 2276885 Patch #1733960: Allow T_LONGLONG to accept ints. by Martin v. Löwis · 17 years ago
  55. 66e64e2 Prevent expandtabs() on string and unicode objects from causing a segfault when by Neal Norwitz · 17 years ago
  56. 11c58c4 Merged revisions 55129-55131 via svnmerge from by Thomas Heller · 17 years ago
  57. 897704d Bug #1733488: Fix compilation of bufferobject.c on AIX. by Martin v. Löwis · 17 years ago
  58. 60111e0 (Backport from r55770) by Hye-Shik Chang · 17 years ago
  59. c9490e2 Backport of r55752: make time.strptime() behave better when whitespace is in by Brett Cannon · 17 years ago
  60. 2413e03 Backport 55731: by Neal Norwitz · 17 years ago
  61. 2e23bb7 Fix wrong issue number. (backport from rev. 55735) by Georg Brandl · 17 years ago
  62. ba871a0 Bug #1722484: remove docstrings again when running with -OO. by Georg Brandl · 17 years ago
  63. b40092b Merged revisions 55677 via svnmerge from by Thomas Heller · 17 years ago
  64. f86ae69 Backport rev 55450: by Neal Norwitz · 17 years ago
  65. dc78cc6 Fix bug in marshal where bad data would cause a segfault due to by Neal Norwitz · 17 years ago
  66. 4c87581 HTML-escape the plain traceback in cgitb's HTML output, to prevent by Georg Brandl · 17 years ago
  67. 80a42c0 Update with the version that has been running for a while. Most of by Neal Norwitz · 17 years ago
  68. daa2e58 Backport fix for r54646-7: properly clear locale cache in time.strptime when by Brett Cannon · 17 years ago
  69. a801b6a Backport r54712: document that calling file.next() on a file open for writing by Brett Cannon · 17 years ago
  70. d1e3f6d Patch #1698768: updated the "using Python on the Mac" intro. by Georg Brandl · 17 years ago
  71. f784d91 Bug #1706381: Specifying the SWIG option "-c++" in the setup.py file by Georg Brandl · 17 years ago
  72. 2f131d8 Recommit r54805: by Barry Warsaw · 17 years ago
  73. 93a3603 Backport r54786: by Walter Dörwald · 17 years ago
  74. 9319e43 Patch #1695229: Fix a regression with tarfile.open() and a missing name by Lars Gustäbel · 17 years ago
  75. d220144 Fix directory names to have only one trailing slash. by Lars Gustäbel · 17 years ago
  76. ef57abd 2.5.1 final by Anthony Baxter · 17 years ago
  77. 87b5d91 Revert 53667 by Raymond Hettinger · 17 years ago
  78. e6e383f Revert SF #1615701 (rev 53655): dict.update() does *not* call __getitem__() or by Neal Norwitz · 17 years ago
  79. 9515c96 preparing for 2.5.1c1 by Anthony Baxter · 17 years ago
  80. 3608f05 Bug #1563759: struct.unpack doens't support buffer protocol objects by Raymond Hettinger · 17 years ago
  81. 8863544 Bug #1686475: Support stat'ing open files on Windows again. by Martin v. Löwis · 17 years ago
  82. 5d2d2ef - Fix an off-by-one bug in locale.strxfrm(). by Matthias Klose · 17 years ago
  83. d6030ac Array module's buffer interface can now handle empty arrays. by Raymond Hettinger · 17 years ago
  84. 4bbcb64 SF #1693079 Array module cannot pickle empty arrays by Raymond Hettinger · 17 years ago
  85. 93e9384 Backport 54644: by Neal Norwitz · 17 years ago
  86. 48642d4 Bug #1655392: don't add -L/usr/lib/pythonX.Y/config to the LDFLAGS by Georg Brandl · 17 years ago
  87. 65407fb Backport 54594: Fix SF #1688393, sock.recvfrom(-24) crashes by Neal Norwitz · 17 years ago
  88. 6524573 Patch #1489771: update syntax rules in Python Reference Manual. by Žiga Seilnacht · 17 years ago
  89. a8ddae6 Bug #978833: Revert r50844, as it broke _socketobject.dup. by Martin v. Löwis · 17 years ago
  90. fe048e8 Patch #1686451: Fix return type for PySequence_{Count,Index,Fast_GET_SIZE}. by Martin v. Löwis · 17 years ago
  91. 02b8fee Back out "Patch #1643874: memory leak in ctypes fixed." by Thomas Heller · 17 years ago
  92. e5df857 Bug #1675967: re patterns pickled with older Python versions can by Žiga Seilnacht · 17 years ago
  93. e1b4a7e Add NEWS entry for old item by Andrew M. Kuchling · 17 years ago
  94. 9225f22 Bug #1684254: webbrowser now uses shlex to split any command lines by Georg Brandl · 17 years ago
  95. 8a10ea4 Patch #1682205: a TypeError while unpacking an iterable is no longer by Georg Brandl · 17 years ago
  96. 8e92dd0 move note to the correct section by Gregory P. Smith · 17 years ago
  97. 7d9ac78 Patch #1642547: Fix an error/crash when encountering syntax errors in complex if statements. by Collin Winter · 17 years ago
  98. c1b4e8e Patch #1462488: prevent a segfault in object_reduce_ex() by splitting by Žiga Seilnacht · 17 years ago
  99. 385cd40 Patch #1681153: the wave module now closes a file object it opened if by Georg Brandl · 17 years ago
  100. 7520df4 Patch #1559413: Fix test_cmd_line if sys.executable contains a space. by Martin v. Löwis · 17 years ago