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