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