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
/
Include
/
cpython
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-127350: Add Py_fopen() and Py_fclose() functions (#127821)
Victor Stinner
2025-01-06
1
-2/+8
*
gh-128137: Update PyASCIIObject to handle interned field with the atomic oper...
Donghee Na
2025-01-05
1
-7/+13
*
gh-127787: refactor helpers for `PyUnicodeErrorObject` internal interface (GH...
Bénédikt Tran
2025-01-03
1
-0/+6
*
gh-127274: Defer nested methods (#128012)
mpage
2024-12-19
1
-0/+3
*
GH-122548: Implement branch taken and not taken events for sys.monitoring (GH...
Mark Shannon
2024-12-19
2
-15/+34
*
gh-128008: Add `PyWeakref_IsDead()` (GH-128009)
Sam Gross
2024-12-19
1
-0/+3
*
gh-127599: Fix _Py_RefcntAdd missing calls to _Py_INCREF_STAT_INC/_Py_INCREF_...
Ed Nutting
2024-12-15
1
-0/+6
*
gh-102471, PEP 757: Add PyLong import and export API (#121339)
Victor Stinner
2024-12-13
1
-0/+38
*
Add `extern "C"` around `PyTraceMalloc_` functions. (#127772)
Peter Hawkins
2024-12-11
1
-0/+6
*
gh-126925: Modify how iOS test results are gathered (#127592)
Russell Keith-Magee
2024-12-09
1
-0/+3
*
gh-127271: Replace use of PyCell_GET/SET (gh-127272)
Neil Schemenauer
2024-12-03
1
-1/+7
*
gh-117657: TSAN Fix races in `PyMember_Get` and `PyMember_Set` for C extensio...
Daniele Parmeggiani
2024-12-03
4
-0/+347
*
GH-126491: GC: Mark objects reachable from roots before doing cycle collectio...
Mark Shannon
2024-12-02
1
-0/+2
*
gh-69639: Add mixed-mode rules for complex arithmetic (C-like) (GH-124829)
Sergey B Kirpichev
2024-11-26
1
-0/+6
*
Improve comment for co_nlocalsplus (#126993)
Jacob Bower
2024-11-21
1
-1/+2
*
Revert "GH-126491: GC: Mark objects reachable from roots before doing cycle c...
Hugo van Kemenade
2024-11-19
1
-2/+0
*
GH-126491: GC: Mark objects reachable from roots before doing cycle collectio...
Mark Shannon
2024-11-18
1
-0/+2
*
gh-123619: Add an unstable C API function for enabling deferred reference cou...
Peter Bierma
2024-11-13
1
-0/+7
*
gh-126061: Add PyLong_IsPositive/Zero/Negative() functions (#126065)
RUANG (James Roy)
2024-11-12
1
-0/+18
*
gh-115999: Implement thread-local bytecode and enable specialization for `BIN...
mpage
2024-11-04
2
-0/+20
*
gh-126072: do not add `None` to `co_consts` if there is no docstring (GH-126101)
Xuanteng Huang
2024-10-30
1
-0/+5
*
gh-124218: Use per-thread reference counting for globals and builtins (#125713)
Sam Gross
2024-10-21
1
-1/+3
*
gh-125604: Move _Py_AuditHookEntry, etc. Out of pycore_runtime.h (gh-125605)
Eric Snow
2024-10-18
3
-22/+26
*
gh-124872: Replace enter/exit events with "switched" (#125532)
Kirill Podoprigora
2024-10-16
1
-13/+4
*
gh-124218: Use per-thread refcounts for code objects (#125216)
Sam Gross
2024-10-15
2
-1/+2
*
gh-125512: Revert "gh-124872: Replace enter/exit events with "switched" (#124...
Kirill Podoprigora
2024-10-15
1
-4/+13
*
gh-124872: Replace enter/exit events with "switched" (#124776)
Richard Hansen
2024-10-14
1
-13/+4
*
gh-124872: Change PyContext_WatchCallback to take PyObject (#124737)
Richard Hansen
2024-10-12
1
-1/+1
*
gh-124872: Refine contextvars documentation (#124773)
Richard Hansen
2024-10-09
1
-6/+17
*
gh-111178: Fix function signatures in longobject.c (#124895)
Victor Stinner
2024-10-02
1
-0/+3
*
gh-111178: Fix function signatures in weakrefobject.c (#124903)
Victor Stinner
2024-10-02
1
-5/+5
*
gh-116750: Add clear_tool_id function to unregister events and callbacks (#12...
Tian Gao
2024-10-01
1
-0/+4
*
gh-124296: Remove private dictionary version tag (PEP 699) (#124472)
Sam Gross
2024-10-01
1
-9/+4
*
gh-123497: New limit for Python integers on 64-bit platforms (GH-123724)
Serhiy Storchaka
2024-09-29
1
-3/+2
*
gh-119333: get interp from tstate for PyContext watchers(#124444)
Jason Fried
2024-09-26
1
-3/+2
*
gh-119333: Add C api to have contextvar enter/exit callbacks (#119335)
Jason Fried
2024-09-24
1
-0/+32
*
GH-124284: Add stats for refcount operations on immortal objects (GH-124288)
Mark Shannon
2024-09-23
1
-0/+8
*
GH-113655: Lower the C recursion limit for HPPA, PPC64 and SPARC (#124264)
Sam James
2024-09-23
1
-0/+6
*
gh-124153: Implement `PyType_GetBaseByToken()` and `Py_tp_token` slot (GH-124...
neonene
2024-09-18
1
-0/+1
*
gh-107954, PEP 741: Add PyInitConfig_AddModule() function (#123668)
Victor Stinner
2024-09-04
1
-0/+4
*
gh-107954, PEP 741: Add PyInitConfig C API (#123502)
Victor Stinner
2024-09-03
1
-0/+41
*
gh-107954, PEP 741: Add PyConfig_Get()/Set() functions (#123472)
Victor Stinner
2024-09-02
1
-0/+8
*
gh-122854: Add Py_HashBuffer() function (#122855)
Victor Stinner
2024-08-30
1
-0/+2
*
gh-121645: Add PyBytes_Join() function (#121646)
Victor Stinner
2024-08-30
1
-3/+4
*
gh-121485: Always use 64-bit integers for integers bits count (GH-121486)
Serhiy Storchaka
2024-08-30
1
-2/+2
*
gh-122417: Implement per-thread heap type refcounts (#122418)
Sam Gross
2024-08-06
1
-0/+3
*
gh-120593: Make _PyLong_CompactValue() parameter const again (#122367)
Victor Stinner
2024-07-28
1
-4/+4
*
gh-121489: Export private _PyBytes_Join() again (#122267)
Marc Mueller
2024-07-25
1
-0/+4
*
gh-120973: Fix thread-safety issues with `threading.local` (#121655)
mpage
2024-07-19
1
-0/+8
*
gh-121621: Move asyncio_running_loop to private struct (#121939)
Sam Gross
2024-07-17
1
-2/+0
[next]