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