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
/
Python
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
gh-104584: Clean up and fix uops tests and fix crash (#106492)
Guido van Rossum
2023-07-06
1
-2/+8
*
gh-104584: Fix error handling from backedge optimization (#106484)
Guido van Rossum
2023-07-06
4
-11/+15
*
gh-105340: include hidden fast-locals in locals() (#105715)
Carl Meyer
2023-07-05
2
-34/+66
*
gh-106320: Fix specialize.c compilation by including pycore_pylifecycle.h (#1...
Guido van Rossum
2023-07-04
1
-0/+1
*
GH-106360: Support very basic superblock introspection (#106422)
Mark Shannon
2023-07-04
2
-4/+72
*
GH-106008: Fix refleak when peepholing `None` comparisons (#106367)
Brandt Bucher
2023-07-04
1
-1/+1
*
gh-106320: Remove private pylifecycle.h functions (#106400)
Victor Stinner
2023-07-04
3
-2/+5
*
gh-106320: Remove _PyUnicode_TransformDecimalAndSpaceToASCII() (#106398)
Victor Stinner
2023-07-04
1
-0/+1
*
gh-106320: Remove more private _PyUnicode C API functions (#106382)
Victor Stinner
2023-07-03
1
-0/+1
*
GH-104584: Fix ENTER_EXECUTOR (GH-106141)
Mark Shannon
2023-07-03
7
-269/+270
*
gh-106290: Fix edge cases around uops (#106319)
Guido van Rossum
2023-07-03
4
-228/+263
*
gh-106320: Remove private _PyErr C API functions (#106356)
Victor Stinner
2023-07-03
1
-0/+1
*
gh-106320: Create pycore_modsupport.h header file (#106355)
Victor Stinner
2023-07-03
3
-1/+4
*
Document PYTHONSAFEPATH along side -P (#106122)
Jeremy Paige
2023-07-03
1
-2/+2
*
gh-106320: Use _PyInterpreterState_GET() (#106336)
Victor Stinner
2023-07-02
4
-14/+11
*
gh-104922: remove PY_SSIZE_T_CLEAN (#106315)
Inada Naoki
2023-07-02
1
-2/+0
*
gh-106320: Remove private _PyInterpreterState functions (#106325)
Victor Stinner
2023-07-02
3
-4/+6
*
gh-106320: Remove _PyInterpreterState_Get() alias (#106321)
Victor Stinner
2023-07-01
4
-13/+13
*
gh-106316: Remove pytime.h header file (#106317)
Victor Stinner
2023-07-01
1
-0/+1
*
Fix duplicate word typos in comments (#106225)
Md Sadman Chowdhury
2023-07-01
1
-1/+1
*
gh-106149: move unconditional jump direction resolution from optimizer to ass...
Irit Katriel
2023-07-01
3
-18/+42
*
gh-106145: Make `end_{lineno,col_offset}` required on `type_param` nodes (#10...
Nikita Sobolev
2023-06-30
1
-12/+6
*
gh-106267: Add type cast to generated code (#106289)
Kirill Podoprigora
2023-06-30
1
-1/+1
*
gh-106280: Remove unnecessary unreachable code (gh-106285)
Dong-hee Na
2023-06-30
1
-3/+0
*
gh-106023: Remove _PyObject_FastCallTstate() function (#106273)
Victor Stinner
2023-06-30
1
-7/+5
*
Remove private _PyCodec_Lookup() function (#106269)
Victor Stinner
2023-06-30
1
-0/+1
*
gh-106182: sys: Intern getfilesystemencoding() and getfilesystemencodeerrors(...
Inada Naoki
2023-06-30
1
-5/+25
*
fix typos (#106247)
Inada Naoki
2023-06-30
2
-2/+2
*
gh-106023: Update code using _PyObject_FastCall() (#106257)
Victor Stinner
2023-06-30
6
-422/+415
*
gh-106210 Remove Emscripten import trampoline (#106211)
Hood Chatham
2023-06-30
3
-19/+3
*
GH-106008: Make implicit boolean conversions explicit (GH-106003)
Brandt Bucher
2023-06-29
8
-903/+1397
*
gh-105775: Convert LOAD_CLOSURE to a pseudo-op (#106059)
hms
2023-06-29
7
-661/+652
*
gh-101006: Improve error handling when read marshal data (GH-101007)
Serhiy Storchaka
2023-06-29
1
-61/+71
*
gh-104584: Emit macro expansions to opcode_metadata.h (#106163)
Guido van Rossum
2023-06-28
3
-6/+40
*
gh-106118: Add O_CLOEXEC preprocessor guard (#106120)
Erlend E. Aasland
2023-06-28
1
-1/+4
*
gh-106084: Remove _PyObject_CallMethod() function (#106159)
Victor Stinner
2023-06-27
1
-1/+2
*
gh-104584: Change DEOPT_IF in uops executor (#106146)
Guido van Rossum
2023-06-27
2
-12/+7
*
gh-106149: move jump target resolution from optimizer to assembler (#106150)
Irit Katriel
2023-06-27
3
-100/+108
*
gh-104584: Fix assert in DEOPT macro -- should fix buildbot (#106131)
Guido van Rossum
2023-06-27
1
-1/+2
*
gh-104584: Add #line directives to executor_cases.c.h (#106126)
Guido van Rossum
2023-06-27
1
-0/+254
*
gh-104584: Baby steps towards generating and executing traces (#105924)
Guido van Rossum
2023-06-27
9
-271/+2326
*
gh-106084: Remove old PyObject call aliases (#106085)
Victor Stinner
2023-06-26
5
-7/+7
*
gh-106033: Get rid of new occurrences of PyDict_GetItem and PyObject_HasAttr ...
Serhiy Storchaka
2023-06-23
1
-7/+5
*
gh-106030: Miscellaneous fixes in Python/suggestions.c (GH-106031)
Serhiy Storchaka
2023-06-23
1
-15/+27
*
GH-106012: Fix monitoring of static code objects (GH-106017)
Mark Shannon
2023-06-23
1
-13/+18
*
gh-105927: PyImport_AddModule() uses _PyWeakref_GET_REF() (#106001)
Victor Stinner
2023-06-22
1
-3/+19
*
gh-105922: Use PyImport_AddModuleRef() function (#105999)
Victor Stinner
2023-06-22
2
-3/+2
*
gh-105979: Fix exception handling in `unmarshal_frozen_code` (`Python/import....
chgnrdv
2023-06-22
1
-0/+1
*
gh-105927: Avoid calling PyWeakref_GET_OBJECT() (#105997)
Victor Stinner
2023-06-22
1
-3/+6
*
gh-101538: Add experimental wasi-threads build (#101537)
YAMAMOTO Takashi
2023-06-22
1
-0/+8
[prev]
[next]