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.3
v3.14.3
Hugo van Kemenade
9 days
124
-277/+1433
*
[3.14] gh-127313: Use getLogger() without argument to get root logger in logg...
Miss Islington (bot)
9 days
1
-2/+2
*
[3.14] gh-74453: Add stronger security warning to os.path.commonprefix
Miss Islington (bot)
9 days
1
-5/+7
*
[3.14] gh-106318: Add examples for str.rindex() method (GH-143887) (#144421)
Miss Islington (bot)
9 days
1
-0/+16
*
[3.14] gh-142555: Fix null pointer dereference in array.__setitem__ via re-en...
Miss Islington (bot)
10 days
3
-1/+107
*
[3.14] gh-75572: Speed up test_xpickle (GH-144393) (GH-144403)
Miss Islington (bot)
10 days
2
-37/+95
*
[3.14] gh-144415: Android testbed fixes (GH-142912) (#144416)
Miss Islington (bot)
10 days
6
-57/+130
*
[3.14] gh-144376: Only run 'address' fuzzer for python3-libraries (GH-144398)...
Stan Ulbrych
10 days
1
-2/+5
*
[3.14] gh-144348: annotationlib: fix test that relies on set ordering (GH-144...
Miss Islington (bot)
10 days
1
-4/+4
*
[3.14] gh-144380: Fix incorrect type check in `buffered_iternext()` (GH-14438...
Miss Islington (bot)
11 days
2
-2/+3
*
[3.14] gh-144277: Fix usage of free-threaded terminology in the documentation...
Peter Bierma
11 days
6
-11/+18
*
[3.14] gh-144295: Fix data race in dict method lookup and global load (gh-144...
Sam Gross
13 days
2
-1/+25
*
[3.14] gh-144307: Fix a reference leak during module teardown (GH-144308) (GH...
Miss Islington (bot)
2026-01-29
2
-0/+2
*
[3.14] gh-142387: Reduce Android testbed API level to 33 (GH-144315) (#144317)
Miss Islington (bot)
2026-01-29
1
-1/+6
*
[3.14] gh-144194: Fix mmap failure check in perf_jit_trampoline.c (GH-143713)...
Miss Islington (bot)
2026-01-28
2
-1/+3
*
[3.14] gh-142119: Clarify that one `contextvars.Token` can only reset once in...
Miss Islington (bot)
2026-01-27
1
-1/+3
*
[3.14] gh-126014: test_makefile_test_folders: Ignore basically-empty director...
Miss Islington (bot)
2026-01-27
1
-7/+10
*
[3.14] gh-144257: document return values of PyModule_SetDocString (GH-144258)...
Miss Islington (bot)
2026-01-27
1
-0/+3
*
[3.14] gh-101888: Add function.__builtins__ to ref documentation (GH-144174) ...
Miss Islington (bot)
2026-01-26
1
-0/+7
*
[3.14] gh-142119: Clarify context manager protocol documentation on `ContextV...
Miss Islington (bot)
2026-01-26
1
-10/+28
*
[3.14] gh-143928: Remove outdated comparison between pickle and marshal regar...
Miss Islington (bot)
2026-01-26
1
-13/+0
*
[3.14] gh-144100: Fix crash for POINTER(str) used in ctypes argtypes (GH-1441...
Miss Islington (bot)
2026-01-26
3
-1/+20
*
[3.14] gh-144169: Fix three crashes in AST objects with non-str kwargs (GH-14...
Miss Islington (bot)
2026-01-26
4
-6/+36
*
[3.14] Programming FAQ: fix some punctuaction typos (GH-144058) (GH-144185)
Miss Islington (bot)
2026-01-26
1
-3/+3
*
[3.14] gh-144233: Fix typo in os.eventfd documentation (GH-144234) (#144238)
Miss Islington (bot)
2026-01-26
1
-1/+1
*
[3.14] gh-142779: Initialize reserved field for proper padding (GH-142780) (#...
Miss Islington (bot)
2026-01-25
1
-0/+1
*
[3.14] gh-144125: email: verify headers are sound in BytesGenerator (#144182)
Miss Islington (bot)
2026-01-25
4
-3/+23
*
[3.14] gh-143237: Fix support of named pipes in the rotating logging handlers...
Miss Islington (bot)
2026-01-25
3
-1/+33
*
[3.14] gh-143935: Email preserve parens when folding comments (GH-143936) (#1...
Miss Islington (bot)
2026-01-25
3
-1/+43
*
[3.14] gh-135142: Initial 3.15 News3.txt entries (GH-144200) (#144201)
Terry Jan Reedy
2026-01-24
1
-1/+12
*
[3.14] gh-144027: Fix documentation for ignorechars in base64.a85decode() (GH...
Miss Islington (bot)
2026-01-23
2
-2/+14
*
[3.14] gh-143925: Reject control characters in data: URL mediatypes (#144084)
Miss Islington (bot)
2026-01-23
3
-0/+14
*
[3.14] gh-143919: Reject control characters in http cookies (#144089)
Miss Islington (bot)
2026-01-23
4
-9/+73
*
[3.14] Doc: fix incorrect reference in `isasyncgenfunction` docs (GH-144099) ...
Miss Islington (bot)
2026-01-23
1
-1/+1
*
[3.14] gh-143513: Remove importlib.abc documentation for removed ABCs (GH-143...
Miss Islington (bot)
2026-01-22
6
-173/+7
*
[3.14] gh-144023: Prevent `follow_symlinks` from being allowed with an fd of ...
Stan Ulbrych
2026-01-22
3
-1/+15
*
[3.14] gh-141004: Mark up constants for `PyOS_double_to_string` (GH-143867) (...
Miss Islington (bot)
2026-01-22
1
-3/+17
*
[3.14] gh-143959: Make _datetime optional for test_sys (GH-144003) (#144143)
Miss Islington (bot)
2026-01-22
1
-2/+6
*
[3.14] gh-141004: Mark up docs of old PyMem macros (GH-143783) (GH-143864)
Miss Islington (bot)
2026-01-22
1
-11/+33
*
[3.14] gh-143993: Document ways to disable remote debugging support (GH-14399...
Miss Islington (bot)
2026-01-22
2
-1/+14
*
[3.14] gh-77188: Add pickle tests for objects with slots (GH-144116) (GH-144119)
Miss Islington (bot)
2026-01-21
2
-1/+114
*
Update install manager docs (python/pymanager#227) (GH-144079)
Miss Islington (bot)
2026-01-21
1
-13/+21
*
[3.14] gh-144085: Add `{gi,cr}_suspended` to `inspect` comments and `generato...
Miss Islington (bot)
2026-01-21
2
-5/+9
*
[3.14] gh-143874: Use self.message instead of raw print in `_exec_in_closure(...
Miss Islington (bot)
2026-01-21
3
-1/+30
*
[3.14] gh-144012: Check null binary op extend (GH-144014) (GH-144038)
AN Long
2026-01-20
6
-2/+10
*
[3.14] gh-144050: Fix stat.filemode pure Python file type detection (GH-14405...
Miss Islington (bot)
2026-01-20
3
-3/+15
*
[3.14] Update struct.__doc__: _Bool available unconditionally (GH-143716) (#1...
Miss Islington (bot)
2026-01-20
1
-2/+1
*
[3.14] gh-143999: Fix: handle suspended state on types.coroutine wrappers (GH...
Miss Islington (bot)
2026-01-20
3
-0/+29
*
[3.14] gh-75459: versionadded for PyObject_CallFinalizer*() API (GH-143982) (...
Miss Islington (bot)
2026-01-20
1
-0/+4
*
[3.14] gh-143774 - Improve IDLE Format Paragraph doc (GH-143775) (#144062)
Miss Islington (bot)
2026-01-20
3
-12/+38
[next]