1. 2116b12 Issue #23865: close() methods in multiple modules now are idempotent and more by Serhiy Storchaka · 9 years ago
  2. 1c5e281 Use assertRaisesRegex instead of deprecated assertRaisesRegexp. by Serhiy Storchaka · 9 years ago
  3. 93da9b5 Use assertRaisesRegex instead of deprecated assertRaisesRegexp. by Serhiy Storchaka · 9 years ago
  4. 7ecfc82 Issue #23400: Raise same exception on both Python 2 and 3 if sem_open is not available. by Berker Peksag · 9 years ago
  5. 52c0c33 Skip nntplib tests when transient errors captured. by Berker Peksag · 9 years ago
  6. c9d11c3 Issue #23879, asyncio: SelectorEventLoop.sock_connect() must not call connect() by Victor Stinner · 9 years ago
  7. 033c58a remove smtpd dead code (closes #23873) by Benjamin Peterson · 9 years ago
  8. b32fb8d Update pip to 6.1.1 by Donald Stufft · 9 years ago
  9. 4bea461 Issue #23881: ftp://gatekeeper.research.compaq.com/ and ftp://ftp.debian.org/ by Victor Stinner · 9 years ago
  10. ab73e65 Issue #23881: urllib.request.ftpwrapper constructor now closes the socket if by Victor Stinner · 9 years ago
  11. fe508d1 Upgrade pip to 6.1.0 and setuptools to 15.0 by Donald Stufft · 9 years ago
  12. 6fbeae4 Issue #22977: Remove unconditional import of ctypes. by Serhiy Storchaka · 9 years ago
  13. 291d7b0 Issue #23400: Raise same exception on both Python 2 and 3 if sem_open is not available. by Berker Peksag · 9 years ago
  14. b8e973f Issue #23027: test_warnings now passes all tests when run it with -Werror. by Berker Peksag · 9 years ago
  15. d096208 Skip nntplib tests when transient errors captured. by Berker Peksag · 9 years ago
  16. 716b3d3 Issue #23883: Add missing entries to traceback.__all__. by Berker Peksag · 9 years ago
  17. cb6fdf2 issue10838: Rename the subprocess.mswindows internal global to _mswindows. by Gregory P. Smith · 9 years ago
  18. ace5586 Addresses Issue #10838: The subprocess now module includes by Gregory P. Smith · 9 years ago
  19. 3c28878 Merge 3.4 (asyncio) by Victor Stinner · 9 years ago
  20. 1515450 Issue #23411: Added DefragResult, ParseResult, SplitResult, DefragResultBytes, by Serhiy Storchaka · 9 years ago
  21. 43a1bed merge 3.4 (#23873) by Benjamin Peterson · 9 years ago
  22. 62f5278 update pip to 6.1.1 by Donald Stufft · 9 years ago
  23. 388bf30 Merge 3.4 (test_urllib2net) by Victor Stinner · 9 years ago
  24. a9dd680 (Merge 3.4) Issue #23881: urllib.request.ftpwrapper constructor now closes the by Victor Stinner · 9 years ago
  25. 9bcbdb4 Merged update of pip to 6.1.0 and setuptools to 15.0 by Donald Stufft · 9 years ago
  26. 62aa7dc Issue #22721: An order of multiline pprint output of set or dict containing by Serhiy Storchaka · 9 years ago
  27. 01362da Issue #22977: Remove unconditional import of ctypes. by Serhiy Storchaka · 9 years ago
  28. cae7bdb #3566: Clean up handling of remote server disconnects. by R David Murray · 9 years ago
  29. 142bf56 merge 3.4 (#23872) by Benjamin Peterson · 9 years ago
  30. 0c80331 fix extended command syntax (closes #23872) by Benjamin Peterson · 9 years ago
  31. de1c27f Issue #23466: Fixed expected error message in test_format. by Serhiy Storchaka · 9 years ago
  32. b599ca8 Fixed test_enum for issue #15582. by Serhiy Storchaka · 9 years ago
  33. 06e6610 Issue #15133: _tkinter.tkapp.getboolean() now supports Tcl_Obj and always by Serhiy Storchaka · 9 years ago
  34. 9a6e201 Issue #15133: _tkinter.tkapp.getboolean() now supports Tcl_Obj and always by Serhiy Storchaka · 9 years ago
  35. 46ba6c8 Issue #22831: Use "with" to avoid possible fd leaks. by Serhiy Storchaka · 9 years ago
  36. ae2d667 Open files in binary mode to avoid newlines transformation. by Serhiy Storchaka · 9 years ago
  37. c9ba38c Open files in binary mode to avoid newlines transformation. by Serhiy Storchaka · 9 years ago
  38. 778db28 Issue #10590: xml.sax.parseString() now supports string argument. by Serhiy Storchaka · 9 years ago
  39. a110eb4 Issue #23825: Fixed test_idle under -OO. by Serhiy Storchaka · 9 years ago
  40. 9fa84b2 Issue #23825: Fixed test_idle under -OO. by Serhiy Storchaka · 9 years ago
  41. 5cf2b72 Issue #15582: inspect.getdoc() now follows inheritance chains. by Serhiy Storchaka · 9 years ago
  42. 41525e3 Issue #23466: Raised OverflowError if %c argument is out of range. by Serhiy Storchaka · 9 years ago
  43. 50ef0f4 Escaped backslashes in docstrings. by Serhiy Storchaka · 9 years ago
  44. 9f8a891 Escaped backslashes in docstrings. by Serhiy Storchaka · 9 years ago
  45. 4deb950 Issue #22351. MockSslTests tests in test_nntplib now are reported if skipped. by Serhiy Storchaka · 9 years ago
  46. 8077434 Issue #22351. MockSslTests tests in test_nntplib now are reported if skipped. by Serhiy Storchaka · 9 years ago
  47. 8c9bba0 Issue #22351: Fix test_nntplib if the ssl module is missing by Victor Stinner · 9 years ago
  48. 13e41c5 Issue #10590: Added tests for xml.sax.parse() and xml.sax.parseString(). by Serhiy Storchaka · 9 years ago
  49. 13019fd Issue #22117: Add a new _PyTime_FromSeconds() function by Victor Stinner · 9 years ago
  50. 21dfffa Merge 3.4 (test_nntplib) by Victor Stinner · 9 years ago
  51. f1468eb Issue #10590: Added tests for xml.sax.parse() and xml.sax.parseString(). by Serhiy Storchaka · 9 years ago
  52. 61de087 Issue #2175: SAX parsers now support a character stream of InputSource object. by Serhiy Storchaka · 9 years ago
  53. 278ba26 Issue #2175: Added tests for xml.sax.saxutils.prepare_input_source(). by Serhiy Storchaka · 9 years ago
  54. aa9563c Issue #2175: Added tests for xml.sax.saxutils.prepare_input_source(). by Serhiy Storchaka · 9 years ago
  55. b162914 Issue #16840: Fixed test_tcl for Tcl < 8.5. by Serhiy Storchaka · 9 years ago
  56. 2379d54 Issue #16840: Fixed test_tcl for Tcl < 8.5. by Serhiy Storchaka · 9 years ago
  57. 9fe562b Issue #21526: Skip test_booleans on Tcl < 8.5. by Serhiy Storchaka · 9 years ago
  58. a5a4bd7 Issue #21526: Skip test_booleans on Tcl < 8.5. by Serhiy Storchaka · 9 years ago
  59. 4c7dc48 Issue #16840: Tkinter now supports 64-bit integers added in Tcl 8.4 and by Serhiy Storchaka · 9 years ago
  60. ea134da Issue #16840: Tkinter now supports 64-bit integers added in Tcl 8.4 and by Serhiy Storchaka · 9 years ago
  61. 39c0721 Merge 3.4 (test_exceptions) by Victor Stinner · 9 years ago
  62. d223fa6 Issue #22977: Fix test_exceptions by Victor Stinner · 9 years ago
  63. b761662 Issue #21526: Fixed the test_booleans test for wantobjects = 0. by Serhiy Storchaka · 9 years ago
  64. 9171fe5 Issue #21526: Fixed the test_booleans test for wantobjects = 0. by Serhiy Storchaka · 9 years ago
  65. b452f41 Issue #21526: Fixed support of new boolean type in Tcl 8.5. by Serhiy Storchaka · 9 years ago
  66. f7de3dd Issue #21526: Tkinter now supports new boolean type in Tcl 8.5. by Serhiy Storchaka · 9 years ago
  67. 1399a01 Issue #22977: Fixed formatting Windows error messages on Wine. by Serhiy Storchaka · 9 years ago
  68. f41f8f9 Issue #22977: Fixed formatting Windows error messages on Wine. by Serhiy Storchaka · 9 years ago
  69. 4b9df0d merge 3.4 (#23844) by Benjamin Peterson · 9 years ago
  70. a7eaf56 replace 512 bit dh key with a 2014 bit one (closes #23844) by Benjamin Peterson · 9 years ago
  71. 62d1c70 Issue #22117, issue #23485: Fix _PyTime_AsMilliseconds() and by Victor Stinner · 9 years ago
  72. 067bbba Check deques against common sequence tests (except for slicing). by Raymond Hettinger · 9 years ago
  73. c19c396 Issue #23821: Fixed test_pdb failure under -O. by Serhiy Storchaka · 9 years ago
  74. a16de5d Issue #23821: Fixed test_pdb failure under -O. by Serhiy Storchaka · 9 years ago
  75. 05ddbf0 Issue #23838: linecache now clears the cache and returns an empty result on by Serhiy Storchaka · 9 years ago
  76. c512adc Issue #23838: linecache now clears the cache and returns an empty result on by Serhiy Storchaka · 9 years ago
  77. c05e260 Issue #23799: Added test.support.start_threads() for running and cleaning up by Serhiy Storchaka · 9 years ago
  78. 263dcd2 Issue #23799: Added test.support.start_threads() for running and cleaning up by Serhiy Storchaka · 9 years ago
  79. 41290a6 Issue 23793: Add deque support for __add__(), __mul__(), and __imul__(). by Raymond Hettinger · 9 years ago
  80. e50e780 Issue #23611: Fixed enums pickling tests. Now all picklings work with all by Serhiy Storchaka · 9 years ago
  81. 5236e31 Issue #18473: Fixed pickle compatibility tests for optional modules. by Serhiy Storchaka · 9 years ago
  82. b9100e5 Issue #18473: Fixed pickle compatibility tests for optional modules. by Serhiy Storchaka · 9 years ago
  83. 3822093 Issue #10395: Added os.path.commonpath(). Implemented in posixpath and ntpath. by Serhiy Storchaka · 9 years ago
  84. 58e4134 Issue #23611: Serializing more "lookupable" objects (such as unbound methods by Serhiy Storchaka · 9 years ago
  85. 72e731c Issue #13583: sqlite3.Row now supports slice indexing. by Serhiy Storchaka · 9 years ago
  86. 80d84c8 Merge heads by Serhiy Storchaka · 9 years ago
  87. d5d818d Issue #18473: Fixed 2to3 and 3to2 compatible pickle mappings. by Serhiy Storchaka · 9 years ago
  88. bfe1824 Issue #18473: Fixed 2to3 and 3to2 compatible pickle mappings. by Serhiy Storchaka · 9 years ago
  89. b310173 Issue #23485: Enhance and update selectors doc and test_selectors by Victor Stinner · 9 years ago
  90. 45ca48b Issue #23485: select.devpoll.poll() is now retried when interrupted by a signal by Victor Stinner · 9 years ago
  91. 4448c08 Issue #23485: select.kqueue.control() is now retried when interrupted by a signal by Victor Stinner · 9 years ago
  92. 41eba22 Issue #23485: select.epoll.poll() is now retried when interrupted by a signal by Victor Stinner · 9 years ago
  93. 3c7d6e0 Issue #23485: select.poll.poll() is now retried when interrupted by a signal by Victor Stinner · 9 years ago
  94. 749a6a8 Issue #23485: Fix test_signal, select.select() now retries the syscall if the by Victor Stinner · 9 years ago
  95. f70e1ca Issue #23485: select.select() is now retried automatically with the recomputed by Victor Stinner · 9 years ago
  96. 3f5d48b Partially revert 3603bae63c13 (issue23326) for asyncio. by Serhiy Storchaka · 9 years ago
  97. c156e51 Merge: #23792: also catch interrupt around pipe.write. by R David Murray · 9 years ago
  98. e7f5e14 #23792: also catch interrupt around pipe.write. by R David Murray · 9 years ago
  99. 5fdde71 Issue #23605: Fix typo in an os.walk() comment by Victor Stinner · 9 years ago
  100. 09dab7a Merge 3.5.0a3 release engineering changes back into trunk. by Larry Hastings · 9 years ago