summaryrefslogtreecommitdiffstats
path: root/Include/internal
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in the Include directory (GH-28745)Christian Clauss2021-10-062-2/+2
* bpo-40116: Add insertion order bit-vector to dict values to allow dicts to sh...Mark Shannon2021-10-061-0/+8
* bpo-45020: Identify which frozen modules are actually aliases. (gh-28655)Eric Snow2021-10-051-0/+7
* bpo-45211: Remember the stdlib dir during startup. (gh-28586)Eric Snow2021-09-282-0/+2
* bpo-45211: Move helpers from getpath.c to internal API. (gh-28550)Eric Snow2021-09-272-0/+26
* [codemod] Fix non-matching bracket pairs (GH-28473)Mohamad Mansour2021-09-211-1/+1
* bpo-45061: Detect refcount bug on empty tuple singleton (GH-28503)Victor Stinner2021-09-211-0/+6
* bpo-45020: Add -X frozen_modules=[on|off] to explicitly control use of frozen...Eric Snow2021-09-142-0/+4
* bpo-44945: Specialize BINARY_ADD (GH-27967)Mark Shannon2021-08-272-0/+3
* bpo-44990: Change layout of evaluation frames. "Layout B" (GH-27933)Mark Shannon2021-08-251-7/+37
* bpo-44889: Specialize LOAD_METHOD with PEP 659 adaptive interpreter (GH-27722)Ken Jin2021-08-171-0/+7
* bpo-44890: Fix AMD build error (GH-27740)Irit Katriel2021-08-121-2/+7
* bpo-44890: collect specialization stats if Py_DEBUG (GH-27731)Irit Katriel2021-08-121-5/+8
* Classify specialization failures. Provides more useful stats, with lower over...Mark Shannon2021-08-101-1/+3
* bpo-44826: Specialize STORE_ATTR (GH-27590)Mark Shannon2021-08-092-2/+6
* bpo-44821: Eagerly assign __dict__ for new objects. (GH-27589)Mark Shannon2021-08-041-0/+2
* Add option to write specialization stats to files and script to summarize. (G...Mark Shannon2021-08-041-0/+1
* Minor fixes to specialization stats. (GH-27457)Mark Shannon2021-07-291-0/+2
* bpo-44725 : expose specialization stats in python (GH-27192)Irit Katriel2021-07-291-0/+3
* bpo-44590: Lazily allocate frame objects (GH-27077)Mark Shannon2021-07-263-27/+109
* bpo-44654: Do not export the union type related symbols (GH-27223)Serhiy Storchaka2021-07-181-4/+4
* bpo-44654: Refactor and clean up the union type implementation (GH-27196)Serhiy Storchaka2021-07-171-3/+7
* Remove legacy opcache structs (GH-27164)Ken Jin2021-07-161-23/+0
* bpo-26280: Port BINARY_SUBSCR to PEP 659 adaptive interpreter (GH-27043)Irit Katriel2021-07-151-2/+3
* bpo-44530: Add co_qualname field to PyCodeObject (GH-26941)Gabriele N. Tornetta2021-07-071-0/+1
* bpo-43950: Add code.co_positions (PEP 657) (GH-26955)Pablo Galindo2021-07-021-0/+2
* bpo-44531: Add _PyType_AllocNoTrack() function (GH-26947)Victor Stinner2021-07-011-0/+2
* bpo-44313: generate LOAD_ATTR/CALL_FUNCTION for top-level imported objects (G...Batuhan Taskaya2021-06-301-0/+1
* bpo-44458: Ensure BUFFER_BLOCK_SIZE symbol is statically allocated. (GH-26808)Russell Keith-Magee2021-06-221-1/+1
* bpo-43693: Turn localspluskinds into an object (GH-26749)Guido van Rossum2021-06-211-22/+17
* bpo-44337: Improve LOAD_ATTR specialization (GH-26759)Mark Shannon2021-06-211-0/+1
* bpo-44032: Move pointer to code object from frame-object to frame specials ar...Mark Shannon2021-06-181-1/+9
* bpo-43693: Eliminate unused "fast locals". (gh-26587)Eric Snow2021-06-151-2/+0
* Add extra stats for attribute misses (GH-26732)Mark Shannon2021-06-151-0/+5
* bpo-44338: Port LOAD_GLOBAL to PEP 659 adaptive interpreter (GH-26638)Mark Shannon2021-06-141-10/+15
* Add more const modifiers. (GH-26691)Serhiy Storchaka2021-06-121-2/+2
* bpo-44337: Port LOAD_ATTR to PEP 659 adaptive interpreter (GH-26595)Mark Shannon2021-06-102-0/+180
* bpo-43693: Un-revert commit f3fa63e. (#26609)Eric Snow2021-06-081-0/+2
* Revert "bpo-43693: Add the MAKE_CELL opcode and interleave fast locals offset...Pablo Galindo2021-06-081-2/+0
* bpo-43693: Silence some compiler warnings. (gh-26588)Eric Snow2021-06-071-4/+2
* bpo-43693: Add the MAKE_CELL opcode and interleave fast locals offsets. (gh-2...Eric Snow2021-06-071-0/+2
* bpo-43693: Un-revert commits 2c1e258 and b2bf2bc. (gh-26577)Eric Snow2021-06-071-3/+60
* bpo-44187: Quickening infrastructure (GH-26264)Mark Shannon2021-06-071-0/+124
* bpo-43693: Revert commits 2c1e2583fdc4db6b43d163239ea42b0e8394171f and b2bf2b...Pablo Galindo2021-06-041-59/+3
* bpo-43693: Add new internal code objects fields: co_fastlocalnames and co_fas...Eric Snow2021-06-031-3/+59
* Fix typo in block comment in Include/internal/pycore_condvar.h (GH-26457)Rishi2021-06-011-1/+1
* bpo-43693: Add _PyCode_New(). (gh-26375)Eric Snow2021-05-271-1/+49
* bpo-44231: Don't export internal _PyTuple_FromArray() symbol (GH-26352)Erlend Egeberg Aasland2021-05-251-1/+1
* bpo-44184: Fix subtype_dealloc() for freed type (GH-26274)Victor Stinner2021-05-211-1/+1
* bpo-44032: Move data stack to thread from FrameObject. (GH-26076)Mark Shannon2021-05-213-0/+46