summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gh-101060: conditionally add `-fno-reorder-blocks-and-partition` (gh-101061)Gregory Szorc2023-01-243-2/+49
* gh-101152: Implement PEP 699 (GH-101193)ram vikram singh2023-01-244-0/+15
* [docs] Mention how to get/set a bigint PyLong via the C API (#101270)Gregory P. Smith2023-01-241-0/+4
* gh-100795: Don't call freeaddrinfo on failure. (#101252)Gregory P. Smith2023-01-232-0/+7
* gh-101261: add test for function with > 255 args (#101262)Irit Katriel2023-01-231-0/+10
* gh-59956: Allow the "Trashcan" Mechanism to Work Without a Thread State (gh-1...Eric Snow2023-01-235-24/+92
* GH-92123: Store _elementtree state in type contexts (#101190)Erlend E. Aasland2023-01-231-17/+21
* Added asyncio REPL example to docs. (#101243)Carlton Gibson2023-01-231-0/+12
* gh-101015: Fix `typing.get_type_hints` with unpacked `*tuple` (PEP 646) (#101...Nikita Sobolev2023-01-233-1/+36
* gh-83122: Deprecate testing element truth values in `ElementTree` (#31149)Jacob Walls2023-01-236-5/+59
* Sumprod(): Update citation. Reorder functions. Add final twosum() call. Impro...Raymond Hettinger2023-01-221-38/+21
* gh-101047: Remove vestigial references to macOS libtool options (gh-101048)Gregory Szorc2023-01-223-172/+0
* Add Erlend Aasland as autoconf codeowner (#101247)Erlend E. Aasland2023-01-221-0/+3
* GH-101097: Switch from standard interval notation to greater or less than sig...Andrew Hong2023-01-222-4/+4
* gh-67790: Support float-style formatting for Fraction instances (#100161)Mark Dickinson2023-01-225-0/+618
* Revert "gh-100795: avoid unexpected `freeaddrinfo` after failed `getaddrinfo`...Kumar Aditya2023-01-222-4/+0
* gh-100795: avoid unexpected `freeaddrinfo` after failed `getaddrinfo` (#101220)Sergey G. Brester2023-01-222-0/+4
* GH-88597: Added command line interface to UUID module. (#99463)achhina2023-01-226-0/+174
* gh-100518: Add tests for `ast.NodeTransformer` (#100521)Nikita Sobolev2023-01-213-42/+171
* gh-100726: Optimize construction of range object for medium sized integers (#...Pieter Eendebak2023-01-213-0/+60
* gh-99266: ctypes: Preserve more detailed exception in `ArgumentError`Kamil Turek2023-01-215-7/+83
* GH-92123: Move _elementtree heap types to module state (#101187)Erlend E. Aasland2023-01-213-68/+98
* gh-101037: Fix potential memory underallocation for zeros of int subtypes (#1...Mark Dickinson2023-01-213-0/+10
* gh-101143: Remove references to `TimerHandle` from `asyncio.base_events.BaseE...J. Nick Koston2023-01-212-6/+5
* Bump Azure Pipelines to ubuntu-22.04 (#101089)Hugo van Kemenade2023-01-212-8/+8
* Fix rst formatting in 3.12 What's New (#101110)scrazzz2023-01-211-6/+6
* gh-91351: Fix some bugs in importlib handling of re-entrant imports (GH-94504)Jean-Paul Calderone2023-01-212-37/+201
* gh-100750: pass encoding kwarg in lib/platform.py (#100751)Thomas Grainger2023-01-202-0/+3
* gh-86610: Use attribute directive in docs for pathlib.PurePath (#101114)Barney Gale2023-01-201-14/+14
* GH-101111: Disambigaute origin of const for store_const and append_const (#10...Jürgen Gmach2023-01-201-3/+3
* GH-101112: Specify type of pattern for Path.rglob (#101132)Jürgen Gmach2023-01-201-1/+2
* Fix a typo in whatsnew/3.12.rst (#101150)caozhanhao2023-01-201-1/+1
* Fix minor typos in SSL documentation (#101158)Simon Robinson2023-01-201-8/+8
* gh-91485: Avoid unnecessary use of non-Python syntax in io docs (#101177)Shantanu2023-01-201-2/+2
* Fix typo in comment in compile.c (#101194)Ikko Eltociear Ashimine2023-01-201-1/+1
* gh-101181: Fix `unused-variable` warning in `pystate.c` (#101188)Nikita Sobolev2023-01-201-0/+3
* gh-92123: Convert `_elementtree` types to heap types (#99221)Erlend E. Aasland2023-01-204-236/+185
* GH-90699: Clear interned strings in `_elementtree` (#101185)Erlend E. Aasland2023-01-201-0/+10
* Provided better example for logging cookbook (GH-101164)Vladimir Malinovskii2023-01-201-10/+31
* gh-88324: Clarify documentation for redirected stdout/stderr when using subpr...richardhob2023-01-203-17/+19
* gh-101144: Allow open and read_text encoding to be positional. (#101145)Gregory P. Smith2023-01-204-10/+95
* gh-101100: [Enum] Fix sphinx warnings in docs (GH-101122)Nikita Sobolev2023-01-201-12/+12
* gh-59956: Fix Function Groupings in pystate.c (gh-101172)Eric Snow2023-01-201-237/+352
* gh-101167: fix bug in the new test.support.requires_specialization decorator ...Irit Katriel2023-01-191-1/+2
* gh-101169: reduce the implementation of except* by one bytecode instruction (...Irit Katriel2023-01-191-16/+11
* gh-59956: Clarify GILState-related Code (gh-101161)Eric Snow2023-01-1910-250/+373
* gh-98831: register instructions have 0 pushes and pops (#101163)Irit Katriel2023-01-191-0/+1
* gh-100712: make it possible to disable specialization (for debugging) (#100713)Irit Katriel2023-01-1911-3/+87
* gh-100940: Change "char *str" to "const char *str" in KeywordToken: It is an...Stepfen Shawn2023-01-181-1/+1
* gh-100340: Allows -Wno-int-conversion for wasm (#100341)Kushal Das2023-01-184-0/+47