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-118335: Configure Tier 2 interpreter at build time (#118339)
Guido van Rossum
2024-05-01
2
-3/+3
*
gh-117139: Add header for tagged pointers (GH-118330)
Ken Jin
2024-04-30
1
-0/+195
*
gh-118422: Fix run_fileexflags() test (#118429)
Victor Stinner
2024-04-30
1
-0/+3
*
gh-118124: Use static_assert() in Py_BUILD_ASSERT() on C11 (#118398)
Victor Stinner
2024-04-30
1
-16/+33
*
[gh-117657] Fix some issues with TSAN in typeobject (#118249)
Dino Viehland
2024-04-30
1
-0/+8
*
gh-118332: Fix deadlock involving stop the world (#118412)
Sam Gross
2024-04-30
1
-2/+4
*
gh-117657: Fix small issues with instrumentation and TSAN (#118064)
Dino Viehland
2024-04-30
1
-2/+9
*
gh-118272: Clear generator frame's locals when the generator is closed (#118277)
Irit Katriel
2024-04-30
1
-0/+3
*
GH-118095: Add tier 2 support for YIELD_VALUE (GH-118380)
Mark Shannon
2024-04-30
3
-0/+6
*
gh-118331: Handle errors in _PyObject_SetManagedDict (#118334)
Sam Gross
2024-04-29
1
-1/+1
*
gh-117953: Share More Machinery Code Between Builtin and Dynamic Extensions (...
Eric Snow
2024-04-29
1
-0/+3
*
gh-117783: Immortalize objects that use deferred reference counting (#118112)
Sam Gross
2024-04-29
1
-0/+17
*
gh-117953: Split Up _PyImport_LoadDynamicModuleWithSpec() (gh-118203)
Eric Snow
2024-04-29
3
-7/+11
*
GH-118095: Allow a variant of RESUME_CHECK in tier 2 (GH-118286)
Mark Shannon
2024-04-29
2
-102/+112
*
gh-110693: Use a Larger Queue for Per-Interpreter Pending Calls (gh-118302)
Eric Snow
2024-04-27
1
-2/+4
*
GH-118095: Add dynamic exit support and FOR_ITER_GEN support to tier 2 (GH-11...
Mark Shannon
2024-04-26
3
-104/+114
*
gh-117657: Fix race data race in `_Py_IsOwnedByCurrentThread()` (#118258)
mpage
2024-04-26
1
-0/+4
*
gh-110693: Pending Calls Machinery Cleanups (gh-118296)
Eric Snow
2024-04-26
3
-10/+56
*
gh-117657: Fixes a few small TSAN issues in dictobject (#118200)
Dino Viehland
2024-04-25
2
-1/+5
*
gh-117657: Fix data race in `_Py_IsImmortal` (#118261)
mpage
2024-04-25
1
-1/+2
*
gh-117578: Introduce _PyType_GetModuleByDef2 private function (GH-117661)
neonene
2024-04-25
1
-0/+1
*
GH-118095: Handle `RETURN_GENERATOR` in tier 2 (GH-118180)
Mark Shannon
2024-04-25
5
-4/+20
*
gh-102511: Speed up os.path.splitroot() with native helpers (GH-118089)
Nice Zombies
2024-04-25
1
-0/+2
*
gh-118207: Rename the COMMON_FIELDS macro in funcobject.h and undef it after ...
Itamar Oren
2024-04-25
1
-3/+5
*
gh-117953: Add Internal struct _Py_ext_module_loader_info (gh-118194)
Eric Snow
2024-04-24
1
-1/+29
*
gh-76785: Rename _xxsubinterpreters to _interpreters (gh-117791)
Eric Snow
2024-04-24
4
-6/+6
*
gh-117953: Cleanups For fix_up_extension() in import.c (gh-118192)
Eric Snow
2024-04-24
1
-0/+2
*
GH-118095: Convert DEOPT_IFs on likely side exits to EXIT_IFs (GH-118106)
Mark Shannon
2024-04-24
2
-12/+12
*
gh-117901: Add option for compiler's codegen to save nested instruction seque...
Irit Katriel
2024-04-24
1
-0/+1
*
gh-118189: Revert accidentally added incl.tar (#118190)
Oleg Iarygin
2024-04-23
1
-0/+0
*
gh-117953: Small Cleanup of Extensions-Related Machinery Code (gh-118167)
Eric Snow
2024-04-23
1
-0/+1
*
gh-95754: Better error when script shadows a standard library or third party ...
Shantanu
2024-04-23
4
-0/+6
*
Remove more remnants of deepfreeze (#118159)
Guido van Rossum
2024-04-22
3
-7/+0
*
GH-115480: Reduce guard strength for binary ops when type of one operand is k...
Mark Shannon
2024-04-22
3
-82/+103
*
gh-112075: Make instance attributes stored in inline "dict" thread safe (#114...
Dino Viehland
2024-04-22
4
-15/+35
*
gh-116818: Make `sys.settrace`, `sys.setprofile`, and monitoring thread-safe ...
Dino Viehland
2024-04-19
7
-1/+73
*
GH-116202: Incorporate invalidation check into _START_EXECUTOR. (GH-118044)
Mark Shannon
2024-04-19
1
-1/+1
*
GH-115419: Improve list of escaping functions (GH-118054)
Mark Shannon
2024-04-19
2
-24/+24
*
gh-112069: Make PySet_GET_SIZE to be atomic safe. (gh-118053)
Donghee Na
2024-04-18
1
-0/+4
*
gh-112069: Add _PySet_NextEntryRef to be thread-safe. (gh-117990)
Donghee Na
2024-04-18
1
-1/+8
*
gh-117987: Restore several functions removed in Python 3.13 alpha 1 (GH-117993)
Victor Stinner
2024-04-18
2
-0/+7
*
gh-117680: make _PyInstructionSequence a PyObject and use it in tests (#117629)
Irit Katriel
2024-04-17
5
-2/+38
*
gh-117929: Restore removed PyEval_InitThreads() function (#117931)
Victor Stinner
2024-04-17
1
-0/+2
*
GH-117760: Streamline the trashcan mechanism (GH-117763)
Mark Shannon
2024-04-17
3
-29/+26
*
gh-117645: Increase WASI stack size from 512 KiB to 8 MiB (#117674)
Victor Stinner
2024-04-16
1
-8/+3
*
gh-115178: Add Counts of UOp Pairs to pystats (GH-115181)
Jeff Glass
2024-04-16
2
-0/+9
*
GH-115776: Static object are immortal, so mark them as such. (GH-117673)
Mark Shannon
2024-04-16
1
-10/+7
*
gh-117613: Enhance test_clinic @defining_class tests (#117896)
Victor Stinner
2024-04-16
4
-0/+6
*
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
[next]