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.14.0a5
v3.14.0a5
Hugo van Kemenade
2025-02-11
148
-623/+1722
*
gh-130004: Disable PGO for ceval.c on MSVC for default build (GH-130009)
Ken Jin
2025-02-11
1
-7/+2
*
gh-129980: Include test name in TSAN filename in multiprocess test runner (GH...
Sam Gross
2025-02-11
1
-0/+9
*
gh-130004: Revert commit 9e52e55 (GH-130005)
Ken Jin
2025-02-11
2
-0/+22
*
gh-104400: pygettext: use an AST parser instead of a tokenizer (GH-104402)
Tomas R.
2025-02-11
7
-254/+177
*
gh-101100: Docs: Fix some typos in the document (#129988)
Yuki Kobayashi
2025-02-11
5
-8/+7
*
gh-129939: Add darkmode support for difflib's comparison pages (#129940)
Wulian233
2025-02-11
4
-3/+30
*
gh-129928: Rework sqlite3 error helpers (#129929)
Erlend E. Aasland
2025-02-11
6
-30/+41
*
gh-129928: Raise more accurate exception for incorrect sqlite3 UDF creation (...
Erlend E. Aasland
2025-02-11
3
-6/+29
*
gh-91132: Update macOS installer to use ncurses 6.5. (#129990)
Ned Deily
2025-02-11
2
-18/+19
*
gh-123299: Copyedit "What's New in Python 3.14" (#129970)
Hugo van Kemenade
2025-02-10
4
-19/+16
*
Clarify baseline for new interpreter (GH-129972)
Ken Jin
2025-02-10
1
-1/+2
*
gh-46236: Document `PyUnicode_DecodeCodePageStateful` (GH-127934)
Yuki Kobayashi
2025-02-10
2
-0/+14
*
gh-127712: Fix `secure` argument of `logging.handlers.SMTPHandler` (GH-127726)
s-hamann
2025-02-10
2
-2/+19
*
gh-129289: fix crash when task finalizer is not called in asyncio (#129840)
Kumar Aditya
2025-02-10
3
-13/+27
*
gh-129143: Fix incorrect documentation for logging.Handler.close(). (GH-129950)
Vinay Sajip
2025-02-10
1
-4/+6
*
gh-129583: update bundled pip to 25.0.1 (#129909)
Stéphane Bidoul
2025-02-10
3
-1/+2
*
gh-111178: fix UBSan failures in `Modules/_dbmmodule.c` (#129775)
Bénédikt Tran
2025-02-10
1
-11/+19
*
gh-126554: correct detection of `gcc` for `TestNullDlsym.test_null_dlsym` (GH...
Peter Marko
2025-02-10
1
-4/+7
*
gh-128002: add fast path for native tasks in `asyncio.all_tasks` (#129943)
Kumar Aditya
2025-02-10
1
-0/+13
*
gh-128002: simplify `asyncio.all_tasks` to use `PyList_Extend` instead of man...
Kumar Aditya
2025-02-10
1
-18/+7
*
Fix typo in 3.14 `pdb` whatsnew entry (#129886)
Victorien
2025-02-10
1
-1/+1
*
gh-68400: Remove outdated 2.7 comment (#129919)
Stan Ulbrych
2025-02-10
1
-1/+0
*
gh-129603: Don't segfault if sqlite3.Row description is None (#129604)
Erlend E. Aasland
2025-02-09
3
-10/+83
*
Fix typo in `enum` documentation (#129920)
Victorien
2025-02-09
1
-1/+1
*
gh-129870: Skip test_dump_virtual_tables if SQLite lacks FTS4 support (#129913)
Erlend E. Aasland
2025-02-09
2
-0/+10
*
gh-126835: Make CFG optimizer skip over NOP's when looking for const sequence...
Yan Yanchii
2025-02-09
2
-73/+290
*
Trigger tail call CI on more files (GH-129906)
Ken Jin
2025-02-09
1
-0/+2
*
gh-129892: Doc: Remove unnecessary role directive in graphlib.py (#129896)
Nikola Savic
2025-02-09
1
-1/+1
*
gh-129874: improve test_events to use correct task implementation (#129891)
Kumar Aditya
2025-02-09
1
-1/+14
*
gh-129874: improve `test_tasks` in asyncio to use correct internal functions ...
Kumar Aditya
2025-02-09
1
-19/+45
*
gh-129874: improve asyncio tests to use correct internal functions (#129887)
Kumar Aditya
2025-02-09
3
-7/+110
*
GH-125413: Move `pathlib.Path.copy()` implementation alongside `Path.info` (#...
Barney Gale
2025-02-09
3
-300/+297
*
gh-129874: avoid mixing pure python and C implementation of asyncio (#129875)
Kumar Aditya
2025-02-09
1
-7/+7
*
gh-129873: IDLE: Improve help.py's method of parsing HTML (#129859)
Stan Ulbrych
2025-02-09
5
-416/+30
*
gh-129876: Initial 3.14 News3.txt entries (#129881)
Terry Jan Reedy
2025-02-09
1
-2/+15
*
gh-112953: Update news to finish 3.13 as main (#129877)
Terry Jan Reedy
2025-02-09
1
-0/+2
*
Provide curframe_locals for backward compatibility but deprecate it (#125951)
Tian Gao
2025-02-08
4
-1/+21
*
gh-128657: Run test_hashlib with `--parallel-threads` (GH-129833)
Sam Gross
2025-02-08
2
-22/+20
*
gh-64414: mention AF_INET6 and IPv6 in socketserver docs. (#129866)
Gregory P. Smith
2025-02-08
1
-2/+5
*
Docs: more explanation of the implications of new tail-call interpreter (GH-1...
Ned Batchelder
2025-02-08
1
-1/+5
*
gh-129699: Add description to IDLE doc title (#129727)
Stan Ulbrych
2025-02-08
4
-66/+68
*
gh-128317: Move CLI calendar highlighting to private class (#129625)
Hugo van Kemenade
2025-02-08
3
-58/+120
*
gh-129173: Use `_PyUnicodeError_GetParams` in `PyCodec_NameReplaceErrors` (GH...
Bénédikt Tran
2025-02-08
1
-111/+123
*
gh-115806: Don't mangle gdbm header dependency detection output (#129390)
Erlend E. Aasland
2025-02-08
2
-35/+30
*
gh-111178: fix UBSan failures in `Objects/frameobject.c` (GH-129777)
Bénédikt Tran
2025-02-08
1
-96/+118
*
gh-111178: fix UBSan failures in `Objects/floatobject.c` (GH-129776)
Bénédikt Tran
2025-02-08
1
-19/+24
*
gh-111178: fix UBSan failures in `Modules/arraymodule.c` (GH-129772)
Bénédikt Tran
2025-02-08
1
-40/+59
*
gh-111178: fix UBSan failures in `Modules/_io/*.c` (GH-129083)
Bénédikt Tran
2025-02-08
7
-163/+230
*
gh-119349: Add ctypes.util.dllist -- list loaded shared libraries (GH-122946)
Brian Ward
2025-02-08
6
-0/+232
[next]