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
/
Objects
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-110209: Add __class_getitem__ for generator and coroutine (#110212)
James Hilton-Balfe
2024-05-07
1
-0/+2
*
gh-118527: Intern code consts in free-threaded build (#118667)
Sam Gross
2024-05-07
2
-14/+294
*
gh-112075: Fix race in constructing dict for instance (#118499)
Dino Viehland
2024-05-06
2
-70/+74
*
gh-118527: Intern code name and filename on default build (#118576)
Sam Gross
2024-05-06
1
-2/+0
*
GH-115709: Invalidate executors when a local variable is changed via frame.f_...
Mark Shannon
2024-05-06
1
-1/+2
*
gh-118362: Fix thread safety around lookups from the type cache in the face o...
Dino Viehland
2024-05-06
4
-118/+263
*
GH-117714: implement athrow().close() and asend().close() using throw (GH-117...
Thomas Grainger
2024-05-06
1
-4/+38
*
gh-116322: Rename PyModule_ExperimentalSetGIL to PyUnstable_Module_SetGIL (GH...
Petr Viktorin
2024-05-06
1
-1/+1
*
gh-118609: Add proper error check for framelocalsproxy (#118615)
Tian Gao
2024-05-06
1
-46/+99
*
gh-74929: Make containment checks more efficient in `FrameLocalsProxy` (#118624)
Tian Gao
2024-05-06
1
-10/+19
*
gh-118605: Fix reference leak in FrameLocalsProxy (#118607)
Tian Gao
2024-05-05
1
-3/+28
*
gh-74929: Remove undesirable DECREF in PEP 667 implementation (#118583)
Tian Gao
2024-05-05
1
-1/+0
*
gh-74929: Implement PEP 667 (GH-115153)
Tian Gao
2024-05-04
2
-199/+662
*
gh-118527: Intern filename, name, and qualname in code objects. (#118558)
Sam Gross
2024-05-03
1
-0/+5
*
gh-117657: Disable the function/code cache in free-threaded builds (#118301)
mpage
2024-05-03
2
-0/+16
*
gh-118527: Use deferred reference counting for C functions on modules (#118529)
Sam Gross
2024-05-03
1
-0/+1
*
gh-116322: Add Py_mod_gil module slot (#116882)
Brett Simmers
2024-05-03
2
-0/+36
*
gh-116126: Implement PEP 696 (#116129)
Jelle Zijlstra
2024-05-03
2
-47/+450
*
gh-116738: Make `_codecs` module thread-safe (#117530)
Brett Simmers
2024-05-02
1
-1/+5
*
gh-118519: Fix empty weakref list check (#118520)
Dino Viehland
2024-05-02
1
-1/+1
*
gh-117657: Fix TSAN list set failure (#118260)
Dino Viehland
2024-05-02
1
-3/+6
*
gh-93502: Add new C-API functions to trace object creation and destruction (#...
Pablo Galindo Salgado
2024-05-02
1
-6/+31
*
GH-118095: Make invalidating and clearing executors memory safe (GH-118459)
Mark Shannon
2024-05-01
1
-1/+2
*
GH-117881: fix athrow().throw()/asend().throw() concurrent access (GH-117882)
Thomas Grainger
2024-05-01
1
-0/+37
*
gh-118335: Configure Tier 2 interpreter at build time (#118339)
Guido van Rossum
2024-05-01
2
-0/+10
*
[gh-117657] Fix some issues with TSAN in typeobject (#118249)
Dino Viehland
2024-04-30
1
-6/+11
*
gh-117657: Fix small issues with instrumentation and TSAN (#118064)
Dino Viehland
2024-04-30
1
-3/+5
*
gh-118272: Clear generator frame's locals when the generator is closed (#118277)
Irit Katriel
2024-04-30
1
-0/+1
*
gh-118331: Handle errors in _PyObject_SetManagedDict (#118334)
Sam Gross
2024-04-29
2
-12/+19
*
gh-117783: Immortalize objects that use deferred reference counting (#118112)
Sam Gross
2024-04-29
1
-0/+7
*
gh-118331: Don't raise an error if tuple allocation fails when clearing weakr...
mpage
2024-04-29
1
-1/+3
*
gh-107674: Lazy load line number to improve performance of tracing (GH-118127)
Tian Gao
2024-04-29
1
-4/+12
*
gh-112075: _Py_dict_lookup needs to lock shared keys (#117528)
Dino Viehland
2024-04-25
1
-127/+158
*
gh-117657: Fixes a few small TSAN issues in dictobject (#118200)
Dino Viehland
2024-04-25
1
-11/+14
*
gh-112069: Do not require lock if the set has never been exposed. (gh-118069)
Donghee Na
2024-04-25
1
-0/+7
*
gh-117578: Introduce _PyType_GetModuleByDef2 private function (GH-117661)
neonene
2024-04-25
1
-7/+45
*
GH-118095: Handle `RETURN_GENERATOR` in tier 2 (GH-118180)
Mark Shannon
2024-04-25
1
-5/+0
*
gh-108191: Add support of positional argument in SimpleNamespace constructor ...
Serhiy Storchaka
2024-04-24
1
-3/+21
*
GH-117536: GH-117894: fix athrow().throw(...) unawaited warning (GH-117851)
Thomas Grainger
2024-04-24
1
-1/+8
*
gh-95754: Better error when script shadows a standard library or third party ...
Shantanu
2024-04-23
1
-53/+191
*
gh-112075: Make instance attributes stored in inline "dict" thread safe (#114...
Dino Viehland
2024-04-22
3
-103/+357
*
``Objects/typeobject.c``: Fix typo (#118126)
Kirill Podoprigora
2024-04-21
1
-1/+1
*
[gh-117657] _Py_MergeZeroLocalRefcount isn't loading ob_ref_shared with stron...
Dino Viehland
2024-04-19
1
-1/+1
*
Fix a typo in dictobject.c documentation (#117515)
Noah Kim
2024-04-19
1
-1/+1
*
gh-117657: use relaxed loads for checking dict keys immortality (#118067)
Dino Viehland
2024-04-19
1
-2/+2
*
setobject: remove out of date docstring info (GH-118048)
Rostyslav Lobov
2024-04-19
1
-1/+1
*
gh-112069: Make PySet_GET_SIZE to be atomic safe. (gh-118053)
Donghee Na
2024-04-18
1
-1/+0
*
gh-112069: Add _PySet_NextEntryRef to be thread-safe. (gh-117990)
Donghee Na
2024-04-18
3
-5/+21
*
fix formatting of literal in docstring of int.from_bytes and int.to_bytes (#1...
Jens Hedegaard Nielsen
2024-04-18
2
-7/+7
*
Fix two typos in `typeobject.c` (#118024)
Nikita Sobolev
2024-04-18
1
-2/+2
[next]