summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Docs: mark up NotImplemented using the :data: role throughout the docs (#116135)Erlend E. Aasland2024-02-2916-39/+39
* gh-116088: Insert bottom checks after all sym_set_...() calls (#116089)Guido van Rossum2024-02-297-47/+106
* gh-115811: Update documentation to add some Logger attributes. (GH-116109)Vinay Sajip2024-02-291-0/+36
* gh-72463: Fix ctypes/test_loading.py so that test_find reports skipped (GH-18...Michael Felt2024-02-291-0/+4
* Make the iter_except() recipe more compact. (gh-116132)Raymond Hettinger2024-02-291-20/+1
* GH-115802: JIT "small" code for Windows (GH-115964)Brandt Bucher2024-02-2926-93/+126
* gh-112844: Add SBOM for external dependencies (#115789)Seth Michael Larson2024-02-293-17/+266
* gh-116100: Add `test` arg to `ast.If` and `op` arg to `ast.BoolOp` calls (#11...Kirill Podoprigora2024-02-291-2/+2
* gh-115881: Document feature_version limitations (#115980)Shantanu2024-02-291-6/+9
* gh-116103: Prevent error in WindowsLoadTracker.__del__ on permission error (G...Petr Viktorin2024-02-291-0/+4
* gh-115937: Remove implementation details from inspect.signature() docs (#116086)Erlend E. Aasland2024-02-291-3/+7
* gh-115816: Generate calls to sym_new_const() etc. without _Py_uop prefix (#11...Guido van Rossum2024-02-293-104/+104
* gh-115859: Fix test_type_inconsistency() when run multiple times (#116079)Guido van Rossum2024-02-281-3/+7
* gh-115821: [Enum] better error message for calling super().__new__() (GH-116063)Ethan Furman2024-02-284-1/+22
* gh-116075: Skip test_external_inspection on qemu in JIT CI (#116076)Erlend E. Aasland2024-02-281-2/+2
* Update an out-of-date example in the itertools recipe intro (gh-116082)Raymond Hettinger2024-02-281-1/+1
* gh-76785: Update test.support.interpreters to Align With PEP 734 (gh-115566)Eric Snow2024-02-2811-157/+624
* Improve all_equal() recipe (gh-116081)Raymond Hettinger2024-02-281-3/+4
* gh-112075: Use relaxed stores for places where we may race with when reading ...Dino Viehland2024-02-281-18/+25
* gh-115859: Re-enable T2 optimizer pass by default (#116062)Guido van Rossum2024-02-287-28/+96
* gh-115891: Fix debug byte filling in free-threaded build (#116018)Sam Gross2024-02-281-4/+13
* gh-112529: Simplify PyObject_GC_IsTracked and PyObject_GC_IsFinalized (#114732)Sam Gross2024-02-283-28/+51
* gh-115197: Stop resolving host in urllib.request proxy bypass (GH-115210)Weii Wang2024-02-283-44/+64
* GH-115986 Reorder pprint docs and amend some references (#116019)Kerim Kabirov2024-02-281-89/+92
* gh-115816: Improve internal symbols API in optimizer (#116028)Guido van Rossum2024-02-284-67/+191
* gh-112075: Remove compiler warning from apple clang (gh-115855)Donghee Na2024-02-281-2/+2
* gh-107674: Improve performance of `sys.settrace` (GH-114986)Tian Gao2024-02-287-53/+64
* gh-116012: Preserve GetLastError() across calls to TlsGetValue on Windows (GH...Steve Dower2024-02-283-10/+7
* doc: Use super() in subclassed JSONEncoder examples (GH-115565)Jan Max Meyer2024-02-282-3/+3
* gh-115765: Don't use deprecated AC_EGREP_* macros in configure.ac (#116016)Erlend E. Aasland2024-02-284-171/+363
* gh-78612: Mark up eval() using param list (#115212)Erlend E. Aasland2024-02-281-5/+15
* gh-114911: Add CPUStopwatch test helper (GH-114912)Petr Viktorin2024-02-283-42/+75
* gh-116030: test_unparse: Add ``ctx`` argument to ``ast.Name`` calls (#116031)Kirill Podoprigora2024-02-281-3/+3
* gh-115773: Add tests to exercise the _Py_DebugOffsets structure (#115774)Pablo Galindo Salgado2024-02-2810-36/+818
* gh-105858: Expose some union-related objects as internal APIs (GH-116025)Jelle Zijlstra2024-02-281-2/+4
* gh-115961: Improve tests for compressed file-like objects (GH-115963)Serhiy Storchaka2024-02-285-45/+476
* gh-116026: Try disabling rebuilds of dependents in Homebrew (#116027)Jelle Zijlstra2024-02-281-0/+1
* gh-105858: Improve AST node constructors (#105880)Jelle Zijlstra2024-02-2810-50/+4676
* gh-112997: Don't log arguments in asyncio unless debugging (#115667)Pierre Ossman (ThinLinc team)2024-02-284-12/+42
* gh-114914: Avoid keeping dead StreamWriter alive (#115661)Pierre Ossman (ThinLinc team)2024-02-283-10/+31
* bpo-43952: Fix multiprocessing Listener authkey bug (GH-25845)Miguel Brito2024-02-273-1/+23
* gh-115315: Update time.rst to include microseconds field (%f) in chart (#115316)Tahoma Software2024-02-271-6/+16
* GH-115816: Assorted naming and formatting changes to improve maintainability....Mark Shannon2024-02-278-476/+498
* GH-115816: Make tier2 optimizer symbols testable, and add a few tests. (GH-11...Mark Shannon2024-02-2715-607/+720
* gh-115720: Show number of leaks in huntrleaks progress reports (GH-115726)Petr Viktorin2024-02-273-14/+39
* bpo-44865: Fix yet one missing translations in argparse (GH-27668)Jérémie Detrey2024-02-262-1/+3
* bpo-45101: Add consistency in usage message IO between 2 versions of python-c...Kien Dang2024-02-263-2/+9
* gh-77956: Add the words 'default' and 'version' help text localizable (GH-12...Emmanuel Arias2024-02-262-2/+5
* gh-115582: Make default PC/pyconfig.h work for free-threaded builds with manu...Steve Dower2024-02-263-2/+10
* gh-113942: Show functions implemented as builtin methods (GH-115306)Serhiy Storchaka2024-02-264-6/+24