1. 0e63f59 Merge fix for issue #11501 by Antoine Pitrou · 14 years ago
  2. e870623 Merge fix for issue #11501 by Antoine Pitrou · 14 years ago
  3. 2c50a09 On behalf of Tarek: Issue #11501: disutils.archive_utils.make_zipfile no by Antoine Pitrou · 14 years ago
  4. 254800e Merge and resolve Misc/NEWS. by Barry Warsaw · 14 years ago
  5. 1f5c958 - Issue #11289: `smtp.SMTP` class becomes a context manager so it can be used by Barry Warsaw · 14 years ago
  6. df1d00a Merge #11554 test_email_codecs activation from 3.2. by R David Murray · 14 years ago
  7. 56a9d7e #11554: reactivate test_email_codecs, and make it pass. by R David Murray · 14 years ago
  8. 2ef7698 Add news item for #11509. by briancurtin · 14 years ago
  9. ee354ea merge default by Michael Foord · 14 years ago
  10. 1341bb0 Closes issue 11407. TestCase.run returns the result object used or created by Michael Foord · 14 years ago
  11. 5596a8c Merge with remote by Nick Coghlan · 14 years ago
  12. d25fd4d Close #11505: Improve string.py coverage by Nick Coghlan · 14 years ago
  13. ba3a978 Issue #11500: Fixed a bug in the os x proxy bypass code for fully qualified IP addresses in the proxy exception list. by Ronald Oussoren · 14 years ago
  14. f2db4de Issue #11500: Fixed a bug in the os x proxy bypass code for fully qualified IP addresses in the proxy exception list. by Ronald Oussoren · 14 years ago
  15. e72e161 Issue #11500: Fixed a bug in the os x proxy bypass code for fully qualified IP addresses in the proxy exception list by Ronald Oussoren · 14 years ago
  16. 30bb6e0 Fix #11491. When dbm.open was called with a file which already exists and by briancurtin · 14 years ago
  17. 525c25d Fix #11491. When dbm.open was called with a file which already exists and by briancurtin · 14 years ago
  18. 94eceeb Fix #11491. When dbm.open was called with a file which already exists and by briancurtin · 14 years ago
  19. 736e7fc Issue #11495: OSF support is eliminated. It was deprecated in Python 3.2 by Jesus Cea · 14 years ago
  20. a9d397b Issue #1099: Fix the build on MacOSX when building a framework with pydebug by Ronald Oussoren · 14 years ago
  21. 42d0f68 Issue #1099: Fix the build on MacOSX when building a framework with pydebug using GCC 4.0. by Ronald Oussoren · 14 years ago
  22. 2503249 Fixes #1099: Mac compile fails with pydebug and framework enabled by Ronald Oussoren · 14 years ago
  23. dcd79a2 Merge fix for #11490 from 3.2. by R David Murray · 14 years ago
  24. 384069c Merge fix for #11490 from 3.1. by R David Murray · 14 years ago
  25. d79210a #11490: EACCES can also mean command not found by R David Murray · 14 years ago
  26. accd1c0 #1162477: accept '.' in addition to ':' when parsing time in date header. by R David Murray · 14 years ago
  27. f74dee4 Merge commit for #11233 by Antoine Pitrou · 14 years ago
  28. d3cccd2 Issue #11223: Fix test_threadsignals to fail, not hang, when the by Antoine Pitrou · 14 years ago
  29. 6cb2b92 convert ast versioning to mercurial by Benjamin Peterson · 14 years ago
  30. b9cd353 Issue 9856: Change object.__format__ with a non-empty format string from a PendingDeprecationWarning to a DeprecationWarning. by Eric V. Smith · 14 years ago
  31. e8eabe7 Merge #11131 by Mark Dickinson · 14 years ago
  32. a7f0dff Merge #11131 by Mark Dickinson · 14 years ago
  33. 37a79fb Issue 11131: Fix sign of zero result on decimal.Decimal plus and minus operations in ROUND_FLOOR rounding mode. by Mark Dickinson · 14 years ago
  34. 16c4ce1 Issue #9935: Speed up pickling of instances of user-defined classes. by Antoine Pitrou · 14 years ago
  35. f5f6288 Issue #11179: Make ccbench work under Python 3.1 and 2.7 again. by Antoine Pitrou · 14 years ago
  36. 375ff58 Issue #11179: Make ccbench work under Python 3.1 and 2.7 again. by Antoine Pitrou · 14 years ago
  37. 17b880a Issue #11244: The peephole optimizer is now able to constant-fold by Antoine Pitrou · 14 years ago
  38. d2dee34 Merge fix for issue #11450 by Antoine Pitrou · 14 years ago
  39. 35db8a8 Merge fix for issue #11450 by Antoine Pitrou · 14 years ago
  40. 7983d33 Issue #11450: Don't truncate hg version info in Py_GetBuildInfo() when by Antoine Pitrou · 14 years ago
  41. 33cb5c9 Issue #5622: merge fix from 3.2. by Ned Deily · 14 years ago
  42. 2d12f96 Issue #5622: merge fix from 3.1. by Ned Deily · 14 years ago
  43. d285318 Issue #5622: Fix curses.wrapper to raise correct exception if curses by Ned Deily · 14 years ago
  44. 63bd5f9 Merge 3.2. by Thomas Wouters · 14 years ago
  45. 6b10343 Merge 3.1. by Thomas Wouters · 14 years ago
  46. 81638f1 Issue #11411: Fix typo in the Makefile that prevented 'make DESTDIR=' from by Thomas Wouters · 14 years ago
  47. 125d5c8 Issue #11408: In threading.Lock.acquire(), only call gettimeofday() when by Antoine Pitrou · 14 years ago
  48. f874deb Merge fix for issue #11391 by Antoine Pitrou · 14 years ago
  49. 80d3610 Merge fix for issue #11391 by Antoine Pitrou · 14 years ago
  50. 16a0a0b Issue #11391: Writing to a mmap object created with by Antoine Pitrou · 14 years ago
  51. 3a9559b Update Misc/NEWS to include issue #9795 (nntplib context manager support) by Giampaolo Rodolà · 14 years ago
  52. 9479d1a Issue #11388: Added a clear() method to MutableSequence by Eli Bendersky · 14 years ago
  53. e0c8635d8 Merged revisions 88735 via svnmerge from by Eli Bendersky · 14 years ago
  54. 1bc4f19 Issue #11386: Fixed the exception thrown by bytearray.pop() for empty bytearrays by Eli Bendersky · 14 years ago
  55. 4db28d3 Issue #10516: added copy() and clear() methods to bytearrays as well by Eli Bendersky · 14 years ago
  56. 752b950 Merged revisions 88730 via svnmerge from by R. David Murray · 14 years ago
  57. 91221f2 #11306: Treat EROFS like EACCES when making a 'file is read-only' decision by R. David Murray · 14 years ago
  58. 2f95dc0 Merged revisions 88722 via svnmerge from by Giampaolo Rodolà · 14 years ago
  59. 9c9105d Merged revisions 88722 via svnmerge from by Giampaolo Rodolà · 14 years ago
  60. 1bc75c6 Fix issue 11265: asyncore now correctly handles EPIPE, EBADF and EAGAIN errors on accept(), recv() and send(). by Giampaolo Rodolà · 14 years ago
  61. 1dfd380 Issue #11377: Deprecate platform.popen() and reimplement it with os.popen(). by Victor Stinner · 14 years ago
  62. 7b3b20a Issue #8513: On UNIX, subprocess supports bytes command string. by Victor Stinner · 14 years ago
  63. 8eda5f7 #11335: Fix memory leak when a sort key function throws an exception by Daniel Stutzbach · 14 years ago
  64. a5c68c3 Issue #8923: cache str.encode() result by Victor Stinner · 14 years ago
  65. 6d970f4 Issue #10831: PyUnicode_FromFormat() supports %li, %lli and %zi formats by Victor Stinner · 14 years ago
  66. 9686545 Issue #10829: Refactor PyUnicode_FromFormat() by Victor Stinner · 14 years ago
  67. f0e293c Merged revisions 88700 via svnmerge from by Victor Stinner · 14 years ago
  68. 096f1a8 Issue #10911: Add tests on CGI with non-ASCII characters by Victor Stinner · 14 years ago
  69. 819c40f Followup to issue #11140 and r88682: also patch _dummy_thread. by Antoine Pitrou · 14 years ago
  70. 2b574a2 Merged revisions 88697 via svnmerge from by Victor Stinner · 14 years ago
  71. 2512a8b Issue #11246: Fix PyUnicode_FromFormat("%V") by Victor Stinner · 14 years ago
  72. 9e719b6 Merged revisions 88460,88464,88466,88486,88511,88652 via svnmerge from by Antoine Pitrou · 14 years ago
  73. 061cfb5 Issue #10866: Add socket.sethostname(). Initial patch by Ross Lagerwall. by Antoine Pitrou · 14 years ago
  74. 8d0f257 Add credit for r88682. by Antoine Pitrou · 14 years ago
  75. fcf81fd Issue #11140: Lock.release() now raises a RuntimeError when attempting by Antoine Pitrou · 14 years ago
  76. 396ff06 Fix issue 8594: adds a source_address parameter to ftplib module. by Giampaolo Rodolà · 14 years ago
  77. 86cbfec Merged revisions 88664 via svnmerge from by Antoine Pitrou · 14 years ago
  78. e93bf7a Issue #11326: Add the missing connect_ex() implementation for SSL sockets, by Antoine Pitrou · 14 years ago
  79. 4914f9e Merged revisions 88652 via svnmerge from by Antoine Pitrou · 14 years ago
  80. d20a5f6 Issue #9931: Fix hangs in GUI tests under Windows in certain conditions. by Antoine Pitrou · 14 years ago
  81. 09c530d Revert r88639 (the optimization changes behaviour and breaks buildbots) by Antoine Pitrou · 14 years ago
  82. ffa1a77 Issue #11258: Speed up ctypes.util.find_library() under Linux a lot. Patch by Antoine Pitrou · 14 years ago
  83. 9fe1ccf Issue #11297: Add collections.ChainMap() by Raymond Hettinger · 14 years ago
  84. 8250e23 Issue #10755: Add the posix.fdlistdir() function. Patch by Ross Lagerwall. by Antoine Pitrou · 14 years ago
  85. f65132d Issue #4761: Add the *at() family of functions (openat(), etc.) to the posix by Antoine Pitrou · 14 years ago
  86. 5d5381e Merged revisions 88622 via svnmerge from by Antoine Pitrou · 14 years ago
  87. 68e5c04 Issue #7322: Trying to read from a socket's file-like object after a timeout by Antoine Pitrou · 14 years ago
  88. 95bcb93 Issue 11291: poplib suppresses errors on QUIT. by Giampaolo Rodolà · 14 years ago
  89. 103a6d6 Issue 11177: asyncore's create_socket() arguments can now be omitted. by Giampaolo Rodolà · 14 years ago
  90. 0bd4deb Issue #6064: Add a `daemon` keyword argument to the threading.Thread by Antoine Pitrou · 14 years ago
  91. d843c2d Merged revisions 88610 via svnmerge from by Antoine Pitrou · 14 years ago
  92. 707ce82 Issue #10956: Buffered I/O classes retry reading or writing after a signal by Antoine Pitrou · 14 years ago
  93. 7e1b9af Update Misc/NEWS to include os.getpriority() and os.setpriority() addition. by Giampaolo Rodolà · 14 years ago
  94. 211b81d Issue #11114: Fix catastrophic performance of tell() on text files (up by Antoine Pitrou · 14 years ago
  95. c9c2c8b Issue 10882: add os.sendfile(). (patch provided by Ross Lagerwall) by Giampaolo Rodolà · 14 years ago
  96. 8f15987 Merged revisions 88438,88440 via svnmerge from by Georg Brandl · 14 years ago
  97. 6baf117 Merged revisions 88426 via svnmerge from by Georg Brandl · 14 years ago
  98. f6c8fd6 Merged revisions 86537,86867-86868,86881,86887,86913-86915,86931-86933,86960,86964,86974,86980,86996,87008,87050 via svnmerge from by Georg Brandl · 14 years ago
  99. cbbaa96 Issue #10516: adding list.clear() and list.copy() methods by Eli Bendersky · 14 years ago
  100. 915605c Merged revisions 88550 via svnmerge from by Antoine Pitrou · 14 years ago