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.13.10
v3.13.10
Thomas Wouters
2025-12-02
89
-243/+993
*
[3.13] Revert "gh-119452: Fix a potential virtual memory allocation denial of...
Hugo van Kemenade
2025-12-02
3
-57/+1
*
[3.13] gh-59000: Fix pdb breakpoint resolution for class methods when… (#14...
Tian Gao
2025-12-02
3
-1/+20
*
[3.13] gh-142048: Fix quadratically increasing GC delays (gh-142051) (#142167)
Sam Gross
2025-12-02
2
-1/+15
*
[3.13] GH-138562: Remove ``sort()`` from the common sequence methods in the d...
Stan Ulbrych
2025-12-01
1
-5/+8
*
[3.13] GH-101100: Remove some entries from ``nitpick_ignore`` (GH-138464) (#1...
Hugo van Kemenade
2025-12-01
14
-30/+25
*
[3.13] gh-141930: Use the regular IO stack to write .pyc files for a better e...
Cody Maloney
2025-12-01
3
-22/+59
*
[3.13] gh-141004: Document descriptor and dict proxy type objects (GH-141803)...
Miss Islington (bot)
2025-12-01
2
-0/+53
*
[3.13] gh-119342: Fix a potential denial of service in plistlib (GH-119343) (...
Miss Islington (bot)
2025-12-01
3
-14/+59
*
[3.13] gh-119452: Fix a potential virtual memory allocation denial of service...
Miss Islington (bot)
2025-12-01
3
-1/+57
*
[3.13] Docs: Upgrade Sphinx to 9.0 (GH-142114) (#142129)
Miss Islington (bot)
2025-12-01
1
-1/+1
*
[3.13] gh-141473: Document not calling Popen.wait after Popen.communicate tim...
Miss Islington (bot)
2025-12-01
1
-0/+5
*
[3.13] Improve clarity in tutorial introduction (GH-140669) (#142113)
Miss Islington (bot)
2025-11-30
1
-1/+1
*
[3.13] gh-136063: fix quadratic-complexity parsing in `email.message._parsepa...
Miss Islington (bot)
2025-11-30
3
-10/+39
*
[3.13] gh-140042: Removing unsafe call to sqlite3_shutdown (GH-141793) (#141812)
Prithviraj Chaudhuri
2025-11-30
2
-1/+1
*
[3.13] Docs: Prepare for Sphinx 9 (GH-142057) (#142092)
Miss Islington (bot)
2025-11-29
3
-7/+4
*
[3.13] GH-121970: Remove Docutils list monkeypatch (GH-142056) (#142089)
Miss Islington (bot)
2025-11-29
5
-34/+26
*
[3.13] gh-74389: gh-70560: subprocess.Popen.communicate() now ignores stdin.f...
Miss Islington (bot)
2025-11-29
3
-0/+20
*
[3.13] gh-140011: Delete importdl assertion that prevents importing embedded ...
Itamar Oren
2025-11-29
3
-2/+211
*
[3.13] GH-141963: Clarify argparse documentation (GH-141964) (#142077)
Miss Islington (bot)
2025-11-29
1
-8/+8
*
[3.13] gh-87512: Fix `subprocess` using `timeout=` on Windows blocking with a...
Miss Islington (bot)
2025-11-29
3
-2/+82
*
[3.13] Fix multiprocessing queue test_get() (GH-142024) (#142071)
Miss Islington (bot)
2025-11-29
1
-5/+6
*
[3.13] Docs: multi-disk ZIP files -> multipart ZIP files (GH-141962) (#142075)
Miss Islington (bot)
2025-11-29
1
-9/+9
*
[3.13] gh-141994: Warn of XXE vulnerability in documentation of SAX feature `...
Miss Islington (bot)
2025-11-29
2
-0/+12
*
[3.13] gh-141473: Fix subprocess.Popen.communicate to send input to stdin upo...
Miss Islington (bot)
2025-11-29
4
-2/+42
*
[3.13] GH-134453: Fix subprocess memoryview input handling on POSIX (GH-13494...
Miss Islington (bot)
2025-11-29
3
-2/+51
*
[3.13] gh-98896: resource_tracker: use json&base64 to allow arbitrary shared ...
Miss Islington (bot)
2025-11-28
3
-8/+98
*
[3.13] gh-141004: Document `PyImport_Inittab` (GH-141844) (GH-142016)
Stan Ulbrych
2025-11-27
4
-4/+11
*
[3.13] gh-116008: Detect freed thread state in faulthandler (#141988) (#142017)
Victor Stinner
2025-11-27
2
-3/+37
*
[3.13] gh-141909: Add `PyModuleDef_Slot` and earlier Py_mod_* constants to st...
Petr Viktorin
2025-11-26
3
-1/+23
*
[3.13] gh-141004: Document missing `PyThread*` APIs (GH-141810) (GH-141955)
Miss Islington (bot)
2025-11-25
1
-0/+215
*
[3.13] gh-141004: Document `PyOS_mystr(n)icmp` (GH-141760) (#141948)
Miss Islington (bot)
2025-11-25
2
-8/+25
*
[3.13] gh-140911: Ensure that UserString.index() and UserString.rindex() acce...
Miss Islington (bot)
2025-11-25
3
-33/+48
*
[3.13] gh-138199: Address potential confusion re: threading (GH-138200) (GH-1...
Alexander Nordin
2025-11-25
1
-3/+6
*
[3.13] gh-141907: Better handle support for SHA3 for test_hashlib (GH-141908)...
Miss Islington (bot)
2025-11-25
1
-9/+18
*
[3.13] gh-129441: Fix some flakiness in test_instrumentation (gh-141881) (gh-...
Miss Islington (bot)
2025-11-24
1
-24/+7
*
[3.13] gh-141004: Document stack effect C APIs (GH-141843) (GH-141917)
Miss Islington (bot)
2025-11-24
1
-0/+40
*
[3.13] GH-129805: Clean up some changes from GH-129806 (GH-133540) (#141165)
Stan Ulbrych
2025-11-24
1
-13/+4
*
[3.13] gh-106318: Add examples for str.join() (GH-140315) (#141905)
Miss Islington (bot)
2025-11-24
1
-1/+12
*
[3.13] gh-106318: Add example for str.format() (GH-137018) (#141903)
Miss Islington (bot)
2025-11-24
1
-1/+7
*
[3.13] gh-106318: Add example for str.isalpha() (GH-137557) (#141902)
Hugo van Kemenade
2025-11-24
2
-0/+14
*
[3.13] gh-106318: Add example for str.isascii() (GH-137558) (#141899)
Miss Islington (bot)
2025-11-24
1
-1/+8
*
[3.13] gh-141004: Document `Py_ARRAY_LENGTH` (GH-141601) (GH-141896)
Miss Islington (bot)
2025-11-24
1
-0/+13
*
[3.13] gh-106318: Add example for str.isdecimal() (GH-137559) (#141894)
Miss Islington (bot)
2025-11-24
1
-2/+11
*
[3.13] gh-135335: Simplify preload regression test using __main__ (GH-138686)...
Miss Islington (bot)
2025-11-24
2
-24/+5
*
[3.13] gh-141865: Fix translation of strings in `changes.py` extension (GH-14...
Miss Islington (bot)
2025-11-23
1
-2/+2
*
[3.13] gh-120158: Fix inconsistent monitoring state when setting events too f...
Sam Gross
2025-11-23
3
-1/+6
*
[3.13] gh-98552: Revert (unneeded, already done elsewhere) "flush std streams...
Miss Islington (bot)
2025-11-23
2
-5/+0
*
[3.13] gh-98552: flush std streams in the multiprocessing forkserver before f...
Miss Islington (bot)
2025-11-22
2
-0/+5
*
[3.13] gh-101100: Fix sphinx warnings in `library/unittest.rst` (GH-140109) (...
Miss Islington (bot)
2025-11-22
2
-26/+25
[next]