1. c7f7069 bpo-34271: Add ssl debugging helpers (GH-10031) by Christian Heimes · 5 years ago
  2. e9b51c0 bpo-26660, bpo-35144: Fix permission errors in TemporaryDirectory cleanup. (GH-10320) by Serhiy Storchaka · 5 years ago
  3. 38ab7d4 bpo-31829: Make protocol 0 pickles be loadable in text mode in Python 2. (GH-11859) by Serhiy Storchaka · 5 years ago
  4. ba04302 IDLE - Capitalize search dialogs' 'Close' button label. (#13691) by Terry Jan Reedy · 5 years ago
  5. 14a0e16 bpo-36548: Improve the repr of re flags. (GH-12715) by Serhiy Storchaka · 5 years ago
  6. 65fb2c0 bpo-339827: Do not swallow exceptions in the _ssl module. (GH-12756) by Serhiy Storchaka · 5 years ago
  7. 530f506 bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464) by Jeroen Demeyer · 5 years ago
  8. 4c23aff bpo-29262: Add get_origin() and get_args() introspection helpers to typing (GH-13685) by Ivan Levkivskyi · 5 years ago
  9. 2a58b06 bpo-5028: Fix up rest of documentation for tokenize documenting line (GH-13686) by Anthony Sottile · 5 years ago
  10. eea47e0 bpo-36953: Delay removal of ABCs from collections. (GH-13409) by Matthias Bussonnier · 5 years ago
  11. 5437ccc bpo-36342: Fix test_multiprocessing in test_venv (GH-12513) by xdegaye · 5 years ago
  12. 2f5b9dc bpo-30969: Fix docs about the comparison in absence of __contains__ (GH-2761) by Antti Haapala · 5 years ago
  13. 1e36f75 bpo-5028: fix doc bug for tokenize (GH-11683) by Andrew Carr · 5 years ago
  14. 1b69c09 Fix audit event typo : urllib.request -> urllib.Request (GH-13550) by Xtreak · 5 years ago
  15. 98ef920 bpo-36999: Add asyncio.Task.get_coro() (GH-13680) by Alex Grönholm · 5 years ago
  16. 25ee0c3 Revert adding @maxking to CODEOWNERS file (GH-13660) by Brett Cannon · 5 years ago
  17. 37788bc bpo-36974: rename _FastCallKeywords -> _Vectorcall (GH-13653) by Jeroen Demeyer · 5 years ago
  18. 6d0b747 bpo-37099: Silence DeprecationWarning in test_inspect (GH-13679) by Xtreak · 5 years ago
  19. 249b7d5 bpo-20602: Do not clear sys.flags and sys.float_info during shutdown (GH-8096) by Zackery Spytz · 5 years ago
  20. c145f3b bpo-36974: remove _PyObject_HasFastCall (GH-13460) by Jeroen Demeyer · 5 years ago
  21. 735e8af bpo-36974: inherit the vectorcall protocol (GH-13498) by Jeroen Demeyer · 5 years ago
  22. 0f39c2b bpo-37015: Ensure tasks created by _accept_connection2 due to AsyncMock are completed (GH-13661) by Xtreak · 5 years ago
  23. 6eb814b bpo-37098: Skip memfd_create test before Linux 3.17 (GH-13677) by Christian Heimes · 5 years ago
  24. eda385c bpo-36935: Remove usage of the deprecated PyErr_SetFromWindowsErrWithUnicodeFilename() (GH-13355) by Zackery Spytz · 5 years ago
  25. bee31ce autoreconf (GH-13651) by Inada Naoki · 5 years ago
  26. 413d955 bpo-36610: shutil.copyfile(): use sendfile() on Linux only (GH-13675) by Giampaolo Rodola · 5 years ago
  27. a16387a bpo-24564: shutil.copystat(): ignore EINVAL on os.setxattr() (GH-13369) by Ying Wang · 5 years ago
  28. 8087831 Don't crash if there exists an EGG-INFO directory on sys.path (#13667) by Anthony Sottile · 5 years ago
  29. 29cb21d Regenerate topics file (GH-13642) by Pablo Galindo · 5 years ago
  30. 8f96c9f bpo-37007: Implement socket.if_nametoindex(), if_indextoname() and if_nameindex() on Windows (GH-13522) by Zackery Spytz · 5 years ago
  31. fecb75c bpo-36974: Fix GDB integration (GH-13665) by Petr Viktorin · 5 years ago
  32. e70bfa95 bpo-26836: Add ifdefs for all MFD_HUGE* constants (GH-13666) by Zackery Spytz · 5 years ago
  33. ada319b bpo-32388: Remove cross-version binary compatibility requirement in tp_flags (GH-4944) by Antoine Pitrou · 5 years ago
  34. 43fdbd2 bpo-26836: Add os.memfd_create() (#13567) by Zackery Spytz · 5 years ago
  35. 0c2f930 bpo-22385: Support output separators in hex methods. (#13578) by Gregory P. Smith · 5 years ago
  36. aacc77f bpo-36974: implement PEP 590 (GH-13185) by Jeroen Demeyer · 5 years ago
  37. d30da5d bpo-36983: Fix typing.__all__ and add test for exported names (GH-13456) by Anthony Sottile · 5 years ago
  38. 34f4f5e bpo-36794: Document that Lock.acquire is fair. (GH-13082) by Hrvoje Nikšić · 5 years ago
  39. 46ed90d Doc: Add an optional obsolete header. (GH-13638) by Julien Palard · 5 years ago
  40. 1c99926 Add my to code owner for more areas (#13650) by Christian Heimes · 5 years ago
  41. 9ddc416 bpo-36842: Fix reference leak in tests by running out-of-proc (GH-13556) by Steve Dower · 5 years ago
  42. d8b7551 bpo-33164: blake2 fix for HP-UX (GH-13633) by David Carlier · 5 years ago
  43. 4dd3e3f bpo-32972: Async test case (GH-13386) by Andrew Svetlov · 5 years ago
  44. 7d40869 remove unnecessary tp_dealloc (GH-13647) by Inada Naoki · 5 years ago
  45. ca80495 bpo-22454: Add shlex.join() (the opposite of shlex.split()) (GH-7605) by Bo Bayles · 5 years ago
  46. f83d1db bpo-37070: Cleanup fstring debug handling (GH-13607) by Eric V. Smith · 5 years ago
  47. 0ae022c bpo-37075: Fix string concatenation in assert_has_awaits error message (GH-13616) by Xtreak · 5 years ago
  48. 744c08a bpo-35246: fix support for path-like args in asyncio subprocess (GH-13628) by 依云 · 5 years ago
  49. e1f95e7 bpo-36739: Update controlflow.rst (GH-12983) by pbhd · 5 years ago
  50. 8b09500 bpo-37076: _thread.start_new_thread() calls _PyErr_WriteUnraisableMsg() (GH-13617) by Victor Stinner · 5 years ago
  51. b76302d bpo-36540: Documentation for PEP570 - Python positional only arguments (#13202) by Pablo Galindo · 5 years ago
  52. 77f0ed7 bpo-37072: Fix crash in PyAST_FromNodeObject() when flags is NULL (#13634) by Guido van Rossum · 5 years ago
  53. 44bfff2 Fix markup and minor grammar improvements in Code_of_conduct.md (GH-13640) by hydrogen-mvm · 5 years ago
  54. 4154069 bpo-37001: Makes symtable.symtable have parity with compile for input (#13483) by Dino Viehland · 5 years ago
  55. ab0716e bpo-22102: Fixes zip files with disks set to 0 (GH-5985) by Francisco Facioni · 5 years ago
  56. 33ce3f0 Fix comments in initconfig.h (GH-13636) by MandarJKulkarni · 5 years ago
  57. 9e3c452 bpo-31961: Fix support of path-like executables in subprocess. (GH-5914) by Serhiy Storchaka · 5 years ago
  58. 1b05aa2 Fix typo in docs for socket.CAN_RAW_FD_FRAMES (GH-13635) by karl ding · 5 years ago
  59. 382034b bpo-36933: fix what's new. (GH-13627) by Matthias Bussonnier · 5 years ago
  60. 2e33ecd bpo-22640: Add silent mode to py_compile.compile() (GH-12976) by Joannah Nanjekye · 5 years ago
  61. 3c8724f bpo-33407: Implement Py_DEPRECATED() on MSVC (GH-8980) by Zackery Spytz · 5 years ago
  62. 17a5588 bpo-33725: multiprocessing uses spawn by default on macOS (GH-13603) by Victor Stinner · 5 years ago
  63. a85a1d3 bpo-36829: sys.excepthook and sys.unraisablehook flush (GH-13620) by Victor Stinner · 5 years ago
  64. 51ddab8 Doc: Add missing forward reference in the tutorial. (GH-13499) by Julien Palard · 5 years ago
  65. 05f1641 bpo-26423: Fix possible overflow in wrap_lenfunc() (GH-13606) by Zackery Spytz · 5 years ago
  66. 0453081 bpo-32299: Return patched dict when using patch.dict as a context manager (GH-11062) by Mario Corchero · 5 years ago
  67. eb65e24 bpo-36922: implement PEP-590 Py_TPFLAGS_METHOD_DESCRIPTOR (GH-13338) by Jeroen Demeyer · 5 years ago
  68. 0811f2d Doc: Space breaking whole definition. (GH-13615) by Julien Palard · 5 years ago
  69. 9a7e5b1 bpo-35279: reduce default max_workers of ThreadPoolExecutor (GH-13618) by Inada Naoki · 5 years ago
  70. 293e9f8 Remove outdated time.monotonic reference (GH-13264) by Brad · 5 years ago
  71. 9ea277a bpo-36900: Fix compilation on HP-UX (GH-13614) by Victor Stinner · 5 years ago
  72. bafd4b5 bpo-29883: Asyncio proactor udp (GH-13440) by Andrew Svetlov · 5 years ago
  73. 9ee2c26 DOC: Unnecessary plural. (GH-13613) by Julien Palard · 5 years ago
  74. 74d7f76 bpo-37058: PEP 544: Add Protocol to typing module (GH-13585) by Ivan Levkivskyi · 5 years ago
  75. 3880f26 bpo-36933: Remove sys.set_coroutine_wrapper (marked for removal in 3.8) (GH-13577) by Matthias Bussonnier · 5 years ago
  76. 436c2b0 bpo-36996: Handle async functions when mock.patch is used as a decorator (GH-13562) by Xtreak · 5 years ago
  77. 71dc7c5 Add @maxking to CODEOWNERS file (GH-13599) by Abhilash Raj · 5 years ago
  78. f0d4c64 bpo-36686: Improve the documentation of the std* params in loop.subprocess_exec (GH-13586) by sbstp · 5 years ago
  79. a356841 bpo-37054, _pyio: Fix BytesIO and TextIOWrapper __del__() (GH-13601) by Victor Stinner · 5 years ago
  80. df9b032 bpo-37039: IDLE - zoomheight fixes (GH-13576) by Terry Jan Reedy · 5 years ago
  81. cd590a7 bpo-1230540: Add threading.excepthook() (GH-13515) by Victor Stinner · 5 years ago
  82. 23b4b69 bpo-36889: Merge asyncio streams (GH-13251) by Andrew Svetlov · 5 years ago
  83. 6f6ff8a bpo-37050: Remove expr_text from FormattedValue ast node, use Constant node instead (GH-13597) by Eric V. Smith · 5 years ago
  84. 695b1dd bpo-32941: Fix test_madvise failure when page size >= 8kiB (GH-13596) by Antoine Pitrou · 5 years ago
  85. a8e814d Fix a typo in SECURITY.md (GH-13568) by Philippe Gagnon · 5 years ago
  86. cc1c582 bpo-37051: Refine note on what objects are hashable (GH-13587) by Raymond Hettinger · 5 years ago
  87. 02db696 bpo-32941: Add madvise() for mmap objects (GH-6172) by Zackery Spytz · 5 years ago
  88. 331a6a5 bpo-36763: Implement the PEP 587 (GH-13592) by Victor Stinner · 5 years ago
  89. 8cd5165 bpo-37027: Return a proxy socket object from transp.get_extra_info('socket') (GH-13530) by Yury Selivanov · 5 years ago
  90. 674ee12 bpo-35397: Remove deprecation and document urllib.parse.unwrap (GH-11481) by Rémi Lapeyre · 5 years ago
  91. 1f39c28 bpo-37035: Don't log OSError (GH-13548) by Andrew Svetlov · 5 years ago
  92. ff6b2e6 bpo-37047: Refactor AsyncMock setup logic for autospeccing (GH-13574) by Xtreak · 5 years ago
  93. 431b540 bpo-32528: Make asyncio.CancelledError a BaseException. (GH-13528) by Yury Selivanov · 5 years ago
  94. 16cefb0 bpo-37028: asyncio REPL; activated via 'python -m asyncio'. (GH-13472) by Yury Selivanov · 5 years ago
  95. 71c52e3 bpo-36829: Add _PyErr_WriteUnraisableMsg() (GH-13488) by Victor Stinner · 5 years ago
  96. 2f0bfd2 Add one more test for typing.Final (GH-13588) by Ivan Levkivskyi · 5 years ago
  97. b821868 bpo-36772 Allow lru_cache to be used as decorator without making a function call (GH-13048) by Raymond Hettinger · 5 years ago
  98. aaf47ca bpo-37053: handle strings like u"bar" correctly in Tools/parser/unparse.py (GH-13583) by Chih-Hsuan Yen · 5 years ago
  99. 91f4380 bpo-36785: PEP 574 implementation (GH-7076) by Antoine Pitrou · 5 years ago
  100. 22ccb0b Fix highlighting in importlib.metadata docs (GH-13575) by Anthony Sottile · 5 years ago