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
/
clinic
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-129068: Make range iterators thread-safe (gh-142886)
Sam Gross
2025-12-18
1
-0/+150
*
gh-132657: Add lock-free set contains implementation (#132290)
Neil Schemenauer
2025-12-13
1
-3/+1
*
gh-139871: Add `bytearray.take_bytes([n])` to efficiently extract `bytes` (GH...
Cody Maloney
2025-11-13
1
-1/+38
*
gh-139817: Attribute `__qualname__` is added to `TypeAliasType` (#139919)
Mikhail Efimov
2025-10-15
1
-9/+16
*
gh-129559: Remove extra dot in bytearray.resize AC (#140134)
Cody Maloney
2025-10-15
1
-2/+2
*
gh-125996: fix thread safety of `collections.OrderedDict` (#133734)
Kumar Aditya
2025-10-13
1
-1/+105
*
GH-135763: AC: Use ``Py_ssize_t(allow_negative=False)`` (#138394)
Adam Turner
2025-09-02
1
-1/+6
*
gh-137609: Change names of some positional-only parameters in builtins (GH-13...
Serhiy Storchaka
2025-08-25
1
-2/+2
*
gh-132661: Add default value (of `""`) for `Interpolation.expression` (#136441)
Dave Peck
2025-07-10
1
-9/+14
*
gh-132661: Implement PEP 750 (#132662)
Lysandros Nikolaou
2025-04-30
1
-0/+89
*
gh-132657: Avoid locking in frozenset.__contains__ (#132659)
Pieter Eendebak
2025-04-18
1
-1/+23
*
gh-131525: Cache the result of tuple_hash (#131529)
Michael Droettboom
2025-03-27
15
-15/+115
*
gh-128421: Add locking to most frame object functions (gh-131479)
Sam Gross
2025-03-21
1
-0/+436
*
gh-111178: Change Argument Clinic signature for `@staticmethod` (#131157) (#1...
Victor Stinner
2025-03-13
3
-6/+6
*
gh-111178: Change Argument Clinic signature for `@classmethod` (#131157)
Victor Stinner
2025-03-12
8
-18/+83
*
gh-129349: Accept bytes in bytes.fromhex()/bytearray.fromhex() (#129844)
Daniel Pope
2025-03-12
2
-42/+2
*
gh-111178: Change Argument Clinic signature for METH_O (#130682)
Victor Stinner
2025-03-11
10
-31/+161
*
gh-129107: make `bytearray` thread safe (#129108)
Tomasz Pytel
2025-02-15
1
-4/+131
*
gh-82045: Correct and deduplicate "isprintable" docs; add test. (GH-130118)
Stan Ulbrych
2025-02-14
1
-4/+3
*
gh-128714: Fix function object races in `__annotate__`, `__annotations__` and...
Xuanteng Huang
2025-02-06
1
-1/+173
*
gh-129559: Add `bytearray.resize()` (GH-129560)
Cody Maloney
2025-02-05
1
-1/+40
*
gh-112075: Remove critical section in dict.get (gh-129336)
Pieter Eendebak
2025-01-28
1
-3/+1
*
gh-128421: make exception group methods thread safe (#129298)
Kumar Aditya
2025-01-25
1
-1/+73
*
gh-111178: Regen clinic and fix exceptions.c post gh-128447 (#129060)
Erlend E. Aasland
2025-01-20
1
-23/+23
*
gh-111178: Generate correct signature for most self converters (#128447)
Erlend E. Aasland
2025-01-20
14
-276/+276
*
gh-128421: make getters and setters of `BaseException` thread safe (#128728)
Kumar Aditya
2025-01-13
1
-0/+311
*
gh-125420: implement `Sequence.count` API on `memoryview` objects (#125443)
Bénédikt Tran
2024-12-10
1
-1/+10
*
gh-125420: implement `Sequence.index` API on `memoryview` objects (#125446)
Bénédikt Tran
2024-12-10
1
-1/+47
*
gh-122943: Add the varpos parameter in _PyArg_UnpackKeywords (GH-126564)
Serhiy Storchaka
2024-11-08
15
-66/+116
*
gh-122943: Rework support of var-positional parameter in Argument Clinic (GH-...
Serhiy Storchaka
2024-11-07
2
-73/+61
*
gh-90370: Argument Clinic: avoid temporary tuple creation for varargs (#126064)
Sergey B Kirpichev
2024-10-31
1
-67/+35
*
gh-121905: Consistently use "floating-point" instead of "floating point" (GH-...
Serhiy Storchaka
2024-07-19
1
-3/+3
*
gh-84978: Add float.from_number() and complex.from_number() (GH-26827)
Serhiy Storchaka
2024-07-15
2
-2/+20
*
gh-120080: Accept ``None`` as a valid argument for direct call of the ``int._...
Kirill Podoprigora
2024-06-07
1
-3/+3
*
gh-109218: Improve documentation for the complex() constructor (GH-119687)
Serhiy Storchaka
2024-05-30
1
-3/+6
*
gh-116126: Implement PEP 696 (#116129)
Jelle Zijlstra
2024-05-03
1
-33/+137
*
fix formatting of literal in docstring of int.from_bytes and int.to_bytes (#1...
Jens Hedegaard Nielsen
2024-04-18
1
-3/+3
*
gh-117764: Fix and add signatures for many builtins (GH-117769)
Serhiy Storchaka
2024-04-12
1
-1/+7
*
gh-117431: Adapt bytes and bytearray .find() and friends to Argument Clinic (...
Erlend E. Aasland
2024-04-12
2
-2/+508
*
gh-117431: Argument Clinic: copy forced text signature when cloning (#117591)
Erlend E. Aasland
2024-04-10
1
-5/+5
*
gh-117431: Adapt str.find and friends to Argument Clinic (#117468)
Erlend E. Aasland
2024-04-03
1
-1/+280
*
gh-117431: Adapt bytes and bytearray .startswith() and .endswith() to Argumen...
Erlend E. Aasland
2024-04-03
2
-2/+206
*
gh-117431: Fix str.endswith docstring (#117499)
Erlend E. Aasland
2024-04-03
1
-4/+4
*
gh-117431: Adapt str.startswith and str.endswith to Argument Clinic (#117466)
Erlend E. Aasland
2024-04-03
1
-1/+103
*
gh-116621: Set manual critical section for list.extend (gh-116657)
Donghee Na
2024-03-12
1
-19/+4
*
gh-112087: Make list.sort to be thread-safe for PEP 703. (gh-116553)
Donghee Na
2024-03-10
1
-1/+3
*
gh-112069: Make sets thread-safe with the GIL disabled (#113800)
Tomas R
2024-03-08
1
-7/+164
*
gh-112075: Accessing a single element should optimistically avoid locking (#1...
Dino Viehland
2024-02-21
1
-16/+1
*
gh-112069: Adapt set/frozenset methods to Argument Clinic (#115112)
Tomas R
2024-02-08
1
-0/+414
*
gh-112075: Add critical sections for most dict APIs (#114508)
Dino Viehland
2024-02-06
1
-2/+28
[next]