1. a5c4228 bpo-33677: Fix signatures of tp_clear handlers for AST and deque. (GH-7196) by Serhiy Storchaka · 6 years ago
  2. 5d6c7ed bpo-33532: Fix multiprocessing test_ignore() (#7262) by Victor Stinner · 6 years ago
  3. 02e2a08 bpo-31368: Enhance os.preadv() documentation (GH-7254) by Pablo Galindo · 6 years ago
  4. 495e567 3.6 what's new: fix a reference to PEP 528 (#7113) by Dmitry Shachnev · 6 years ago
  5. 05f1c89 bpo-33696: Install python-docs-theme even if SPHINXBUILD is defined (GH-7242) by Andrés Delfino · 6 years ago
  6. 143ce5c bpo-33691: Add _PyAST_GetDocString(). (GH-7236) by Serhiy Storchaka · 6 years ago
  7. e9537ad Improve ensurepip's --help (GH-4686) by Wieland Hoffmann · 6 years ago
  8. 0a28c0d bpo-33238: Add InvalidStateError to concurrent.futures. (GH-7056) by jhaydaman · 6 years ago
  9. bb9474f Revert "A better fix for asyncio test_stdin_broken_pipe (GH-7221)" (GH-7235) by Yury Selivanov · 6 years ago
  10. ad74d50 A better fix for asyncio test_stdin_broken_pipe (#7221) by Yury Selivanov · 6 years ago
  11. 99279ad Revert "bpo-22087: Fix Policy.get_event_loop() to detect fork (GH-7208)" (#7232) by Yury Selivanov · 6 years ago
  12. dec947c Fix typo introduced in GH-7217 (#7230) by Elvis Pranskevichus · 6 years ago
  13. 6f75bae bpo-32684: Fix nits in tests (GH-7225) by Yury Selivanov · 6 years ago
  14. a34e424 Fix whatsnew entry about ThreadedHTTPServer. (GH-7220) by Julien Palard · 6 years ago
  15. f9aeca2 bpo-23859: Document that asyncio.wait() does not cancel its futures (#7217) by Elvis Pranskevichus · 6 years ago
  16. e2b340a bpo-32751: Wait for task cancellation in asyncio.wait_for() (GH-7216) by Elvis Pranskevichus · 6 years ago
  17. 863b674 bpo-32684: Fix gather to propagate cancel of itself with return_exceptions (GH-7209) by Yury Selivanov · 6 years ago
  18. 1cee216 bpo-31639: Change ThreadedHTTPServer to ThreadingHTTPServer class name (GH-7195) by Géry Ogam · 6 years ago
  19. 5d97b7b bpo-22087: Fix Policy.get_event_loop() to detect fork (GH-7208) by Yury Selivanov · 6 years ago
  20. e55de2d bpo-30935: update get_event_loop docs (GH-2731) by Mandeep Singh · 6 years ago
  21. 4fadf0c Attempt to fix test_stdin_broken_pipe on Travis (#7210) by Yury Selivanov · 6 years ago
  22. c4653c9 bpo-33622: Add checks for exceptions leaks in the garbage collector. (GH-7126) by Serhiy Storchaka · 6 years ago
  23. a9cab43 bpo-33197: Update a error message of invalid inspect.Parameters. (GH-6636) by Dong-hee Na · 6 years ago
  24. 9551f77 bpo-33353: test_asyncio use set_write_buffer_limits() (GH-7200) by Victor Stinner · 6 years ago
  25. 73cbe7a bpo-32911: Revert bpo-29463. (GH-7121) (GH-7197) by Serhiy Storchaka · 6 years ago
  26. 2179022 bpo-33654: Support protocol type switching in SSLTransport.set_protocol() (#7194) by Yury Selivanov · 6 years ago
  27. f295587 bpo-33674: Pause the transport as early as possible (#7192) by Yury Selivanov · 6 years ago
  28. 3e51a3d bpo-32878: Adds documentation for st_ino on Windows (GH-5764) by Steve Dower · 6 years ago
  29. be00a55 bpo-33674: asyncio: Fix SSLProtocol race (GH-7175) by Victor Stinner · 6 years ago
  30. 8c1ad0c bpo-33670: Expose Sphinx errorlevel (GH-7156) by Andrés Delfino · 6 years ago
  31. 3d3e66c bpo-33673: Install python-docs-theme even if Sphinx is already installed (GH-7163) by Andrés Delfino · 6 years ago
  32. 7165754 bpo-32410: Avoid blocking on file IO in sendfile fallback code (GH-7172) by Yury Selivanov · 6 years ago
  33. 416c1eb bpo-32610: Fix asyncio.all_tasks() to return only pending tasks. (GH-7174) by Yury Selivanov · 6 years ago
  34. fdccfe0 bpo-33469: RuntimeError after closing loop that used run_in_executor (GH-7171) by Yury Selivanov · 6 years ago
  35. f9b364f bro-33614: Override exit code in find_msbuild.bat (GH-7169) by Steve Dower · 6 years ago
  36. 989b9e0 bpo-33672: Fix Task.__repr__ crash with Cython's bogus coroutines (GH-7161) by Yury Selivanov · 6 years ago
  37. 8267ea2 bpo-32458: Further tune start_tls tests (#7166) by Yury Selivanov · 6 years ago
  38. e97ba4c bpo-33614: Ensures module definition files for the stable ABI on Windows are correctly regenerated. (GH-7165) by Steve Dower · 6 years ago
  39. c6c05d0 regrtest: repeat summary after re-run (GH-7159) by Victor Stinner · 6 years ago
  40. dbf1022 bpo-33654: Support BufferedProtocol in set_protocol() and start_tls() (GH-7130) by Yury Selivanov · 6 years ago
  41. e549c4b bpo-33505: Optimize asyncio.ensure_future by reordering if conditions (GH-6836) by jimmylai · 6 years ago
  42. 23f587e bpo-31647: Fix write_eof() after close() for SelectorSocketTransport (GH-7149) by twisteroid ambassador · 6 years ago
  43. 35230d0 bpo-33623: Fix possible SIGSGV when asyncio.Future is created in __del__ (#7080) by Yury Selivanov · 6 years ago
  44. 08c5aca bpo-32374: Ignore Python-level exceptions in test_bad_traverse (GH-7145) by Marcel Plch · 6 years ago
  45. 97b523d bpo-33652: Remove __getstate__ and __setstate__ methods in typing. (GH-7144) by Serhiy Storchaka · 6 years ago
  46. c651275 bpo-32380: Create functools.singledispatchmethod (#6306) by Ethan Smith · 6 years ago
  47. 09c4a7d bpo-33655: Also ignore test_posix_fallocate failures on BSD platforms (GH-7134) by Ned Deily · 6 years ago
  48. 09f3221 bpo-33652: Improve pickle support in the typing module. (GH-7123) by Serhiy Storchaka · 6 years ago
  49. 2298c0e Fix typo spotted by Guido (GH-7131) by Andrés Delfino · 6 years ago
  50. 6e33f81 bpo-32769: A new take on annotations/type hinting glossary entries (GH-6829) by Andrés Delfino · 6 years ago
  51. 19de8b3 bpo-33644: Fix signatures of tp_finalize handlers in testing code. (GH-7111) by Serhiy Storchaka · 6 years ago
  52. 4f0bc7f test.regrtest: flush stdout when display progress (#7105) by Victor Stinner · 6 years ago
  53. 6e413f4 Document typing.NoReturn (GH-7107) by Ivan Levkivskyi · 6 years ago
  54. 17d8830 bpo-32493: Fix uuid.uuid1() on FreeBSD. (GH-7099) by Serhiy Storchaka · 6 years ago
  55. 483000e bpo-33629: Prevent coredump in test_importlib (GH-7090) by Victor Stinner · 6 years ago
  56. 301e3cc bpo-33622: Fix issues with handling errors in the GC. (GH-7078) by Serhiy Storchaka · 6 years ago
  57. 03c0d2e closes bpo-33619: Fix libffi detection by regenerating ./configure (GH-7075) by Chih-Hsuan Yen · 6 years ago
  58. 8506016 bpo-33628: IDLE: Minor code cleanup of codecontext.py and its tests (GH-7085) by Cheryl Sabella · 6 years ago
  59. 8ebf5ce bpo-33109: argparse subparsers are once again not required by default (GH-6919) by Ned Deily · 6 years ago
  60. 453bd0b bpo-33540: Add block_on_close attr to socketserver (GH-6911) by Victor Stinner · 6 years ago
  61. b97de3d bpo-33353: test_asyncio set SO_SNDBUF after connect (GH-7086) by Victor Stinner · 6 years ago
  62. 2932755 bpo-33353: test_asyncio uses smaller sendfile data (#7083) by Victor Stinner · 6 years ago
  63. 529525f bpo-33618: Enable TLS 1.3 in tests (GH-7079) by Christian Heimes · 6 years ago
  64. 28b9178 bpo-32436: Document PEP 567 changes to asyncio. (GH-7073) by Yury Selivanov · 6 years ago
  65. b6dccf5 bpo-33612: Remove PyThreadState_Clear() assertion (#7069) by Victor Stinner · 6 years ago
  66. 825aab9 bpo-27300: Add the errors parameter to tempfile classes. (GH-6696) by sth · 6 years ago
  67. 0e61dff Reverse the meaning of is_argument when used for type check (GH-7039) by Nina Zakharenko · 6 years ago
  68. 8bb0b5b bpo-33604: Remove Pending from hmac Deprecation warning. (GH-7062) by Matthias Bussonnier · 6 years ago
  69. e8eb6cb bpo-33570: TLS 1.3 ciphers for OpenSSL 1.1.1 (GH-6976) by Christian Heimes · 6 years ago
  70. 6c4fab0 bpo-33516: Add support for __round__ in MagicMock (GH-6880) by John Reese · 6 years ago
  71. 4e29f56 Add missed details of the C API introduced in 3.7. (GH-7047) by Serhiy Storchaka · 6 years ago
  72. b2f5f59 bpo-33592: Document the C API in PEP 567 (contextvars) (GH-7033) by Elvis Pranskevichus · 6 years ago
  73. 2a6d5da Improve comments in test_idle.py. (GH-7057) by Terry Jan Reedy · 6 years ago
  74. ae00fb1 bpo-30877: Fix clearing a cache in the the JSON decoder. (GH-7048) by Serhiy Storchaka · 6 years ago
  75. 55bfe69 Add PyThread_tss_* to Doc/data/refcounts.dat. (GH-7038) by Masayuki Yamamoto · 6 years ago
  76. f5b1183 bpo-5945: Improve mappings and sequences C API docs. (GH-7029) by Serhiy Storchaka · 6 years ago
  77. 268cc7c Fix lambda parameters being refered as arguments (GH-7037) by Andrés Delfino · 6 years ago
  78. b7555ba Use IPv4 only to avoid IP address collision (#7030) by Andrew Svetlov · 6 years ago
  79. 1179f4b bpo-33583: Add note in PyObject_GC_Resize() doc (GH-7021) by INADA Naoki · 6 years ago
  80. e253752 Fix asyncio flaky tests (#7023) by Andrew Svetlov · 6 years ago
  81. a84d0b3 bpo-33263: Fix FD leak in _SelectorSocketTransport (GH-6450) by Vlad Starostin · 6 years ago
  82. 4054b17 bpo-26103: Fix inspect.isdatadescriptor() and a data descriptor definition. (GH-1959) by Aaron Hall, MBA · 6 years ago
  83. aef639f Fix line breaks added after hyphens by blurb. (GH-7002) by Serhiy Storchaka · 6 years ago
  84. dd28187 Add idlelib and IDLE section to What's New in 3.7. (#7019) by Terry Jan Reedy · 6 years ago
  85. d361e99 bpo-32262: Fix typo in f-string (GH-7016) by Christian Heimes · 6 years ago
  86. 89a25ce bpo-33541: Remove unused __pad function (GH-4377) by Mario Corchero · 6 years ago
  87. 0c4be82 bpo-33580: Make binary/text file glossary entries follow most common "see also" style. (GH-6991) by Andrés Delfino · 6 years ago
  88. c66c342 bpo-33542: Ignore DUID in uuid.get_node on Windows. (GH-6922) by CtrlZvi · 6 years ago
  89. 900c48d bpo-30940: Updating round() docs. (GH-6342) by Lisa Roach · 6 years ago
  90. 9572132 Docs: be less specific about python versions (GH-6985) by Eitan Adler · 6 years ago
  91. 6655354 bpo-33584: Fix several minor bugs in asyncio. (GH-7003) by Serhiy Storchaka · 6 years ago
  92. 4151061 bpo-26819: Prevent proactor double read on resume (#6921) by CtrlZvi · 6 years ago
  93. f5e7b19 bpo-23722: Raise a RuntimeError for absent __classcell__. (GH-6931) by Serhiy Storchaka · 6 years ago
  94. 8ae8e6a bpo-23722: Fix docs for future __classcell__ changes. (GH-6999) by Serhiy Storchaka · 6 years ago
  95. 63536bd bpo-32996: The bulk of What's New in Python 3.7 (GH-6978) by Elvis Pranskevichus · 6 years ago
  96. 6b0d09b bpo-30928: Update idlelib/NEWS.txt. (#6995) by Terry Jan Reedy · 6 years ago
  97. 4857543 Fix typo in error message when decoding PYTHONPATH. (GH-6981) by Carl Meyer · 6 years ago
  98. 654038d bpo-32831: IDLE: Add docstrings and tests for codecontext (GH-5638) by Cheryl Sabella · 6 years ago
  99. cf8abcb import secrets module in secrets recipes (#6705) by Daniel Chimeno · 6 years ago
  100. f65e31f bpo-28556: Don't simplify unions at runtime (GH-6841) by Ivan Levkivskyi · 6 years ago