1. 38c707e Issue #21741: Update 147 test modules to use test discovery. by Zachary Ware · 9 years ago
  2. d5aec7b Issue #21116: Avoid blowing memory when allocating a multiprocessing shared by Antoine Pitrou · 9 years ago
  3. f299abd Issue #23731: Implement PEP 488. by Brett Cannon · 9 years ago
  4. a63cc21 Issue #23726: Don't enable GC for user subclasses of non-GC types that don't add any new fields. by Antoine Pitrou · 9 years ago
  5. 56452ee Issue #22982: Improve BOM handling when seeking to multiple positions of a writable text file. by Antoine Pitrou · 9 years ago
  6. 85e3ee7 Issue #22982: Improve BOM handling when seeking to multiple positions of a writable text file. by Antoine Pitrou · 9 years ago
  7. 0f164c6 Merge by Antoine Pitrou · 9 years ago
  8. 20d31b5 Merge by Antoine Pitrou · 9 years ago
  9. cb46f0e Issue #23309: Avoid a deadlock at shutdown if a daemon thread is aborted by Antoine Pitrou · 9 years ago
  10. 25f85d4 Issue #23309: Avoid a deadlock at shutdown if a daemon thread is aborted by Antoine Pitrou · 9 years ago
  11. 774ac37 Closes #17202: Merge with 3.4 by Zachary Ware · 9 years ago
  12. 4c9c848 Issue #17202: Add .bat to .hgeol to force them to CRLF. by Zachary Ware · 9 years ago
  13. 9c680b0 Actually run the builtins Argument Clinic test by Nick Coghlan · 9 years ago
  14. e81a773 #23464: remove JoinableQueue that was deprecated in 3.4.4. by R David Murray · 9 years ago
  15. 48a724f Close issue23900: add default __doc__ to new enumerations that do not specify one. by Ethan Furman · 9 years ago
  16. e173c07 Unittest for Issue 21511 by Christie Wilson bobcatfish@gmail.com. by Guido van Rossum · 9 years ago
  17. ecb75e2 Issue #23062: Add a test for suppressing --version with argparse.SUPPRESS. by Berker Peksag · 9 years ago
  18. 7e7a3db Issue #23865: close() methods in multiple modules now are idempotent and more by Serhiy Storchaka · 9 years ago
  19. f172cae - fix file permission for Lib/test/test_script_helper.py by doko@ubuntu.com · 9 years ago
  20. 0ac8aa7 Unittest for Issue 21511 by Christie Wilson bobcatfish@gmail.com (merge from 3.4). by Guido van Rossum · 9 years ago
  21. 3323da9 Issue23826: fix doc test for -OO runs by Ethan Furman · 9 years ago
  22. 2dbc6e6 Issue #23529: Limit the size of decompressed data when reading from by Antoine Pitrou · 9 years ago
  23. 056eb96 Merge heads by Serhiy Storchaka · 9 years ago
  24. 71fd224 Issue #21859: Added Python implementation of io.FileIO. by Serhiy Storchaka · 9 years ago
  25. 82c920c Issue #23062: Add a test for suppressing --version with argparse.SUPPRESS. by Berker Peksag · 9 years ago
  26. 2116b12 Issue #23865: close() methods in multiple modules now are idempotent and more by Serhiy Storchaka · 9 years ago
  27. 1c5e281 Use assertRaisesRegex instead of deprecated assertRaisesRegexp. by Serhiy Storchaka · 9 years ago
  28. 93da9b5 Use assertRaisesRegex instead of deprecated assertRaisesRegexp. by Serhiy Storchaka · 9 years ago
  29. 7ecfc82 Issue #23400: Raise same exception on both Python 2 and 3 if sem_open is not available. by Berker Peksag · 9 years ago
  30. 52c0c33 Skip nntplib tests when transient errors captured. by Berker Peksag · 9 years ago
  31. c9d11c3 Issue #23879, asyncio: SelectorEventLoop.sock_connect() must not call connect() by Victor Stinner · 9 years ago
  32. 033c58a remove smtpd dead code (closes #23873) by Benjamin Peterson · 9 years ago
  33. b32fb8d Update pip to 6.1.1 by Donald Stufft · 9 years ago
  34. 4bea461 Issue #23881: ftp://gatekeeper.research.compaq.com/ and ftp://ftp.debian.org/ by Victor Stinner · 9 years ago
  35. ab73e65 Issue #23881: urllib.request.ftpwrapper constructor now closes the socket if by Victor Stinner · 9 years ago
  36. fe508d1 Upgrade pip to 6.1.0 and setuptools to 15.0 by Donald Stufft · 9 years ago
  37. 6fbeae4 Issue #22977: Remove unconditional import of ctypes. by Serhiy Storchaka · 9 years ago
  38. 291d7b0 Issue #23400: Raise same exception on both Python 2 and 3 if sem_open is not available. by Berker Peksag · 9 years ago
  39. b8e973f Issue #23027: test_warnings now passes all tests when run it with -Werror. by Berker Peksag · 9 years ago
  40. d096208 Skip nntplib tests when transient errors captured. by Berker Peksag · 9 years ago
  41. 716b3d3 Issue #23883: Add missing entries to traceback.__all__. by Berker Peksag · 9 years ago
  42. cb6fdf2 issue10838: Rename the subprocess.mswindows internal global to _mswindows. by Gregory P. Smith · 9 years ago
  43. ace5586 Addresses Issue #10838: The subprocess now module includes by Gregory P. Smith · 9 years ago
  44. 3c28878 Merge 3.4 (asyncio) by Victor Stinner · 9 years ago
  45. 1515450 Issue #23411: Added DefragResult, ParseResult, SplitResult, DefragResultBytes, by Serhiy Storchaka · 9 years ago
  46. 43a1bed merge 3.4 (#23873) by Benjamin Peterson · 9 years ago
  47. 62f5278 update pip to 6.1.1 by Donald Stufft · 9 years ago
  48. 388bf30 Merge 3.4 (test_urllib2net) by Victor Stinner · 9 years ago
  49. a9dd680 (Merge 3.4) Issue #23881: urllib.request.ftpwrapper constructor now closes the by Victor Stinner · 9 years ago
  50. 9bcbdb4 Merged update of pip to 6.1.0 and setuptools to 15.0 by Donald Stufft · 9 years ago
  51. 62aa7dc Issue #22721: An order of multiline pprint output of set or dict containing by Serhiy Storchaka · 9 years ago
  52. 01362da Issue #22977: Remove unconditional import of ctypes. by Serhiy Storchaka · 9 years ago
  53. cae7bdb #3566: Clean up handling of remote server disconnects. by R David Murray · 9 years ago
  54. 142bf56 merge 3.4 (#23872) by Benjamin Peterson · 9 years ago
  55. 0c80331 fix extended command syntax (closes #23872) by Benjamin Peterson · 9 years ago
  56. de1c27f Issue #23466: Fixed expected error message in test_format. by Serhiy Storchaka · 9 years ago
  57. b599ca8 Fixed test_enum for issue #15582. by Serhiy Storchaka · 9 years ago
  58. 06e6610 Issue #15133: _tkinter.tkapp.getboolean() now supports Tcl_Obj and always by Serhiy Storchaka · 9 years ago
  59. 9a6e201 Issue #15133: _tkinter.tkapp.getboolean() now supports Tcl_Obj and always by Serhiy Storchaka · 9 years ago
  60. 46ba6c8 Issue #22831: Use "with" to avoid possible fd leaks. by Serhiy Storchaka · 9 years ago
  61. ae2d667 Open files in binary mode to avoid newlines transformation. by Serhiy Storchaka · 9 years ago
  62. c9ba38c Open files in binary mode to avoid newlines transformation. by Serhiy Storchaka · 9 years ago
  63. 778db28 Issue #10590: xml.sax.parseString() now supports string argument. by Serhiy Storchaka · 9 years ago
  64. a110eb4 Issue #23825: Fixed test_idle under -OO. by Serhiy Storchaka · 9 years ago
  65. 9fa84b2 Issue #23825: Fixed test_idle under -OO. by Serhiy Storchaka · 9 years ago
  66. 5cf2b72 Issue #15582: inspect.getdoc() now follows inheritance chains. by Serhiy Storchaka · 9 years ago
  67. 41525e3 Issue #23466: Raised OverflowError if %c argument is out of range. by Serhiy Storchaka · 9 years ago
  68. 50ef0f4 Escaped backslashes in docstrings. by Serhiy Storchaka · 9 years ago
  69. 9f8a891 Escaped backslashes in docstrings. by Serhiy Storchaka · 9 years ago
  70. 4deb950 Issue #22351. MockSslTests tests in test_nntplib now are reported if skipped. by Serhiy Storchaka · 9 years ago
  71. 8077434 Issue #22351. MockSslTests tests in test_nntplib now are reported if skipped. by Serhiy Storchaka · 9 years ago
  72. 8c9bba0 Issue #22351: Fix test_nntplib if the ssl module is missing by Victor Stinner · 9 years ago
  73. 13e41c5 Issue #10590: Added tests for xml.sax.parse() and xml.sax.parseString(). by Serhiy Storchaka · 9 years ago
  74. 13019fd Issue #22117: Add a new _PyTime_FromSeconds() function by Victor Stinner · 9 years ago
  75. 21dfffa Merge 3.4 (test_nntplib) by Victor Stinner · 9 years ago
  76. f1468eb Issue #10590: Added tests for xml.sax.parse() and xml.sax.parseString(). by Serhiy Storchaka · 9 years ago
  77. 61de087 Issue #2175: SAX parsers now support a character stream of InputSource object. by Serhiy Storchaka · 9 years ago
  78. 278ba26 Issue #2175: Added tests for xml.sax.saxutils.prepare_input_source(). by Serhiy Storchaka · 9 years ago
  79. aa9563c Issue #2175: Added tests for xml.sax.saxutils.prepare_input_source(). by Serhiy Storchaka · 9 years ago
  80. b162914 Issue #16840: Fixed test_tcl for Tcl < 8.5. by Serhiy Storchaka · 9 years ago
  81. 2379d54 Issue #16840: Fixed test_tcl for Tcl < 8.5. by Serhiy Storchaka · 9 years ago
  82. 9fe562b Issue #21526: Skip test_booleans on Tcl < 8.5. by Serhiy Storchaka · 9 years ago
  83. a5a4bd7 Issue #21526: Skip test_booleans on Tcl < 8.5. by Serhiy Storchaka · 9 years ago
  84. 4c7dc48 Issue #16840: Tkinter now supports 64-bit integers added in Tcl 8.4 and by Serhiy Storchaka · 9 years ago
  85. ea134da Issue #16840: Tkinter now supports 64-bit integers added in Tcl 8.4 and by Serhiy Storchaka · 9 years ago
  86. 39c0721 Merge 3.4 (test_exceptions) by Victor Stinner · 9 years ago
  87. d223fa6 Issue #22977: Fix test_exceptions by Victor Stinner · 9 years ago
  88. b761662 Issue #21526: Fixed the test_booleans test for wantobjects = 0. by Serhiy Storchaka · 9 years ago
  89. 9171fe5 Issue #21526: Fixed the test_booleans test for wantobjects = 0. by Serhiy Storchaka · 9 years ago
  90. b452f41 Issue #21526: Fixed support of new boolean type in Tcl 8.5. by Serhiy Storchaka · 9 years ago
  91. f7de3dd Issue #21526: Tkinter now supports new boolean type in Tcl 8.5. by Serhiy Storchaka · 9 years ago
  92. 1399a01 Issue #22977: Fixed formatting Windows error messages on Wine. by Serhiy Storchaka · 9 years ago
  93. f41f8f9 Issue #22977: Fixed formatting Windows error messages on Wine. by Serhiy Storchaka · 9 years ago
  94. 4b9df0d merge 3.4 (#23844) by Benjamin Peterson · 9 years ago
  95. a7eaf56 replace 512 bit dh key with a 2014 bit one (closes #23844) by Benjamin Peterson · 9 years ago
  96. 62d1c70 Issue #22117, issue #23485: Fix _PyTime_AsMilliseconds() and by Victor Stinner · 9 years ago
  97. 067bbba Check deques against common sequence tests (except for slicing). by Raymond Hettinger · 9 years ago
  98. c19c396 Issue #23821: Fixed test_pdb failure under -O. by Serhiy Storchaka · 9 years ago
  99. a16de5d Issue #23821: Fixed test_pdb failure under -O. by Serhiy Storchaka · 9 years ago
  100. 05ddbf0 Issue #23838: linecache now clears the cache and returns an empty result on by Serhiy Storchaka · 9 years ago