- 96a09df [doc] Fix a few margins due to bad markup (GH-23619) by Andre Delfino · 4 years, 8 months 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, 8 months ago
- 40125ab bpo-26564: fix obsolete comment in traceback.c (GH-23819) by Irit Katriel · 4 years, 8 months ago
- ba760f3 bpo-31904: Skip some asyncio tests on VxWorks (#23815) by pxinwr · 4 years, 8 months ago
- dcc997c [doc] Fix erroneous backslashes in signatures and names (GH-23658) by Andre Delfino · 4 years, 8 months ago
- c143cc3 Correct referenced RFC number in cgi module (GH-22827) by Mike Lei · 4 years, 8 months ago
- a6ba2b9 Fix indentation for get_stats_profile() docs (GH-23618) by Matthew Suozzo · 4 years, 8 months ago
- 051b981 bpo-37961: Fix regression in tracemalloc.Traceback.__repr__ (GH-23805) by Daniel Hahler · 4 years, 8 months ago
- 66d3b58 bpo-38323: Add guard clauses in MultiLoopChildWatcher. (#22756) by Chris Jerdonek · 4 years, 8 months ago
- c590c23 bpo-23915: update and elucidate documentation of with_traceback (GH-23680) by Irit Katriel · 4 years, 8 months ago
- fc3dca3 Clarify eval() doc from library/functions. (GH-22700) by Antoine · 4 years, 8 months ago
- aefb69b bpo-40686: Fix compiler warnings on _zoneinfo.c (GH-23614) by Victor Stinner · 4 years, 8 months ago
- 37caeb1 Fix reStructuredText typo in NEWS.d. (GH-23800) by Julien Palard · 4 years, 8 months ago
- fcc6935 Add symbols of the stable ABI to python3dll.c (GH-23598) by Victor Stinner · 4 years, 8 months 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, 8 months ago
- c71581c bpo-42615: Delete redundant jump instructions that only bypass empty blocks (GH-23733) by Om G · 4 years, 8 months ago
- 8203c73 bpo-1635741: Refactor _threadmodule.c (GH-23793) by Victor Stinner · 4 years, 8 months ago
- 1c653f1 bpo-42613: Fix freeze.py config directory (GH-23792) by Victor Stinner · 4 years, 8 months ago
- 99d28c5 bpo-40364: asyncio uses os.waitstatus_to_exitcode() (GH-23798) by Victor Stinner · 4 years, 8 months ago
- 5f0fe8e bpo-19733: Re-enable tests for -image option in Tkinter (GH-23785) by Serhiy Storchaka · 4 years, 8 months ago
- 79782fe bpo-41804: Enhance test_epoll.test_control_and_wait() (GH-23795) by Victor Stinner · 4 years, 8 months ago
- b32d8b4 bpo-42644: Validate values in logging.disable() (#23786) by Matthias Bussonnier · 4 years, 8 months ago
- 3f9fe23 bpo-42179: Clarify exception chaining (GH-23160) by Vladimir · 4 years, 8 months ago
- 801165e Update Stale action message (GH-23791) by Mariatta · 4 years, 8 months ago
- 928dbfc bpo-42090: zipfile.Path.joinpath now accepts multiple arguments (GH-22976) by Jason R. Coombs · 4 years, 8 months ago
- b230409 bpo-31904: Skip os.path.expanduser() tests on VxWorks (GH-23776) by pxinwr · 4 years, 8 months ago
- 9a0dea6 bpo-31904: Skip some tests of changing owner in _test_all_chown_common() on VxWorks (GH-23716) by pxinwr · 4 years, 8 months ago
- e1e3c2d bpo-31904: Disable os.popen and popen test cases on VxWorks (GH-21687) by pxinwr · 4 years, 8 months ago
- 9cc8fa6 Adding "stale" GitHub Action (GH-21247) by Mariatta · 4 years, 8 months ago
- b9ced83cf bpo-40219: Lowered ttk LabeledScale dummy (GH-21467) by E-Paine · 4 years, 8 months ago
- 0603f80 Let dependabot create PRs against the maintenance branches (GH-22992) by Mariatta · 4 years, 8 months ago
- 0911411 Update stable ABI script for MacOS and update list of exported symbols (GH-23783) by Pablo Galindo · 4 years, 8 months ago
- 7f14a37 bpo-42641: Enhance test_select.test_select() (GH-23782) by Victor Stinner · 4 years, 8 months ago
- c8a10d2 bpo-36675: Doc: Reveal doctest directives (GH-23620) by Julien Palard · 4 years, 8 months ago
- 3ca2b8f bpo-42639: atexit._run_exitfuncs() uses sys.unraisablehook (GH-23779) by Victor Stinner · 4 years, 8 months ago
- ceb4202 bpo-32381: pymain_run_file() uses PySys_FormatStderr() (GH-23778) by Victor Stinner · 4 years, 8 months ago
- f7049b5 bpo-42639: Add script_helper.run_test_script() (GH-23777) by Victor Stinner · 4 years, 8 months ago
- 6a02b38 bpo-14935: Remove static state from the _csv module (GH-23224) by Petr Viktorin · 4 years, 8 months ago
- b8fa135 bpo-42639: Move atexit state to PyInterpreterState (GH-23763) by Victor Stinner · 4 years, 8 months 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, 8 months ago
- 6f79e60 bpo-33610: Edit idlelib.codecontext (GH-23773) by Terry Jan Reedy · 4 years, 8 months ago
- c117426 bpo-31904: Enable libpython3.so shared library for VxWorks (GH-23741) by pxinwr · 4 years, 8 months ago
- 357704c bpo-42639: atexit now logs callbacks exceptions (GH-23771) by Victor Stinner · 4 years, 8 months ago
- 83d5204 bpo-42639: Cleanup atexitmodule.c (GH-23770) by Victor Stinner · 4 years, 8 months ago
- fdb9efc bpo-41877: Check for misspelled speccing arguments (GH-23737) by vabr-g · 4 years, 8 months ago
- 42c9f0f bpo-36541: Add lib2to3 grammar PEP-570 pos-only arg parsing (GH-23759) by Gregory P. Smith · 4 years, 8 months 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, 8 months ago
- 56aa20f Don't generate spurious line number in try-except-finally. (#23760) by Mark Shannon · 4 years, 8 months ago
- 674fa0a bpo-42598: Fix implicit function declarations in configure (GH-23690) by Joshua Root · 4 years, 8 months ago
- 463c7d3 bpo-42195: Ensure consistency of Callable's __args__ in collections.abc and typing (GH-23060) by kj · 4 years, 8 months ago
- 43c4fb6 bpo-30858: Improve error location for expressions with assignments (GH-23753) by Pablo Galindo · 4 years, 8 months ago
- da431f7 Add two spaces around equal sign (#23719) by sblondon · 4 years, 8 months ago
- b5a6db9 bpo-39717: [tarfile] update nested exception raising (GH-23739) by Ethan Furman · 4 years, 8 months ago
- 4b8cdfc bpo-41879: Doc: Fix description of async for statement (GH-23548) by Nick Gaya · 4 years, 8 months ago
- 67b769f bpo-42059: Fix required/optional keys for TypedDict(..., total=False) (GH-22736) by Alex Grönholm · 4 years, 8 months ago
- a658287 bpo-34750: [Enum] add `_EnumDict.update()` support (GH-23725) by Ethan Furman · 4 years, 8 months ago
- efb13be bpo-42385: [Enum] add `_generate_next_value_` to StrEnum (GH-23735) by Ethan Furman · 4 years, 8 months ago
- 9fc5713 bpo-41877: Improve docs for assert misspellings check in mock (GH-23729) by vabr-g · 4 years, 8 months ago
- b5c7b38 bpo-42591: Export missing Py_FrozenMain() symbol (GH-23730) by Victor Stinner · 4 years, 8 months ago
- 7cf0aad bpo-42517: [Enum] do not convert private names into members (GH-23722) by Ethan Furman · 4 years, 8 months ago
- 6bd94de bpo-42567: [Enum] call __init_subclass__ after members are added (GH-23714) by Ethan Furman · 4 years, 8 months ago
- 2a35137 [doc] Link to issue regarding logging.disable level param default value (GH-23726) by Andre Delfino · 4 years, 8 months ago
- 35cacce [doc] Document logging.basicConfig default format (GH-23710) by Andre Delfino · 4 years, 8 months ago
- d5dcb65 bpo-31904: Define THREAD_STACK_SIZE for VxWorks (GH-23718) by pxinwr · 4 years, 8 months ago
- a82f63f bpo-32381: Add _PyRun_AnyFileObject() (GH-23723) by Victor Stinner · 4 years, 8 months ago
- ca06440 bpo-32381: Remove unused _Py_fopen() function (GH-23711) by Victor Stinner · 4 years, 8 months ago
- 550e467 bpo-32381: Add _PyRun_SimpleFileObject() (GH-23709) by Victor Stinner · 4 years, 8 months ago
- 98a5417 bpo-41439: Skip test_ssl and test_uuid tests if fork() is not supported (GH-21684) by pxinwr · 4 years, 8 months ago
- eb7594f bpo-41443: Add more attribute checking in test_posix (GH-21688) by pxinwr · 4 years, 8 months ago
- fe6e5e7 bpo-35134: Add Include/cpython/pythonrun.h file (GH-23701) by Victor Stinner · 4 years, 8 months ago
- 815506d bpo-32381: Rewrite PyErr_ProgramText() (GH-23700) by Victor Stinner · 4 years, 8 months ago
- 6d3dfee [Enum] reformat and add doc strings (GH-23705) by Ethan Furman · 4 years, 8 months ago
- 37440ee bpo-41907: [Enum] fix format() behavior for IntFlag (GH-22497) by Ethan Furman · 4 years, 8 months ago
- c168b50 bpo-42111: Make the xxlimited module an example of best extension module practices (GH-23226) by Petr Viktorin · 4 years, 8 months ago
- 4aa6785 bpo-41910: move news entry (GH-23695) by Terry Jan Reedy · 4 years, 8 months ago
- 0f91f58 bpo-42599: Remove useless PyModule_GetWarningsModule() (GH-23691) by Hai Shi · 4 years, 8 months ago
- b6d98c1 bpo-32381: Fix PyRun_SimpleFileExFlags() encoding (GH-23642) by Victor Stinner · 4 years, 8 months ago
- 233fddf Post 3.10.0a3 by Pablo Galindo · 4 years, 8 months ago
- 0914a48 Merge tag 'v3.10.0a3' by Pablo Galindo · 4 years, 8 months ago
- 06afac6 bpo-41462: Add os.set_blocking() support for VxWorks RTOS (GH-21713) by pxinwr · 4 years, 8 months ago
- b63a620 bpo-42579: Make workaround for various versions of Sphinx more robust (GH-23662) by Matěj Cepl · 4 years, 8 months ago
- 8bae2a9 Python 3.10.0a3 by Pablo Galindo · 4 years, 8 months ago
- c0afb7f bpo-39825: Fixes sysconfig.get_config_var('EXT_SUFFIX') on Windows to match distutils (GH-22088) by Matti Picus · 4 years, 8 months ago
- 0ef96c2 bpo-30459: Cast the result of PyCell_SET to void (GH-23654) by Victor Stinner · 4 years, 8 months ago
- c266736 bpo-41889: [Enum] fix multiple-inheritance regression (GH-22487) by Ethan Furman · 4 years, 8 months ago
- 2123373 Update macos installer ReadMe for 3.10.0a3 (GH-23671) by Ned Deily · 4 years, 8 months ago
- 57e5113 bpo-42508: Keep IDLE running on macOS (GH-23577) by Terry Jan Reedy · 4 years, 8 months ago
- 752cdf2 bpo-38843: Document behavior of default when the attribute is already set (GH-23653) by Raymond Hettinger · 4 years, 8 months ago
- 8a62887 bpo-42582: Remove asyncio._all_tasks_compat(). (GH-23664) by Serhiy Storchaka · 4 years, 8 months ago
- 6a7fb9d bpo-42576: Clarify only debug builds are affected in news (GH-23663) by kj · 4 years, 8 months ago
- c598a04 bpo-42532: Check if NonCallableMock's spec_arg is not None instead of call its __bool__ function (GH23613) by idanw206 · 4 years, 8 months ago
- 804d689 bpo-42576: Raise TypeError when passing in keyword arguments to GenericAlias (GH-23656) by kj · 4 years, 8 months ago
- da3d2ab GH-5054: CGIHTTPRequestHandler.run_cgi() HTTP_ACCEPT improperly parsed (#23638) by Senthil Kumaran · 4 years, 8 months ago
- 556d97f bpo-30459: Cast the result of PyList_SET_ITEM() to void (GH-19975) by Zackery Spytz · 4 years, 8 months ago
- 29afab6 bpo-41116: Fix setup.py test for macOS Tcl/Tk frameworks (GH-23649) by Ned Deily · 4 years, 8 months ago
- 226a012 bpo-42536: GC track recycled tuples (GH-23623) by Brandt Bucher · 4 years, 8 months ago
- 2de5097 bpo-26131: Deprecate usage of load_module() (GH-23469) by Brett Cannon · 4 years, 8 months ago
- 79c1849 bpo-42545: Improve the error message in the stable API script (GH-23648) by Pablo Galindo · 4 years, 8 months ago
- 85f1ded bpo-42545: Check that all symbols in the limited ABI are exported (GH-23616) by Pablo Galindo · 4 years, 8 months ago
- 2e0760b bpo-17735: inspect.findsource now raises OSError when co_lineno is out of range (GH-23633) by Irit Katriel · 4 years, 8 months ago