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
*
bpo-44032: Move pointer to code object from frame-object to frame specials ar...
Mark Shannon
2021-06-18
1
-16/+23
*
Do not clear globals or builtins when calling clear() on a frame object. Reve...
Mark Shannon
2021-06-17
1
-5/+4
*
bpo-38211: Clean up type_init() (GH-16257)
Sergey Fedoseev
2021-06-16
1
-19/+4
*
bpo-43693: Eliminate unused "fast locals". (gh-26587)
Eric Snow
2021-06-15
3
-171/+62
*
Fix typo in lnotab_notes.txt (GH-26711)
Gabriele N. Tornetta
2021-06-14
1
-1/+1
*
bpo-44338: Port LOAD_GLOBAL to PEP 659 adaptive interpreter (GH-26638)
Mark Shannon
2021-06-14
1
-68/+6
*
Fix a potential reference-counting bug in long_pow (GH-26690)
Mark Dickinson
2021-06-13
1
-0/+1
*
bpo-44376 - reduce pow() overhead for small exponents (GH-26662)
Tim Peters
2021-06-12
1
-5/+45
*
Add more const modifiers. (GH-26691)
Serhiy Storchaka
2021-06-12
2
-4/+4
*
bpo-44337: Port LOAD_ATTR to PEP 659 adaptive interpreter (GH-26595)
Mark Shannon
2021-06-10
3
-86/+3
*
bpo-43693: Do not check co_cell2arg if a non-cell offset. (gh-26626)
Eric Snow
2021-06-09
1
-2/+5
*
bpo-43693: Un-revert commit f3fa63e. (#26609)
Eric Snow
2021-06-08
2
-17/+125
*
Revert "bpo-43693: Add the MAKE_CELL opcode and interleave fast locals offset...
Pablo Galindo
2021-06-08
2
-124/+17
*
bpo-43693: Add the MAKE_CELL opcode and interleave fast locals offsets. (gh-2...
Eric Snow
2021-06-07
2
-17/+124
*
bpo-43693: Un-revert commits 2c1e258 and b2bf2bc. (gh-26577)
Eric Snow
2021-06-07
4
-222/+472
*
bpo-44187: Quickening infrastructure (GH-26264)
Mark Shannon
2021-06-07
1
-1/+9
*
bpo-43693: Revert commits 2c1e2583fdc4db6b43d163239ea42b0e8394171f and b2bf2b...
Pablo Galindo
2021-06-04
4
-463/+221
*
bpo-43693: Compute deref offsets in compiler (gh-25152)
Mark Shannon
2021-06-04
2
-23/+8
*
bpo-43693: Add new internal code objects fields: co_fastlocalnames and co_fas...
Eric Snow
2021-06-03
4
-221/+478
*
bpo-44263: Py_TPFLAGS_HAVE_GC requires tp_traverse (GH-26463)
Victor Stinner
2021-06-01
1
-2/+30
*
Fix MSVC compiler warnings in dictobject.c (GH-26432)
Mark Shannon
2021-05-29
2
-4/+6
*
bpo-44206: Fix compiler warnings in dictobject.c (GH-26440)
Pablo Galindo
2021-05-28
1
-3/+3
*
bpo-44206: Add a version number to dictionary keys (GH-26333)
Mark Shannon
2021-05-28
3
-311/+212
*
bpo-43693: Add _PyCode_New(). (gh-26375)
Eric Snow
2021-05-27
1
-147/+206
*
bpo-43693: Clean up the PyCodeObject fields. (GH-26364)
Eric Snow
2021-05-26
4
-57/+50
*
bpo-44232: Fix type_new() error reporting (GH-26359)
Victor Stinner
2021-05-25
1
-0/+4
*
Remove effbot urls (GH-26308)
E-Paine
2021-05-22
1
-1/+2
*
bpo-44032: Fix downcast conversion in frameobject.c (GH-26291)
Pablo Galindo
2021-05-21
1
-1/+1
*
bpo-44184: Fix subtype_dealloc() for freed type (GH-26274)
Victor Stinner
2021-05-21
1
-2/+9
*
bpo-44032: Move data stack to thread from FrameObject. (GH-26076)
Mark Shannon
2021-05-21
5
-143/+161
*
bpo-43693: Group the code in codeobject.c logically. (gh-26216)
Eric Snow
2021-05-19
1
-572/+622
*
bpo-44114: Remove redundant cast. (GH-26098)
Inada Naoki
2021-05-13
1
-2/+2
*
bpo-44114: Fix dictkeys_reversed and dictvalues_reversed function signatures ...
Joe Marshall
2021-05-13
1
-4/+4
*
bpo-40222: "Zero cost" exception handling (GH-25729)
Mark Shannon
2021-05-07
4
-197/+405
*
bpo-44029: Remove Py_UNICODE APIs (GH-25881)
Inada Naoki
2021-05-07
2
-304/+0
*
bpo-43916: Move the _PyStructSequence_InitType function to the internal API (...
Pablo Galindo
2021-05-03
1
-0/+1
*
bpo-43977: Make sure that tp_flags for pattern matching are inherited correct...
Mark Shannon
2021-05-02
1
-6/+12
*
bpo-43901: Fix refleaks in test_module (GH-25754)
Pablo Galindo
2021-04-30
1
-4/+11
*
bpo-43908: check_set_special_type_attr() checks Py_TPFLAGS_IMMUTABLETYPE (GH-...
Erlend Egeberg Aasland
2021-04-30
1
-7/+11
*
bpo-43667: Fix broken Unicode encoding in non-UTF locales on Solaris (GH-25096)
Jakub KulĂk
2021-04-30
1
-0/+40
*
bpo-43916: PyStdPrinter_Type uses Py_TPFLAGS_DISALLOW_INSTANTIATION (GH-25749)
Victor Stinner
2021-04-30
1
-27/+4
*
bpo-43916: Add Py_TPFLAGS_DISALLOW_INSTANTIATION type flag (GH-25721)
Victor Stinner
2021-04-30
2
-34/+77
*
bpo-43973: object_set_class() checks Py_TPFLAGS_IMMUTABLETYPE (GH-25714)
Erlend Egeberg Aasland
2021-04-30
1
-3/+3
*
bpo-43977: Use tp_flags for collection matching (GH-25723)
Mark Shannon
2021-04-30
7
-7/+14
*
Two minor fixes for accessing a module's name. (#25658)
larryhastings
2021-04-30
1
-6/+2
*
bpo-43901: Lazy-create an empty annotations dict in all unannotated user clas...
larryhastings
2021-04-30
2
-3/+138
*
bpo-42800: Rename AUDIT_READ to PY_AUDIT_READ (GH-25736)
Steve Dower
2021-04-30
3
-8/+8
*
bpo-42800: add audit hooks for f_code and tb_frame (GH-24182)
Ryan Hileman
2021-04-29
3
-8/+8
*
bpo-43933: Show frame.f_lineno as None, rather than -1, if there is no line n...
Mark Shannon
2021-04-29
1
-1/+7
*
bpo-42739: Don't use sentinels to mark end of line table. (GH-25657)
Mark Shannon
2021-04-29
2
-24/+21
[next]