summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Python 3.12.4v3.12.4Thomas Wouters2024-06-0675-241/+834
* [3.12] Restore decimal context after decimal doctests (GH-120149) (GH-120168)Miss Islington (bot)2024-06-061-3/+7
* [3.12] gh-120111: Don't use cirrus M1 macOS runners on fork (GH-120116) (GH-1...Łukasz Langa2024-06-062-3/+11
* [3.12] typing docs: fix indentation of TypedDict deprecation notice (#120124)Alex Waygood2024-06-051-3/+3
* [3.12] gh-119287: clarify doc on BaseExceptionGroup.derive and link to it fro...Miss Islington (bot)2024-06-052-2/+5
* [3.12] gh-119819: Update logging configuration to support joinable multiprocâ...Miss Islington (bot)2024-06-052-3/+9
* [3.12] gh-120078: Fix struct_time attr typo tm_day -> tm_mday in Doc/library/...Miss Islington (bot)2024-06-051-1/+1
* [3.12] gh-119311: Fix name mangling with PEP 695 generic classes (#119464) (#...Jelle Zijlstra2024-06-047-14/+152
* [3.12] gh-119819: Update test to skip if _multiprocessing is unavailable. (GH...Miss Islington (bot)2024-06-041-1/+1
* [3.12] gh-120048: Make `test_imaplib` faster (GH-120050) (#120070)Miss Islington (bot)2024-06-041-14/+8
* [3.12] gh-120039: Reduce expected timeout in test_siginterrupt_off (GH-120047...Miss Islington (bot)2024-06-041-3/+3
* [3.12] gh-89928: Fix integer conversion of device numbers (GH-31794) (GH-120054)Serhiy Storchaka2024-06-044-39/+99
* [3.12] gh-119819: Fix regression to allow logging configuration with multiprâ...Miss Islington (bot)2024-06-043-1/+31
* [3.12] gh-118868: logging QueueHandler fix passing of kwargs (GH-118869) (GH-...Miss Islington (bot)2024-06-043-8/+39
* [3.12] gh-119070: Update test_shebang_executable_extension to always use non-...Miss Islington (bot)2024-06-041-3/+3
* [3.12] gh-111499: Fix PYTHONMALLOCSTATS at Python exit (#120021) (#120023)Victor Stinner2024-06-041-5/+7
* [3.12] gh-119821: Fix refleak in LOAD_FROM_DICT_OR_GLOBALS (#119975)Jelle Zijlstra2024-06-032-291/+295
* [3.12] Use Cirrus M1 macOS runners for CI (GH-119979) (GH-119987)Łukasz Langa2024-06-033-5/+6
* [3.12] GH-119054: Add "Reading and writing files" section to pathlib docs (GH...Barney Gale2024-06-021-76/+81
* [3.12] GH-119054: Add "Querying file type and status" section to pathlib docs...Barney Gale2024-06-021-145/+151
* [3.12] Improve documentation for typing.get_type_hints (GH-119928) (#119944)Miss Islington (bot)2024-06-021-26/+28
* [3.12] gh-119016: Remove outdated sentences from the "classes" tutorial (GH-1...Miss Islington (bot)2024-06-011-5/+1
* [3.12] gh-116145: Update macOS installer to Tcl/Tk 8.6.14 (GH-116151) (GH-119...Miss Islington (bot)2024-06-013-86/+5
* [3.12] GH-89727: Fix `shutil.rmtree()` recursion error on deep trees (GH-1198...Barney Gale2024-06-013-89/+64
* [3.12] Add unique() recipe to itertools docs (gh-119911) (gh-119917)Miss Islington (bot)2024-06-011-2/+14
* [3.12] gh-113892: Add a extra check to `ProactorEventLoop.sock_connect` to en...Miss Islington (bot)2024-06-013-2/+12
* [3.12] Revert "[3.12] gh-69214: Fix fcntl.ioctl() request type (#119498) (#1â...Victor Stinner2024-06-013-12/+8
* [3.12] gh-119821: Support non-dict globals in LOAD_FROM_DICT_OR_GLOBALS (#119...Jelle Zijlstra2024-06-014-329/+363
* [3.12] contextlib docs: Clean up redundant 'up' after 'cleanup' (GH-119873)Miss Islington (bot)2024-05-311-1/+1
* [3.12] gh-100117: Fix inaccuracy in documentation of the CodeObject's co_posi...Miss Islington (bot)2024-05-311-1/+1
* [3.12] gh-119585: Fix crash involving `PyGILState_Release()` and `PyThreadSta...Sam Gross2024-05-314-0/+36
* [3.12] gh-103194: Fix Tkinter’s Tcl value type handling for Tcl 8.7/9.0 (GH...Serhiy Storchaka2024-05-312-22/+36
* [3.12] gh-107262: Update Tkinter tests for Tcl/Tk 8.6.14 (GH-119322) (GH-119807)Miss Islington (bot)2024-05-302-9/+22
* [3.12] gh-109218: Improve documentation for the complex() constructor (GH-119...Serhiy Storchaka2024-05-304-63/+135
* [3.12] gh-109218: Refactor tests for the complex() constructor (GH-119635) (G...Miss Islington (bot)2024-05-301-167/+195
* [3.12] gh-119779: Fix pyporting howto docs (GH-119785) (#119789)Miss Islington (bot)2024-05-301-2/+2
* gh-119690: Adds Unicode support for named pipes in _winapi (GH-119717)Steve Dower2024-05-306-35/+98
* [3.12] gh-118055: Update the finder glossary entry (GH-118278) (GH-119774)Miss Islington (bot)2024-05-301-2/+2
* [3.12] subprocess docs: Fix semantically important typo (GH-119752) (#119758)Miss Islington (bot)2024-05-301-1/+1
* [3.12] GH-89727: Fix FD leak on `os.fwalk()` generator finalization. (GH-1197...Miss Islington (bot)2024-05-302-2/+30
* [3.12] GH-89727: Fix `os.fwalk()` recursion error on deep trees (GH-119638) (...Miss Islington (bot)2024-05-303-40/+56
* [3.12] gh-119260: Clarify is_dataclass Behavior for Subclasses in Documentati...Miss Islington (bot)2024-05-302-2/+20
* [3.12] GH-89727: Partially fix `shutil.rmtree()` recursion error on deep tree...Barney Gale2024-05-294-24/+32
* gh-119070: Avoid test crash due to Unicode in stderr output (GH-119747)Steve Dower2024-05-291-1/+1
* gh-119070: Fix py.exe handling of /usr/bin/env commands missing extension (GH...Steve Dower2024-05-293-1/+14
* [3.12] gh-119704: Fix reference leak in the ``Python/Python-tokenize.c`` (GH-...Miss Islington (bot)2024-05-291-0/+1
* [3.12] gh-119538: Add missing expat build dependencies (GH-119647) (#119686)Miss Islington (bot)2024-05-281-1/+3
* [3.12] gh-119118: Fix performance regression in tokenize module (GH-119615) (...Miss Islington (bot)2024-05-284-4/+68
* [3.12] gh-119011: `type.__type_params__` now return an empty tuple (GH-119296...Jelle Zijlstra2024-05-284-1/+19
* [3.12] gh-119581: Add a test of InitVar with name shadowing (GH-119582) (#119...Miss Islington (bot)2024-05-281-0/+23