1. 4dd3e3f bpo-32972: Async test case (GH-13386) by Andrew Svetlov · 5 years ago
  2. 7d40869 remove unnecessary tp_dealloc (GH-13647) by Inada Naoki · 5 years ago
  3. ca80495 bpo-22454: Add shlex.join() (the opposite of shlex.split()) (GH-7605) by Bo Bayles · 5 years ago
  4. f83d1db bpo-37070: Cleanup fstring debug handling (GH-13607) by Eric V. Smith · 5 years ago
  5. 0ae022c bpo-37075: Fix string concatenation in assert_has_awaits error message (GH-13616) by Xtreak · 5 years ago
  6. 744c08a bpo-35246: fix support for path-like args in asyncio subprocess (GH-13628) by 依云 · 5 years ago
  7. e1f95e7 bpo-36739: Update controlflow.rst (GH-12983) by pbhd · 5 years ago
  8. 8b09500 bpo-37076: _thread.start_new_thread() calls _PyErr_WriteUnraisableMsg() (GH-13617) by Victor Stinner · 5 years ago
  9. b76302d bpo-36540: Documentation for PEP570 - Python positional only arguments (#13202) by Pablo Galindo · 5 years ago
  10. 77f0ed7 bpo-37072: Fix crash in PyAST_FromNodeObject() when flags is NULL (#13634) by Guido van Rossum · 5 years ago
  11. 44bfff2 Fix markup and minor grammar improvements in Code_of_conduct.md (GH-13640) by hydrogen-mvm · 5 years ago
  12. 4154069 bpo-37001: Makes symtable.symtable have parity with compile for input (#13483) by Dino Viehland · 5 years ago
  13. ab0716e bpo-22102: Fixes zip files with disks set to 0 (GH-5985) by Francisco Facioni · 5 years ago
  14. 33ce3f0 Fix comments in initconfig.h (GH-13636) by MandarJKulkarni · 5 years ago
  15. 9e3c452 bpo-31961: Fix support of path-like executables in subprocess. (GH-5914) by Serhiy Storchaka · 5 years ago
  16. 1b05aa2 Fix typo in docs for socket.CAN_RAW_FD_FRAMES (GH-13635) by karl ding · 5 years ago
  17. 382034b bpo-36933: fix what's new. (GH-13627) by Matthias Bussonnier · 5 years ago
  18. 2e33ecd bpo-22640: Add silent mode to py_compile.compile() (GH-12976) by Joannah Nanjekye · 5 years ago
  19. 3c8724f bpo-33407: Implement Py_DEPRECATED() on MSVC (GH-8980) by Zackery Spytz · 5 years ago
  20. 17a5588 bpo-33725: multiprocessing uses spawn by default on macOS (GH-13603) by Victor Stinner · 5 years ago
  21. a85a1d3 bpo-36829: sys.excepthook and sys.unraisablehook flush (GH-13620) by Victor Stinner · 5 years ago
  22. 51ddab8 Doc: Add missing forward reference in the tutorial. (GH-13499) by Julien Palard · 5 years ago
  23. 05f1641 bpo-26423: Fix possible overflow in wrap_lenfunc() (GH-13606) by Zackery Spytz · 5 years ago
  24. 0453081 bpo-32299: Return patched dict when using patch.dict as a context manager (GH-11062) by Mario Corchero · 5 years ago
  25. eb65e24 bpo-36922: implement PEP-590 Py_TPFLAGS_METHOD_DESCRIPTOR (GH-13338) by Jeroen Demeyer · 5 years ago
  26. 0811f2d Doc: Space breaking whole definition. (GH-13615) by Julien Palard · 5 years ago
  27. 9a7e5b1 bpo-35279: reduce default max_workers of ThreadPoolExecutor (GH-13618) by Inada Naoki · 5 years ago
  28. 293e9f8 Remove outdated time.monotonic reference (GH-13264) by Brad · 5 years ago
  29. 9ea277a bpo-36900: Fix compilation on HP-UX (GH-13614) by Victor Stinner · 5 years ago
  30. bafd4b5 bpo-29883: Asyncio proactor udp (GH-13440) by Andrew Svetlov · 5 years ago
  31. 9ee2c26 DOC: Unnecessary plural. (GH-13613) by Julien Palard · 5 years ago
  32. 74d7f76 bpo-37058: PEP 544: Add Protocol to typing module (GH-13585) by Ivan Levkivskyi · 5 years ago
  33. 3880f26 bpo-36933: Remove sys.set_coroutine_wrapper (marked for removal in 3.8) (GH-13577) by Matthias Bussonnier · 5 years ago
  34. 436c2b0 bpo-36996: Handle async functions when mock.patch is used as a decorator (GH-13562) by Xtreak · 5 years ago
  35. 71dc7c5 Add @maxking to CODEOWNERS file (GH-13599) by Abhilash Raj · 5 years ago
  36. f0d4c64 bpo-36686: Improve the documentation of the std* params in loop.subprocess_exec (GH-13586) by sbstp · 5 years ago
  37. a356841 bpo-37054, _pyio: Fix BytesIO and TextIOWrapper __del__() (GH-13601) by Victor Stinner · 5 years ago
  38. df9b032 bpo-37039: IDLE - zoomheight fixes (GH-13576) by Terry Jan Reedy · 5 years ago
  39. cd590a7 bpo-1230540: Add threading.excepthook() (GH-13515) by Victor Stinner · 5 years ago
  40. 23b4b69 bpo-36889: Merge asyncio streams (GH-13251) by Andrew Svetlov · 5 years ago
  41. 6f6ff8a bpo-37050: Remove expr_text from FormattedValue ast node, use Constant node instead (GH-13597) by Eric V. Smith · 5 years ago
  42. 695b1dd bpo-32941: Fix test_madvise failure when page size >= 8kiB (GH-13596) by Antoine Pitrou · 5 years ago
  43. a8e814d Fix a typo in SECURITY.md (GH-13568) by Philippe Gagnon · 5 years ago
  44. cc1c582 bpo-37051: Refine note on what objects are hashable (GH-13587) by Raymond Hettinger · 5 years ago
  45. 02db696 bpo-32941: Add madvise() for mmap objects (GH-6172) by Zackery Spytz · 5 years ago
  46. 331a6a5 bpo-36763: Implement the PEP 587 (GH-13592) by Victor Stinner · 5 years ago
  47. 8cd5165 bpo-37027: Return a proxy socket object from transp.get_extra_info('socket') (GH-13530) by Yury Selivanov · 5 years ago
  48. 674ee12 bpo-35397: Remove deprecation and document urllib.parse.unwrap (GH-11481) by Rémi Lapeyre · 5 years ago
  49. 1f39c28 bpo-37035: Don't log OSError (GH-13548) by Andrew Svetlov · 5 years ago
  50. ff6b2e6 bpo-37047: Refactor AsyncMock setup logic for autospeccing (GH-13574) by Xtreak · 5 years ago
  51. 431b540 bpo-32528: Make asyncio.CancelledError a BaseException. (GH-13528) by Yury Selivanov · 5 years ago
  52. 16cefb0 bpo-37028: asyncio REPL; activated via 'python -m asyncio'. (GH-13472) by Yury Selivanov · 5 years ago
  53. 71c52e3 bpo-36829: Add _PyErr_WriteUnraisableMsg() (GH-13488) by Victor Stinner · 5 years ago
  54. 2f0bfd2 Add one more test for typing.Final (GH-13588) by Ivan Levkivskyi · 5 years ago
  55. b821868 bpo-36772 Allow lru_cache to be used as decorator without making a function call (GH-13048) by Raymond Hettinger · 5 years ago
  56. aaf47ca bpo-37053: handle strings like u"bar" correctly in Tools/parser/unparse.py (GH-13583) by Chih-Hsuan Yen · 5 years ago
  57. 91f4380 bpo-36785: PEP 574 implementation (GH-7076) by Antoine Pitrou · 5 years ago
  58. 22ccb0b Fix highlighting in importlib.metadata docs (GH-13575) by Anthony Sottile · 5 years ago
  59. 180dc1b bpo-28866: No type cache for types with specialized mro, invalidation is hard. (#13157) by Julien Palard · 5 years ago
  60. 135c6a5 bpo-37049: PEP 589: Add TypedDict to typing module (GH-13573) by Ivan Levkivskyi · 5 years ago
  61. b891c46 bpo-37046: PEP 586: Add Literal to typing module (#13572) by Ivan Levkivskyi · 5 years ago
  62. f367242 bpo-37045: PEP 591: Add final qualifiers to typing module (GH-13571) by Ivan Levkivskyi · 5 years ago
  63. 47dd2f9 bpo-37017: PyObject_CallMethodObjArgs uses LOAD_METHOD optimization (GH-13516) by Michael J. Sullivan · 5 years ago
  64. 7114c65 Docs: FIX broken links. (GH-13491) by Julien Palard · 5 years ago
  65. f7fba6c bpo-34632 fix buildbots and remove artifact (GH-13566) by Jason R. Coombs · 5 years ago
  66. af57074 📝 Add a GitHub-specific security page (GH-13526) by Sviatoslav Sydorenko · 5 years ago
  67. c3738cf bpo-34632: fix installation of importlib.metadata (#13563) by Chih-Hsuan Yen · 5 years ago
  68. 81bb97d bpo-37038: Make idlelib.run runnable; add test clause (GH-13560) by Terry Jan Reedy · 5 years ago
  69. 1bbf7b6 bpo-34632: Add importlib.metadata (GH-12547) by Jason R. Coombs · 5 years ago
  70. 6dbbe74 bpo-36829: Document test.support.catch_unraisable_exception() (GH-13554) by Victor Stinner · 5 years ago
  71. a9f05d6 bpo-37032: Add CodeType.replace() method (GH-13542) by Victor Stinner · 5 years ago
  72. 561612d bpo-37021: Port _randommodule to the argument clinic (GH-13532) by Pablo Galindo · 5 years ago
  73. 1c9debd bpo-35907: Fix typo in the NEWS entry (GH-13559) by Victor Stinner · 5 years ago
  74. 4585603 bpo-36969: Make PDB args command display positional only arguments (GH-13459) by Rémi Lapeyre · 5 years ago
  75. deffee5 bpo-35907: Clarify the NEWS entry (GH-13523) by Victor Stinner · 5 years ago
  76. 6de4574 bpo-37023: Skip test_gdb under PGO (GH-13555) by Steve Dower · 5 years ago
  77. 14738ff bpo-8138: Initialize wsgiref's SimpleServer as single-threaded (GH-12977) by Berker Peksag · 5 years ago
  78. b1fc417 bpo-21536: Fix configure.ac for LIBPYTHON on Android/Cygwin (GH-13552) by E. M. Bray · 5 years ago
  79. bc66fac bpo-36721: Fix pkg-config symbolic links on "make install" (GH-13551) by Victor Stinner · 5 years ago
  80. 51394b8 bpo-36511: Ensure error code propagates out of batch files (GH-13529) by Paul Monson · 5 years ago
  81. c994c8f bpo-21536: On Cygwin, C extensions must be linked with libpython (GH-13549) by E. M. Bray · 5 years ago
  82. 438a12d bpo-36710: Add tstate parameter in ceval.c (GH-13547) by Victor Stinner · 5 years ago
  83. 13d4e6a Fix typos in Doc/library/email.generator.rst documentation (GH-13539) by Nick Sung · 5 years ago
  84. b49858b bpo-37031: Fix PyOS_AfterFork_Child() (GH-13537) by Victor Stinner · 5 years ago
  85. b3a9843 Support Py_UNUSED() on clang (GH-13544) by Victor Stinner · 5 years ago
  86. b4bdecd bpo-36710: Add tstate parameter in errors.c (GH-13540) by Victor Stinner · 5 years ago
  87. d8613dc bpo-37031: Reuse _PyRuntime.main_thread in signalmodule.c (GH-13538) by Victor Stinner · 5 years ago
  88. 2a37f8f bpo-36045: builtins.help() now prefixes `async` for async functions (GH-12010) by Dan Rose · 5 years ago
  89. cf7d5ef Fix typo: decription -> description (GH-13543) by Xtreak · 5 years ago
  90. c95c93d bpo-20285: Improve help docs for object (GH-4759) by Cheryl Sabella · 5 years ago
  91. f1e17e9 bpo-34626: Document creating heap types from the C-API (GH-9154) by Petr Viktorin · 5 years ago
  92. cccc11b Fix warning in _testembed.c (GH-13533) by Pablo Galindo · 5 years ago
  93. 608876b bpo-23395: Fix PyErr_SetInterrupt if the SIGINT signal is ignored or not handled (GH-7778) by Matěj Cepl · 5 years ago
  94. b82e17e bpo-36842: Implement PEP 578 (GH-12613) by Steve Dower · 5 years ago
  95. e788057 bpo-36797: Reduce levels of indirection in outdated distutils docs (#13462) by Nick Coghlan · 5 years ago
  96. 394119a bpo-37008: make mock_open handle able to honor next() (GH-13492) by Damien Nadé · 5 years ago
  97. 51aa35e bpo-33164: update blake2 implementation (GH-6286) by David Carlier · 5 years ago
  98. 20e1e25 bpo-36763: Fix _PyPreConfig_InitCompatConfig() utf8_mode (GH-13518) by Victor Stinner · 5 years ago
  99. bc2aa81 bpo-18748: _pyio.IOBase emits unraisable exception (GH-13512) by Victor Stinner · 5 years ago
  100. 0a8e572 bpo-36721: Add --embed option to python-config (GH-13500) by Victor Stinner · 5 years ago