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-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
*
gh-119396: Optimize PyUnicode_FromFormat() UTF-8 decoder (#119398)
Victor Stinner
2024-05-22
1
-62/+141
*
gh-119247: Add macros to use PySequence_Fast safely in free-threaded build (#...
Josh {*()} Rosenberg
2024-05-22
1
-3/+5
*
gh-117657: Fix missing atomic in dict_resize (#119312)
Dino Viehland
2024-05-22
1
-1/+1
*
Remove almost all unpaired backticks in docstrings (#119231)
Geoffrey Thomas
2024-05-22
2
-12/+12
*
gh-119180: PEP 649: Add __annotate__ attributes (#119209)
Jelle Zijlstra
2024-05-22
3
-16/+268
*
gh-119180: Add LOAD_COMMON_CONSTANT opcode (#119321)
Jelle Zijlstra
2024-05-22
1
-1/+1
*
gh-111389: Add PyHASH_MULTIPLIER constant (#119214)
Victor Stinner
2024-05-21
1
-1/+1
*
gh-109176: replace _PyFrame_OpAlreadyRan by an assertion that the frame is co...
Irit Katriel
2024-05-21
1
-33/+2
*
gh-119053: Implement the fast path for list.__getitem__ (gh-119112)
Donghee Na
2024-05-21
1
-5/+10
*
gh-118921: Add `copy()` method for `FrameLocalsProxy` (#118923)
Tian Gao
2024-05-10
1
-0/+19
*
gh-118702: Implement vectorcall for BaseException (#118703)
Victor Stinner
2024-05-10
1
-0/+40
*
Rename `notimplemented_methods` into `nodefault_methods` (#118896)
Nikita Sobolev
2024-05-10
1
-4/+4
*
Fix some missing null checks. (GH-118721)
Steve Dower
2024-05-10
1
-5/+8
*
gh-118561: Fix crash involving list.extend in free-threaded build (#118723)
Sam Gross
2024-05-09
1
-1/+2
*
gh-118849: Fix "code will never be executed" warning in `dictobject.c` (#118850)
Nikita Sobolev
2024-05-09
1
-1/+1
*
gh-117657: Fix data races when writing / reading `ob_gc_bits` (#118292)
mpage
2024-05-08
1
-1/+1
*
gh-118767: Make bool(NotImplemented) raise TypeError (#118775)
Jelle Zijlstra
2024-05-08
1
-7/+3
*
gh-118746: Fix crash in frame_getlocals and _PyFrame_GetLocals (#118748)
Tian Gao
2024-05-08
1
-0/+18
*
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
[next]