1. cebe80b bpo-29235: Update document for Profiler's context manager (GH-7331) by Scott Sanderson · 6 years ago
  2. fffeb6f bpo-30436: Add missing space in importlib.util.find_spec() error message (GH-7385) by Zackery Spytz · 6 years ago
  3. 5bfa058 bpo-33274: Compliance with DOM L1: return removed attribute (#7465) by arikrupnik · 6 years ago
  4. 7c69c1c update to Unicode 11.0.0 (closes bpo-33778) (GH-7439) by Benjamin Peterson · 6 years ago
  5. 9f04f0d bpo-32676, test_asyncio: Fix warning in test_error_in_call_soon() (GH-7462) by Victor Stinner · 6 years ago
  6. 7ed61e9 bpo-33789, test_asyncio: Hide PendingDeprecationWarning (GH-7461) by Victor Stinner · 6 years ago
  7. 0eba7c3 bpo-33789: test_asyncio: Fix ResourceWarning (GH-7460) by Victor Stinner · 6 years ago
  8. 3ef769f bpo-28240: timeit: Update repeat() doc (GH-7419) by Victor Stinner · 6 years ago
  9. 492d642 bpo-33773: Fix test.support.fd_count() on Linux/FreBSD (GH-7421) by Victor Stinner · 6 years ago
  10. 45e4efb bpo-33781: audioop: enhance rounding double as int (GH-7447) by Victor Stinner · 6 years ago
  11. 36c60fb test.support.SaveSignals: fix typo (GH-7448) by Victor Stinner · 6 years ago
  12. b5d702e bpo-31044, test_posix: Reenable makedev() tests on FreeBSD (#7449) by Victor Stinner · 6 years ago
  13. b8c0845 remove hg support from patchcheck (GH-7440) by Benjamin Peterson · 6 years ago
  14. 3a5b0d8 bpo-33504: Migrate configparser from OrderedDict to dict. (#6819) by John Reese · 6 years ago
  15. 5f3d04f Improve the subprocess restore_signals=True test. (GH-7414) by Gregory P. Smith · 6 years ago
  16. c56b17b bpo-12486: Document tokenize.generate_tokens() as public API (#6957) by Thomas Kluyver · 6 years ago
  17. c2745d2 bpo-33751: Fix test_file. (GH-7378) by Serhiy Storchaka · 6 years ago
  18. ac1ee1b bpo-33755: Fix importlib.resources isolation tests (#7412) by Barry Warsaw · 6 years ago
  19. dde9fdb bpo-33165: Added stacklevel parameter to logging APIs. (GH-7424) by Vinay Sajip · 6 years ago
  20. 9ef1b06 bpo-31215: Add version changed notes for OpenSSL 1.1.0 compatibility (GH-7346) by Mayank Singhal · 6 years ago
  21. 6592d7f bpo-33752: Fix a file leak in test_dbm. (GH-7376) by Serhiy Storchaka · 6 years ago
  22. 415bc46 bpo-33769: start_tls: Fix error message; cancel callbacks on error (GH-7403) by Yury Selivanov · 6 years ago
  23. e9e3976 bpo-33767: Fix improper use of SystemError by mmap.mmap objects (GH-7381) by Zackery Spytz · 6 years ago
  24. af1ec97 bpo-32392: Document env keyword argument of subprocess.run() (GH-7289) by Tobias Kunze · 6 years ago
  25. e336484 bpo-5755: Move -Wstrict-prototypes to CFLAGS_NODIST (GH-7395) by INADA Naoki · 6 years ago
  26. 5f48e26 bpo-33753: Refactor creating temporary files in test_fileinput. (GH-7377) by Serhiy Storchaka · 6 years ago
  27. f822549 bpo-33609: Document dict insertion order guarantee as of 3.7 (GH-7093) by INADA Naoki · 6 years ago
  28. 2a4a62b bpo-33720: Reduces maximum marshal recursion depth on release builds. (GH-7401) by Steve Dower · 6 years ago
  29. b609e68 bpo-33763: IDLE: Replace label widget with text widget in code context (GH-7367) by Cheryl Sabella · 6 years ago
  30. d49dbd9 bpo-33664: Scroll IDLE editor text by lines (GH-7351) by Cheryl Sabella · 6 years ago
  31. 9602643 bpo-33734: asyncio/ssl: a bunch of bugfixes (#7321) by Yury Selivanov · 6 years ago
  32. a8eb585 bpo-31849: Fix warning in pyhash.c (GH-6799) by A. Jesse Jiryu Davis · 6 years ago
  33. f7745e1 bpo-27902: Add compatibility note to Profile docs (GH-7295) by Tobias Kunze · 6 years ago
  34. b75ec08 bpo-33640, uuid.UUID doc: document endian of bytes parameter (GH-7263) by Farhaan Bukhsh · 6 years ago
  35. 88cc339 Regenerate configure after changing configure.ac in GH-6987. (GH-7344) by Serhiy Storchaka · 6 years ago
  36. e292b75 bpo-33509: Fix test_warnings for python3 -Werror (GH-7365) by Victor Stinner · 6 years ago
  37. 6b87399 travis: Fix macOS build (GH-7250) by INADA Naoki · 6 years ago
  38. 7cfd8c6 bpo-33759: Fix test.test_xmlrpc.ServerProxyTestCase. (GH-7362) by Serhiy Storchaka · 6 years ago
  39. e36837c bpo-33760: Fix file leaks in test_io. (GH-7361) by Serhiy Storchaka · 6 years ago
  40. 47a6c79 bpo-33764: Appveyor fixes (GH-7364) by Zachary Ware · 6 years ago
  41. 13f51d9 bpo-33761: Fix a file leak in test_iterparse in test_xml_etree. (GH-7358) by Serhiy Storchaka · 6 years ago
  42. e95dfc5 bpo-33750: Reset thread-local context precision in test_round(). (#7355) by Stefan Krah · 6 years ago
  43. 867b825 bpo-27485: Change urlparse tests to use private methods. (GH-7070) by Cheryl Sabella · 6 years ago
  44. 027f95c bpo-33744: Fix test_uu. (GH-7350) by Serhiy Storchaka · 6 years ago
  45. a801cf1 bpo-23495: Correct the documentation for writerows() of csv Writer objects (GH-6316) by Zackery Spytz · 6 years ago
  46. 00818c8 Fix typo in datamodel.rst (GH-6964) by Zach Mitchell · 6 years ago
  47. b5c246f Docs: fix some wrong words (GH-6987) by Eitan Adler · 6 years ago
  48. 8425de4 bpo-33562: Check the global asyncio event loop policy isn't set after any tests (GH-7328) by Brett Cannon · 6 years ago
  49. de65162 bpo-33679: IDLE: Re-enable color configuration for code context (GH-7199) by Cheryl Sabella · 6 years ago
  50. 6379913 bpo-33615: Re-enable a subinterpreter test. (gh-7251) by Eric Snow · 6 years ago
  51. 29996a1 bpo-33642: IDLE: Use variable number of lines in CodeContext. (GH-7106) by Cheryl Sabella · 6 years ago
  52. 6854e80 bpo-33724: Use the right format code for int64_t in subinterpreters code. (gh-7330) by Eric Snow · 6 years ago
  53. 2e01b75 bpo-29235: Make cProfile.Profile a context manager (GH-6808) by Scott Sanderson · 6 years ago
  54. 252f6ab bpo-33532: Fix test_multiprocessing_forkserver.test_ignore() (GH-7319) by Victor Stinner · 6 years ago
  55. 829fcd0 bpo-33540: Fix socketserver.ThreadingMixIn if block_on_close=False (GH-7310) by Victor Stinner · 6 years ago
  56. e905c84 bpo-30654: Do not reset SIGINT handler to SIG_DFL in finisignal (GH-7146) by pkerling · 6 years ago
  57. 23cee80 bpo-33400: Removed references to RFC3339 and ISO8601 from the logging documentation. (GH-7297) by Vinay Sajip · 6 years ago
  58. c0d341d bpo-32519: Removed misleading sentence from EnvBuilder documentation. (GH-7296) by Vinay Sajip · 6 years ago
  59. 7ad16eb bpo-33718: regrtest: enhance "running:" formatting (GH-7292) by Victor Stinner · 6 years ago
  60. ef634b5 bpo-33692: pythoninfo detect libedit on Python 3.6 (GH-7293) by Victor Stinner · 6 years ago
  61. 6e3ca64 bpo-33606: improve logging performance when logger is disabled (GH-7285) by Timo Furrer · 6 years ago
  62. 9e24930 bpo-33718: regrtest keeps filters to re-run fails (GH-7291) by Victor Stinner · 6 years ago
  63. 5601321 bpo-33717: pythoninfo: add CC --version (#7290) by Victor Stinner · 6 years ago
  64. 110bc01 bpo-33615: Temporarily disable a test that is triggering crashes on a few buildbots. (gh-7288) by Eric Snow · 6 years ago
  65. 58d1683 bpo-33706: Fix pymain_parse_cmdline_impl() (GH-7283) by Victor Stinner · 6 years ago
  66. 941ec21 bpo-32911: Add the historical note about the magic number. (GH-7273) by Serhiy Storchaka · 6 years ago
  67. 126869f Fix "ditribution" typo in NEWS entry. (GH-7274) by Ned Deily · 6 years ago
  68. e1c54f4 Adds new upload script for Windows releases (GH-7268) by Steve Dower · 6 years ago
  69. 0a36ac1 bpo-33641: Convert RFC references into links. (GH-7103) by Serhiy Storchaka · 6 years ago
  70. a5c4228 bpo-33677: Fix signatures of tp_clear handlers for AST and deque. (GH-7196) by Serhiy Storchaka · 6 years ago
  71. 5d6c7ed bpo-33532: Fix multiprocessing test_ignore() (#7262) by Victor Stinner · 6 years ago
  72. 02e2a08 bpo-31368: Enhance os.preadv() documentation (GH-7254) by Pablo Galindo · 6 years ago
  73. 495e567 3.6 what's new: fix a reference to PEP 528 (#7113) by Dmitry Shachnev · 6 years ago
  74. 05f1c89 bpo-33696: Install python-docs-theme even if SPHINXBUILD is defined (GH-7242) by Andrés Delfino · 6 years ago
  75. 143ce5c bpo-33691: Add _PyAST_GetDocString(). (GH-7236) by Serhiy Storchaka · 6 years ago
  76. e9537ad Improve ensurepip's --help (GH-4686) by Wieland Hoffmann · 6 years ago
  77. 0a28c0d bpo-33238: Add InvalidStateError to concurrent.futures. (GH-7056) by jhaydaman · 6 years ago
  78. bb9474f Revert "A better fix for asyncio test_stdin_broken_pipe (GH-7221)" (GH-7235) by Yury Selivanov · 6 years ago
  79. ad74d50 A better fix for asyncio test_stdin_broken_pipe (#7221) by Yury Selivanov · 6 years ago
  80. 99279ad Revert "bpo-22087: Fix Policy.get_event_loop() to detect fork (GH-7208)" (#7232) by Yury Selivanov · 6 years ago
  81. dec947c Fix typo introduced in GH-7217 (#7230) by Elvis Pranskevichus · 6 years ago
  82. 6f75bae bpo-32684: Fix nits in tests (GH-7225) by Yury Selivanov · 6 years ago
  83. a34e424 Fix whatsnew entry about ThreadedHTTPServer. (GH-7220) by Julien Palard · 6 years ago
  84. f9aeca2 bpo-23859: Document that asyncio.wait() does not cancel its futures (#7217) by Elvis Pranskevichus · 6 years ago
  85. e2b340a bpo-32751: Wait for task cancellation in asyncio.wait_for() (GH-7216) by Elvis Pranskevichus · 6 years ago
  86. 863b674 bpo-32684: Fix gather to propagate cancel of itself with return_exceptions (GH-7209) by Yury Selivanov · 6 years ago
  87. 1cee216 bpo-31639: Change ThreadedHTTPServer to ThreadingHTTPServer class name (GH-7195) by Géry Ogam · 6 years ago
  88. 5d97b7b bpo-22087: Fix Policy.get_event_loop() to detect fork (GH-7208) by Yury Selivanov · 6 years ago
  89. e55de2d bpo-30935: update get_event_loop docs (GH-2731) by Mandeep Singh · 6 years ago
  90. 4fadf0c Attempt to fix test_stdin_broken_pipe on Travis (#7210) by Yury Selivanov · 6 years ago
  91. c4653c9 bpo-33622: Add checks for exceptions leaks in the garbage collector. (GH-7126) by Serhiy Storchaka · 6 years ago
  92. a9cab43 bpo-33197: Update a error message of invalid inspect.Parameters. (GH-6636) by Dong-hee Na · 6 years ago
  93. 9551f77 bpo-33353: test_asyncio use set_write_buffer_limits() (GH-7200) by Victor Stinner · 6 years ago
  94. 73cbe7a bpo-32911: Revert bpo-29463. (GH-7121) (GH-7197) by Serhiy Storchaka · 6 years ago
  95. 2179022 bpo-33654: Support protocol type switching in SSLTransport.set_protocol() (#7194) by Yury Selivanov · 6 years ago
  96. f295587 bpo-33674: Pause the transport as early as possible (#7192) by Yury Selivanov · 6 years ago
  97. 3e51a3d bpo-32878: Adds documentation for st_ino on Windows (GH-5764) by Steve Dower · 6 years ago
  98. be00a55 bpo-33674: asyncio: Fix SSLProtocol race (GH-7175) by Victor Stinner · 6 years ago
  99. 8c1ad0c bpo-33670: Expose Sphinx errorlevel (GH-7156) by Andrés Delfino · 6 years ago
  100. 3d3e66c bpo-33673: Install python-docs-theme even if Sphinx is already installed (GH-7163) by Andrés Delfino · 6 years ago