1. 28b75c8 bpo-42246: Don't eliminate jumps to jumps, if it will break PEP 626. (GH-23896) by Mark Shannon · 3 years, 9 months ago
  2. d90ff37 BPO-42703: Fix incorrect documentation links for asyncio.Event (GH-23881) by Matt Fowler · 3 years, 9 months ago
  3. 6d9ec8b bpo-1635741: Port resource extension module to module state (GH-23462) by Christian Heimes · 3 years, 9 months ago
  4. cf3565c bpo-42620: Improve socket.getsockname doc string (GH-23742) by Christian Heimes · 3 years, 9 months ago
  5. 52a327c bpo-39465: Add pycore_atomic_funcs.h header (GH-20766) by Victor Stinner · 3 years, 9 months ago
  6. 46b5c6b Fix typos in sysmodule (GH-23883) by Joannah Nanjekye · 3 years, 9 months ago
  7. 069560b bpo-34463: Make python tracebacks identical to C tracebacks for SyntaxErrors without a lineno (GH-23427) by Irit Katriel · 3 years, 9 months ago
  8. 6afb730 bpo-29030: Document interaction between *choices* and *metavar*. (GH-23884) by Raymond Hettinger · 3 years, 9 months ago
  9. 60eccd0 [doc] Fix missing commas in signatures (#23693) by Andre Delfino · 3 years, 9 months ago
  10. b3c77ec bpo-42688: Fix ffi alloc/free when using external libffi on macos (GH-23868) by erykoff · 3 years, 9 months ago
  11. fbc7723 bpo-39159: Declare error that might be raised from literal_eval (GH-19899) by Batuhan Taskaya · 3 years, 9 months ago
  12. b8fde8b bpo-42008: Fix internal _random.Random() seeding for the one argument case (GH-22668) by AMIR · 3 years, 9 months ago
  13. 711381d Fix typo in docstring (GH-23515) by Fernando Toledo · 3 years, 9 months ago
  14. f2dbfd7 bpo-42634: Mark reraise after except blocks as artificial. (GH-23877) by Mark Shannon · 3 years, 9 months ago
  15. d515c61 bpo-35790: Correct the description of sys.exc_info() and add a code example (GH-11625) by Géry Ogam · 3 years, 9 months ago
  16. 37a6d5f [WIP/RFC] bpo-15872: tests: remove oddity from test_rmtree_errors (GH-22967) by Daniel Hahler · 3 years, 9 months ago
  17. ab74c01 bpo-31904: Fix site and sysconfig modules for VxWorks RTOS (GH-21821) by pxinwr · 3 years, 9 months ago
  18. c95f8bc bpo-42669: Document that `except` rejects nested tuples (GH-23822) by Colin Watson · 3 years, 9 months ago
  19. b0398a4 bpo-42572: Improve argparse docs for the type parameter. (GH-23849) by Raymond Hettinger · 3 years, 9 months ago
  20. a44ce6c bpo-42604: always set EXT_SUFFIX=${SOABI}${SHLIB_SUFFIX} when using configure (GH-23708) by Matti Picus · 3 years, 9 months ago
  21. 09a36cd bpo-41724: Explain when the conversion is not possible with detect_types enabled (GH-23855) by sblondon · 3 years, 9 months ago
  22. c56f9df [doc] Mention with and except clauses in globals() (GH-13232) by Andre Delfino · 3 years, 9 months ago
  23. 3d569fd bpo-42630: Improve error reporting in Tkinter for absent default root (GH-23781) by Serhiy Storchaka · 3 years, 9 months ago
  24. 1e27b57 bpo-42470: Do not warn on sequences which are also sets in random.sample() (GH-23665) by masklinn · 3 years, 9 months ago
  25. e009612 Fixed typo in itertools documentation (GH-23816) by Casper Smet · 3 years, 9 months ago
  26. 5646414 bpo-42559: Not that getrandbits() is non-negative. (GH-23843) by Raymond Hettinger · 3 years, 9 months ago
  27. 51f4688 bpo-34805: Guarantee that __subclasses__() is in definition order. (GH-23844) by Raymond Hettinger · 3 years, 9 months ago
  28. fb34096 bpo-24792: Fix zipimporter masking the cause of import errors (GH-22204) by Irit Katriel · 3 years, 9 months ago
  29. e8d2264 bpo-36769: Document that fnmatch.filter supports any kind of iterable (#13039) by Andre Delfino · 3 years, 9 months ago
  30. 8c5d034 bpo-34398: Allow glossary results to show up on search page (GH-8773) by Ammar Askar · 3 years, 9 months ago
  31. d75f6f7 bpo-42675: Document collections.abc.Callable changes (GH-23839) by kj · 3 years, 9 months ago
  32. 17ef431 bpo-41891: ensure asyncio.wait_for waits for task completion (#22461) by Richard Kojedzinszky · 3 years, 9 months ago
  33. 2179349 bpo-40956: Fix sqlite3 AC code (GH-23837) by Dong-hee Na · 3 years, 9 months ago
  34. 1ba82bb bpo-40956: Convert _sqlite3.Connection to Argument Clinic (GH-23341) by Erlend Egeberg Aasland · 3 years, 9 months ago
  35. 84ebcf2 bpo-17140: Document multiprocessing's ThreadPool (GH-23812) by Matt Wozniski · 3 years, 9 months ago
  36. b973542 bpo-42238: Check Misc/NEWS.d/next/ for reStructuredText issues. (GH-23802) by Julien Palard · 3 years, 9 months ago
  37. 886b2e5 bpo-39096: Format specification documentation fixes for numeric types (GH-23575) by Mark Dickinson · 3 years, 9 months ago
  38. 6104013 bpo-1635741: Port _thread to multiphase init (GH-23811) by Victor Stinner · 3 years, 9 months ago
  39. 6e799be bpo-42199: Fix bytecode_helper assertNotInBytecode (#23031) by Max Bernstein · 3 years, 9 months ago
  40. 074ad51 bpo-42670: Fix a missing word in the itertools.product() docs (GH-23823) by Zackery Spytz · 3 years, 9 months ago
  41. 75dabfe bpo-31904: posixpath.expanduser() handles None user home on VxWorks (GH-23530) by pxinwr · 3 years, 9 months ago
  42. 96a09df [doc] Fix a few margins due to bad markup (GH-23619) by Andre Delfino · 3 years, 9 months ago
  43. bf353f3 bpo-42246: Make sure that `f_lasti`, and thus `f_lineno`, is set correctly after raising or reraising an exception (GH-23803) by Mark Shannon · 3 years, 9 months ago
  44. 40125ab bpo-26564: fix obsolete comment in traceback.c (GH-23819) by Irit Katriel · 3 years, 9 months ago
  45. ba760f3 bpo-31904: Skip some asyncio tests on VxWorks (#23815) by pxinwr · 3 years, 9 months ago
  46. dcc997c [doc] Fix erroneous backslashes in signatures and names (GH-23658) by Andre Delfino · 3 years, 9 months ago
  47. c143cc3 Correct referenced RFC number in cgi module (GH-22827) by Mike Lei · 3 years, 9 months ago
  48. a6ba2b9 Fix indentation for get_stats_profile() docs (GH-23618) by Matthew Suozzo · 3 years, 9 months ago
  49. 051b981 bpo-37961: Fix regression in tracemalloc.Traceback.__repr__ (GH-23805) by Daniel Hahler · 3 years, 9 months ago
  50. 66d3b58 bpo-38323: Add guard clauses in MultiLoopChildWatcher. (#22756) by Chris Jerdonek · 3 years, 9 months ago
  51. c590c23 bpo-23915: update and elucidate documentation of with_traceback (GH-23680) by Irit Katriel · 3 years, 9 months ago
  52. fc3dca3 Clarify eval() doc from library/functions. (GH-22700) by Antoine · 3 years, 9 months ago
  53. aefb69b bpo-40686: Fix compiler warnings on _zoneinfo.c (GH-23614) by Victor Stinner · 3 years, 9 months ago
  54. 37caeb1 Fix reStructuredText typo in NEWS.d. (GH-23800) by Julien Palard · 3 years, 9 months ago
  55. fcc6935 Add symbols of the stable ABI to python3dll.c (GH-23598) by Victor Stinner · 3 years, 9 months ago
  56. 5274b68 bpo-42645: Make sure that return/break/continue are only traced once when exiting via a finally block. (GH-23780) by Mark Shannon · 3 years, 9 months ago
  57. c71581c bpo-42615: Delete redundant jump instructions that only bypass empty blocks (GH-23733) by Om G · 3 years, 9 months ago
  58. 8203c73 bpo-1635741: Refactor _threadmodule.c (GH-23793) by Victor Stinner · 3 years, 9 months ago
  59. 1c653f1 bpo-42613: Fix freeze.py config directory (GH-23792) by Victor Stinner · 3 years, 9 months ago
  60. 99d28c5 bpo-40364: asyncio uses os.waitstatus_to_exitcode() (GH-23798) by Victor Stinner · 3 years, 9 months ago
  61. 5f0fe8e bpo-19733: Re-enable tests for -image option in Tkinter (GH-23785) by Serhiy Storchaka · 3 years, 9 months ago
  62. 79782fe bpo-41804: Enhance test_epoll.test_control_and_wait() (GH-23795) by Victor Stinner · 3 years, 9 months ago
  63. b32d8b4 bpo-42644: Validate values in logging.disable() (#23786) by Matthias Bussonnier · 3 years, 9 months ago
  64. 3f9fe23 bpo-42179: Clarify exception chaining (GH-23160) by Vladimir · 3 years, 9 months ago
  65. 801165e Update Stale action message (GH-23791) by Mariatta · 3 years, 9 months ago
  66. 928dbfc bpo-42090: zipfile.Path.joinpath now accepts multiple arguments (GH-22976) by Jason R. Coombs · 3 years, 9 months ago
  67. b230409 bpo-31904: Skip os.path.expanduser() tests on VxWorks (GH-23776) by pxinwr · 3 years, 9 months ago
  68. 9a0dea6 bpo-31904: Skip some tests of changing owner in _test_all_chown_common() on VxWorks (GH-23716) by pxinwr · 3 years, 9 months ago
  69. e1e3c2d bpo-31904: Disable os.popen and popen test cases on VxWorks (GH-21687) by pxinwr · 3 years, 9 months ago
  70. 9cc8fa6 Adding "stale" GitHub Action (GH-21247) by Mariatta · 3 years, 9 months ago
  71. b9ced83cf bpo-40219: Lowered ttk LabeledScale dummy (GH-21467) by E-Paine · 3 years, 9 months ago
  72. 0603f80 Let dependabot create PRs against the maintenance branches (GH-22992) by Mariatta · 3 years, 9 months ago
  73. 0911411 Update stable ABI script for MacOS and update list of exported symbols (GH-23783) by Pablo Galindo · 3 years, 9 months ago
  74. 7f14a37 bpo-42641: Enhance test_select.test_select() (GH-23782) by Victor Stinner · 3 years, 9 months ago
  75. c8a10d2 bpo-36675: Doc: Reveal doctest directives (GH-23620) by Julien Palard · 3 years, 9 months ago
  76. 3ca2b8f bpo-42639: atexit._run_exitfuncs() uses sys.unraisablehook (GH-23779) by Victor Stinner · 3 years, 9 months ago
  77. ceb4202 bpo-32381: pymain_run_file() uses PySys_FormatStderr() (GH-23778) by Victor Stinner · 3 years, 9 months ago
  78. f7049b5 bpo-42639: Add script_helper.run_test_script() (GH-23777) by Victor Stinner · 3 years, 9 months ago
  79. 6a02b38 bpo-14935: Remove static state from the _csv module (GH-23224) by Petr Viktorin · 3 years, 9 months ago
  80. b8fa135 bpo-42639: Move atexit state to PyInterpreterState (GH-23763) by Victor Stinner · 3 years, 9 months ago
  81. 8473cf8 bpo-42246: Remove DO_NOT_EMIT_BYTECODE macros, so that while loops and if statements conform to PEP 626. (GH-23743) by Mark Shannon · 3 years, 9 months ago
  82. 6f79e60 bpo-33610: Edit idlelib.codecontext (GH-23773) by Terry Jan Reedy · 3 years, 9 months ago
  83. c117426 bpo-31904: Enable libpython3.so shared library for VxWorks (GH-23741) by pxinwr · 3 years, 9 months ago
  84. 357704c bpo-42639: atexit now logs callbacks exceptions (GH-23771) by Victor Stinner · 3 years, 9 months ago
  85. 83d5204 bpo-42639: Cleanup atexitmodule.c (GH-23770) by Victor Stinner · 3 years, 9 months ago
  86. fdb9efc bpo-41877: Check for misspelled speccing arguments (GH-23737) by vabr-g · 3 years, 9 months ago
  87. 42c9f0f bpo-36541: Add lib2to3 grammar PEP-570 pos-only arg parsing (GH-23759) by Gregory P. Smith · 3 years, 9 months ago
  88. f5e97b7 bpo-42635: Mark JUMP_ABSOLUTE at end of 'for' loop as artificial to avoid spurious line events. (GH-23761) by Mark Shannon · 3 years, 9 months ago
  89. 56aa20f Don't generate spurious line number in try-except-finally. (#23760) by Mark Shannon · 3 years, 9 months ago
  90. 674fa0a bpo-42598: Fix implicit function declarations in configure (GH-23690) by Joshua Root · 3 years, 9 months ago
  91. 463c7d3 bpo-42195: Ensure consistency of Callable's __args__ in collections.abc and typing (GH-23060) by kj · 3 years, 9 months ago
  92. 43c4fb6 bpo-30858: Improve error location for expressions with assignments (GH-23753) by Pablo Galindo · 3 years, 9 months ago
  93. da431f7 Add two spaces around equal sign (#23719) by sblondon · 3 years, 9 months ago
  94. b5a6db9 bpo-39717: [tarfile] update nested exception raising (GH-23739) by Ethan Furman · 3 years, 9 months ago
  95. 4b8cdfc bpo-41879: Doc: Fix description of async for statement (GH-23548) by Nick Gaya · 3 years, 9 months ago
  96. 67b769f bpo-42059: Fix required/optional keys for TypedDict(..., total=False) (GH-22736) by Alex Grönholm · 3 years, 9 months ago
  97. a658287 bpo-34750: [Enum] add `_EnumDict.update()` support (GH-23725) by Ethan Furman · 3 years, 9 months ago
  98. efb13be bpo-42385: [Enum] add `_generate_next_value_` to StrEnum (GH-23735) by Ethan Furman · 3 years, 9 months ago
  99. 9fc5713 bpo-41877: Improve docs for assert misspellings check in mock (GH-23729) by vabr-g · 3 years, 9 months ago
  100. b5c7b38 bpo-42591: Export missing Py_FrozenMain() symbol (GH-23730) by Victor Stinner · 3 years, 9 months ago