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
path:
root
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Python 3.12.9
v3.12.9
Thomas Wouters
2025-02-04
65
-136/+662
*
[3.12] Use roles :data: and :const: for referencing module variables (GH-1295...
Serhiy Storchaka
2025-02-04
1
-2/+2
*
[3.12] gh-129502: Fix handling errors in ctypes callbacks (GH-129504) (#129639)
Serhiy Storchaka
2025-02-04
1
-0/+5
*
[3.12] gh-129345: null check for indent syslogmodule (GH-129348) (#129443)
Miss Islington (bot)
2025-02-03
1
-0/+1
*
[3.12] gh-129539: Include sysexits.h before checking EX_OK (#129590) (#129609)
Victor Stinner
2025-02-03
1
-0/+1
*
[3.12] gh-127975: Avoid reusing quote types in ast.unparse if not needed (GH-...
Miss Islington (bot)
2025-02-02
1
-0/+1
*
[3.12] GH-121970: Extract ``misc_news`` into a new extension (GH-129577) (#12...
Adam Turner
2025-02-02
3
-3/+3
*
[3.12] gh-115514: Fix incomplete writes after close while using ssl in asynci...
Miss Islington (bot)
2025-02-02
2
-0/+3
*
[3.12] gh-105704: Disallow square brackets (`[` and `]`) in domain names for ...
Miss Islington (bot)
2025-02-02
1
-0/+4
*
[3.12] gh-126108: Fix potential null pointer dereference in `PySys_AddWarnOpt...
Miss Islington (bot)
2025-01-31
1
-0/+1
*
[3.12] gh-128799: Add frame of except* to traceback when wrapping a naked exc...
Irit Katriel
2025-01-30
1
-0/+1
*
[3.12] gh-129403: Fix `ValueError` messages in `asyncio.Barrier` and `threadi...
Miss Islington (bot)
2025-01-30
1
-0/+1
*
[3.12] gh-118761: Improve import time of `subprocess` (GH-129427) (#129448)
Miss Islington (bot)
2025-01-29
1
-0/+2
*
[3.12] gh-129409: Fix Integer overflow - SEGV while writing data more than 2...
Miss Islington (bot)
2025-01-29
1
-0/+2
*
[3.12] gh-112064: Fix incorrect handling of negative read sizes in `HTTPRespo...
Miss Islington (bot)
2025-01-28
1
-0/+2
*
[3.12] gh-119511: Fix a potential denial of service in imaplib (GH-119514) (G...
Miss Islington (bot)
2025-01-27
1
-0/+7
*
[3.12] gh-129346: Handle allocation errors for SQLite aggregate context (GH-1...
Miss Islington (bot)
2025-01-27
1
-0/+2
*
[3.12] gh-58956: Set f_trace on frames with breakpoints after setting a new b...
Miss Islington (bot)
2025-01-25
1
-0/+1
*
[3.12] gh-128479: fix asyncio staggered race leaking tasks, and logging unhan...
Miss Islington (bot)
2025-01-23
1
-0/+1
*
[3.12] gh-124363: Treat debug expressions in f-string as raw strings (GH-1283...
Pablo Galindo Salgado
2025-01-22
1
-0/+1
*
[3.12] gh-129093: Fix f-string debug text sometimes getting cut off when expr...
Pablo Galindo Salgado
2025-01-22
1
-0/+2
*
[3.12] gh-128588: fix refcycles in eager task creation and remove eager tasks...
Thomas Grainger
2025-01-21
2
-0/+2
*
[3.12] GH-128131: Completely support random read access of uncompressed unenc...
Miss Islington (bot)
2025-01-20
1
-0/+2
*
[3.12] GH-125722: Increase minimum supported Sphinx to 8.1.3 (GH-128922) (#12...
Miss Islington (bot)
2025-01-20
1
-0/+2
*
[3.12] gh-80222: Fix email address header folding with long quoted-string (GH...
Miss Islington (bot)
2025-01-19
1
-0/+6
*
[3.12] gh-128679: Fix tracemalloc.stop() race conditions (#128897) (#129022)
Victor Stinner
2025-01-19
1
-0/+3
*
[3.12] gh-128991: Release the enter frame reference within bdb callba… (#12...
Tian Gao
2025-01-18
1
-0/+1
*
[3.12] gh-127599: Fix _Py_RefcntAdd missing calls to _Py_INCREF_STAT_INC/_Py_...
Ed Nutting
2025-01-18
1
-0/+2
*
[3.12] gh-127637: add tests for `dis` command-line interface (#127759) (#127780)
Bénédikt Tran
2025-01-18
1
-0/+1
*
[3.12] gh-128961: Fix exhausted array iterator crash in __setstate__() (GH-12...
Miss Islington (bot)
2025-01-18
1
-0/+1
*
[3.12] gh-128916: Do not set `SO_REUSEPORT` on non-`AF_INET*` sockets (GH-128...
Miss Islington (bot)
2025-01-18
1
-0/+3
*
[3.12] gh-58956: Fix a frame refleak in bdb (GH-128190) (#128953)
Tian Gao
2025-01-17
1
-0/+1
*
[3.12] gh-67206: Document that `string.printable` is not printable in the POS...
Miss Islington (bot)
2025-01-15
1
-0/+3
*
[3.12] gh-128874: Fix the documentation for blurb 2.0 (GH-128875) (#128878)
Miss Islington (bot)
2025-01-15
2
-3/+3
*
[3.12] gh-128562: Fix generation of the tkinter widget names (GH-128604) (GH-...
Miss Islington (bot)
2025-01-13
1
-0/+1
*
[3.12] gh-128078: Clear exception in `anext` before calling `_PyGen_SetStopIt...
Miss Islington (bot)
2025-01-13
1
-0/+2
*
[3.12] gh-128302: Fix bugs in xml.dom.xmlbuilder (GH-128284) (#128583)
Miss Islington (bot)
2025-01-11
2
-0/+5
*
[3.12] gh-126862: Use `Py_ssize_t` instead of `int` when processing the numbe...
Miss Islington (bot)
2025-01-10
1
-0/+2
*
[3.12] gh-41872: Fix quick extraction of module docstrings from a file in pyd...
Miss Islington (bot)
2025-01-08
1
-0/+3
*
[3.12] gh-98188: Fix EmailMessage.get_payload to decode data when CTE value h...
Miss Islington (bot)
2025-01-07
2
-0/+4
*
[3.12] gh-128472: Add `-skip-funcs` to BOLT options to fix computed goto erro...
Miss Islington (bot)
2025-01-07
1
-0/+2
*
[3.12] gh-123085: Fix issue in inferred caller when resources package has no ...
Jason R. Coombs
2025-01-05
1
-0/+3
*
[3.12] gh-127903: Fix a crash on debug builds when calling `Objects/unicodeob...
Miss Islington (bot)
2025-01-03
1
-0/+2
*
[3.12] gh-128014: Fix passing default='' to the tkinter method wm_iconbitmap...
Serhiy Storchaka
2025-01-02
1
-0/+2
*
[3.12] gh-123925: Fix building curses on platforms without libncursesw (GH-12...
Miss Islington (bot)
2025-01-02
1
-0/+2
*
[3.12] gh-88834: Unify the instance check for typing.Union and types.UnionTyp...
Miss Islington (bot)
2024-12-31
1
-0/+3
*
[3.12] gh-128321: Set LIBS instead of LDFLAGS when checking sqlite3 requireme...
Miss Islington (bot)
2024-12-30
1
-0/+3
*
[3.12] gh-127586: multiprocessing.Pool does not properly restore blocked sign...
Miss Islington (bot)
2024-12-29
1
-0/+3
*
[3.12] gh-127537: Add __class_getitem__ to the python implementation of funct...
Shantanu
2024-12-27
1
-0/+5
*
[3.12] gh-127847: Fix position in the special-cased zipfile seek (GH-127856) ...
Miss Islington (bot)
2024-12-24
1
-0/+1
[next]