1. 6371cd8 Patch #1733960: Allow T_LONGLONG to accept ints. Will backport to 2.5. by Martin v. Löwis · 18 years ago
  2. 7dbd2a3 Prevent expandtabs() on string and unicode objects from causing a segfault when by Neal Norwitz · 18 years ago
  3. da587ab Bug #1733488: Fix compilation of bufferobject.c on AIX. Will backport to 2.5. by Martin v. Löwis · 18 years ago
  4. 10951d5 Added an optional timeout parameter to function urllib2.urlopen, by Facundo Batista · 18 years ago
  5. 9249312 FTP.ntransfercmd method now uses create_connection when passive, by Facundo Batista · 18 years ago
  6. 9b54140 Bug #1728403: Fix a bug that CJKCodecs StreamReader hangs when it by Hye-Shik Chang · 18 years ago
  7. f7188ce Make _strptime.TimeRE().pattern() use ``\s+`` for matching whitespace instead by Brett Cannon · 18 years ago
  8. 19fab76 Have configure raise an error when building on AtheOS. Code specific to AtheOS by Brett Cannon · 18 years ago
  9. 25497a1 Fix wrong issue number. by Georg Brandl · 18 years ago
  10. a5ea689 Bug #1722484: remove docstrings again when running with -OO. by Georg Brandl · 18 years ago
  11. 4a700bb SF 1668596/1720897: distutils now copies data files by Neal Norwitz · 18 years ago
  12. 19a7daa Mail if there is an installation failure. by Neal Norwitz · 18 years ago
  13. f0cb1d7 Have cfmfile raise a DeprecationWarning as per PEP 4. by Brett Cannon · 18 years ago
  14. 791d56f Cause buildtools to raise a DeprecationWarning. by Brett Cannon · 18 years ago
  15. c2aa09a Have the sha module raise a DeprecationWarning as specified in PEP 4. by Brett Cannon · 18 years ago
  16. 7eec217 Have md5 raise a DeprecationWarning as per PEP 4. by Brett Cannon · 18 years ago
  17. c249bda Have mimify raise a DeprecationWarning. The docs and PEP 4 have listed the by Brett Cannon · 18 years ago
  18. 90134c9 Have MimeWriter raise a DeprecationWarning as per PEP 4 and its documentation. by Brett Cannon · 18 years ago
  19. adf694b Fix typo in doc by Neal Norwitz · 18 years ago
  20. a0fcb93 Added errors argument to TarFile class that allows the user to by Lars Gustäbel · 18 years ago
  21. 0ac6019 Add the new function object attribute names from py3k. by Neal Norwitz · 18 years ago
  22. 711a54e Added an optional timeout parameter to urllib.ftpwrapper, with tests by Facundo Batista · 18 years ago
  23. c90bc75 shlex.split() now has an optional "posix" parameter. by Georg Brandl · 18 years ago
  24. 8b2bfbc Add -3 option to the interpreter to warn about features that are by Neal Norwitz · 18 years ago
  25. 2134e75 Patch #1686487: you can now pass any mapping after '**' in function calls. by Georg Brandl · 18 years ago
  26. 70f996b Added timeout support to HTTPSConnection, through the by Facundo Batista · 18 years ago
  27. 6f73816 Add Alexandre Vassalotti. by Martin v. Löwis · 18 years ago
  28. 41bf2fa Cause posixfile to raise a DeprecationWarning. Documented as deprecated since by Brett Cannon · 18 years ago
  29. 5e26351 Remove the macfs module. This led to the deprecation of macostools.touched(); by Brett Cannon · 18 years ago
  30. dc48b74 Remove the rgbimg module. It has been deprecated since Python 2.5. by Brett Cannon · 18 years ago
  31. 59f58aa Clear data so random memory does not get freed. Will backport. by Neal Norwitz · 18 years ago
  32. 6290305 Backport PEP 3110's new 'except' syntax to 2.6. by Collin Winter · 18 years ago
  33. d75f043 Remove the gopherlib module. It has been raising a DeprecationWarning since by Brett Cannon · 18 years ago
  34. b1a9b37 Fix bug in marshal where bad data would cause a segfault due to by Neal Norwitz · 18 years ago
  35. fa15511 Change the maintainer of the BeOS port. by Brett Cannon · 18 years ago
  36. e0e70a4 Mention removal of some directories for obsolete platforms by Neal Norwitz · 18 years ago
  37. a09a96a HTML-escape the plain traceback in cgitb's HTML output, to prevent by Georg Brandl · 18 years ago
  38. 25e4461 Remove references to stdwin which was removed long ago. by Neal Norwitz · 18 years ago
  39. 42dd86b Deprecate os.popen* and popen2 module in favor of the subprocess module. by Neal Norwitz · 18 years ago
  40. d984103 Don't ever report a failure when the sum of the reference count differences by Neal Norwitz · 18 years ago
  41. 58e123d Verify changes to the trunk go to the normal checkins list by Neal Norwitz · 18 years ago
  42. 8549ce3 Updates of recent changes to logging. by Vinay Sajip · 18 years ago
  43. 229cee2 Deprecate BaseException.message as per PEP 352. by Brett Cannon · 18 years ago
  44. 9790a27 Fix for #1303614 and #1174712: by Armin Rigo · 18 years ago
  45. 714e19a There really are some tests that are problematic. by Neal Norwitz · 18 years ago
  46. 3dc6e90 Patch #1698768: updated the "using Python on the Mac" intro. by Georg Brandl · 18 years ago
  47. fb4b3b7 Bug #1706381: Specifying the SWIG option "-c++" in the setup.py file by Georg Brandl · 18 years ago
  48. d918a65 Added a comment about last change in urllib2.py (all 2xx responses are ok now). by Facundo Batista · 18 years ago
  49. 5d08bd7 Add an optional address to copy the failure mails to. by Neal Norwitz · 18 years ago
  50. bcc1822 Add Travis Oliphant. by Martin v. Löwis · 18 years ago
  51. cbd9ee6 When __slots__ are set to a unicode string, make it work the same as by Neal Norwitz · 18 years ago
  52. 4234827 Fix utf-8-sig incremental decoder, which didn't recognise a BOM when the by Walter Dörwald · 18 years ago
  53. 4db5fe9 SF 1193128: Let str.translate(None) be an identity transformation by Raymond Hettinger · 18 years ago
  54. 1393669 SF 1191699: Make slices picklable by Raymond Hettinger · 18 years ago
  55. 400a49b Add window.chgat() method, submitted via e-mail by Fabian Kreutz by Andrew M. Kuchling · 18 years ago
  56. 55a1864 Doc that file.next() has undefined behaviour when called on a file opened with by Brett Cannon · 18 years ago
  57. 3bf573f Bug #1686475: Support stat'ing open files on Windows again. by Martin v. Löwis · 18 years ago
  58. e6dae6c Implement a contextmanager test.test_support.catch_warning that can by Walter Dörwald · 18 years ago
  59. e19e0c2 - Fix an off-by-one bug in locale.strxfrm(). by Matthias Klose · 18 years ago
  60. c690665 time.strptime's caching of its locale object was being recreated when the by Brett Cannon · 18 years ago
  61. 8f35f44 SF #1685563, MSVCCompiler creates redundant and long PATH strings by Neal Norwitz · 18 years ago
  62. db84603 Bug #1655392: don't add -L/usr/lib/pythonX.Y/config to the LDFLAGS by Georg Brandl · 18 years ago
  63. b6a5c9d Added timout parameter to telnetlib.Telnet. Also created by Facundo Batista · 18 years ago
  64. c64ad48 Patch #1489771: update syntax rules in Python Reference Manual. by Žiga Seilnacht · 18 years ago
  65. 234b1ff Add note about type.__init__(). by Guido van Rossum · 18 years ago
  66. 07c78be Added a 'create_connect()' function to socket.py, which creates a by Facundo Batista · 18 years ago
  67. 0af3388 Bug #978833: Revert r50844, as it broke _socketobject.dup. Will backport. by Martin v. Löwis · 18 years ago
  68. 2f401d7 Patch #1686451: Fix return type for PySequence_{Count,Index,Fast_GET_SIZE}. by Martin v. Löwis · 18 years ago
  69. eff49dc Add Mark Dickinson for SF # 1675423. by Neal Norwitz · 18 years ago
  70. 143b564 - Bug #1683368: The object.__init__() and object.__new__() methods are by Guido van Rossum · 18 years ago
  71. f493cbd Back out "Patch #1643874: memory leak in ctypes fixed." by Thomas Heller · 18 years ago
  72. 7492e42 Bug #1675967: re patterns pickled with older Python versions can by Žiga Seilnacht · 18 years ago
  73. cae9f3d New test for rev. 54407 which only uses directories under TESTFN. by Georg Brandl · 18 years ago
  74. 5cb76c1 Patch #1682205: a TypeError while unpacking an iterable is no longer by Georg Brandl · 18 years ago
  75. aa754b7 Remove unused file spotted by Paul Hankin by Neal Norwitz · 18 years ago
  76. c990f64 Try backing out 54407 to see if it corrects the problems on the Windows by Neal Norwitz · 18 years ago
  77. a8785cc Patch #1630118: add a SpooledTemporaryFile class to tempfile. by Collin Winter · 18 years ago
  78. f09c626 move note to the correct section by Gregory P. Smith · 18 years ago
  79. 2b86994 Patch #1675423: PyComplex_AsCComplex() now tries to convert an object by Georg Brandl · 18 years ago
  80. 6f18774 Patch 1339796: add a relpath() function to os.path. by Collin Winter · 18 years ago
  81. 6f2d09c Patch #1623563: allow __class__ assignment for classes with __slots__. by Žiga Seilnacht · 18 years ago
  82. 8844e43 Patch #1273829: os.walk() now has a "followlinks" parameter. If set to by Georg Brandl · 18 years ago
  83. 8f06d02 Bug #1681228: the webbrowser module now correctly uses the default by Georg Brandl · 18 years ago
  84. 77c67bd Patch #1642547: Fix an error/crash when encountering syntax errors in complex if statements. by Collin Winter · 18 years ago
  85. 20f43d3 Patch #1462488: prevent a segfault in object_reduce_ex() by splitting by Žiga Seilnacht · 18 years ago
  86. ab1f467 Patch #1681153: the wave module now closes a file object it opened if by Georg Brandl · 18 years ago
  87. 72d9eec Wrap a long line and fix a typo (is -> if) by Neal Norwitz · 18 years ago
  88. ea2835a Raise ResourceDenied in test_urllib2net when the Net connection goes bad. by Brett Cannon · 18 years ago
  89. ed00184 Note how test_socket_ssl has various exceptions that deal with a flaky Net by Brett Cannon · 18 years ago
  90. cd1210a Patch #1559413: Fix test_cmd_line if sys.executable contains a space. by Martin v. Löwis · 18 years ago
  91. 71436f0 Patch #1680015: Don't modify __slots__ tuple if it contains an unicode by Žiga Seilnacht · 18 years ago
  92. f66b603 Bug #767111: fix long-standing bug in urllib which caused an by Georg Brandl · 18 years ago
  93. 4aef727 Patch #1185447: binascii.b2a_qp() now correctly quotes binary characters by Georg Brandl · 18 years ago
  94. 03b90d8 Patch #957650: "%var%" environment variable references are now properly by Georg Brandl · 18 years ago
  95. b6ae6aa Patch #1429539: pdb now correctly initializes the __main__ module for by Georg Brandl · 18 years ago
  96. bad6f19 NEWS entry for getstatus() deprecation. by Georg Brandl · 18 years ago
  97. 8e84c65 Patch #1393667: pdb now has a "run" command which restarts the debugged by Georg Brandl · 18 years ago
  98. 5240d74 Patch #1444529: the builtin compile() now accepts keyword arguments. (backport) by Georg Brandl · 18 years ago
  99. 5dc4fe0 Patch #1649190: Adding support for _Bool to ctypes as c_bool, by David Remahl. by Thomas Heller · 18 years ago
  100. 8441f15 Patch #1530482: add pydoc.render_doc() which returns the documentation by Georg Brandl · 18 years ago