1. feaceaa bpo-37178: Allow a one argument form of math.perm() (GH-13905) (GH-13919) by Miss Islington (bot) · 5 years ago
  2. 6324ac1 bpo-34886: Fix subprocess.run handling of exclusive arguments (GH-11727) by Miss Islington (bot) · 5 years ago
  3. c5daae4 bpo-37173: Show passed class in inspect.getfile error (GH-13861) by Miss Islington (bot) · 5 years ago
  4. 3d03a35 [3.8] bpo-37188: Fix a divide-by-zero in arrays of size-0 objects (#13911) by Miss Islington (bot) · 5 years ago
  5. 3b5bac2 cross port importlib-metadata PR GH-76 (GH-13903) by Miss Islington (bot) · 5 years ago
  6. 606ac58 bpo-37150: Throw ValueError if FileType class object was passed in add_argument (GH-13805) by Miss Islington (bot) · 5 years ago
  7. 6c9effa IDLE: Standardize naming convention for DummyEditwin in tests (GH-13876) (#13885) by Miss Islington (bot) · 5 years ago
  8. 84d47bd bpo-37181: Fix test_regrtest failures on Windows arm64 (GH-13872) by Miss Islington (bot) · 5 years ago
  9. 5effd10 bpo-37191: Move TestPEP590 from test_capi to test_call (GH-13892) by Miss Islington (bot) · 5 years ago
  10. 3576266 bpo-37169: Rewrite _PyObject_IsFreed() unit tests (GH-13888) (GH-13895) by Victor Stinner · 5 years ago
  11. 295fe32 bpo-37177: make IDLE's search dialogs transient (GH-13869) by Miss Islington (bot) · 5 years ago
  12. 9ddb777 bpo-37158: Simplify and speed-up statistics.fmean() (GH-13832) (GH-13843) by Miss Islington (bot) · 5 years ago
  13. 87a865e bpo-34767: Do not always create a collections.deque() in asyncio.Lock() (GH-13834) by Miss Islington (bot) · 5 years ago
  14. 8899b11 bpo-36373: Deprecate explicit loop parameter in all public asyncio APIs [streams] (GH-13671) by Miss Islington (bot) · 5 years ago
  15. 39346ff bpo-35763: Make IDLE calltip note about '/' less obtrusive (GH-13791) by Miss Islington (bot) · 5 years ago
  16. 23d7ce7 Merge tag 'v3.8.0b1' by Łukasz Langa · 5 years ago
  17. aa79707 bpo-30835: email: Fix AttributeError when parsing invalid CTE (GH-13598) by Abhilash Raj · 5 years ago
  18. 3b5deb0 Python 3.8.0b1 by Łukasz Langa · 5 years ago
  19. 46d88a1 bpo-35805: Add parser for Message-ID email header. (GH-13397) by Abhilash Raj · 5 years ago
  20. bc6469f bpo-37153: test_venv.test_mutiprocessing() calls pool.terminate() (GH-13816) by Victor Stinner · 5 years ago
  21. 8d0ef0b bpo-36742: Corrects fix to handle decomposition in usernames (#13812) by Steve Dower · 5 years ago
  22. 800d786 Fix extraneous whitespace in QueueListener.prepare (GH-13803) by Boris Feld · 5 years ago
  23. ca612a9 bpo-36778: Remove outdated comment from CodePageTest (GH-13807) by Victor Stinner · 5 years ago
  24. 8d56109 bpo-37142: Make asyncio stream tests more robust again (GH-13804) by Andrew Svetlov · 5 years ago
  25. 35890ab Make StreamServer.close() tests more robust (GH-13790) by Andrew Svetlov · 5 years ago
  26. 7f9a2ae Revert "bpo-34037, asyncio: add BaseEventLoop.wait_executor_on_close (GH-13786)" (#13802) by Łukasz Langa · 5 years ago
  27. 4cdbc45 bpo-37148: Fix asyncio test that check for warning when running the test suite with huntleaks (GH-13800) by Pablo Galindo · 5 years ago
  28. 963eb0f bpo-35431: Drop the k <= n requirement (GH-13798) by Raymond Hettinger · 5 years ago
  29. 9535aff Revert "bpo-35621: Support running subprocesses in asyncio when loop is executed in non-main thread (#13630)" (GH-13793) by Andrew Svetlov · 5 years ago
  30. 0f0a30f bpo-34037, asyncio: add BaseEventLoop.wait_executor_on_close (GH-13786) by Victor Stinner · 5 years ago
  31. 78c7d52 bpo-37120: Add SSLContext.num_tickets (GH-13719) by Christian Heimes · 5 years ago
  32. e35d1ba bpo-34271: Fix compatibility with 1.0.2 (GH-13728) by Christian Heimes · 5 years ago
  33. e225beb Revert "bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (gh-13714)" (GH-13780) by Victor Stinner · 5 years ago
  34. 49a7e34 bpo-37137: Fix test_asyncio: use TestCase.set_event_loop() (GH-13779) by Victor Stinner · 5 years ago
  35. 91234a1 bpo-26219: per opcode cache for LOAD_GLOBAL (GH-12884) by Inada Naoki · 5 years ago
  36. 8565f6b bpo-35814: Allow unpacking in r.h.s of annotated assignment expressions (GH-13760) by Pablo Galindo · 5 years ago
  37. d9677f3 IDLE: Fix typos in docs and comments (GH-13749) by Xtreak · 5 years ago
  38. cba9f84 bpo-36546: Add design notes to aid future discussions (GH-13769) by Raymond Hettinger · 5 years ago
  39. 01ee12b bpo-33569 Preserve type information with dataclasses.InitVar (GH-8927) by Augusto Hack · 5 years ago
  40. 0025350 bpo-37069: tests use catch_unraisable_exception() (GH-13762) by Victor Stinner · 5 years ago
  41. 3cf7ea1 bpo-37100: Fix test_coroutines with -Werror (GH-13756) by Victor Stinner · 5 years ago
  42. 0d70227 Fix typos in docs and docstrings (GH-13745) by Xtreak · 5 years ago
  43. c6789d6 bpo-35621: Fix tests when SafeChildWatcher is expected instead of ThreadedChildWatcher (GH-13754) by Andrew Svetlov · 5 years ago
  44. fb9423f bpo-36974: Make tp_call=PyVectorcall_Call work for inherited types (GH-13699) by Petr Viktorin · 5 years ago
  45. 64e2c64 test_gdb.test_pycfunction: test more calling conventions (GH-13668) by Petr Viktorin · 5 years ago
  46. cdce057 bpo-36829: test_threading: Fix a ref cycle (GH-13752) by Victor Stinner · 5 years ago
  47. aca273e bpo-37014: Update docstring and Documentation of fileinput.FileInput(). (GH-13545) by Michele Angrisano · 5 years ago
  48. c0295db bpo-37124: Fix reference leak in test_msilib (GH-13750) by Pablo Galindo · 5 years ago
  49. 6bdc4de bpo-35610: IDLE - Replace .context_use_ps1 with .prompt_last_line (GH-11307) by Cheryl Sabella · 5 years ago
  50. 13ed079 bpo-35621: Support running subprocesses in asyncio when loop is executed in non-main thread (#13630) by Andrew Svetlov · 5 years ago
  51. c529967 bpo-36027: Extend three-argument pow to negative second argument (GH-13266) by Mark Dickinson · 5 years ago
  52. 5ae299a bpo-37128: Add math.perm(). (GH-13731) by Serhiy Storchaka · 5 years ago
  53. d71f317 Add more tests for preserving identity in marshal. (GH-13736) by Serhiy Storchaka · 5 years ago
  54. 6a150bc bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (gh-13714) by Eric Snow · 5 years ago
  55. bdbad71 bpo-20092. Use __index__ in constructors of int, float and complex. (GH-13108) by Serhiy Storchaka · 5 years ago
  56. 1a4d9ff bpo-32411: IDLE: Remove line number sort in browser.py (#5011) by Cheryl Sabella · 5 years ago
  57. 56624a9 bpo-28595: Allow shlex whitespace_split with punctuation_chars (GH-2071) by Evan · 5 years ago
  58. 2b843ac bpo-35431: Refactor math.comb() implementation. (GH-13725) by Serhiy Storchaka · 5 years ago
  59. cd74e66 bpo-37122: Make co->co_argcount represent the total number of positonal arguments in the code object (GH-13726) by Pablo Galindo · 5 years ago
  60. 6b282e1 bpo-36813: Fix QueueListener to call task_done() upon termination. (GH-13113) by Bar Harel · 5 years ago
  61. 2085bd0 bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-13700) by Serhiy Storchaka · 5 years ago
  62. 4a68650 bpo-35431: Implemented math.comb (GH-11414) by Yash Aggarwal · 5 years ago
  63. 354227a Add option to trace to run modules (GH-5134) by Mario Corchero · 5 years ago
  64. 664fe39 bpo-29984: Improve 'heapq' test coverage (GH-992) by Rob Day · 5 years ago
  65. 549e55a bpo-12202: Properly check MsiSummaryInfoGetProperty() calls in msilib (GH-13711) by Zackery Spytz · 5 years ago
  66. a6ec1ce bpo-33361: Fix bug with seeking in StreamRecoders (GH-8278) by Ammar Askar · 5 years ago
  67. aac4d03 bpo-26826: Expose copy_file_range in the os module (GH-7255) by Pablo Galindo · 5 years ago
  68. c8d5bf6 bpo-12639: msilib.Directory.start_component() fails if *keyfile* is not None (GH-13688) by Zackery Spytz · 5 years ago
  69. a0c01bf bpo-37115: Support annotations in positional-only arguments (GH-13698) by Pablo Galindo · 5 years ago
  70. 2f58a84 bpo-37112: Allow compile to work on AST with positional only arguments with defaults (GH-13697) by Pablo Galindo · 5 years ago
  71. 3a46d5c bpo-37108: Support super with methods that use positional-only arguments (GH-13695) by Pablo Galindo · 5 years ago
  72. c7f803b bpo-36379: __ipow__ must be a ternaryfunc, not a binaryfunc (GH-13546) by Zackery Spytz · 5 years ago
  73. c7f7069 bpo-34271: Add ssl debugging helpers (GH-10031) by Christian Heimes · 5 years ago
  74. e9b51c0 bpo-26660, bpo-35144: Fix permission errors in TemporaryDirectory cleanup. (GH-10320) by Serhiy Storchaka · 5 years ago
  75. 38ab7d4 bpo-31829: Make protocol 0 pickles be loadable in text mode in Python 2. (GH-11859) by Serhiy Storchaka · 5 years ago
  76. ba04302 IDLE - Capitalize search dialogs' 'Close' button label. (#13691) by Terry Jan Reedy · 5 years ago
  77. 14a0e16 bpo-36548: Improve the repr of re flags. (GH-12715) by Serhiy Storchaka · 5 years ago
  78. 4c23aff bpo-29262: Add get_origin() and get_args() introspection helpers to typing (GH-13685) by Ivan Levkivskyi · 5 years ago
  79. 2a58b06 bpo-5028: Fix up rest of documentation for tokenize documenting line (GH-13686) by Anthony Sottile · 5 years ago
  80. eea47e0 bpo-36953: Delay removal of ABCs from collections. (GH-13409) by Matthias Bussonnier · 5 years ago
  81. 5437ccc bpo-36342: Fix test_multiprocessing in test_venv (GH-12513) by xdegaye · 5 years ago
  82. 1e36f75 bpo-5028: fix doc bug for tokenize (GH-11683) by Andrew Carr · 5 years ago
  83. 98ef920 bpo-36999: Add asyncio.Task.get_coro() (GH-13680) by Alex Grönholm · 5 years ago
  84. 6d0b747 bpo-37099: Silence DeprecationWarning in test_inspect (GH-13679) by Xtreak · 5 years ago
  85. 249b7d5 bpo-20602: Do not clear sys.flags and sys.float_info during shutdown (GH-8096) by Zackery Spytz · 5 years ago
  86. 735e8af bpo-36974: inherit the vectorcall protocol (GH-13498) by Jeroen Demeyer · 5 years ago
  87. 0f39c2b bpo-37015: Ensure tasks created by _accept_connection2 due to AsyncMock are completed (GH-13661) by Xtreak · 5 years ago
  88. 6eb814b bpo-37098: Skip memfd_create test before Linux 3.17 (GH-13677) by Christian Heimes · 5 years ago
  89. 413d955 bpo-36610: shutil.copyfile(): use sendfile() on Linux only (GH-13675) by Giampaolo Rodola · 5 years ago
  90. a16387a bpo-24564: shutil.copystat(): ignore EINVAL on os.setxattr() (GH-13369) by Ying Wang · 5 years ago
  91. 8087831 Don't crash if there exists an EGG-INFO directory on sys.path (#13667) by Anthony Sottile · 5 years ago
  92. 29cb21d Regenerate topics file (GH-13642) by Pablo Galindo · 5 years ago
  93. 8f96c9f bpo-37007: Implement socket.if_nametoindex(), if_indextoname() and if_nameindex() on Windows (GH-13522) by Zackery Spytz · 5 years ago
  94. fecb75c bpo-36974: Fix GDB integration (GH-13665) by Petr Viktorin · 5 years ago
  95. 43fdbd2 bpo-26836: Add os.memfd_create() (#13567) by Zackery Spytz · 5 years ago
  96. 0c2f930 bpo-22385: Support output separators in hex methods. (#13578) by Gregory P. Smith · 5 years ago
  97. aacc77f bpo-36974: implement PEP 590 (GH-13185) by Jeroen Demeyer · 5 years ago
  98. d30da5d bpo-36983: Fix typing.__all__ and add test for exported names (GH-13456) by Anthony Sottile · 5 years ago
  99. 9ddc416 bpo-36842: Fix reference leak in tests by running out-of-proc (GH-13556) by Steve Dower · 5 years ago
  100. 4dd3e3f bpo-32972: Async test case (GH-13386) by Andrew Svetlov · 5 years ago