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
/
Doc
/
data
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.14] gh-91048: Fix external inspection multi-threaded performance (GH-13600...
Pablo Galindo Salgado
2025-06-28
1
-390/+393
*
[3.14] gh-131591: Add Py_ prefix to MAX_SCRIPT_PATH_SIZE; remove unprefixed s...
Miss Islington (bot)
2025-06-26
1
-31533/+31549
*
[3.14] gh-135755: Docs: C API: Document missing `PyFunction_GET*` macros (GH-...
Miss Islington (bot)
2025-06-25
1
-0/+24
*
[3.14] Document that PyType_GetModuleByDef returns a borrowed reference (GH-1...
Miss Islington (bot)
2025-06-19
1
-0/+4
*
[3.14] gh-134160: Split extension module init from PyModule docs; emphasize m...
Miss Islington (bot)
2025-06-16
1
-3/+0
*
[3.14] gh-132775: Clean Up Cross-Interpreter Error Handling (gh-135492)
Miss Islington (bot)
2025-06-14
1
-793/+812
*
[3.14] gh-132775: Expand the Capability of Interpreter.call() (gh-134933)
Miss Islington (bot)
2025-05-30
1
-31473/+31514
*
[3.14] gh-91048: Add better error messages for remote debugging for CI builds...
Miss Islington (bot)
2025-05-26
1
-793/+796
*
[3.14] gh-91048: Refactor and optimize remote debugging module (#134652) (#13...
Pablo Galindo Salgado
2025-05-25
1
-2928/+2954
*
[3.14] gh-115999: Add PyCodeObject.co_tlbc to the debug offsets (GH-134286) (...
Miss Islington (bot)
2025-05-25
1
-31438/+31444
*
[3.14] gh-132775: Make _PyXI_session Opaque (gh-134522)
Miss Islington (bot)
2025-05-22
1
-462/+440
*
[3.14] gh-132775: Support Fallbacks in _PyObject_GetXIData() (gh-134418)
Miss Islington (bot)
2025-05-21
1
-31401/+31460
*
[3.14] gh-132983: Convert zstd ``__new__`` methods to Argument Clinic (GH-133...
Miss Islington (bot)
2025-05-20
1
-1182/+1259
*
[3.14] gh-133767: Fix use-after-free in the unicode-escape decoder with an er...
Miss Islington (bot)
2025-05-13
1
-17/+0
*
[3.14] gh-46236: Document PyUnicode_BuildEncodingMap (GH-133270) (#133769)
Miss Islington (bot)
2025-05-09
1
-0/+3
*
[3.14] Forward-port 'check-abi' CI job from 3.13 (GH-133614)
Zachary Ware
2025-05-07
1
-0/+31341
*
gh-46236: Add PyUnicode_Resize() doc (#132628)
RUANG (James Roy)
2025-04-22
1
-0/+4
*
gh-132639: Adds PyLong_AsNativeBytes, PyLong_FromNativeBytes and PyLong_FromU...
Steve Dower
2025-04-21
1
-0/+3
*
gh-46236: Add missing PyUnicode_FromOrdinal() doc (#132040)
RUANG (James Roy)
2025-04-14
1
-0/+3
*
gh-130947: Add again PySequence_Fast() to the limited C API (#130948)
Victor Stinner
2025-03-13
1
-0/+1
*
gh-46236: Add missing PyUnicode_Append() doc (#130531)
RUANG (James Roy)
2025-03-11
1
-0/+8
*
gh-46236: Add docs for PyUnicode_GetDefaultEncoding() doc (GH-130335)
RUANG (James Roy)
2025-02-24
1
-0/+3
*
gh-46236: Document PyUnicode_RSplit, PyUnicode_Partition and PyUnicode_RParti...
Marc Mueller
2025-02-20
1
-3/+16
*
gh-46236: Document `PyUnicode_DecodeCodePageStateful` (GH-127934)
Yuki Kobayashi
2025-02-10
1
-0/+7
*
gh-91417: Remove PySequence_Fast() from the limited C API (#129398)
Victor Stinner
2025-02-02
1
-1/+0
*
gh-128911: Add PyImport_ImportModuleAttr() function (#128912)
Victor Stinner
2025-01-30
1
-0/+8
*
gh-128629: Add Py_PACK_VERSION and Py_PACK_FULL_VERSION (GH-128630)
Petr Viktorin
2025-01-09
1
-0/+2
*
gh-102471, PEP 757: Add PyLong import and export API (#121339)
Victor Stinner
2024-12-13
1
-0/+7
*
Document PyObject_SelfIter (#127861)
Miro Hrončok
2024-12-13
1
-0/+3
*
gh-127443: Fix some entries in `Doc/data/refcounts.dat` (#127451)
Bénédikt Tran
2024-12-02
1
-19/+21
*
gh-126061: add new functions to `refcounts.dat` (#126788)
RUANG (James Roy)
2024-11-14
1
-0/+13
*
gh-121654: Add PyType_Freeze() function (#122457)
Victor Stinner
2024-10-25
1
-0/+1
*
gh-124502: Add PyUnicode_Equal() function (#124504)
Victor Stinner
2024-10-07
1
-0/+1
*
gh-124127: Make Py_REFCNT() opaque in limited C API 3.14 (#124128)
Victor Stinner
2024-09-24
1
-0/+1
*
gh-124153: Implement `PyType_GetBaseByToken()` and `Py_tp_token` slot (GH-124...
neonene
2024-09-18
1
-0/+1
*
gh-120389: Add PyLong_FromInt64() and PyLong_AsInt64() (#120390)
Victor Stinner
2024-08-28
1
-0/+8
*
gh-105201: Add PyIter_NextItem() (#122331)
Erlend E. Aasland
2024-08-07
2
-0/+5
*
gh-122555: Remove removed functions from `Doc/data/refcounts.dat` (#122556)
Bénédikt Tran
2024-08-01
1
-10/+0
*
GH-121970: Rewrite the C-API annotations extension (#121985)
Adam Turner
2024-07-19
1
-850/+850
*
gh-119521: Rename IncompleteInputError to _IncompleteInputError and remove fr...
Pablo Galindo Salgado
2024-06-24
1
-1/+0
*
gh-120600: Make Py_TYPE() opaque in limited C API 3.14 (#120601)
Victor Stinner
2024-06-18
1
-0/+1
*
gh-74929: PEP 667 C API documentation (gh-119379)
Alyssa Coghlan
2024-06-01
1
-0/+32
*
gh-74929: Implement PEP 667 (GH-115153)
Tian Gao
2024-05-04
1
-0/+3
*
gh-117987: Restore several functions removed in Python 3.13 alpha 1 (GH-117993)
Victor Stinner
2024-04-18
1
-0/+4
*
gh-117929: Restore removed PyEval_InitThreads() function (#117931)
Victor Stinner
2024-04-17
1
-0/+1
*
gh-116936: Add PyType_GetModuleByDef() to the limited C API (#116937)
Victor Stinner
2024-03-25
1
-0/+1
*
gh-115754: Add Py_GetConstant() function (#116883)
Victor Stinner
2024-03-21
1
-0/+2
*
gh-111696, PEP 737: Add PyType_GetModuleName() function (#116824)
Victor Stinner
2024-03-14
1
-0/+1
*
gh-111696, PEP 737: Add PyType_GetFullyQualifiedName() function (#116815)
Victor Stinner
2024-03-14
1
-0/+1
*
gh-114626: add PyCFunctionFast and PyCFunctionFastWithKeywords (GH-114627)
David Hewitt
2024-02-15
1
-0/+2
[next]