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
*
GH-100982: Add `COMPARE_AND_BRANCH` instruction (GH-100983)
Mark Shannon
2023-01-16
2
-12/+13
*
GH-100892: consolidate `HEAD_LOCK/HEAD_UNLOCK` macros (#100953)
Kumar Aditya
2023-01-15
1
-0/+6
*
GH-100923: Embed jump mask in `COMPARE_OP` oparg (GH-100924)
Mark Shannon
2023-01-11
2
-2/+22
*
GH-100126: Skip incomplete frames in more places (GH-100613)
Brandt Bucher
2023-01-09
1
-0/+15
*
gh-100758: Refactor initialisation of frame headers into a single function (_...
Irit Katriel
2023-01-06
1
-4/+8
*
GH-99005: More intrinsics (GH-100774)
Mark Shannon
2023-01-06
3
-30/+33
*
GH-99005: Add `CALL_INTRINSIC_1` instruction (GH-100771)
Mark Shannon
2023-01-05
2
-25/+35
*
GH-100288: Remove LOAD_ATTR_METHOD_WITH_DICT instruction. (GH-100753)
Mark Shannon
2023-01-05
1
-10/+10
*
gh-100720: refactor calculation of number of frame slots for a code object in...
Irit Katriel
2023-01-04
1
-1/+10
*
gh-100146: Steal references from stack when building a list (#100147)
L. A. F. Pereira
2023-01-03
1
-0/+2
*
gh-100228: Warn from os.fork() if other threads exist. (#100229)
Gregory P. Smith
2022-12-29
4
-0/+10
*
Revert "gh-100288: Specialise LOAD_ATTR_METHOD for managed dictionaries (GH-1...
Ken Jin
2022-12-23
1
-11/+11
*
gh-100288: Specialise LOAD_ATTR_METHOD for managed dictionaries (GH-100289)
Ken Jin
2022-12-23
1
-11/+11
*
gh-92216: improve performance of `hasattr` for type objects (GH-99979)
Pieter Eendebak
2022-12-23
1
-0/+4
*
gh-99110: Initialize `frame->previous` in init_frame to fix segmentation faul...
Bill Fisher
2022-12-23
1
-1/+4
*
gh-99761: Add `_PyLong_IsPositiveSingleDigit` function to check for single di...
Pieter Eendebak
2022-12-22
1
-0/+19
*
gh-81057: Move the Cached Parser Dummy Name to _PyRuntimeState (#100277)
Eric Snow
2022-12-16
2
-1/+18
*
Move stats for the method cache into the `Py_STAT` machinery (GH-100255)
Mark Shannon
2022-12-15
1
-6/+0
*
GH-100000: Cleanup and polish various watchers code (GH-99998)
Itamar Ostricher
2022-12-14
1
-1/+0
*
gh-90111: Minor Cleanup for Runtime-Global Objects (gh-100254)
Eric Snow
2022-12-14
3
-6/+6
*
GH-100222: Redefine _Py_CODEUNIT as a union to clarify structure of code unit...
Mark Shannon
2022-12-14
1
-24/+24
*
gh-81057: Move Signal-Related Globals to _PyRuntimeState (gh-100085)
Eric Snow
2022-12-12
3
-5/+66
*
gh-81057: Move faulthandler Globals to _PyRuntimeState (gh-100152)
Eric Snow
2022-12-12
3
-0/+102
*
gh-81057: Move tracemalloc Globals to _PyRuntimeState (gh-100151)
Eric Snow
2022-12-12
4
-28/+124
*
gh-81057: Fix the wasm32-wasi Buildbot (gh-100139)
Eric Snow
2022-12-09
1
-1/+1
*
GH-98522: Add version number to code objects. (GH-98525)
Mark Shannon
2022-12-09
1
-0/+2
*
GH-100110: Specialize FOR_ITER for tuples (GH-100109)
Ken Jin
2022-12-09
2
-13/+20
*
gh-81057: Move Threading-Related Globals to _PyRuntimeState (#100084)
Eric Snow
2022-12-09
2
-0/+83
*
gh-81057: Move Ceval Trampoline Globals to _PyRuntimeState (gh-100083)
Eric Snow
2022-12-09
4
-41/+105
*
gh-81057: Move time Globals to _PyRuntimeState (gh-100122)
Eric Snow
2022-12-08
5
-41/+28
*
gh-81057: Move OS-Related Globals to _PyRuntimeState (gh-100082)
Eric Snow
2022-12-08
7
-0/+51
*
gh-81057: Move More Globals to _PyRuntimeState (gh-100092)
Eric Snow
2022-12-07
6
-4/+37
*
no-issue: Fix typo in pycore_object.h (gh-99994)
Ikko Ashimine
2022-12-05
1
-1/+1
*
gh-99741: Fix the Cross-Interpreter Data API (gh-99939)
Eric Snow
2022-12-02
1
-2/+3
*
GH-91054: Add code object watchers API (GH-99859)
Itamar Ostricher
2022-12-02
2
-0/+5
*
gh-89189: More compact range iterator (GH-27986)
Serhiy Storchaka
2022-11-30
1
-1/+0
*
gh-99845: Change _PyDict_KeysSize() return type to size_t (#99848)
Victor Stinner
2022-11-29
1
-1/+1
*
Use _Py_RVALUE() in macros (#99844)
Victor Stinner
2022-11-28
4
-5/+5
*
gh-89653: PEP 670: Convert macros to functions (#99843)
Victor Stinner
2022-11-28
2
-8/+18
*
gh-64490: Fix bugs in argument clinic varargs processing (#32092)
colorfulappl
2022-11-24
4
-0/+25
*
GH-98831: Add `macro` and `op` and their implementation to DSL (#99495)
Guido van Rossum
2022-11-23
1
-0/+6
*
gh-91053: Add an optional callback that is invoked whenever a function is mod...
mpage
2022-11-22
2
-0/+8
*
gh-96002: Add functional test for Argument Clinic (#96178)
colorfulappl
2022-11-21
4
-0/+15
*
gh-99284: [ctypes] remove `_use_broken_old_ctypes_structure_semantics_` (GH-...
Nikita Sobolev
2022-11-19
4
-5/+0
*
GH-99298: Clean up attribute specializations (GH-99398)
Brandt Bucher
2022-11-17
1
-3/+3
*
GH-98686: Get rid of BINARY_OP_GENERIC and COMPARE_OP_GENERIC (GH-99399)
Brandt Bucher
2022-11-17
1
-29/+29
*
gh-81057: Move the global Dict-Related Versions to _PyRuntimeState (gh-99497)
Eric Snow
2022-11-16
6
-26/+67
*
gh-81057: Move contextvars-related Globals to _PyRuntimeState (gh-99400)
Eric Snow
2022-11-16
5
-4/+33
*
gh-81057: Move More Globals in Core Code to _PyRuntimeState (gh-99516)
Eric Snow
2022-11-16
9
-19/+87
*
gh-81057: Move Globals in Core Code to _PyRuntimeState (gh-99496)
Eric Snow
2022-11-15
6
-3/+56
[next]