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-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
*
gh-111926: Avoid locking in PyType_IsSubtype (#117275)
mpage
2024-03-29
1
-8/+1
*
gh-117323: Make `cell` thread-safe in free-threaded builds (#117330)
Sam Gross
2024-03-29
1
-5/+3
*
gh-87193: Support bytes objects with refcount > 1 in _PyBytes_Resize() (GH-11...
Serhiy Storchaka
2024-03-25
2
-25/+24
*
gh-113024: C API: Add PyObject_GenericHash() function (GH-113025)
Serhiy Storchaka
2024-03-22
4
-10/+4
*
GH-116939: Rewrite binarysort() (#116940)
Tim Peters
2024-03-22
2
-66/+141
*
gh-108716:: Remove _PyStaticCode_Init/Fini (#117141)
Guido van Rossum
2024-03-22
1
-46/+0
*
gh-117045: Add code object to function version cache (#117028)
Guido van Rossum
2024-03-21
2
-53/+91
*
gh-76785: Drop PyInterpreterID_Type (gh-117101)
Eric Snow
2024-03-21
2
-277/+0
*
gh-115754: Add Py_GetConstant() function (#116883)
Victor Stinner
2024-03-21
1
-0/+51
*
gh-76785: Clean Up Interpreter ID Conversions (gh-117048)
Eric Snow
2024-03-21
1
-43/+23
*
GH-108362: Incremental Cycle GC (GH-116206)
Mark Shannon
2024-03-20
2
-1/+25
*
gh-113964: Don't prevent new threads until all non-daemon threads exit (#116677)
Sam Gross
2024-03-19
1
-1/+1
*
gh-115756: make PyCode_GetFirstFree an unstable API (GH-115781)
Bogdan Romanyuk
2024-03-19
2
-2/+2
*
gh-116621: Specialize list.extend for dict items (gh-116888)
Donghee Na
2024-03-19
1
-3/+36
*
gh-116916: Remove separate next_func_version counter (#116918)
Guido van Rossum
2024-03-18
2
-7/+7
*
Revert "gh-96844: Improve error message of list.remove (gh-106455)" (#116956)
Victor Stinner
2024-03-18
1
-1/+1
*
gh-116868: Avoid locking in PyType_IsSubtype (#116829)
Dino Viehland
2024-03-15
1
-32/+48
*
gh-116621: Specialize list.extend for dict keys/values (gh-116816)
Donghee Na
2024-03-15
1
-0/+37
*
gh-111926: Simplify proxy creation logic (#116844)
mpage
2024-03-15
1
-16/+3
*
gh-111926: Simplify weakref creation logic (#116843)
mpage
2024-03-15
1
-15/+5
*
gh-111696, PEP 737: Add %T and %N to PyUnicode_FromFormat() (#116839)
Victor Stinner
2024-03-14
2
-2/+66
*
gh-111696, PEP 737: Add PyType_GetModuleName() function (#116824)
Victor Stinner
2024-03-14
1
-8/+13
*
gh-111696, PEP 737: Add PyType_GetFullyQualifiedName() function (#116815)
Victor Stinner
2024-03-14
1
-12/+50
*
gh-116714: Handle errors correctly in `PyFloat_GetInfo` (#116715)
Nikita Sobolev
2024-03-13
1
-8/+13
*
GH-116554: Relax list.sort()'s notion of "descending" runs (#116578)
Tim Peters
2024-03-13
2
-66/+134
*
gh-116621: Set manual critical section for list.extend (gh-116657)
Donghee Na
2024-03-12
2
-64/+97
[next]