1. 2825b2e Add a 'c_longdouble' type to the ctypes module. by Thomas Heller · 18 years ago
  2. 1e534b5 Fix a crasher where Python code managed to infinitely recurse in C code without by Brett Cannon · 18 years ago
  3. d44a4e9 Patch #786737: Allow building in a tree of symlinks pointing to by Martin v. Löwis · 18 years ago
  4. 3833640 - Fix libffi configure for hppa*-*-linux* | parisc*-*-linux*. by Matthias Klose · 18 years ago
  5. 642ac85 - Makefile.pre.in(buildbottest): Run an optional script pybuildbot.identify by Matthias Klose · 18 years ago
  6. a513619 Patch #1031213: Decode source line in SyntaxErrors back to its original by Martin v. Löwis · 18 years ago
  7. 58bd49f Patch #1388440: Add set_completion_display_matches_hook and by Martin v. Löwis · 18 years ago
  8. 691632f - Added support for linking the bsddb module against BerkeleyDB 4.6.x. by Matthias Klose · 18 years ago
  9. 8bc77e4 Bug #1737210: Change Manufacturer of Windows installer to PSF. by Martin v. Löwis · 18 years ago
  10. 7dcb83c Bug #1709599: Run test_1565150 only if the file system is NTFS. by Martin v. Löwis · 18 years ago
  11. 75c23bd Bug #1746880: Correctly install DLLs into system32 folder on Win64. by Martin v. Löwis · 18 years ago
  12. f413fb0 added note on new ssl module and deprecation of socket.ssl by Bill Janssen · 18 years ago
  13. 3e27536 Recent items. by Skip Montanaro · 18 years ago
  14. 0f4a14b TarFile.__init__() no longer fails if no name argument is passed and by Lars Gustäbel · 18 years ago
  15. 95f1a1b News about functools.reduce. by Guido van Rossum · 18 years ago
  16. 4f2c3dd Server-side SSL and certificate validation, by Bill Janssen. by Guido van Rossum · 18 years ago
  17. 8ec5754 uuid creation is now threadsafe, backport from py3k rev. 57375. by Georg Brandl · 18 years ago
  18. dbed7a7 Make test_runpy re-entrant. by Brett Cannon · 18 years ago
  19. 2390104 Add cheot-ga-keut composed make-up sequence support in EUC-KR codec. by Hye-Shik Chang · 18 years ago
  20. 414f3f9 Remove news entry for test.test_support.guard_warnings_filter as it has been by Brett Cannon · 18 years ago
  21. 6e39080 Backport r57105 and r57145 from the py3k branch: UTF-32 codecs. by Walter Dörwald · 18 years ago
  22. 9616444 Revert the fix for #1548891, it broke backwards compatibility with arbitrary read buffers. by Georg Brandl · 18 years ago
  23. f3e93a0 Fix gb18030 codec's bug that doesn't map two-byte characters on by Hye-Shik Chang · 18 years ago
  24. 766d880 Py_ssize_t is defined regardless of HAVE_LONG_LONG. Will backport by Neal Norwitz · 18 years ago
  25. eb8ff67 - Allow Emacs 22 for building the documentation in info format. by Matthias Klose · 18 years ago
  26. 76760b0 Define _BSD_SOURCE, to get access to POSIX extensions on OpenBSD 4.1+. by Martin v. Löwis · 18 years ago
  27. f1e0b3f Bug #1704793: Return UTF-16 pair if unicodedata.lookup cannot by Martin v. Löwis · 18 years ago
  28. f25e35b Bug #978833: Close https sockets by releasing the _ssl object. by Martin v. Löwis · 18 years ago
  29. 254b8f9 Change location of the package index to pypi.python.org/pypi by Martin v. Löwis · 18 years ago
  30. 6819210 PEP 3123: Provide forward compatibility with Python 3.0, while keeping by Martin v. Löwis · 18 years ago
  31. ef4fff3 Fix for SF# 1649098: avoid zero-sized array declaration in structure. by Thomas Heller · 18 years ago
  32. fa704c6 Fix for SF# 1701409: segfault in c_char_p of ctypes. The repr output by Thomas Heller · 18 years ago
  33. 4b3ab6f Patch #1675424: Added tests for uncovered code in the zipfile module. by Georg Brandl · 18 years ago
  34. 9467bc5 Bug #1637365: add subsection about "__name__ == __main__" to the by Georg Brandl · 18 years ago
  35. 7c3b50d Patch #1673759: add a missing overflow check when formatting floats with %G. by Georg Brandl · 18 years ago
  36. 104490e Added exclude keyword argument to the TarFile.add() method. by Lars Gustäbel · 18 years ago
  37. 84a3efe Add T_PYSSIZET in structmember.h: This can be used for Py_ssize_t members. by Walter Dörwald · 18 years ago
  38. db2b1b3 Reflow long line by Neal Norwitz · 18 years ago
  39. c161cb9 Bug #1734723: Fix repr.Repr() so it doesn't ignore the maxtuple attribute. by Neal Norwitz · 18 years ago
  40. 6371cd8 Patch #1733960: Allow T_LONGLONG to accept ints. Will backport to 2.5. by Martin v. Löwis · 18 years ago
  41. 7dbd2a3 Prevent expandtabs() on string and unicode objects from causing a segfault when by Neal Norwitz · 18 years ago
  42. da587ab Bug #1733488: Fix compilation of bufferobject.c on AIX. Will backport to 2.5. by Martin v. Löwis · 18 years ago
  43. 10951d5 Added an optional timeout parameter to function urllib2.urlopen, by Facundo Batista · 18 years ago
  44. 9249312 FTP.ntransfercmd method now uses create_connection when passive, by Facundo Batista · 18 years ago
  45. 9b54140 Bug #1728403: Fix a bug that CJKCodecs StreamReader hangs when it by Hye-Shik Chang · 18 years ago
  46. f7188ce Make _strptime.TimeRE().pattern() use ``\s+`` for matching whitespace instead by Brett Cannon · 18 years ago
  47. 19fab76 Have configure raise an error when building on AtheOS. Code specific to AtheOS by Brett Cannon · 18 years ago
  48. 25497a1 Fix wrong issue number. by Georg Brandl · 18 years ago
  49. a5ea689 Bug #1722484: remove docstrings again when running with -OO. by Georg Brandl · 18 years ago
  50. 4a700bb SF 1668596/1720897: distutils now copies data files by Neal Norwitz · 18 years ago
  51. f0cb1d7 Have cfmfile raise a DeprecationWarning as per PEP 4. by Brett Cannon · 18 years ago
  52. 791d56f Cause buildtools to raise a DeprecationWarning. by Brett Cannon · 18 years ago
  53. c2aa09a Have the sha module raise a DeprecationWarning as specified in PEP 4. by Brett Cannon · 18 years ago
  54. 7eec217 Have md5 raise a DeprecationWarning as per PEP 4. by Brett Cannon · 18 years ago
  55. c249bda Have mimify raise a DeprecationWarning. The docs and PEP 4 have listed the by Brett Cannon · 18 years ago
  56. 90134c9 Have MimeWriter raise a DeprecationWarning as per PEP 4 and its documentation. by Brett Cannon · 18 years ago
  57. a0fcb93 Added errors argument to TarFile class that allows the user to by Lars Gustäbel · 18 years ago
  58. 0ac6019 Add the new function object attribute names from py3k. by Neal Norwitz · 18 years ago
  59. 711a54e Added an optional timeout parameter to urllib.ftpwrapper, with tests by Facundo Batista · 18 years ago
  60. c90bc75 shlex.split() now has an optional "posix" parameter. by Georg Brandl · 18 years ago
  61. 8b2bfbc Add -3 option to the interpreter to warn about features that are by Neal Norwitz · 18 years ago
  62. 2134e75 Patch #1686487: you can now pass any mapping after '**' in function calls. by Georg Brandl · 18 years ago
  63. 70f996b Added timeout support to HTTPSConnection, through the by Facundo Batista · 18 years ago
  64. 41bf2fa Cause posixfile to raise a DeprecationWarning. Documented as deprecated since by Brett Cannon · 18 years ago
  65. 5e26351 Remove the macfs module. This led to the deprecation of macostools.touched(); by Brett Cannon · 18 years ago
  66. dc48b74 Remove the rgbimg module. It has been deprecated since Python 2.5. by Brett Cannon · 18 years ago
  67. 59f58aa Clear data so random memory does not get freed. Will backport. by Neal Norwitz · 18 years ago
  68. 6290305 Backport PEP 3110's new 'except' syntax to 2.6. by Collin Winter · 18 years ago
  69. d75f043 Remove the gopherlib module. It has been raising a DeprecationWarning since by Brett Cannon · 18 years ago
  70. b1a9b37 Fix bug in marshal where bad data would cause a segfault due to by Neal Norwitz · 18 years ago
  71. e0e70a4 Mention removal of some directories for obsolete platforms by Neal Norwitz · 18 years ago
  72. a09a96a HTML-escape the plain traceback in cgitb's HTML output, to prevent by Georg Brandl · 18 years ago
  73. 42dd86b Deprecate os.popen* and popen2 module in favor of the subprocess module. by Neal Norwitz · 18 years ago
  74. 8549ce3 Updates of recent changes to logging. by Vinay Sajip · 18 years ago
  75. 229cee2 Deprecate BaseException.message as per PEP 352. by Brett Cannon · 18 years ago
  76. 9790a27 Fix for #1303614 and #1174712: by Armin Rigo · 18 years ago
  77. 3dc6e90 Patch #1698768: updated the "using Python on the Mac" intro. by Georg Brandl · 18 years ago
  78. fb4b3b7 Bug #1706381: Specifying the SWIG option "-c++" in the setup.py file by Georg Brandl · 18 years ago
  79. d918a65 Added a comment about last change in urllib2.py (all 2xx responses are ok now). by Facundo Batista · 18 years ago
  80. cbd9ee6 When __slots__ are set to a unicode string, make it work the same as by Neal Norwitz · 18 years ago
  81. 4234827 Fix utf-8-sig incremental decoder, which didn't recognise a BOM when the by Walter Dörwald · 18 years ago
  82. 4db5fe9 SF 1193128: Let str.translate(None) be an identity transformation by Raymond Hettinger · 18 years ago
  83. 1393669 SF 1191699: Make slices picklable by Raymond Hettinger · 18 years ago
  84. 55a1864 Doc that file.next() has undefined behaviour when called on a file opened with by Brett Cannon · 18 years ago
  85. 3bf573f Bug #1686475: Support stat'ing open files on Windows again. by Martin v. Löwis · 18 years ago
  86. e6dae6c Implement a contextmanager test.test_support.catch_warning that can by Walter Dörwald · 18 years ago
  87. e19e0c2 - Fix an off-by-one bug in locale.strxfrm(). by Matthias Klose · 18 years ago
  88. c690665 time.strptime's caching of its locale object was being recreated when the by Brett Cannon · 18 years ago
  89. 8f35f44 SF #1685563, MSVCCompiler creates redundant and long PATH strings by Neal Norwitz · 18 years ago
  90. db84603 Bug #1655392: don't add -L/usr/lib/pythonX.Y/config to the LDFLAGS by Georg Brandl · 18 years ago
  91. b6a5c9d Added timout parameter to telnetlib.Telnet. Also created by Facundo Batista · 18 years ago
  92. c64ad48 Patch #1489771: update syntax rules in Python Reference Manual. by Žiga Seilnacht · 18 years ago
  93. 234b1ff Add note about type.__init__(). by Guido van Rossum · 18 years ago
  94. 07c78be Added a 'create_connect()' function to socket.py, which creates a by Facundo Batista · 18 years ago
  95. 0af3388 Bug #978833: Revert r50844, as it broke _socketobject.dup. Will backport. by Martin v. Löwis · 18 years ago
  96. 2f401d7 Patch #1686451: Fix return type for PySequence_{Count,Index,Fast_GET_SIZE}. by Martin v. Löwis · 18 years ago
  97. 143b564 - Bug #1683368: The object.__init__() and object.__new__() methods are by Guido van Rossum · 18 years ago
  98. f493cbd Back out "Patch #1643874: memory leak in ctypes fixed." by Thomas Heller · 18 years ago
  99. 7492e42 Bug #1675967: re patterns pickled with older Python versions can by Žiga Seilnacht · 18 years ago
  100. cae9f3d New test for rev. 54407 which only uses directories under TESTFN. by Georg Brandl · 18 years ago