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-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
*
gh-94673: Fix compiler warning in typeobject.c (#117980)
Erlend E. Aasland
2024-04-17
1
-0/+2
*
gh-117657: Fix data races in the method cache in free-threaded builds (#117954)
mpage
2024-04-17
1
-3/+5
*
gh-117680: make _PyInstructionSequence a PyObject and use it in tests (#117629)
Irit Katriel
2024-04-17
1
-0/+2
*
GH-117760: Streamline the trashcan mechanism (GH-117763)
Mark Shannon
2024-04-17
1
-99/+15
*
gh-117755: Fix mimalloc for huge allocation on s390x (#117809)
Victor Stinner
2024-04-16
1
-0/+6
*
gh-117376: Make code objects use deferred reference counting (#117823)
Sam Gross
2024-04-16
1
-1/+32
*
gh-112069: Make setiter_iternext to be thread-safe (gh-117935)
Donghee Na
2024-04-16
1
-12/+17
*
GH-117750: When clearing object's dict, clear inline values but leave dict at...
Mark Shannon
2024-04-15
1
-15/+18
*
gh-117826: Remove lookdict_index from delitemif_lock_held (gh-117869)
Donghee Na
2024-04-15
1
-5/+2
*
gh-94673: Clarify About Runtime State Related to Static Builtin Types (gh-117...
Eric Snow
2024-04-12
1
-1/+6
*
gh-117376: Partial implementation of deferred reference counting (#117696)
Sam Gross
2024-04-12
5
-18/+44
*
gh-117764: Add docstrings and signatures for the types of None, Ellipsis and ...
Serhiy Storchaka
2024-04-12
2
-3/+18
*
gh-117764: Fix and add signatures for many builtins (GH-117769)
Serhiy Storchaka
2024-04-12
7
-13/+28
*
gh-117764: Add docstrings and signatures for the __replace__ methods (GH-117768)
Serhiy Storchaka
2024-04-12
3
-3/+8
*
gh-117431: Adapt bytes and bytearray .find() and friends to Argument Clinic (...
Erlend E. Aasland
2024-04-12
6
-159/+684
*
gh-116738: Make _abc module thread-safe (#117488)
Brett Simmers
2024-04-11
1
-0/+46
*
gh-117709: Add vectorcall support for str() with positional-only arguments (#...
Erlend E. Aasland
2024-04-11
1
-0/+51
*
gh-117431: Argument Clinic: copy forced text signature when cloning (#117591)
Erlend E. Aasland
2024-04-10
1
-5/+5
*
gh-117642: Fix PEP 737 implementation (GH-117643)
Serhiy Storchaka
2024-04-08
1
-4/+3
*
gh-117439: Make refleak checking thread-safe without the GIL (#117469)
Sam Gross
2024-04-08
5
-36/+42
*
gh-117547: Fix mimalloc compile error on OpenBSD (#117548)
Sam Gross
2024-04-08
1
-2/+2
*
gh-111926: Make weakrefs thread-safe in free-threaded builds (#117168)
mpage
2024-04-08
3
-253/+306
*
gh-111140: PyLong_From/AsNativeBytes: Take *flags* rather than just *endianne...
Steve Dower
2024-04-05
1
-24/+82
*
gh-112075: Make _PyDict_LoadGlobal thread safe (#117529)
Dino Viehland
2024-04-04
2
-26/+22
*
gh-76785: Raise InterpreterError, Not RuntimeError (gh-117489)
Eric Snow
2024-04-03
1
-0/+1
*
gh-117431: Adapt str.find and friends to Argument Clinic (#117468)
Erlend E. Aasland
2024-04-03
2
-210/+424
*
gh-117431: Adapt bytes and bytearray .startswith() and .endswith() to Argumen...
Erlend E. Aasland
2024-04-03
5
-53/+306
*
gh-117431: Fix str.endswith docstring (#117499)
Erlend E. Aasland
2024-04-03
2
-8/+16
*
gh-117281: Change weakref repr() to fully qualified name (#117285)
Victor Stinner
2024-04-03
1
-8/+16
*
gh-117431: Adapt str.startswith and str.endswith to Argument Clinic (#117466)
Erlend E. Aasland
2024-04-03
2
-47/+145
*
gh-112087: Make `list.extend(dict)` behave atomically (#117438)
Sam Gross
2024-04-02
1
-0/+5
*
GH-115776: Embed the values array into the object, for "normal" Python object...
Mark Shannon
2024-04-02
10
-333/+477
[next]