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
/
Include
/
internal
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix typos in the Include directory (GH-28745)
Christian Clauss
2021-10-06
2
-2/+2
*
bpo-40116: Add insertion order bit-vector to dict values to allow dicts to sh...
Mark Shannon
2021-10-06
1
-0/+8
*
bpo-45020: Identify which frozen modules are actually aliases. (gh-28655)
Eric Snow
2021-10-05
1
-0/+7
*
bpo-45211: Remember the stdlib dir during startup. (gh-28586)
Eric Snow
2021-09-28
2
-0/+2
*
bpo-45211: Move helpers from getpath.c to internal API. (gh-28550)
Eric Snow
2021-09-27
2
-0/+26
*
[codemod] Fix non-matching bracket pairs (GH-28473)
Mohamad Mansour
2021-09-21
1
-1/+1
*
bpo-45061: Detect refcount bug on empty tuple singleton (GH-28503)
Victor Stinner
2021-09-21
1
-0/+6
*
bpo-45020: Add -X frozen_modules=[on|off] to explicitly control use of frozen...
Eric Snow
2021-09-14
2
-0/+4
*
bpo-44945: Specialize BINARY_ADD (GH-27967)
Mark Shannon
2021-08-27
2
-0/+3
*
bpo-44990: Change layout of evaluation frames. "Layout B" (GH-27933)
Mark Shannon
2021-08-25
1
-7/+37
*
bpo-44889: Specialize LOAD_METHOD with PEP 659 adaptive interpreter (GH-27722)
Ken Jin
2021-08-17
1
-0/+7
*
bpo-44890: Fix AMD build error (GH-27740)
Irit Katriel
2021-08-12
1
-2/+7
*
bpo-44890: collect specialization stats if Py_DEBUG (GH-27731)
Irit Katriel
2021-08-12
1
-5/+8
*
Classify specialization failures. Provides more useful stats, with lower over...
Mark Shannon
2021-08-10
1
-1/+3
*
bpo-44826: Specialize STORE_ATTR (GH-27590)
Mark Shannon
2021-08-09
2
-2/+6
*
bpo-44821: Eagerly assign __dict__ for new objects. (GH-27589)
Mark Shannon
2021-08-04
1
-0/+2
*
Add option to write specialization stats to files and script to summarize. (G...
Mark Shannon
2021-08-04
1
-0/+1
*
Minor fixes to specialization stats. (GH-27457)
Mark Shannon
2021-07-29
1
-0/+2
*
bpo-44725 : expose specialization stats in python (GH-27192)
Irit Katriel
2021-07-29
1
-0/+3
*
bpo-44590: Lazily allocate frame objects (GH-27077)
Mark Shannon
2021-07-26
3
-27/+109
*
bpo-44654: Do not export the union type related symbols (GH-27223)
Serhiy Storchaka
2021-07-18
1
-4/+4
*
bpo-44654: Refactor and clean up the union type implementation (GH-27196)
Serhiy Storchaka
2021-07-17
1
-3/+7
*
Remove legacy opcache structs (GH-27164)
Ken Jin
2021-07-16
1
-23/+0
*
bpo-26280: Port BINARY_SUBSCR to PEP 659 adaptive interpreter (GH-27043)
Irit Katriel
2021-07-15
1
-2/+3
*
bpo-44530: Add co_qualname field to PyCodeObject (GH-26941)
Gabriele N. Tornetta
2021-07-07
1
-0/+1
*
bpo-43950: Add code.co_positions (PEP 657) (GH-26955)
Pablo Galindo
2021-07-02
1
-0/+2
*
bpo-44531: Add _PyType_AllocNoTrack() function (GH-26947)
Victor Stinner
2021-07-01
1
-0/+2
*
bpo-44313: generate LOAD_ATTR/CALL_FUNCTION for top-level imported objects (G...
Batuhan Taskaya
2021-06-30
1
-0/+1
*
bpo-44458: Ensure BUFFER_BLOCK_SIZE symbol is statically allocated. (GH-26808)
Russell Keith-Magee
2021-06-22
1
-1/+1
*
bpo-43693: Turn localspluskinds into an object (GH-26749)
Guido van Rossum
2021-06-21
1
-22/+17
*
bpo-44337: Improve LOAD_ATTR specialization (GH-26759)
Mark Shannon
2021-06-21
1
-0/+1
*
bpo-44032: Move pointer to code object from frame-object to frame specials ar...
Mark Shannon
2021-06-18
1
-1/+9
*
bpo-43693: Eliminate unused "fast locals". (gh-26587)
Eric Snow
2021-06-15
1
-2/+0
*
Add extra stats for attribute misses (GH-26732)
Mark Shannon
2021-06-15
1
-0/+5
*
bpo-44338: Port LOAD_GLOBAL to PEP 659 adaptive interpreter (GH-26638)
Mark Shannon
2021-06-14
1
-10/+15
*
Add more const modifiers. (GH-26691)
Serhiy Storchaka
2021-06-12
1
-2/+2
*
bpo-44337: Port LOAD_ATTR to PEP 659 adaptive interpreter (GH-26595)
Mark Shannon
2021-06-10
2
-0/+180
*
bpo-43693: Un-revert commit f3fa63e. (#26609)
Eric Snow
2021-06-08
1
-0/+2
*
Revert "bpo-43693: Add the MAKE_CELL opcode and interleave fast locals offset...
Pablo Galindo
2021-06-08
1
-2/+0
*
bpo-43693: Silence some compiler warnings. (gh-26588)
Eric Snow
2021-06-07
1
-4/+2
*
bpo-43693: Add the MAKE_CELL opcode and interleave fast locals offsets. (gh-2...
Eric Snow
2021-06-07
1
-0/+2
*
bpo-43693: Un-revert commits 2c1e258 and b2bf2bc. (gh-26577)
Eric Snow
2021-06-07
1
-3/+60
*
bpo-44187: Quickening infrastructure (GH-26264)
Mark Shannon
2021-06-07
1
-0/+124
*
bpo-43693: Revert commits 2c1e2583fdc4db6b43d163239ea42b0e8394171f and b2bf2b...
Pablo Galindo
2021-06-04
1
-59/+3
*
bpo-43693: Add new internal code objects fields: co_fastlocalnames and co_fas...
Eric Snow
2021-06-03
1
-3/+59
*
Fix typo in block comment in Include/internal/pycore_condvar.h (GH-26457)
Rishi
2021-06-01
1
-1/+1
*
bpo-43693: Add _PyCode_New(). (gh-26375)
Eric Snow
2021-05-27
1
-1/+49
*
bpo-44231: Don't export internal _PyTuple_FromArray() symbol (GH-26352)
Erlend Egeberg Aasland
2021-05-25
1
-1/+1
*
bpo-44184: Fix subtype_dealloc() for freed type (GH-26274)
Victor Stinner
2021-05-21
1
-1/+1
*
bpo-44032: Move data stack to thread from FrameObject. (GH-26076)
Mark Shannon
2021-05-21
3
-0/+46
[next]