1. 8ec5754 uuid creation is now threadsafe, backport from py3k rev. 57375. by Georg Brandl · 17 years ago
  2. dbed7a7 Make test_runpy re-entrant. by Brett Cannon · 17 years ago
  3. 2390104 Add cheot-ga-keut composed make-up sequence support in EUC-KR codec. by Hye-Shik Chang · 17 years ago
  4. f839e49 Remove Mikael as the maintainer of BeOS at his request. With no maintainer by Brett Cannon · 17 years ago
  5. 414f3f9 Remove news entry for test.test_support.guard_warnings_filter as it has been by Brett Cannon · 17 years ago
  6. 6e39080 Backport r57105 and r57145 from the py3k branch: UTF-32 codecs. by Walter Dörwald · 17 years ago
  7. 82955f6 Update the tools before building the docs by Neal Norwitz · 17 years ago
  8. 5c404ae Try to make the comment a little clearer. by Neal Norwitz · 17 years ago
  9. 7def3e0 Support the new doc system. by Neal Norwitz · 17 years ago
  10. 35c2096 Added Jeffrey Yasskin, reformat some lines to be consistent (and shorter). by Neal Norwitz · 17 years ago
  11. 9616444 Revert the fix for #1548891, it broke backwards compatibility with arbitrary read buffers. by Georg Brandl · 17 years ago
  12. f3e93a0 Fix gb18030 codec's bug that doesn't map two-byte characters on by Hye-Shik Chang · 17 years ago
  13. 766d880 Py_ssize_t is defined regardless of HAVE_LONG_LONG. Will backport by Neal Norwitz · 17 years ago
  14. eb8ff67 - Allow Emacs 22 for building the documentation in info format. by Matthias Klose · 17 years ago
  15. 76760b0 Define _BSD_SOURCE, to get access to POSIX extensions on OpenBSD 4.1+. by Martin v. Löwis · 17 years ago
  16. f1e0b3f Bug #1704793: Return UTF-16 pair if unicodedata.lookup cannot by Martin v. Löwis · 17 years ago
  17. f25e35b Bug #978833: Close https sockets by releasing the _ssl object. by Martin v. Löwis · 17 years ago
  18. 254b8f9 Change location of the package index to pypi.python.org/pypi by Martin v. Löwis · 17 years ago
  19. 6819210 PEP 3123: Provide forward compatibility with Python 3.0, while keeping by Martin v. Löwis · 17 years ago
  20. ef4fff3 Fix for SF# 1649098: avoid zero-sized array declaration in structure. by Thomas Heller · 17 years ago
  21. fa704c6 Fix for SF# 1701409: segfault in c_char_p of ctypes. The repr output by Thomas Heller · 17 years ago
  22. 4b3ab6f Patch #1675424: Added tests for uncovered code in the zipfile module. by Georg Brandl · 17 years ago
  23. 9467bc5 Bug #1637365: add subsection about "__name__ == __main__" to the by Georg Brandl · 17 years ago
  24. 7c3b50d Patch #1673759: add a missing overflow check when formatting floats with %G. by Georg Brandl · 17 years ago
  25. 104490e Added exclude keyword argument to the TarFile.add() method. by Lars Gustäbel · 17 years ago
  26. cd1690e Mention Senthil Kumaran. by Martin v. Löwis · 17 years ago
  27. df46226 urllib2_localnet says it leaks probably due to threads. So ignore it. by Neal Norwitz · 17 years ago
  28. 84a3efe Add T_PYSSIZET in structmember.h: This can be used for Py_ssize_t members. by Walter Dörwald · 17 years ago
  29. db2b1b3 Reflow long line by Neal Norwitz · 17 years ago
  30. c161cb9 Bug #1734723: Fix repr.Repr() so it doesn't ignore the maxtuple attribute. by Neal Norwitz · 17 years ago
  31. 5995357 Ignore valgrind problems on Ubuntu from ld by Neal Norwitz · 17 years ago
  32. 67862ba Add Atul Varma for patch # 1667860 by Neal Norwitz · 17 years ago
  33. 6371cd8 Patch #1733960: Allow T_LONGLONG to accept ints. Will backport to 2.5. by Martin v. Löwis · 17 years ago
  34. 7dbd2a3 Prevent expandtabs() on string and unicode objects from causing a segfault when by Neal Norwitz · 17 years ago
  35. da587ab Bug #1733488: Fix compilation of bufferobject.c on AIX. Will backport to 2.5. by Martin v. Löwis · 17 years ago
  36. 10951d5 Added an optional timeout parameter to function urllib2.urlopen, by Facundo Batista · 17 years ago
  37. 9249312 FTP.ntransfercmd method now uses create_connection when passive, by Facundo Batista · 17 years ago
  38. 9b54140 Bug #1728403: Fix a bug that CJKCodecs StreamReader hangs when it by Hye-Shik Chang · 17 years ago
  39. f7188ce Make _strptime.TimeRE().pattern() use ``\s+`` for matching whitespace instead by Brett Cannon · 17 years ago
  40. 19fab76 Have configure raise an error when building on AtheOS. Code specific to AtheOS by Brett Cannon · 17 years ago
  41. 25497a1 Fix wrong issue number. by Georg Brandl · 17 years ago
  42. a5ea689 Bug #1722484: remove docstrings again when running with -OO. by Georg Brandl · 17 years ago
  43. 4a700bb SF 1668596/1720897: distutils now copies data files by Neal Norwitz · 17 years ago
  44. 19a7daa Mail if there is an installation failure. by Neal Norwitz · 17 years ago
  45. f0cb1d7 Have cfmfile raise a DeprecationWarning as per PEP 4. by Brett Cannon · 17 years ago
  46. 791d56f Cause buildtools to raise a DeprecationWarning. by Brett Cannon · 17 years ago
  47. c2aa09a Have the sha module raise a DeprecationWarning as specified in PEP 4. by Brett Cannon · 17 years ago
  48. 7eec217 Have md5 raise a DeprecationWarning as per PEP 4. by Brett Cannon · 17 years ago
  49. c249bda Have mimify raise a DeprecationWarning. The docs and PEP 4 have listed the by Brett Cannon · 17 years ago
  50. 90134c9 Have MimeWriter raise a DeprecationWarning as per PEP 4 and its documentation. by Brett Cannon · 17 years ago
  51. adf694b Fix typo in doc by Neal Norwitz · 17 years ago
  52. a0fcb93 Added errors argument to TarFile class that allows the user to by Lars Gustäbel · 17 years ago
  53. 0ac6019 Add the new function object attribute names from py3k. by Neal Norwitz · 17 years ago
  54. 711a54e Added an optional timeout parameter to urllib.ftpwrapper, with tests by Facundo Batista · 18 years ago
  55. c90bc75 shlex.split() now has an optional "posix" parameter. by Georg Brandl · 18 years ago
  56. 8b2bfbc Add -3 option to the interpreter to warn about features that are by Neal Norwitz · 18 years ago
  57. 2134e75 Patch #1686487: you can now pass any mapping after '**' in function calls. by Georg Brandl · 18 years ago
  58. 70f996b Added timeout support to HTTPSConnection, through the by Facundo Batista · 18 years ago
  59. 6f73816 Add Alexandre Vassalotti. by Martin v. Löwis · 18 years ago
  60. 41bf2fa Cause posixfile to raise a DeprecationWarning. Documented as deprecated since by Brett Cannon · 18 years ago
  61. 5e26351 Remove the macfs module. This led to the deprecation of macostools.touched(); by Brett Cannon · 18 years ago
  62. dc48b74 Remove the rgbimg module. It has been deprecated since Python 2.5. by Brett Cannon · 18 years ago
  63. 59f58aa Clear data so random memory does not get freed. Will backport. by Neal Norwitz · 18 years ago
  64. 6290305 Backport PEP 3110's new 'except' syntax to 2.6. by Collin Winter · 18 years ago
  65. d75f043 Remove the gopherlib module. It has been raising a DeprecationWarning since by Brett Cannon · 18 years ago
  66. b1a9b37 Fix bug in marshal where bad data would cause a segfault due to by Neal Norwitz · 18 years ago
  67. fa15511 Change the maintainer of the BeOS port. by Brett Cannon · 18 years ago
  68. e0e70a4 Mention removal of some directories for obsolete platforms by Neal Norwitz · 18 years ago
  69. a09a96a HTML-escape the plain traceback in cgitb's HTML output, to prevent by Georg Brandl · 18 years ago
  70. 25e4461 Remove references to stdwin which was removed long ago. by Neal Norwitz · 18 years ago
  71. 42dd86b Deprecate os.popen* and popen2 module in favor of the subprocess module. by Neal Norwitz · 18 years ago
  72. d984103 Don't ever report a failure when the sum of the reference count differences by Neal Norwitz · 18 years ago
  73. 58e123d Verify changes to the trunk go to the normal checkins list 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. 714e19a There really are some tests that are problematic. by Neal Norwitz · 18 years ago
  78. 3dc6e90 Patch #1698768: updated the "using Python on the Mac" intro. by Georg Brandl · 18 years ago
  79. fb4b3b7 Bug #1706381: Specifying the SWIG option "-c++" in the setup.py file by Georg Brandl · 18 years ago
  80. d918a65 Added a comment about last change in urllib2.py (all 2xx responses are ok now). by Facundo Batista · 18 years ago
  81. 5d08bd7 Add an optional address to copy the failure mails to. by Neal Norwitz · 18 years ago
  82. bcc1822 Add Travis Oliphant. by Martin v. Löwis · 18 years ago
  83. cbd9ee6 When __slots__ are set to a unicode string, make it work the same as by Neal Norwitz · 18 years ago
  84. 4234827 Fix utf-8-sig incremental decoder, which didn't recognise a BOM when the by Walter Dörwald · 18 years ago
  85. 4db5fe9 SF 1193128: Let str.translate(None) be an identity transformation by Raymond Hettinger · 18 years ago
  86. 1393669 SF 1191699: Make slices picklable by Raymond Hettinger · 18 years ago
  87. 400a49b Add window.chgat() method, submitted via e-mail by Fabian Kreutz by Andrew M. Kuchling · 18 years ago
  88. 55a1864 Doc that file.next() has undefined behaviour when called on a file opened with by Brett Cannon · 18 years ago
  89. 3bf573f Bug #1686475: Support stat'ing open files on Windows again. by Martin v. Löwis · 18 years ago
  90. e6dae6c Implement a contextmanager test.test_support.catch_warning that can by Walter Dörwald · 18 years ago
  91. e19e0c2 - Fix an off-by-one bug in locale.strxfrm(). by Matthias Klose · 18 years ago
  92. c690665 time.strptime's caching of its locale object was being recreated when the by Brett Cannon · 18 years ago
  93. 8f35f44 SF #1685563, MSVCCompiler creates redundant and long PATH strings by Neal Norwitz · 18 years ago
  94. db84603 Bug #1655392: don't add -L/usr/lib/pythonX.Y/config to the LDFLAGS by Georg Brandl · 18 years ago
  95. b6a5c9d Added timout parameter to telnetlib.Telnet. Also created by Facundo Batista · 18 years ago
  96. c64ad48 Patch #1489771: update syntax rules in Python Reference Manual. by Žiga Seilnacht · 18 years ago
  97. 234b1ff Add note about type.__init__(). by Guido van Rossum · 18 years ago
  98. 07c78be Added a 'create_connect()' function to socket.py, which creates a by Facundo Batista · 18 years ago
  99. 0af3388 Bug #978833: Revert r50844, as it broke _socketobject.dup. Will backport. by Martin v. Löwis · 18 years ago
  100. 2f401d7 Patch #1686451: Fix return type for PySequence_{Count,Index,Fast_GET_SIZE}. by Martin v. Löwis · 18 years ago