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-96237: Allow non-functions as reference-holder in frames. (GH-96238)
Mark Shannon
2022-08-25
1
-3/+5
*
GH-96068: Document object layout (GH-96069)
Mark Shannon
2022-08-23
5
-0/+157
*
GH-96187: Prevent _PyCode_GetExtra to return garbage for negative indexes (GH...
Pablo Galindo Salgado
2022-08-23
1
-1/+1
*
GH-96075: move interned dict under runtime state (GH-96077)
Kumar Aditya
2022-08-22
1
-14/+25
*
gh-96046: Initialize ht_cached_keys in PyType_Ready() (GH-96047)
Christian Heimes
2022-08-22
1
-9/+26
*
GH-90997: Wrap yield from/await in a virtual try/except StopIteration (GH-96010)
Brandt Bucher
2022-08-19
1
-20/+1
*
gh-96017: Fix some compiler warnings (GH-96018)
Christian Heimes
2022-08-19
1
-0/+2
*
Remove dead code in _PyDict_GetItemHint and rename to _PyDict_LookupIndex (GH...
Matthias Görgens
2022-08-18
1
-41/+3
*
GH-95589: Dont crash when subclassing extension classes with multiple inherit...
Mark Shannon
2022-08-17
1
-32/+13
*
GH-93911: Specialize `LOAD_ATTR` for custom `__getattribute__` (GH-93988)
Ken Jin
2022-08-17
1
-13/+13
*
gh-96005: Handle WASI ENOTCAPABLE in getpath (GH-96006)
Christian Heimes
2022-08-16
1
-0/+5
*
GH-95245: Move weakreflist into the pre-header. (GH-95996)
Mark Shannon
2022-08-16
1
-15/+28
*
GH-95707: Fix uses of `Py_TPFLAGS_MANAGED_DICT` (GH-95854)
Mark Shannon
2022-08-15
2
-17/+54
*
GH-95977: Speed up calling pure python descriptor __get__ with vectorcall (gh...
Kumar Aditya
2022-08-14
1
-1/+2
*
gh-90928: Improve static initialization of keywords tuple in AC (#95907)
Erlend E. Aasland
2022-08-13
15
-746/+316
*
gh-90928: Statically Initialize the Keywords Tuple in Clinic-Generated Code (...
Eric Snow
2022-08-11
20
-63/+1602
*
gh-95605: Fix `float(s)` error message when `s` contains only whitespace (GH-...
Mark Dickinson
2022-08-10
1
-1/+8
*
gh-95504: Fix negative numbers in PyUnicode_FromFormat (GH-95848)
Petr Viktorin
2022-08-10
1
-6/+19
*
GH-92678: Document that you shouldn't be doing your own dictionary offset cal...
Mark Shannon
2022-08-09
1
-1/+5
*
gh-95781: More strict format string checking in PyUnicode_FromFormatV() (GH-9...
Serhiy Storchaka
2022-08-08
1
-23/+10
*
gh-93274: Expose receiving vectorcall in the Limited API (GH-95717)
Petr Viktorin
2022-08-08
1
-0/+8
*
docs: Fix a few typos (#94899)
Tim Gates
2022-08-08
1
-1/+1
*
gh-94673: Add Per-Interpreter tp_subclasses for Static Builtin Types (gh-95301)
Eric Snow
2022-08-05
2
-24/+94
*
gh-94673: Recover Weaklist Lookup Performance (gh-95544)
Eric Snow
2022-08-04
1
-4/+8
*
gh-93274: Make vectorcall safe on mutable classes & inherit it by default (#9...
Petr Viktorin
2022-08-04
1
-5/+16
*
gh-95388: Deprecate creating immutable types with mutable bases (GH-95533)
Petr Viktorin
2022-08-04
1
-0/+26
*
gh-94936: C getters: co_varnames, co_cellvars, co_freevars (#95008)
Ken Jin
2022-08-04
1
-0/+18
*
GH-92678: Fix tp_dictoffset inheritance. (GH-95596)
Mark Shannon
2022-08-03
1
-3/+16
*
GH-95150: Use position and exception tables for code hashing and equality (GH...
Brandt Bucher
2022-08-01
1
-1/+18
*
GH-95245: Store object values and dict pointers in single tagged pointer. (GH...
Mark Shannon
2022-08-01
3
-165/+195
*
gh-91146: More reduce allocation size of list from str.split/rsplit (gh-95493)
Dong-hee Na
2022-08-01
1
-9/+22
*
gh-91146: Reduce allocation size of list from str.split()/rsplit() (gh-95473)
Dong-hee Na
2022-07-31
1
-19/+20
*
gh-94673: Add Per-Interpreter tp_weaklist for Static Builtin Types (#95302)
Eric Snow
2022-07-29
2
-0/+25
*
Fix Unicode doc and replace use of macro with PyMem_New function (GH-94088)
Pamela Fox
2022-07-28
1
-1/+1
*
gh-95369: add missing decref in error case of exception group's split (GH-95370)
Irit Katriel
2022-07-28
1
-0/+1
*
gh-95324: Emit a warning if an object doesn't call PyObject_GC_UnTrack during...
Pablo Galindo Salgado
2022-07-27
2
-2/+4
*
gh-95005: Replace PyAccu with PyUnicodeWriter (gh-95006)
Aivars Kalvāns
2022-07-27
1
-115/+0
*
gh-94673: Add Per-Interpreter Storage for Static Builtin Types (#95255)
Eric Snow
2022-07-26
1
-5/+106
*
gh-91247: Use memcpy for list and tuple repeat (#91482)
Pieter Eendebak
2022-07-26
2
-65/+49
*
GH-92678: Expose managed dict clear and visit functions (#95246)
Mark Shannon
2022-07-25
1
-0/+29
*
gh-94673: Always Finalize Static Builtin Types (#95153)
Eric Snow
2022-07-25
1
-23/+80
*
gh-94673: Add _PyStaticType_InitBuiltin() (#95152)
Eric Snow
2022-07-25
7
-49/+99
*
gh-95173: Revert commit 51ed2c56a1852cd6b09c85ba81312dc9782772ce (#95176)
Pablo Galindo Salgado
2022-07-24
1
-64/+13
*
GH-94438: Handle extended arguments and conditional pops in mark_stacks (GH-9...
Brandt Bucher
2022-07-22
1
-4/+9
*
GH-95113: Don't use EXTENDED_ARG_QUICK in unquickened code (GH-95121)
Brandt Bucher
2022-07-22
1
-1/+1
*
Fix PyCode_Addr2Location when addrq < 0 (GH-95091)
Ken Jin
2022-07-21
1
-0/+1
*
GH-90699: fix ref counting of static immortal strings (gh-94850)
Kumar Aditya
2022-07-20
1
-1/+2
*
GH-91153: Handle mutating __index__ methods in bytearray item assignment (GH-...
Brandt Bucher
2022-07-19
1
-11/+25
*
GH-94979: Pop the exception stack when jumping out of exception handlers. (#9...
Mark Shannon
2022-07-19
1
-9/+52
*
gh-94673: [c-analyzer] Add a Script to Identify Static Types (#94989)
Eric Snow
2022-07-19
1
-11/+3
[next]