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-120384: Fix array-out-of-bounds crash in `list_ass_subscript` (#120442)
Nikita Sobolev
2024-06-21
1
-12/+33
*
gh-119182: Optimize PyUnicode_FromFormat() (#120796)
Victor Stinner
2024-06-20
1
-26/+26
*
gh-119182: Use public PyUnicodeWriter API in union_repr() (#120797)
Victor Stinner
2024-06-20
1
-24/+30
*
gh-119182: Use public PyUnicodeWriter API in ga_repr() (#120799)
Victor Stinner
2024-06-20
1
-33/+35
*
gh-117511: Make PyMutex public in the non-limited API (#117731)
Sam Gross
2024-06-20
1
-1/+1
*
gh-119786: move locations doc to InternalDocs (#120445)
Irit Katriel
2024-06-19
1
-69/+0
*
GH-120097: Make FrameLocalsProxy a mapping (#120101)
Mark Shannon
2024-06-19
1
-1/+1
*
GH-119462: Enforce invariants of type versioning (GH-120731)
Mark Shannon
2024-06-19
1
-92/+56
*
gh-120600: Make Py_TYPE() opaque in limited C API 3.14 (#120601)
Victor Stinner
2024-06-18
1
-0/+8
*
gh-118789: Add `PyUnstable_Object_ClearWeakRefsNoCallbacks` (#118807)
Sam Gross
2024-06-18
2
-3/+11
*
GH-120507: Lower the `BEFORE_WITH` and `BEFORE_ASYNC_WITH` instructions. (#12...
Mark Shannon
2024-06-18
1
-0/+28
*
gh-120524: Avoid a Race On _PyRuntime.types.managed_static.types[i].interp_co...
Eric Snow
2024-06-17
1
-2/+4
*
gh-119182: Add PyUnicodeWriter C API (#119184)
Victor Stinner
2024-06-17
1
-16/+165
*
gh-114091: Reword error message for unawaitable types (#114090)
Steele Farnsworth
2024-06-17
1
-1/+1
*
gh-120196: Reuse find_max_char() for bytes objects (#120497)
Ruben Vorderman
2024-06-17
2
-55/+25
*
gh-83754: Use the Py_TYPE() macro (#120599)
Victor Stinner
2024-06-17
1
-1/+1
*
gh-117657: Make PyType_HasFeature (exported version) atomic (#120484)
Ken Jin
2024-06-15
1
-1/+1
*
gh-120161: Fix a Crash in the _datetime Module (gh-120182)
Eric Snow
2024-06-14
1
-15/+70
*
gh-120397: Optimize str.count() for single characters (#120398)
Ruben Vorderman
2024-06-13
1
-0/+19
*
gh-117657: Make Py_TYPE and Py_SET_TYPE thread safe (GH-120165)
Ken Jin
2024-06-12
1
-1/+7
*
gh-120198: Fix race condition when editing __class__ with an audit hook activ...
Ken Jin
2024-06-11
1
-1/+2
*
gh-120298: Fix use-after-free in `list_richcompare_impl` (#120303)
Nikita Sobolev
2024-06-11
1
-1/+8
*
bpo-24766: doc= argument to subclasses of property not handled correctly (GH-...
E. M. Bray
2024-06-10
1
-15/+4
*
gh-119258: Eliminate Type Guards in Tier 2 Optimizer with Watcher (GH-119365)
Saul Shanabrook
2024-06-08
1
-11/+67
*
gh-120155: Fix copy/paste error in HAVE_SUBOFFSETS_IN_LAST_DIM() (#120228)
Victor Stinner
2024-06-07
1
-1/+1
*
gh-120080: Accept ``None`` as a valid argument for direct call of the ``int._...
Kirill Podoprigora
2024-06-07
2
-6/+6
*
gh-119999: Fix potential race condition in `_Py_ExplicitMergeRefcount` (#120000)
Sam Gross
2024-06-04
1
-8/+11
*
gh-119879: str.find(): Utilize last character gap for two-way periodic needle...
d.grigonis
2024-06-04
1
-28/+35
*
gh-117398: Use Per-Interpreter State for the _datetime Static Types (gh-119929)
Eric Snow
2024-06-03
6
-98/+194
*
gh-117657: Fix race involving immortalizing objects (#119927)
Sam Gross
2024-06-03
2
-3/+3
*
gh-119057: Use better error messages for zero division (#119066)
Nikita Sobolev
2024-06-03
3
-11/+9
*
gh-116560: Add PyLong_GetSign() public function (#116561)
Sergey B Kirpichev
2024-06-03
1
-0/+12
*
gh-119786: move exception handling doc to InternalDocs (#119815)
Irit Katriel
2024-06-03
1
-182/+0
*
gh-119396: Optimize unicode_decode_utf8_writer() (#119957)
Victor Stinner
2024-06-03
1
-5/+4
*
gh-117657: Fix data races report by TSAN unicode-hash (gh-119907)
Donghee Na
2024-06-03
1
-8/+11
*
gh-119740: Remove deprecated trunc delegation (#119743)
Mark Dickinson
2024-06-02
1
-32/+0
*
gh-119775: Remove ability to create immutable types with mutable bases (#119776)
Nikita Sobolev
2024-06-02
1
-10/+6
*
gh-74929: PEP 667 C API documentation (gh-119379)
Alyssa Coghlan
2024-06-01
1
-2/+7
*
gh-119180: Lazily wrap annotations on classmethod and staticmethod (#119864)
Jelle Zijlstra
2024-05-31
1
-1/+99
*
gh-109218: Deprecate weird cases in the complex() constructor (GH-119620)
Serhiy Storchaka
2024-05-30
1
-39/+100
*
gh-109218: Improve documentation for the complex() constructor (GH-119687)
Serhiy Storchaka
2024-05-30
2
-6/+12
*
gh-119525: Fix deadlock with `_PyType_Lookup` and the GIL (#119527)
Sam Gross
2024-05-29
1
-4/+7
*
gh-119613: Use C99+ functions instead of Py_IS_NAN/INFINITY/FINITE (#119619)
Sergey B Kirpichev
2024-05-29
3
-21/+21
*
gh-119011: `type.__type_params__` now return an empty tuple (#119296)
Nikita Sobolev
2024-05-28
1
-0/+4
*
gh-119396: Optimize unicode_repr() (#119617)
Victor Stinner
2024-05-28
2
-102/+129
*
gh-117557: Improve error messages when a string, bytes or bytearray of length...
Serhiy Storchaka
2024-05-28
3
-23/+78
*
gh-111999: Fix the signature of str.format_map() (#119540)
Serhiy Storchaka
2024-05-25
1
-1/+1
*
gh-112075: Fix dict thread safety issues (#119288)
Germán Méndez Bravo
2024-05-24
1
-25/+41
*
GH-117195: Avoid assertion error in `object.__sizeof__` (GH-117220)
Mark Shannon
2024-05-23
1
-2/+5
*
Tiny fix: Update link for HAC algorithm (gh-118546)
Ayato Hayashi
2024-05-23
1
-2/+2
[prev]
[next]