1. e35d1ba bpo-34271: Fix compatibility with 1.0.2 (GH-13728) by Christian Heimes · 6 years ago
  2. e225beb Revert "bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (gh-13714)" (GH-13780) by Victor Stinner · 6 years ago
  3. 49a7e34 bpo-37137: Fix test_asyncio: use TestCase.set_event_loop() (GH-13779) by Victor Stinner · 6 years ago
  4. 91234a1 bpo-26219: per opcode cache for LOAD_GLOBAL (GH-12884) by Inada Naoki · 6 years ago
  5. 8565f6b bpo-35814: Allow unpacking in r.h.s of annotated assignment expressions (GH-13760) by Pablo Galindo · 6 years ago
  6. 01ee12b bpo-33569 Preserve type information with dataclasses.InitVar (GH-8927) by Augusto Hack · 6 years ago
  7. 0025350 bpo-37069: tests use catch_unraisable_exception() (GH-13762) by Victor Stinner · 6 years ago
  8. 3cf7ea1 bpo-37100: Fix test_coroutines with -Werror (GH-13756) by Victor Stinner · 6 years ago
  9. c6789d6 bpo-35621: Fix tests when SafeChildWatcher is expected instead of ThreadedChildWatcher (GH-13754) by Andrew Svetlov · 6 years ago
  10. fb9423f bpo-36974: Make tp_call=PyVectorcall_Call work for inherited types (GH-13699) by Petr Viktorin · 6 years ago
  11. 64e2c64 test_gdb.test_pycfunction: test more calling conventions (GH-13668) by Petr Viktorin · 6 years ago
  12. cdce057 bpo-36829: test_threading: Fix a ref cycle (GH-13752) by Victor Stinner · 6 years ago
  13. c0295db bpo-37124: Fix reference leak in test_msilib (GH-13750) by Pablo Galindo · 6 years ago
  14. 13ed079 bpo-35621: Support running subprocesses in asyncio when loop is executed in non-main thread (#13630) by Andrew Svetlov · 6 years ago
  15. c529967 bpo-36027: Extend three-argument pow to negative second argument (GH-13266) by Mark Dickinson · 6 years ago
  16. 5ae299a bpo-37128: Add math.perm(). (GH-13731) by Serhiy Storchaka · 6 years ago
  17. d71f317 Add more tests for preserving identity in marshal. (GH-13736) by Serhiy Storchaka · 6 years ago
  18. 6a150bc bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (gh-13714) by Eric Snow · 6 years ago
  19. bdbad71 bpo-20092. Use __index__ in constructors of int, float and complex. (GH-13108) by Serhiy Storchaka · 6 years ago
  20. 56624a9 bpo-28595: Allow shlex whitespace_split with punctuation_chars (GH-2071) by Evan · 6 years ago
  21. 2b843ac bpo-35431: Refactor math.comb() implementation. (GH-13725) by Serhiy Storchaka · 6 years ago
  22. cd74e66 bpo-37122: Make co->co_argcount represent the total number of positonal arguments in the code object (GH-13726) by Pablo Galindo · 6 years ago
  23. 6b282e1 bpo-36813: Fix QueueListener to call task_done() upon termination. (GH-13113) by Bar Harel · 6 years ago
  24. 2085bd0 bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-13700) by Serhiy Storchaka · 6 years ago
  25. 4a68650 bpo-35431: Implemented math.comb (GH-11414) by Yash Aggarwal · 6 years ago
  26. 354227a Add option to trace to run modules (GH-5134) by Mario Corchero · 6 years ago
  27. 664fe39 bpo-29984: Improve 'heapq' test coverage (GH-992) by Rob Day · 6 years ago
  28. 549e55a bpo-12202: Properly check MsiSummaryInfoGetProperty() calls in msilib (GH-13711) by Zackery Spytz · 6 years ago
  29. a6ec1ce bpo-33361: Fix bug with seeking in StreamRecoders (GH-8278) by Ammar Askar · 6 years ago
  30. aac4d03 bpo-26826: Expose copy_file_range in the os module (GH-7255) by Pablo Galindo · 6 years ago
  31. c8d5bf6 bpo-12639: msilib.Directory.start_component() fails if *keyfile* is not None (GH-13688) by Zackery Spytz · 6 years ago
  32. a0c01bf bpo-37115: Support annotations in positional-only arguments (GH-13698) by Pablo Galindo · 6 years ago
  33. 2f58a84 bpo-37112: Allow compile to work on AST with positional only arguments with defaults (GH-13697) by Pablo Galindo · 6 years ago
  34. 3a46d5c bpo-37108: Support super with methods that use positional-only arguments (GH-13695) by Pablo Galindo · 6 years ago
  35. c7f803b bpo-36379: __ipow__ must be a ternaryfunc, not a binaryfunc (GH-13546) by Zackery Spytz · 6 years ago
  36. c7f7069 bpo-34271: Add ssl debugging helpers (GH-10031) by Christian Heimes · 6 years ago
  37. e9b51c0 bpo-26660, bpo-35144: Fix permission errors in TemporaryDirectory cleanup. (GH-10320) by Serhiy Storchaka · 6 years ago
  38. 38ab7d4 bpo-31829: Make protocol 0 pickles be loadable in text mode in Python 2. (GH-11859) by Serhiy Storchaka · 6 years ago
  39. 14a0e16 bpo-36548: Improve the repr of re flags. (GH-12715) by Serhiy Storchaka · 6 years ago
  40. 4c23aff bpo-29262: Add get_origin() and get_args() introspection helpers to typing (GH-13685) by Ivan Levkivskyi · 6 years ago
  41. 5437ccc bpo-36342: Fix test_multiprocessing in test_venv (GH-12513) by xdegaye · 6 years ago
  42. 98ef920 bpo-36999: Add asyncio.Task.get_coro() (GH-13680) by Alex Grönholm · 6 years ago
  43. 6d0b747 bpo-37099: Silence DeprecationWarning in test_inspect (GH-13679) by Xtreak · 6 years ago
  44. 249b7d5 bpo-20602: Do not clear sys.flags and sys.float_info during shutdown (GH-8096) by Zackery Spytz · 6 years ago
  45. 735e8af bpo-36974: inherit the vectorcall protocol (GH-13498) by Jeroen Demeyer · 6 years ago
  46. 0f39c2b bpo-37015: Ensure tasks created by _accept_connection2 due to AsyncMock are completed (GH-13661) by Xtreak · 6 years ago
  47. 6eb814b bpo-37098: Skip memfd_create test before Linux 3.17 (GH-13677) by Christian Heimes · 6 years ago
  48. 413d955 bpo-36610: shutil.copyfile(): use sendfile() on Linux only (GH-13675) by Giampaolo Rodola · 6 years ago
  49. 8087831 Don't crash if there exists an EGG-INFO directory on sys.path (#13667) by Anthony Sottile · 6 years ago
  50. 8f96c9f bpo-37007: Implement socket.if_nametoindex(), if_indextoname() and if_nameindex() on Windows (GH-13522) by Zackery Spytz · 6 years ago
  51. fecb75c bpo-36974: Fix GDB integration (GH-13665) by Petr Viktorin · 6 years ago
  52. 43fdbd2 bpo-26836: Add os.memfd_create() (#13567) by Zackery Spytz · 6 years ago
  53. 0c2f930 bpo-22385: Support output separators in hex methods. (#13578) by Gregory P. Smith · 6 years ago
  54. aacc77f bpo-36974: implement PEP 590 (GH-13185) by Jeroen Demeyer · 6 years ago
  55. d30da5d bpo-36983: Fix typing.__all__ and add test for exported names (GH-13456) by Anthony Sottile · 6 years ago
  56. 9ddc416 bpo-36842: Fix reference leak in tests by running out-of-proc (GH-13556) by Steve Dower · 6 years ago
  57. 4dd3e3f bpo-32972: Async test case (GH-13386) by Andrew Svetlov · 6 years ago
  58. ca80495 bpo-22454: Add shlex.join() (the opposite of shlex.split()) (GH-7605) by Bo Bayles · 6 years ago
  59. f83d1db bpo-37070: Cleanup fstring debug handling (GH-13607) by Eric V. Smith · 6 years ago
  60. 744c08a bpo-35246: fix support for path-like args in asyncio subprocess (GH-13628) by 依云 · 6 years ago
  61. 8b09500 bpo-37076: _thread.start_new_thread() calls _PyErr_WriteUnraisableMsg() (GH-13617) by Victor Stinner · 6 years ago
  62. 4154069 bpo-37001: Makes symtable.symtable have parity with compile for input (#13483) by Dino Viehland · 6 years ago
  63. 9e3c452 bpo-31961: Fix support of path-like executables in subprocess. (GH-5914) by Serhiy Storchaka · 6 years ago
  64. 2e33ecd bpo-22640: Add silent mode to py_compile.compile() (GH-12976) by Joannah Nanjekye · 6 years ago
  65. 05f1641 bpo-26423: Fix possible overflow in wrap_lenfunc() (GH-13606) by Zackery Spytz · 6 years ago
  66. eb65e24 bpo-36922: implement PEP-590 Py_TPFLAGS_METHOD_DESCRIPTOR (GH-13338) by Jeroen Demeyer · 6 years ago
  67. 9a7e5b1 bpo-35279: reduce default max_workers of ThreadPoolExecutor (GH-13618) by Inada Naoki · 6 years ago
  68. bafd4b5 bpo-29883: Asyncio proactor udp (GH-13440) by Andrew Svetlov · 6 years ago
  69. 74d7f76 bpo-37058: PEP 544: Add Protocol to typing module (GH-13585) by Ivan Levkivskyi · 6 years ago
  70. 3880f26 bpo-36933: Remove sys.set_coroutine_wrapper (marked for removal in 3.8) (GH-13577) by Matthias Bussonnier · 6 years ago
  71. f0d4c64 bpo-36686: Improve the documentation of the std* params in loop.subprocess_exec (GH-13586) by sbstp · 6 years ago
  72. cd590a7 bpo-1230540: Add threading.excepthook() (GH-13515) by Victor Stinner · 6 years ago
  73. 23b4b69 bpo-36889: Merge asyncio streams (GH-13251) by Andrew Svetlov · 6 years ago
  74. 6f6ff8a bpo-37050: Remove expr_text from FormattedValue ast node, use Constant node instead (GH-13597) by Eric V. Smith · 6 years ago
  75. 695b1dd bpo-32941: Fix test_madvise failure when page size >= 8kiB (GH-13596) by Antoine Pitrou · 6 years ago
  76. 02db696 bpo-32941: Add madvise() for mmap objects (GH-6172) by Zackery Spytz · 6 years ago
  77. 331a6a5 bpo-36763: Implement the PEP 587 (GH-13592) by Victor Stinner · 6 years ago
  78. 8cd5165 bpo-37027: Return a proxy socket object from transp.get_extra_info('socket') (GH-13530) by Yury Selivanov · 6 years ago
  79. 674ee12 bpo-35397: Remove deprecation and document urllib.parse.unwrap (GH-11481) by Rémi Lapeyre · 6 years ago
  80. 1f39c28 bpo-37035: Don't log OSError (GH-13548) by Andrew Svetlov · 6 years ago
  81. 431b540 bpo-32528: Make asyncio.CancelledError a BaseException. (GH-13528) by Yury Selivanov · 6 years ago
  82. 71c52e3 bpo-36829: Add _PyErr_WriteUnraisableMsg() (GH-13488) by Victor Stinner · 6 years ago
  83. 2f0bfd2 Add one more test for typing.Final (GH-13588) by Ivan Levkivskyi · 6 years ago
  84. b821868 bpo-36772 Allow lru_cache to be used as decorator without making a function call (GH-13048) by Raymond Hettinger · 6 years ago
  85. aaf47ca bpo-37053: handle strings like u"bar" correctly in Tools/parser/unparse.py (GH-13583) by Chih-Hsuan Yen · 6 years ago
  86. 91f4380 bpo-36785: PEP 574 implementation (GH-7076) by Antoine Pitrou · 6 years ago
  87. 135c6a5 bpo-37049: PEP 589: Add TypedDict to typing module (GH-13573) by Ivan Levkivskyi · 6 years ago
  88. b891c46 bpo-37046: PEP 586: Add Literal to typing module (#13572) by Ivan Levkivskyi · 6 years ago
  89. f367242 bpo-37045: PEP 591: Add final qualifiers to typing module (GH-13571) by Ivan Levkivskyi · 6 years ago
  90. 1bbf7b6 bpo-34632: Add importlib.metadata (GH-12547) by Jason R. Coombs · 6 years ago
  91. 6dbbe74 bpo-36829: Document test.support.catch_unraisable_exception() (GH-13554) by Victor Stinner · 6 years ago
  92. a9f05d6 bpo-37032: Add CodeType.replace() method (GH-13542) by Victor Stinner · 6 years ago
  93. 4585603 bpo-36969: Make PDB args command display positional only arguments (GH-13459) by Rémi Lapeyre · 6 years ago
  94. 6de4574 bpo-37023: Skip test_gdb under PGO (GH-13555) by Steve Dower · 6 years ago
  95. 2a37f8f bpo-36045: builtins.help() now prefixes `async` for async functions (GH-12010) by Dan Rose · 6 years ago
  96. 608876b bpo-23395: Fix PyErr_SetInterrupt if the SIGINT signal is ignored or not handled (GH-7778) by Matěj Cepl · 6 years ago
  97. b82e17e bpo-36842: Implement PEP 578 (GH-12613) by Steve Dower · 6 years ago
  98. 20e1e25 bpo-36763: Fix _PyPreConfig_InitCompatConfig() utf8_mode (GH-13518) by Victor Stinner · 6 years ago
  99. bc2aa81 bpo-18748: _pyio.IOBase emits unraisable exception (GH-13512) by Victor Stinner · 6 years ago
  100. ef5bb25 bpo-27737: Allow whitespace only headers encoding (#13478) by Batuhan Taşkaya · 6 years ago