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.9
v3.12.9
Thomas Wouters
2025-02-04
68
-150/+692
*
[3.12] Use roles :data: and :const: for referencing module variables (GH-1295...
Serhiy Storchaka
2025-02-04
13
-30/+30
*
[3.12] gh-129502: Fix handling errors in ctypes callbacks (GH-129504) (#129639)
Serhiy Storchaka
2025-02-04
2
-34/+31
*
[3.12] gh-97850: Remove the mention of removal from `ResourceReader` docs (GH...
Miss Islington (bot)
2025-02-03
1
-1/+1
*
[3.12] gh-128696: Add arm64 to the get_platform return val description (GH-12...
Miss Islington (bot)
2025-02-03
2
-2/+4
*
[3.12] gh-128078: Use `PyErr_SetRaisedException` in `_PyGen_SetStopIterationV...
Miss Islington (bot)
2025-02-03
2
-23/+11
*
[3.12] gh-129345: null check for indent syslogmodule (GH-129348) (#129443)
Miss Islington (bot)
2025-02-03
2
-1/+2
*
[3.12] gh-101944: Clarify PyModule_AddObjectRef() documentation (GH-129433) (...
Miss Islington (bot)
2025-02-03
1
-3/+4
*
[3.12] gh-129539: Include sysexits.h before checking EX_OK (#129590) (#129609)
Victor Stinner
2025-02-03
2
-4/+5
*
[3.12] gh-129407: Clarify that a `SystemError` isn't always CPython's fault (...
Miss Islington (bot)
2025-02-03
1
-2/+6
*
[3.12] gh-127975: Avoid reusing quote types in ast.unparse if not needed (GH-...
Miss Islington (bot)
2025-02-02
3
-7/+15
*
[3.12] GH-121970: Extract ``misc_news`` into a new extension (GH-129577) (#12...
Adam Turner
2025-02-02
8
-50/+85
*
[3.12] gh-126609: Allow translating the ``availability`` directive (GH-129549...
Miss Islington (bot)
2025-02-02
2
-1/+6
*
[3.12] gh-115514: Fix incomplete writes after close while using ssl in asynci...
Miss Islington (bot)
2025-02-02
5
-5/+213
*
[3.12] gh-105704: Disallow square brackets (`[` and `]`) in domain names for ...
Miss Islington (bot)
2025-02-02
3
-3/+58
*
[3.12] gh-119461: Restore the testSocket VSOCK skipUnless removed by PR GH-11...
Miss Islington (bot)
2025-02-02
1
-0/+2
*
[3.12] gh-126022: Replace TeX quotation marks with ``"`` in Doc/license.rst ...
Hugo van Kemenade
2025-02-01
1
-4/+4
*
[3.12] gh-126108: Fix potential null pointer dereference in `PySys_AddWarnOpt...
Miss Islington (bot)
2025-01-31
2
-3/+5
*
[3.12] gh-111495: Add PyFile tests (#129449) (#129477) (#129501)
Victor Stinner
2025-01-31
4
-56/+471
*
[3.12] gh-128799: Add frame of except* to traceback when wrapping a naked exc...
Irit Katriel
2025-01-30
5
-3/+40
*
[3.12] remove type annotations from multiprocessing. (GH-129381) (#129471)
Miss Islington (bot)
2025-01-30
2
-2/+2
*
[3.12] gh-129403: Fix `ValueError` messages in `asyncio.Barrier` and `threadi...
Miss Islington (bot)
2025-01-30
3
-2/+3
*
[3.12] gh-125522: Fix bare except in `test_uuid` (GH-129018) (#129456)
Miss Islington (bot)
2025-01-29
1
-1/+1
*
[3.12] gh-118761: Improve import time of `subprocess` (GH-129427) (#129448)
Miss Islington (bot)
2025-01-29
2
-2/+16
*
[3.12]: CI: Change job name to 'build arm64' on Windows (#129434) (#129444)
Hugo van Kemenade
2025-01-29
1
-3/+1
*
[3.12] gh-129409: Fix Integer overflow - SEGV while writing data more than 2...
Miss Islington (bot)
2025-01-29
2
-1/+3
*
[3.12] gh-112064: Fix incorrect handling of negative read sizes in `HTTPRespo...
Miss Islington (bot)
2025-01-28
3
-1/+24
*
[3.12] gh-85046: Document errno constants (GH-126420) (#129384)
Miss Islington (bot)
2025-01-28
1
-0/+165
*
[3.12] gh-119511: Fix a potential denial of service in imaplib (GH-119514) (G...
Miss Islington (bot)
2025-01-27
3
-1/+31
*
[3.12] gh-129346: Handle allocation errors for SQLite aggregate context (GH-1...
Miss Islington (bot)
2025-01-27
2
-0/+7
*
[3.12] gh-126022: Remove zope.org from the permitted linkcheck redirects (GH-...
Miss Islington (bot)
2025-01-26
1
-2/+0
*
[3.12] gh-71339: Use new assertion methods in test_idle (GH-129314) (#129315)
Miss Islington (bot)
2025-01-26
7
-22/+28
*
[3.12] GH-121970: Remove pyspecific ``PyDecoratorMixin`` patches (GH-129306) ...
Adam Turner
2025-01-26
1
-28/+1
*
[3.12] gh-58956: Set f_trace on frames with breakpoints after setting a new b...
Miss Islington (bot)
2025-01-25
3
-0/+41
*
[3.12] gh-126022: make license.rst consistent with LICENSE (GH-128516) (#129291)
Hugo van Kemenade
2025-01-25
1
-55/+58
*
[3.12] GH-125722: Remove Sphinx patches (GH-129277) (#129279)
Miss Islington (bot)
2025-01-25
1
-10/+0
*
[3.12] gh-128479: fix asyncio staggered race leaking tasks, and logging unhan...
Miss Islington (bot)
2025-01-23
3
-24/+76
*
[3.12] gh-129185: Fix PyTraceMalloc_Untrack() at Python exit (#129191) (#1292...
Victor Stinner
2025-01-23
5
-14/+78
*
[3.12] Add colour to GitHub Actions output (GH-129196) (#129199)
Hugo van Kemenade
2025-01-22
6
-0/+16
*
[3.12] gh-124363: Treat debug expressions in f-string as raw strings (GH-1283...
Pablo Galindo Salgado
2025-01-22
3
-42/+43
*
[3.12] gh-129093: Fix f-string debug text sometimes getting cut off when expr...
Pablo Galindo Salgado
2025-01-22
3
-3/+21
*
[3.12] gh-129044: Update glossary entry for 'loader' to reflect current impor...
nikalinov
2025-01-21
2
-4/+5
*
[3.12] gh-122845: fix parameter_list_starargs in function definition pseudo-g...
Miss Islington (bot)
2025-01-21
1
-2/+4
*
[3.12] Docs: fix typo in `Doc/howto/mro.rst` (GH-129095) (GH-129121)
Miss Islington (bot)
2025-01-21
1
-1/+1
*
[3.12] gh-128588: fix refcycles in eager task creation and remove eager tasks...
Thomas Grainger
2025-01-21
5
-10/+141
*
[3.12] GH-121970: Extract ``changes`` into a new extension (GH-129105) (#129110)
Miss Islington (bot)
2025-01-20
3
-57/+91
*
[3.12] gh-111178: fix UBSan failures in `Modules/_multiprocessing/semaphore.c...
Miss Islington (bot)
2025-01-20
1
-2/+5
*
[3.12] GH-128131: Completely support random read access of uncompressed unenc...
Miss Islington (bot)
2025-01-20
3
-1/+88
*
[3.12] doc: fix venv creating for the local Python using uv (GH-129094) (#129...
Miss Islington (bot)
2025-01-20
1
-1/+1
*
[3.12] Docs C API: Clarify what happens when null bytes are passed to `PyUnic...
Miss Islington (bot)
2025-01-20
1
-0/+9
[next]