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
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-45123: PyAiter_Check and PyObject_GetAiter fix & rename. (GH-28194)
Yury Selivanov
2021-09-07
1
-2/+2
*
bpo-45094: Add Py_NO_INLINE macro (GH-28140)
Victor Stinner
2021-09-03
2
-18/+14
*
bpo-44945: Specialize BINARY_ADD (GH-27967)
Mark Shannon
2021-08-27
3
-26/+34
*
bpo-44990: Change layout of evaluation frames. "Layout B" (GH-27933)
Mark Shannon
2021-08-25
1
-7/+37
*
bpo-44874: deprecate Py_TRASHCAN_SAFE_BEGIN and Py_TRASHCAN_SAFE_END (GH-27693)
Irit Katriel
2021-08-18
1
-4/+13
*
bpo-44895: Introduce PYTHONDUMPREFSFILE variable for refcount dumping (GH-27767)
Dong-hee Na
2021-08-17
1
-0/+1
*
bpo-44889: Specialize LOAD_METHOD with PEP 659 adaptive interpreter (GH-27722)
Ken Jin
2021-08-17
2
-9/+20
*
bpo-42035: Add PyType_GetQualName() to get a type's qualified name. (GH-27551)
Hai Shi
2021-08-17
1
-0/+1
*
bpo-44900: Add five superinstructions. (GH-27741)
Mark Shannon
2021-08-16
1
-0/+5
*
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
3
-2/+10
*
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-41103: Resurrect the old buffer protocol. (GH-27437)
Inada Naoki
2021-07-29
1
-0/+47
*
bpo-42035: Add a PyType_GetName() to get type's short name. (GH-23903)
Hai Shi
2021-07-29
1
-0/+3
*
closes bpo-44751: Move crypt.h include from public header to _cryptmodule (GH...
Geoffrey Thomas
2021-07-27
1
-13/+0
*
bpo-44590: Lazily allocate frame objects (GH-27077)
Mark Shannon
2021-07-26
7
-67/+116
*
bpo-42747: Remove Py_TPFLAGS_HAVE_AM_SEND and make Py_TPFLAGS_HAVE_VERSION_TA...
Petr Viktorin
2021-07-23
1
-14/+12
*
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
2
-8/+7
*
Remove legacy opcache structs (GH-27164)
Ken Jin
2021-07-16
2
-25/+0
*
bpo-20201: variadic arguments support for AC (GH-18609)
Batuhan Taskaya
2021-07-16
1
-1/+10
*
bpo-26280: Port BINARY_SUBSCR to PEP 659 adaptive interpreter (GH-27043)
Irit Katriel
2021-07-15
2
-11/+16
*
bpo-44207: Add an internal version number to function objects. (GH-27078)
Mark Shannon
2021-07-12
1
-0/+10
*
bpo-43950: Add option to opt-out of PEP-657 (GH-27023)
Ammar Askar
2021-07-07
1
-0/+1
*
bpo-44530: Add co_qualname field to PyCodeObject (GH-26941)
Gabriele N. Tornetta
2021-07-07
2
-4/+6
*
bpo-44490: Add __parameters__ and __getitem__ to types.Union (GH-26980)
Yurii Karabas
2021-07-06
1
-0/+5
*
bpo-43950: Print columns in tracebacks (PEP 657) (GH-26958)
Ammar Askar
2021-07-04
1
-1/+1
*
bpo-43950: Add code.co_positions (PEP 657) (GH-26955)
Pablo Galindo
2021-07-02
2
-4/+23
*
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-43693 Get rid of CO_NOFREE -- it's unused (GH-26839)
Guido van Rossum
2021-06-23
1
-6/+0
*
bpo-39947: Remove old private trashcan C API functions (GH-26869)
Victor Stinner
2021-06-23
1
-14/+2
*
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
2
-27/+18
*
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
2
-2/+9
*
bpo-43693: Eliminate unused "fast locals". (gh-26587)
Eric Snow
2021-06-15
2
-8/+2
*
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
3
-24/+18
*
Add more const modifiers. (GH-26691)
Serhiy Storchaka
2021-06-12
2
-5/+5
*
bpo-44378: Fix a compiler warning in Py_IS_TYPE() (GH-26644)
Victor Stinner
2021-06-11
1
-1/+3
*
bpo-44363: Get test_capi passing with address sanitizer (GH-26639)
Mark Shannon
2021-06-10
1
-1/+10
*
bpo-44348: Move trace-info to thread-state (GH-26623)
Mark Shannon
2021-06-10
1
-0/+6
*
bpo-44337: Port LOAD_ATTR to PEP 659 adaptive interpreter (GH-26595)
Mark Shannon
2021-06-10
3
-0/+186
*
bpo-43693: Un-revert commit f3fa63e. (#26609)
Eric Snow
2021-06-08
3
-6/+16
[next]