summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* gh-112006: Fix inspect.unwrap() for types where __wrapped__ is a data descrip...Serhiy Storchaka2024-02-263-13/+32
* gh-115168: Add pystats counter for invalidated executors (GH-115169)Michael Droettboom2024-02-2611-14/+31
* gh-115882: Reference Unknwn.h for ctypes on Windows (GH-115350)Yuriy Chernyshov2024-02-262-0/+5
* Rename tier 2 redundancy eliminator to optimizer (#115888)Guido van Rossum2024-02-2612-30/+30
* GH-115802: JIT "small" code for macOS and Linux (GH-115826)Brandt Bucher2024-02-263-29/+168
* Add Jason as an owner of configparser to coordinate backport concerns. (#115885)Jason R. Coombs2024-02-261-0/+4
* gh-113706: Update comment about long int representation (#113707)Michael Droettboom2024-02-261-10/+21
* gh-115823: Calculate correctly error locations when dealing with implicit enc...Pablo Galindo Salgado2024-02-263-11/+13
* gh-115931: Fix `SyntaxWarning`s in `test_unparse` (#115935)Nikita Sobolev2024-02-261-2/+11
* Doc: Clarify the return type of Event.wait when timeout is used (GH-104168)Phil Elson2024-02-261-10/+7
* gh-115091: Remove a left-over sentence that refers to Py_OptimizeFlag from ct...Antti Haapala2024-02-261-4/+0
* gh-115881: Ensure `ast.parse()` parses conditional context managers even with...Alex Waygood2024-02-265-11/+11
* gh-101100: Fix Sphinx warnings in `whatsnew/2.1.rst` (#112357)Hugo van Kemenade2024-02-262-38/+37
* gh-115921: Change 'equation' to 'expression' in random.rst (#115927)Terry Jan Reedy2024-02-261-1/+2
* gh-114099: Add configure and Makefile targets to support iOS compilation. (GH...Russell Keith-Magee2024-02-2620-104/+849
* GH-101112: Add "pattern language" section to pathlib docs (#114030)Barney Gale2024-02-261-56/+103
* gh-71052: fix test_concurrent_futures wasi regression. (#115923)Gregory P. Smith2024-02-261-1/+5