1. e9e3976 bpo-33767: Fix improper use of SystemError by mmap.mmap objects (GH-7381) by Zackery Spytz · 6 years ago
  2. af1ec97 bpo-32392: Document env keyword argument of subprocess.run() (GH-7289) by Tobias Kunze · 6 years ago
  3. e336484 bpo-5755: Move -Wstrict-prototypes to CFLAGS_NODIST (GH-7395) by INADA Naoki · 6 years ago
  4. 5f48e26 bpo-33753: Refactor creating temporary files in test_fileinput. (GH-7377) by Serhiy Storchaka · 6 years ago
  5. f822549 bpo-33609: Document dict insertion order guarantee as of 3.7 (GH-7093) by INADA Naoki · 6 years ago
  6. 2a4a62b bpo-33720: Reduces maximum marshal recursion depth on release builds. (GH-7401) by Steve Dower · 6 years ago
  7. b609e68 bpo-33763: IDLE: Replace label widget with text widget in code context (GH-7367) by Cheryl Sabella · 6 years ago
  8. d49dbd9 bpo-33664: Scroll IDLE editor text by lines (GH-7351) by Cheryl Sabella · 6 years ago
  9. 9602643 bpo-33734: asyncio/ssl: a bunch of bugfixes (#7321) by Yury Selivanov · 6 years ago
  10. a8eb585 bpo-31849: Fix warning in pyhash.c (GH-6799) by A. Jesse Jiryu Davis · 6 years ago
  11. f7745e1 bpo-27902: Add compatibility note to Profile docs (GH-7295) by Tobias Kunze · 6 years ago
  12. b75ec08 bpo-33640, uuid.UUID doc: document endian of bytes parameter (GH-7263) by Farhaan Bukhsh · 6 years ago
  13. 88cc339 Regenerate configure after changing configure.ac in GH-6987. (GH-7344) by Serhiy Storchaka · 6 years ago
  14. e292b75 bpo-33509: Fix test_warnings for python3 -Werror (GH-7365) by Victor Stinner · 6 years ago
  15. 6b87399 travis: Fix macOS build (GH-7250) by INADA Naoki · 6 years ago
  16. 7cfd8c6 bpo-33759: Fix test.test_xmlrpc.ServerProxyTestCase. (GH-7362) by Serhiy Storchaka · 6 years ago
  17. e36837c bpo-33760: Fix file leaks in test_io. (GH-7361) by Serhiy Storchaka · 6 years ago
  18. 47a6c79 bpo-33764: Appveyor fixes (GH-7364) by Zachary Ware · 6 years ago
  19. 13f51d9 bpo-33761: Fix a file leak in test_iterparse in test_xml_etree. (GH-7358) by Serhiy Storchaka · 6 years ago
  20. e95dfc5 bpo-33750: Reset thread-local context precision in test_round(). (#7355) by Stefan Krah · 6 years ago
  21. 867b825 bpo-27485: Change urlparse tests to use private methods. (GH-7070) by Cheryl Sabella · 6 years ago
  22. 027f95c bpo-33744: Fix test_uu. (GH-7350) by Serhiy Storchaka · 6 years ago
  23. a801cf1 bpo-23495: Correct the documentation for writerows() of csv Writer objects (GH-6316) by Zackery Spytz · 6 years ago
  24. 00818c8 Fix typo in datamodel.rst (GH-6964) by Zach Mitchell · 6 years ago
  25. b5c246f Docs: fix some wrong words (GH-6987) by Eitan Adler · 6 years ago
  26. 8425de4 bpo-33562: Check the global asyncio event loop policy isn't set after any tests (GH-7328) by Brett Cannon · 6 years ago
  27. de65162 bpo-33679: IDLE: Re-enable color configuration for code context (GH-7199) by Cheryl Sabella · 6 years ago
  28. 6379913 bpo-33615: Re-enable a subinterpreter test. (gh-7251) by Eric Snow · 6 years ago
  29. 29996a1 bpo-33642: IDLE: Use variable number of lines in CodeContext. (GH-7106) by Cheryl Sabella · 6 years ago
  30. 6854e80 bpo-33724: Use the right format code for int64_t in subinterpreters code. (gh-7330) by Eric Snow · 6 years ago
  31. 2e01b75 bpo-29235: Make cProfile.Profile a context manager (GH-6808) by Scott Sanderson · 6 years ago
  32. 252f6ab bpo-33532: Fix test_multiprocessing_forkserver.test_ignore() (GH-7319) by Victor Stinner · 6 years ago
  33. 829fcd0 bpo-33540: Fix socketserver.ThreadingMixIn if block_on_close=False (GH-7310) by Victor Stinner · 6 years ago
  34. e905c84 bpo-30654: Do not reset SIGINT handler to SIG_DFL in finisignal (GH-7146) by pkerling · 6 years ago
  35. 23cee80 bpo-33400: Removed references to RFC3339 and ISO8601 from the logging documentation. (GH-7297) by Vinay Sajip · 6 years ago
  36. c0d341d bpo-32519: Removed misleading sentence from EnvBuilder documentation. (GH-7296) by Vinay Sajip · 6 years ago
  37. 7ad16eb bpo-33718: regrtest: enhance "running:" formatting (GH-7292) by Victor Stinner · 6 years ago
  38. ef634b5 bpo-33692: pythoninfo detect libedit on Python 3.6 (GH-7293) by Victor Stinner · 6 years ago
  39. 6e3ca64 bpo-33606: improve logging performance when logger is disabled (GH-7285) by Timo Furrer · 6 years ago
  40. 9e24930 bpo-33718: regrtest keeps filters to re-run fails (GH-7291) by Victor Stinner · 6 years ago
  41. 5601321 bpo-33717: pythoninfo: add CC --version (#7290) by Victor Stinner · 6 years ago
  42. 110bc01 bpo-33615: Temporarily disable a test that is triggering crashes on a few buildbots. (gh-7288) by Eric Snow · 6 years ago
  43. 58d1683 bpo-33706: Fix pymain_parse_cmdline_impl() (GH-7283) by Victor Stinner · 6 years ago
  44. 941ec21 bpo-32911: Add the historical note about the magic number. (GH-7273) by Serhiy Storchaka · 6 years ago
  45. 126869f Fix "ditribution" typo in NEWS entry. (GH-7274) by Ned Deily · 6 years ago
  46. e1c54f4 Adds new upload script for Windows releases (GH-7268) by Steve Dower · 6 years ago
  47. 0a36ac1 bpo-33641: Convert RFC references into links. (GH-7103) by Serhiy Storchaka · 6 years ago
  48. a5c4228 bpo-33677: Fix signatures of tp_clear handlers for AST and deque. (GH-7196) by Serhiy Storchaka · 6 years ago
  49. 5d6c7ed bpo-33532: Fix multiprocessing test_ignore() (#7262) by Victor Stinner · 6 years ago
  50. 02e2a08 bpo-31368: Enhance os.preadv() documentation (GH-7254) by Pablo Galindo · 6 years ago
  51. 495e567 3.6 what's new: fix a reference to PEP 528 (#7113) by Dmitry Shachnev · 6 years ago
  52. 05f1c89 bpo-33696: Install python-docs-theme even if SPHINXBUILD is defined (GH-7242) by Andrés Delfino · 6 years ago
  53. 143ce5c bpo-33691: Add _PyAST_GetDocString(). (GH-7236) by Serhiy Storchaka · 6 years ago
  54. e9537ad Improve ensurepip's --help (GH-4686) by Wieland Hoffmann · 6 years ago
  55. 0a28c0d bpo-33238: Add InvalidStateError to concurrent.futures. (GH-7056) by jhaydaman · 6 years ago
  56. bb9474f Revert "A better fix for asyncio test_stdin_broken_pipe (GH-7221)" (GH-7235) by Yury Selivanov · 6 years ago
  57. ad74d50 A better fix for asyncio test_stdin_broken_pipe (#7221) by Yury Selivanov · 6 years ago
  58. 99279ad Revert "bpo-22087: Fix Policy.get_event_loop() to detect fork (GH-7208)" (#7232) by Yury Selivanov · 6 years ago
  59. dec947c Fix typo introduced in GH-7217 (#7230) by Elvis Pranskevichus · 6 years ago
  60. 6f75bae bpo-32684: Fix nits in tests (GH-7225) by Yury Selivanov · 6 years ago
  61. a34e424 Fix whatsnew entry about ThreadedHTTPServer. (GH-7220) by Julien Palard · 6 years ago
  62. f9aeca2 bpo-23859: Document that asyncio.wait() does not cancel its futures (#7217) by Elvis Pranskevichus · 6 years ago
  63. e2b340a bpo-32751: Wait for task cancellation in asyncio.wait_for() (GH-7216) by Elvis Pranskevichus · 6 years ago
  64. 863b674 bpo-32684: Fix gather to propagate cancel of itself with return_exceptions (GH-7209) by Yury Selivanov · 6 years ago
  65. 1cee216 bpo-31639: Change ThreadedHTTPServer to ThreadingHTTPServer class name (GH-7195) by Géry Ogam · 6 years ago
  66. 5d97b7b bpo-22087: Fix Policy.get_event_loop() to detect fork (GH-7208) by Yury Selivanov · 6 years ago
  67. e55de2d bpo-30935: update get_event_loop docs (GH-2731) by Mandeep Singh · 6 years ago
  68. 4fadf0c Attempt to fix test_stdin_broken_pipe on Travis (#7210) by Yury Selivanov · 6 years ago
  69. c4653c9 bpo-33622: Add checks for exceptions leaks in the garbage collector. (GH-7126) by Serhiy Storchaka · 6 years ago
  70. a9cab43 bpo-33197: Update a error message of invalid inspect.Parameters. (GH-6636) by Dong-hee Na · 6 years ago
  71. 9551f77 bpo-33353: test_asyncio use set_write_buffer_limits() (GH-7200) by Victor Stinner · 6 years ago
  72. 73cbe7a bpo-32911: Revert bpo-29463. (GH-7121) (GH-7197) by Serhiy Storchaka · 6 years ago
  73. 2179022 bpo-33654: Support protocol type switching in SSLTransport.set_protocol() (#7194) by Yury Selivanov · 6 years ago
  74. f295587 bpo-33674: Pause the transport as early as possible (#7192) by Yury Selivanov · 6 years ago
  75. 3e51a3d bpo-32878: Adds documentation for st_ino on Windows (GH-5764) by Steve Dower · 6 years ago
  76. be00a55 bpo-33674: asyncio: Fix SSLProtocol race (GH-7175) by Victor Stinner · 6 years ago
  77. 8c1ad0c bpo-33670: Expose Sphinx errorlevel (GH-7156) by Andrés Delfino · 6 years ago
  78. 3d3e66c bpo-33673: Install python-docs-theme even if Sphinx is already installed (GH-7163) by Andrés Delfino · 6 years ago
  79. 7165754 bpo-32410: Avoid blocking on file IO in sendfile fallback code (GH-7172) by Yury Selivanov · 6 years ago
  80. 416c1eb bpo-32610: Fix asyncio.all_tasks() to return only pending tasks. (GH-7174) by Yury Selivanov · 6 years ago
  81. fdccfe0 bpo-33469: RuntimeError after closing loop that used run_in_executor (GH-7171) by Yury Selivanov · 6 years ago
  82. f9b364f bro-33614: Override exit code in find_msbuild.bat (GH-7169) by Steve Dower · 6 years ago
  83. 989b9e0 bpo-33672: Fix Task.__repr__ crash with Cython's bogus coroutines (GH-7161) by Yury Selivanov · 6 years ago
  84. 8267ea2 bpo-32458: Further tune start_tls tests (#7166) by Yury Selivanov · 6 years ago
  85. e97ba4c bpo-33614: Ensures module definition files for the stable ABI on Windows are correctly regenerated. (GH-7165) by Steve Dower · 6 years ago
  86. c6c05d0 regrtest: repeat summary after re-run (GH-7159) by Victor Stinner · 6 years ago
  87. dbf1022 bpo-33654: Support BufferedProtocol in set_protocol() and start_tls() (GH-7130) by Yury Selivanov · 6 years ago
  88. e549c4b bpo-33505: Optimize asyncio.ensure_future by reordering if conditions (GH-6836) by jimmylai · 6 years ago
  89. 23f587e bpo-31647: Fix write_eof() after close() for SelectorSocketTransport (GH-7149) by twisteroid ambassador · 6 years ago
  90. 35230d0 bpo-33623: Fix possible SIGSGV when asyncio.Future is created in __del__ (#7080) by Yury Selivanov · 6 years ago
  91. 08c5aca bpo-32374: Ignore Python-level exceptions in test_bad_traverse (GH-7145) by Marcel Plch · 6 years ago
  92. 97b523d bpo-33652: Remove __getstate__ and __setstate__ methods in typing. (GH-7144) by Serhiy Storchaka · 6 years ago
  93. c651275 bpo-32380: Create functools.singledispatchmethod (#6306) by Ethan Smith · 6 years ago
  94. 09c4a7d bpo-33655: Also ignore test_posix_fallocate failures on BSD platforms (GH-7134) by Ned Deily · 6 years ago
  95. 09f3221 bpo-33652: Improve pickle support in the typing module. (GH-7123) by Serhiy Storchaka · 6 years ago
  96. 2298c0e Fix typo spotted by Guido (GH-7131) by Andrés Delfino · 6 years ago
  97. 6e33f81 bpo-32769: A new take on annotations/type hinting glossary entries (GH-6829) by Andrés Delfino · 6 years ago
  98. 19de8b3 bpo-33644: Fix signatures of tp_finalize handlers in testing code. (GH-7111) by Serhiy Storchaka · 6 years ago
  99. 4f0bc7f test.regrtest: flush stdout when display progress (#7105) by Victor Stinner · 6 years ago
  100. 6e413f4 Document typing.NoReturn (GH-7107) by Ivan Levkivskyi · 6 years ago