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
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-94673: Clarify About Runtime State Related to Static Builtin Types (gh-117...
Eric Snow
2024-04-12
1
-0/+37
*
gh-117376: Partial implementation of deferred reference counting (#117696)
Sam Gross
2024-04-12
2
-2/+18
*
gh-117764: Use Argument Clinic for signal.set_wakeup_fd() (GH-117777)
Serhiy Storchaka
2024-04-12
4
-0/+6
*
gh-117431: Adapt bytes and bytearray .find() and friends to Argument Clinic (...
Erlend E. Aasland
2024-04-12
1
-5/+10
*
gh-76785: Handle Legacy Interpreters Properly (gh-117490)
Eric Snow
2024-04-11
2
-1/+5
*
gh-116738: Make _abc module thread-safe (#117488)
Brett Simmers
2024-04-11
1
-0/+12
*
gh-117649: Raise ImportError for unsupported modules in free-threaded build (...
Sam Gross
2024-04-11
1
-1/+10
*
gh-111506: Error if the limited API is used in free-threaded build (#117762)
Sam Gross
2024-04-11
1
-0/+5
*
gh-76785: Add More Tests to test_interpreters.test_api (gh-117662)
Eric Snow
2024-04-11
4
-0/+40
*
gh-112536: Define `_Py_THREAD_SANITIZER` on GCC when TSan is enabled (#117702)
Sam Gross
2024-04-10
1
-0/+3
*
Post 3.13.0a6
Thomas Wouters
2024-04-09
1
-1/+1
*
Python 3.13.0a6
v3.13.0a6
Thomas Wouters
2024-04-09
1
-2/+2
*
gh-117439: Make refleak checking thread-safe without the GIL (#117469)
Sam Gross
2024-04-08
2
-6/+10
*
gh-111926: Make weakrefs thread-safe in free-threaded builds (#117168)
mpage
2024-04-08
5
-20/+113
*
Cases generator: Remove type_prop and passthrough (#117614)
Ken Jin
2024-04-07
1
-22/+22
*
gh-111140: PyLong_From/AsNativeBytes: Take *flags* rather than just *endianne...
Steve Dower
2024-04-05
1
-5/+19
*
gh-117549: Match declaration order for _Py_BackoffCounter initializer (#117551)
Michael Droettboom
2024-04-04
1
-1/+1
*
gh-112075: Make _PyDict_LoadGlobal thread safe (#117529)
Dino Viehland
2024-04-04
1
-0/+1
*
gh-117494: extract the Instruction Sequence data structure into a separate fi...
Irit Katriel
2024-04-04
3
-41/+67
*
gh-116968: Reimplement Tier 2 counters (#117144)
Guido van Rossum
2024-04-04
5
-57/+167
*
gh-114329: Fix PyList_GetItemRef() limited C API definition (#117520)
Victor Stinner
2024-04-03
1
-0/+2
*
gh-116168: Remove extra `_CHECK_STACK_SPACE` uops (#117242)
Peter Lazorchak
2024-04-03
2
-107/+112
*
gh-117431: Adapt bytes and bytearray .startswith() and .endswith() to Argumen...
Erlend E. Aasland
2024-04-03
1
-2/+6
*
gh-76785: Add PyInterpreterConfig Helpers (gh-117170)
Eric Snow
2024-04-02
1
-0/+16
*
GH-115776: Embed the values array into the object, for "normal" Python object...
Mark Shannon
2024-04-02
8
-60/+85
*
gh-117411: move PyFutureFeatures to pycore_symtable.h and make it private (#1...
Irit Katriel
2024-04-02
4
-27/+32
*
gh-117323: Make `cell` thread-safe in free-threaded builds (#117330)
Sam Gross
2024-03-29
1
-0/+48
*
gh-116664: Make module state Py_SETREF's in _warnings thread-safe (#116959)
Erlend E. Aasland
2024-03-28
2
-2/+7
*
gh-117288: Allocate fewer label IDs in _PyCfg_ToInstructionSequence (#117290)
Irit Katriel
2024-03-27
1
-0/+1
*
gh-115775: Compiler adds __static_attributes__ field to classes (#115913)
Irit Katriel
2024-03-26
4
-0/+6
*
GH-117108: Set the "old space bit" to "visited" for all young objects (#117213)
Mark Shannon
2024-03-26
2
-3/+15
*
GH-116422: Tier2 hot/cold splitting (GH-116813)
Mark Shannon
2024-03-26
5
-196/+704
*
A few minor tweaks to get stats working and compiling cleanly. (#117219)
Mark Shannon
2024-03-25
1
-2/+2
*
gh-116936: Add PyType_GetModuleByDef() to the limited C API (#116937)
Victor Stinner
2024-03-25
2
-1/+4
*
gh-117008: Fix functools test_recursive_pickle() (#117009)
Victor Stinner
2024-03-23
1
-0/+2
*
GH-117108: Change the size of the GC increment to about 1% of the total heap ...
Mark Shannon
2024-03-22
1
-1/+2
*
gh-113024: C API: Add PyObject_GenericHash() function (GH-113025)
Serhiy Storchaka
2024-03-22
1
-0/+1
*
gh-71052: Add Android build script and instructions (#116426)
Malcolm Smith
2024-03-21
1
-0/+4
*
gh-117045: Add code object to function version cache (#117028)
Guido van Rossum
2024-03-21
2
-5/+12
*
gh-116522: Refactor `_PyThreadState_DeleteExcept` (#117131)
Sam Gross
2024-03-21
1
-1/+2
*
gh-116996: Add pystats about _Py_uop_analyse_and_optimize (GH-116997)
Michael Droettboom
2024-03-21
2
-1/+8
*
gh-76785: Drop PyInterpreterID_Type (gh-117101)
Eric Snow
2024-03-21
3
-34/+2
*
gh-115754: Add Py_GetConstant() function (#116883)
Victor Stinner
2024-03-21
4
-5/+43
*
gh-105716: Update interp->threads.main After Fork (gh-117049)
Eric Snow
2024-03-21
1
-0/+3
*
gh-76785: Clean Up Interpreter ID Conversions (gh-117048)
Eric Snow
2024-03-21
2
-1/+7
*
gh-105927: Limit PyWeakref_GetRef() to limited C API 3.13 (#117091)
Victor Stinner
2024-03-20
1
-0/+3
*
gh-117021: Fix integer overflow in PyLong_AsPid() on non-Windows 64-bit platf...
Serhiy Storchaka
2024-03-20
2
-2/+19
*
GH-108362: Incremental Cycle GC (GH-116206)
Mark Shannon
2024-03-20
3
-29/+38
*
gh-115756: make PyCode_GetFirstFree an unstable API (GH-115781)
Bogdan Romanyuk
2024-03-19
1
-1/+5
*
gh-116941: Fix pyatomic_std.h syntax errors (#116967)
Sam Gross
2024-03-18
1
-0/+2
[next]