aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Python 3.12.1v3.12.1Thomas Wouters2023-12-07155-574/+1942
* [3.12] gh-112826: Fix the threading Module When _thread is Missing _is_main_i...Eric Snow2023-12-073-1/+51
* [3.12] gh-79325: Fix recursion error in TemporaryDirectory cleanup on Windows...Miss Islington (bot)2023-12-073-2/+21
* [3.12] gh-87319: Simplify TemporaryDirectory cleanup using os.path.isjunction...Miss Islington (bot)2023-12-071-13/+1
* [3.12] gh-91133: tempfile.TemporaryDirectory: fix symlink bug in cleanup (GH-...Miss Islington (bot)2023-12-073-15/+125
* [3.12] gh-110190: Temporarily skip new test introduced in gh-112604 on PPC64L...Ɓukasz Langa2023-12-071-45/+52
* [3.12] gh-112125: Fix None.__ne__(None) returning NotImplemented instead of â...Victor Stinner2023-12-075-1/+15
* [3.12] gh-109981: Fix support.fd_count() on macOS 14 (GH-112797) (#112824)Miss Islington (bot)2023-12-072-2/+12
* [3.12] gh-101100: Improve documentation of code object attributes (#112781) (...Alex Waygood2023-12-069-51/+109
* [3.12] gh-101100: Fix Sphinx nitpicks in `library/reprlib.rst` (GH-112811) (#...Miss Islington (bot)2023-12-062-23/+30
* [3.12] gh-110190: Fix ctypes structs with array on Arm (#112604) (#112767)Diego Russo2023-12-064-20/+197
* [3.12] gh-75666: Tkinter: "unbind(sequence, funcid)" now only unbinds "funcid...Miss Islington (bot)2023-12-063-11/+51
* [3.12] gh-111178: Docs: fix `traverseproc`, `inquiry`, and `destructor` param...Miss Islington (bot)2023-12-061-3/+3
* [3.12] gh-101100: Fix most Sphinx nitpicks in the glossary and `stdtypes.rst`...Miss Islington (bot)2023-12-062-32/+41
* [3.12] gh-108927: Include new dir test/regrtestdata in the installation (GH-1...Serhiy Storchaka2023-12-061-0/+3
* [3.12] gh-112769: test_zlib: Fix comparison of ZLIB_RUNTIME_VERSION with non-...Miss Islington (bot)2023-12-052-12/+20
* [3.12] gh-101100: Properly document frame object attributes (GH-112735) (#112...Miss Islington (bot)2023-12-0512-49/+88
* [3.12] bpo-35332: Handle os.close() errors in shutil.rmtree() (GH-23766) (GH-...Miss Islington (bot)2023-12-053-2/+56
* [3.12] bpo-43153: Don't mask `PermissionError` with `NotADirectoryError` duri...Miss Islington (bot)2023-12-053-2/+41
* [3.12] gh-101100: Fix many easily solvable Sphinx nitpicks in the datamodel d...Miss Islington (bot)2023-12-052-29/+37
* [3.12] gh-62897: Update PyUnicode C API parameter names (GH-12680) (GH-112744)Serhiy Storchaka2023-12-051-91/+91
* [3.12] gh-112334: Restore subprocess's use of `vfork()` & fix `extra_groups=[...Miss Islington (bot)2023-12-043-23/+37
* [3.12] gh-112671: Fixing typo in the Macro Docs (GH-112715) (GH-112726)Miss Islington (bot)2023-12-041-1/+1
* [3.12] gh-105967: Work around a macOS bug, limit zlib C library crc32 API cal...Miss Islington (bot)2023-12-043-10/+30
* [3.12] gh-108927: Fix removing testing modules from sys.modules (GH-108952) (...Miss Islington (bot)2023-12-048-9/+67
* [3.12] gh-101100: Fix Sphinx nitpicks in `library/abc.rst` (#112703) (#112705)Alex Waygood2023-12-042-22/+21
* [3.12] gh-109786: Fix leaks and crash when re-enter itertools.pairwise.__next...Miss Islington (bot)2023-12-043-2/+85
* [3.12] gh-101100: Fix Sphinx nitpicks in `library/functions.rst` (GH-112669) ...Miss Islington (bot)2023-12-042-47/+67
* [3.12] gh-101100: Fix sphinx warnings in `Doc/library/__future__.rst` (#10981...Alex Waygood2023-12-042-27/+32
* [3.12] gh-106550: Fix sign conversion in pycore_code.h (GH-112613) (#112696)Miss Islington (bot)2023-12-041-10/+12
* [3.12] gh-112625: Protect bytearray from being freed by misbehaving iterator ...Miss Islington (bot)2023-12-043-1/+22
* [3.12] gh-112678: Declare `Tkapp_CallDeallocArgs()` as `static` (GH-112679) (...Miss Islington (bot)2023-12-041-1/+1
* [3.12] gh-66819: More IDLE htest updates(4) (GH-112686) (#112688)Miss Islington (bot)2023-12-0425-34/+62
* [3.12] gh-66819: More IDLE htest updates(3) (GH-112683) (#112684)Miss Islington (bot)2023-12-046-26/+27
* [3.12] gh-101100: Fix Sphinx warning in `library/gettext.rst` (GH-112668) (#1...Hugo van Kemenade2023-12-032-8/+7
* [3.12] gh-101100: Fix most Sphinx nitpicks in `inspect.rst` (GH-112662) (#112...Miss Islington (bot)2023-12-035-9/+19
* [3.12] gh-66819: More IDLE htest updates(2) (GH-112642) (#112643)Miss Islington (bot)2023-12-039-69/+70
* [3.12] gh-112645: remove deprecation warning for use of onerror in shutil.rmt...Irit Katriel2023-12-034-18/+9
* [3.12] Fix link to 'The Perils of Floating Point', on the tutorial (GH-112499...Miss Islington (bot)2023-12-031-1/+1
* [3.12] Run more `inspect.rst` code snippets in CI (GH-112654) (#112655)Miss Islington (bot)2023-12-031-28/+38
* [3.12] gh-106560: Fix redundant declarations in Python/frozen.c (#112612) (#1...Victor Stinner2023-12-032-7/+12
* [3.12] gh-106560: Fix redundant declarations in Include/ (#112611) (#112650)Victor Stinner2023-12-033-2/+4
* [3.12] gh-112578: Fix RuntimeWarning when running zipfile (GH-112579) (GH-112...Miss Islington (bot)2023-12-033-77/+72
* [3.12] gh-112316: improve docs for `inspect.signature` and `inspect.Signature...Alex Waygood2023-12-031-33/+51
* [3.12] gh-112618: Make Annotated cache typed (#112619) (#112628)Alex Waygood2023-12-033-2/+43
* [3.12] gh-112316: Improve docs of `inspect.signature` and `Signature.from_cal...Alex Waygood2023-12-021-19/+18
* [3.12] gh-109413: libregrtest: Backport `.py`-file changes from #112558 (#112...Alex Waygood2023-12-017-12/+18
* [3.12] gh-109413: libregrtest: enable mypy's `--strict-optional` check on mos...Alex Waygood2023-12-014-4/+48
* [3.12] Bump mypy to 1.7.1 (#112581) (#112601)Alex Waygood2023-12-011-1/+1
* [3.12] gh-112367: Only free perf trampoline arenas at shutdown (GH-112368) (#...Pablo Galindo Salgado2023-12-014-5/+38