1. 4fadf0c Attempt to fix test_stdin_broken_pipe on Travis (#7210) by Yury Selivanov · 6 years ago
  2. a9cab43 bpo-33197: Update a error message of invalid inspect.Parameters. (GH-6636) by Dong-hee Na · 6 years ago
  3. 9551f77 bpo-33353: test_asyncio use set_write_buffer_limits() (GH-7200) by Victor Stinner · 6 years ago
  4. 73cbe7a bpo-32911: Revert bpo-29463. (GH-7121) (GH-7197) by Serhiy Storchaka · 6 years ago
  5. 2179022 bpo-33654: Support protocol type switching in SSLTransport.set_protocol() (#7194) by Yury Selivanov · 6 years ago
  6. f295587 bpo-33674: Pause the transport as early as possible (#7192) by Yury Selivanov · 6 years ago
  7. be00a55 bpo-33674: asyncio: Fix SSLProtocol race (GH-7175) by Victor Stinner · 6 years ago
  8. 7165754 bpo-32410: Avoid blocking on file IO in sendfile fallback code (GH-7172) by Yury Selivanov · 6 years ago
  9. 416c1eb bpo-32610: Fix asyncio.all_tasks() to return only pending tasks. (GH-7174) by Yury Selivanov · 6 years ago
  10. fdccfe0 bpo-33469: RuntimeError after closing loop that used run_in_executor (GH-7171) by Yury Selivanov · 6 years ago
  11. 989b9e0 bpo-33672: Fix Task.__repr__ crash with Cython's bogus coroutines (GH-7161) by Yury Selivanov · 6 years ago
  12. 8267ea2 bpo-32458: Further tune start_tls tests (#7166) by Yury Selivanov · 6 years ago
  13. c6c05d0 regrtest: repeat summary after re-run (GH-7159) by Victor Stinner · 6 years ago
  14. dbf1022 bpo-33654: Support BufferedProtocol in set_protocol() and start_tls() (GH-7130) by Yury Selivanov · 6 years ago
  15. e549c4b bpo-33505: Optimize asyncio.ensure_future by reordering if conditions (GH-6836) by jimmylai · 6 years ago
  16. 23f587e bpo-31647: Fix write_eof() after close() for SelectorSocketTransport (GH-7149) by twisteroid ambassador · 6 years ago
  17. 08c5aca bpo-32374: Ignore Python-level exceptions in test_bad_traverse (GH-7145) by Marcel Plch · 6 years ago
  18. 97b523d bpo-33652: Remove __getstate__ and __setstate__ methods in typing. (GH-7144) by Serhiy Storchaka · 6 years ago
  19. c651275 bpo-32380: Create functools.singledispatchmethod (#6306) by Ethan Smith · 6 years ago
  20. 09c4a7d bpo-33655: Also ignore test_posix_fallocate failures on BSD platforms (GH-7134) by Ned Deily · 6 years ago
  21. 09f3221 bpo-33652: Improve pickle support in the typing module. (GH-7123) by Serhiy Storchaka · 6 years ago
  22. 4f0bc7f test.regrtest: flush stdout when display progress (#7105) by Victor Stinner · 6 years ago
  23. 483000e bpo-33629: Prevent coredump in test_importlib (GH-7090) by Victor Stinner · 6 years ago
  24. 8506016 bpo-33628: IDLE: Minor code cleanup of codecontext.py and its tests (GH-7085) by Cheryl Sabella · 6 years ago
  25. 8ebf5ce bpo-33109: argparse subparsers are once again not required by default (GH-6919) by Ned Deily · 6 years ago
  26. 453bd0b bpo-33540: Add block_on_close attr to socketserver (GH-6911) by Victor Stinner · 6 years ago
  27. b97de3d bpo-33353: test_asyncio set SO_SNDBUF after connect (GH-7086) by Victor Stinner · 6 years ago
  28. 2932755 bpo-33353: test_asyncio uses smaller sendfile data (#7083) by Victor Stinner · 6 years ago
  29. 529525f bpo-33618: Enable TLS 1.3 in tests (GH-7079) by Christian Heimes · 6 years ago
  30. 825aab9 bpo-27300: Add the errors parameter to tempfile classes. (GH-6696) by sth · 6 years ago
  31. 0e61dff Reverse the meaning of is_argument when used for type check (GH-7039) by Nina Zakharenko · 6 years ago
  32. 8bb0b5b bpo-33604: Remove Pending from hmac Deprecation warning. (GH-7062) by Matthias Bussonnier · 6 years ago
  33. e8eb6cb bpo-33570: TLS 1.3 ciphers for OpenSSL 1.1.1 (GH-6976) by Christian Heimes · 6 years ago
  34. 6c4fab0 bpo-33516: Add support for __round__ in MagicMock (GH-6880) by John Reese · 6 years ago
  35. 2a6d5da Improve comments in test_idle.py. (GH-7057) by Terry Jan Reedy · 6 years ago
  36. ae00fb1 bpo-30877: Fix clearing a cache in the the JSON decoder. (GH-7048) by Serhiy Storchaka · 6 years ago
  37. b7555ba Use IPv4 only to avoid IP address collision (#7030) by Andrew Svetlov · 6 years ago
  38. e253752 Fix asyncio flaky tests (#7023) by Andrew Svetlov · 6 years ago
  39. a84d0b3 bpo-33263: Fix FD leak in _SelectorSocketTransport (GH-6450) by Vlad Starostin · 6 years ago
  40. 4054b17 bpo-26103: Fix inspect.isdatadescriptor() and a data descriptor definition. (GH-1959) by Aaron Hall, MBA · 6 years ago
  41. d361e99 bpo-32262: Fix typo in f-string (GH-7016) by Christian Heimes · 6 years ago
  42. 89a25ce bpo-33541: Remove unused __pad function (GH-4377) by Mario Corchero · 6 years ago
  43. c66c342 bpo-33542: Ignore DUID in uuid.get_node on Windows. (GH-6922) by CtrlZvi · 6 years ago
  44. 6655354 bpo-33584: Fix several minor bugs in asyncio. (GH-7003) by Serhiy Storchaka · 6 years ago
  45. 4151061 bpo-26819: Prevent proactor double read on resume (#6921) by CtrlZvi · 6 years ago
  46. f5e7b19 bpo-23722: Raise a RuntimeError for absent __classcell__. (GH-6931) by Serhiy Storchaka · 6 years ago
  47. 6b0d09b bpo-30928: Update idlelib/NEWS.txt. (#6995) by Terry Jan Reedy · 6 years ago
  48. 654038d bpo-32831: IDLE: Add docstrings and tests for codecontext (GH-5638) by Cheryl Sabella · 6 years ago
  49. f65e31f bpo-28556: Don't simplify unions at runtime (GH-6841) by Ivan Levkivskyi · 6 years ago
  50. 5634331 bpo-33556: Remove reference to thread module from docstring (GH-6963) by Skip Montanaro · 6 years ago
  51. d89ca94 bpo-33564: Add async to IDLE's code context block openers. (GH-6960) by Terry Jan Reedy · 6 years ago
  52. 273f51f Provide a little better debug output (#6940) by Barry Warsaw · 6 years ago
  53. 0ed66df bpo-33537: Add an __all__ to importlib.resources (#6920) by Barry Warsaw · 6 years ago
  54. 3ab0136 bpo-32604: Implement force-closing channels. (gh-6937) by Eric Snow · 6 years ago
  55. f90f5d5 bpo-33549: Remove shim and deprecation warning to access DocumentLS.async. (GH-6924) by Matthias Bussonnier · 6 years ago
  56. 64fddc4 bpo-33475: Fix and improve converting annotations to strings. (GH-6774) by Serhiy Storchaka · 6 years ago
  57. e5f41d2 bpo-33522: Enable CI builds on Visual Studio Team Services (#6865) by Steve Dower · 6 years ago
  58. 6d2cd90 bpo-32604: Improve subinterpreter tests. (#6914) by Eric Snow · 6 years ago
  59. 2d2d3b1 Fix ClassVar as string fails when getting type hints (GH-6824) by Nina Zakharenko · 6 years ago
  60. 8b94b41 bpo-28167: Remove platform.linux_distribution (GH-6871) by Petr Viktorin · 6 years ago
  61. 4e81296 bpo-33536: Validate make_dataclass() field names. (GH-6906) by Eric V. Smith · 6 years ago
  62. 5db5c06 bpo-21475: Support the Sitemap extension in robotparser (GH-6883) by Christopher Beacham · 6 years ago
  63. 9285835 bpo-33534: Remove unneeded test. (GH-6897) by Eric V. Smith · 6 years ago
  64. f8e7549 Reflow dataclasses comments (GH-6893) by Eric V. Smith · 6 years ago
  65. 4cc3eb4 bpo-32384: Skip test when _testcapi isn't available (GH-4940) by Isaiah Peng · 6 years ago
  66. 2a7bacb bpo-33453: Handle string type annotations in dataclasses. (GH-6768) by Eric V. Smith · 6 years ago
  67. 038b21f bpo-30928: Update idlelib/NEWS.txt to 2018-05-14. (#6873) by Terry Jan Reedy · 6 years ago
  68. b056562 bpo-33509: Fix _warnings for module_globals=None (#6833) by Victor Stinner · 6 years ago
  69. 8709b23 bpo-33465: Use an unlikely to be built-in C extension in a test (#6797) by Barry Warsaw · 6 years ago
  70. 389a48e bpo-29706: Test that IDLE colors async/await as keywords. (GH-6846) by Terry Jan Reedy · 6 years ago
  71. 9eb40bc bpo-28167: bump platform.linux_distribution removal to 3.8 (GH-6669) by Matthias Bussonnier · 6 years ago
  72. 01abc6e bpo-33517: dataclasses: Add the field type to Field repr (GH-6858) by Eric V. Smith · 6 years ago
  73. 735abad bpo-16865: Support arrays >=2GB in ctypes. (GH-3006) by Segev Finer · 6 years ago
  74. 545c955 bpo-33497: Add errors param to cgi.parse_multipart and make an encoding in FieldStorage use the given errors (GH-6804) by Amber Brown · 6 years ago
  75. 3059042 bpo-33502: dataclass._Dataclassparams repr: use repr of each member. (GH-6812) by Eric V. Smith · 6 years ago
  76. 2473eea bpo-33494: Change dataclasses.Fields repr to use the repr of each of its members (GH-6798) by Eric V. Smith · 6 years ago
  77. bd08a0a bpo-32861: urllib.robotparser fix incomplete __str__ methods. (GH-5711) by Michael Lazar · 6 years ago
  78. 5c0d462 bpo-32601: Let test_expanduser use the same user if no others found. (GH-5246) by Anders Kaseorg · 6 years ago
  79. 7ec8f28 bpo-33455: Pass os.environ in test_posix::test_specify_environment. (GH-6753) by Miro Hrončok · 6 years ago
  80. b551e9f Fix a bug in Generic.__new__ (GH-6758) by Ivan Levkivskyi · 6 years ago
  81. d518d8b bpo-21983: Fix a crash in ctypes.cast() when passed a ctypes structured data type (GH-3859) by Oren Milman · 6 years ago
  82. 8cf4b34 bpo-33311: Do not display parameters displayed in parentheses for module call. (GH-6677) by sblondon · 6 years ago
  83. ac9240b closes bpo-33445: fail properly in test_cprofile() (GH-6727) by jdemeyer · 6 years ago
  84. 43d12a6 bpo-28556: Minor fixes for typing module (GH-6732) by Ivan Levkivskyi · 6 years ago
  85. ec1622d bpo-33144: Fix choosing random.Random._randbelow implementation. (GH-6563) by Serhiy Storchaka · 6 years ago
  86. d54cfb1 bpo-33441: Make the sigset_t converter available in other modules. (GH-6720) by Serhiy Storchaka · 6 years ago
  87. a3f19c3 Remove mojibake in the locale aliases mapping. (GH-6716) by Serhiy Storchaka · 6 years ago
  88. cedc9b7 bpo-20087: Update locale alias mapping with glibc 2.27 supported locales. (ПР-6708) by Serhiy Storchaka · 6 years ago
  89. b2043bb bpo-33422: Fix quotation marks getting deleted when looking up byte/string literals on pydoc. (GH-6701) by Andrés Delfino · 6 years ago
  90. c4994dc bpo-33400: Clarified documentation to indicate no strict adherence to ISO 8601. (GH-6702) by Vinay Sajip · 6 years ago
  91. 9d3627e bpo-33332: Add signal.valid_signals() (GH-6581) by Antoine Pitrou · 6 years ago
  92. d06d345 bpo-33281: Fix ctypes.util.find_library regression on macOS (GH-6625) by Ray Donnelly · 6 years ago
  93. ef34753 bpo-20104: Improve error handling and fix a reference leak in os.posix_spawn(). (#6332) by Serhiy Storchaka · 6 years ago
  94. 47ab154 bpo-31908: Fix output of cover files for trace module command-line tool. (GH-4205) by Michael Selik · 6 years ago
  95. 3ab9365 bpo-33254: do not return an empty list when asking for the contents of a namespace package (GH-6467) by Brett Cannon · 6 years ago
  96. c3b7a6d bpo-33352: Skip test_regrtest test if rt.bat does not exist (GH-6654) by Andrés Delfino · 6 years ago
  97. 5ff3a16 bpo-21474: Update IDLE word/identifier definition from ascii to unicode. (GH-6643) by Terry Jan Reedy · 6 years ago
  98. 7d68bfa bpo-33256: Replace angle brackets around python object repr to display it in html (GH-6442) by sblondon · 6 years ago
  99. 70af06c bpo-31026: Fix test_dbm if dbm.ndbm is build with Berkeley DB. (GH-6632) by Serhiy Storchaka · 6 years ago
  100. 2e38cc3 bpo-33383: Fix crash in get() of the dbm.ndbm database object. (#6630) by Serhiy Storchaka · 6 years ago