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