1. 38c707e Issue #21741: Update 147 test modules to use test discovery. by Zachary Ware · 9 years ago
  2. f299abd Issue #23731: Implement PEP 488. by Brett Cannon · 9 years ago
  3. 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
  4. 56452ee Issue #22982: Improve BOM handling when seeking to multiple positions of a writable text file. by Antoine Pitrou · 9 years ago
  5. 85e3ee7 Issue #22982: Improve BOM handling when seeking to multiple positions of a writable text file. by Antoine Pitrou · 9 years ago
  6. cb46f0e Issue #23309: Avoid a deadlock at shutdown if a daemon thread is aborted by Antoine Pitrou · 9 years ago
  7. 25f85d4 Issue #23309: Avoid a deadlock at shutdown if a daemon thread is aborted by Antoine Pitrou · 9 years ago
  8. 9c680b0 Actually run the builtins Argument Clinic test by Nick Coghlan · 9 years ago
  9. 48a724f Close issue23900: add default __doc__ to new enumerations that do not specify one. by Ethan Furman · 9 years ago
  10. e173c07 Unittest for Issue 21511 by Christie Wilson bobcatfish@gmail.com. by Guido van Rossum · 9 years ago
  11. ecb75e2 Issue #23062: Add a test for suppressing --version with argparse.SUPPRESS. by Berker Peksag · 9 years ago
  12. f172cae - fix file permission for Lib/test/test_script_helper.py by doko@ubuntu.com · 9 years ago
  13. 0ac8aa7 Unittest for Issue 21511 by Christie Wilson bobcatfish@gmail.com (merge from 3.4). by Guido van Rossum · 9 years ago
  14. 3323da9 Issue23826: fix doc test for -OO runs by Ethan Furman · 9 years ago
  15. 2dbc6e6 Issue #23529: Limit the size of decompressed data when reading from by Antoine Pitrou · 9 years ago
  16. 056eb96 Merge heads by Serhiy Storchaka · 9 years ago
  17. 71fd224 Issue #21859: Added Python implementation of io.FileIO. by Serhiy Storchaka · 9 years ago
  18. 82c920c Issue #23062: Add a test for suppressing --version with argparse.SUPPRESS. by Berker Peksag · 9 years ago
  19. 1c5e281 Use assertRaisesRegex instead of deprecated assertRaisesRegexp. by Serhiy Storchaka · 9 years ago
  20. 93da9b5 Use assertRaisesRegex instead of deprecated assertRaisesRegexp. by Serhiy Storchaka · 9 years ago
  21. 52c0c33 Skip nntplib tests when transient errors captured. by Berker Peksag · 9 years ago
  22. 4bea461 Issue #23881: ftp://gatekeeper.research.compaq.com/ and ftp://ftp.debian.org/ by Victor Stinner · 9 years ago
  23. 6fbeae4 Issue #22977: Remove unconditional import of ctypes. by Serhiy Storchaka · 9 years ago
  24. b8e973f Issue #23027: test_warnings now passes all tests when run it with -Werror. by Berker Peksag · 9 years ago
  25. d096208 Skip nntplib tests when transient errors captured. by Berker Peksag · 9 years ago
  26. 716b3d3 Issue #23883: Add missing entries to traceback.__all__. by Berker Peksag · 9 years ago
  27. cb6fdf2 issue10838: Rename the subprocess.mswindows internal global to _mswindows. by Gregory P. Smith · 9 years ago
  28. ace5586 Addresses Issue #10838: The subprocess now module includes by Gregory P. Smith · 9 years ago
  29. 1515450 Issue #23411: Added DefragResult, ParseResult, SplitResult, DefragResultBytes, by Serhiy Storchaka · 9 years ago
  30. 388bf30 Merge 3.4 (test_urllib2net) by Victor Stinner · 9 years ago
  31. 62aa7dc Issue #22721: An order of multiline pprint output of set or dict containing by Serhiy Storchaka · 9 years ago
  32. 01362da Issue #22977: Remove unconditional import of ctypes. by Serhiy Storchaka · 9 years ago
  33. cae7bdb #3566: Clean up handling of remote server disconnects. by R David Murray · 9 years ago
  34. de1c27f Issue #23466: Fixed expected error message in test_format. by Serhiy Storchaka · 9 years ago
  35. b599ca8 Fixed test_enum for issue #15582. by Serhiy Storchaka · 9 years ago
  36. 06e6610 Issue #15133: _tkinter.tkapp.getboolean() now supports Tcl_Obj and always by Serhiy Storchaka · 9 years ago
  37. 9a6e201 Issue #15133: _tkinter.tkapp.getboolean() now supports Tcl_Obj and always by Serhiy Storchaka · 9 years ago
  38. ae2d667 Open files in binary mode to avoid newlines transformation. by Serhiy Storchaka · 9 years ago
  39. c9ba38c Open files in binary mode to avoid newlines transformation. by Serhiy Storchaka · 9 years ago
  40. 778db28 Issue #10590: xml.sax.parseString() now supports string argument. 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. 80d84c8 Merge heads by Serhiy Storchaka · 9 years ago
  86. d5d818d Issue #18473: Fixed 2to3 and 3to2 compatible pickle mappings. by Serhiy Storchaka · 9 years ago
  87. bfe1824 Issue #18473: Fixed 2to3 and 3to2 compatible pickle mappings. by Serhiy Storchaka · 9 years ago
  88. b310173 Issue #23485: Enhance and update selectors doc and test_selectors by Victor Stinner · 9 years ago
  89. 45ca48b Issue #23485: select.devpoll.poll() is now retried when interrupted by a signal by Victor Stinner · 9 years ago
  90. 4448c08 Issue #23485: select.kqueue.control() is now retried when interrupted by a signal by Victor Stinner · 9 years ago
  91. 41eba22 Issue #23485: select.epoll.poll() is now retried when interrupted by a signal by Victor Stinner · 9 years ago
  92. 3c7d6e0 Issue #23485: select.poll.poll() is now retried when interrupted by a signal by Victor Stinner · 9 years ago
  93. 749a6a8 Issue #23485: Fix test_signal, select.select() now retries the syscall if the by Victor Stinner · 9 years ago
  94. f70e1ca Issue #23485: select.select() is now retried automatically with the recomputed by Victor Stinner · 9 years ago
  95. 2c7b5a9 Issue #23466: %c, %o, %x, and %X in bytes formatting now raise TypeError on by Serhiy Storchaka · 9 years ago
  96. 7901b48 Issue #23171: csv.Writer.writerow() now supports arbitrary iterables. by Serhiy Storchaka · 9 years ago
  97. a695f83 Issue #22117: Remove _PyTime_ROUND_DOWN and _PyTime_ROUND_UP rounding methods by Victor Stinner · 9 years ago
  98. 7d0325d #23745: handle duplicate MIME parameter names in new parser. by R David Murray · 9 years ago
  99. bcdd777 Issue #22117: Add _PyTime_ROUND_CEILING rounding method for timestamps by Victor Stinner · 9 years ago
  100. c4bb599 Merge: #23745: handle duplicate MIME parameter names in new parser. by R David Murray · 9 years ago