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
*
bpo-43372: Use _freeze_importlib for regen-frozen. (GH-24759)
Neil Schemenauer
2021-03-06
2
-18/+16
*
Make tracing info (bounds, and previous instruction offset) a bit more robust...
Mark Shannon
2021-03-05
1
-52/+72
*
bpo-43390: Set SA_ONSTACK in PyOS_setsig (GH-24730)
Gregory P. Smith
2021-03-05
1
-1/+4
*
bpo-42129: Add support for resources in namespaces (GH-24670)
Jason R. Coombs
2021-03-04
1
-730/+742
*
bpo-43271: Re-enable ceval.c optimizations for Windows debug builds (GH-24739)
db3l
2021-03-04
1
-0/+1
*
bpo-43358: Fix bad free in assemble function (GH-24697)
Alex Henrie
2021-03-02
1
-2/+2
*
bpo-37146: Deactivate opcode cache only when using huntrleaks in the test sui...
Pablo Galindo
2021-02-28
3
-11/+46
*
bpo-43321: Fix SystemError in getargs.c (GH-24656)
Inada Naoki
2021-02-27
1
-2/+2
*
bpo-42128: Structural Pattern Matching (PEP 634) (GH-22917)
Brandt Bucher
2021-02-26
9
-143/+1872
*
closes bpo-43278: remove unnecessary leading '\n' from COMPILER when build wi...
Joseph Shen
2021-02-26
1
-2/+2
*
bpo-36346: Emit DeprecationWarning for PyArg_Parse() with 'u' or 'Z'. (GH-20927)
Inada Naoki
2021-02-22
1
-1/+4
*
bpo-42093: Cleanup _PyDict_GetItemHint() (GH-24582)
Victor Stinner
2021-02-21
1
-5/+16
*
bpo-42990: Functions inherit current builtins (GH-24564)
Victor Stinner
2021-02-20
1
-12/+16
*
bpo-35134: Move non-limited C API files to Include/cpython/ (GH-24561)
Nicholas Sim
2021-02-19
1
-2/+0
*
bpo-43268: Pass interp rather than tstate to internal functions (GH-24580)
Victor Stinner
2021-02-19
10
-130/+126
*
bpo-43270: Remove private _PyErr_OCCURRED() macro (GH-24579)
Victor Stinner
2021-02-19
1
-1/+1
*
bpo-43268: Remove abusive usage of tstate in sysmodule.c (#24581)
Victor Stinner
2021-02-19
1
-18/+12
*
bpo-43268: _Py_IsMainInterpreter() now expects interp (GH-24577)
Victor Stinner
2021-02-19
5
-10/+10
*
bpo-39448: Add regen-frozen makefile target. (GH-18174)
Neil Schemenauer
2021-02-19
2
-16/+19
*
bpo-42990: Refactor _PyFrame_New_NoTrack() (GH-24566)
Victor Stinner
2021-02-18
1
-3/+3
*
bpo-43152: Update assert statement to remove unused warning (GH-24473)
Dong-hee Na
2021-02-14
1
-2/+1
*
bpo-42217: compiler: merge same co_code and co_linetable objects (GH-23056)
Inada Naoki
2021-02-10
3
-3847/+3835
*
bpo-42882: Fix MSVC warnings in pystate.c (GH-24440)
Ken Jin
2021-02-04
1
-1/+1
*
Only eliminate jumps to successor block if jump is unconditional. (GH-24417)
Mark Shannon
2021-02-02
1
-17/+4
*
bpo-42990: Further refactoring of PyEval_ functions. (GH-24368)
Mark Shannon
2021-02-01
2
-126/+204
*
bpo-40455: Fix gcc10+ warning about writing into a section of offset 0 (GH-24...
Pablo Galindo
2021-01-30
1
-3/+2
*
bpo-42927: Inline cache for attributes defined with '__slots__' (#24216)
Guido van Rossum
2021-01-30
1
-64/+116
*
bpo-38631: Replace compiler fatal errors with exceptions (GH-24369)
Victor Stinner
2021-01-30
1
-34/+52
*
Fix a reference leak in the compiler for compiler_lambda() (GH-24382)
Pablo Galindo
2021-01-29
1
-1/+3
*
bpo-42979: Use _Py_CheckSlotResult() to check slots result (GH-24356)
Victor Stinner
2021-01-29
1
-7/+11
*
bpo-42990: Introduce 'frame constructor' struct to simplify API for PyEval_Co...
Mark Shannon
2021-01-29
1
-62/+68
*
bpo-42955: Remove sub-packages from sys.stdlib_module_names (GH-24353)
Victor Stinner
2021-01-27
1
-12/+0
*
bpo-33387: update documentation for exception handling opcode changes (GH-24334)
Irit Katriel
2021-01-26
1
-2/+0
*
bpo-42955: Rename module_names to sys.stdlib_module_names (GH-24332)
Victor Stinner
2021-01-25
3
-18/+18
*
bpo-42955: Add sys.modules_names (GH-24238)
Victor Stinner
2021-01-25
3
-190/+226
*
bpo-27772: Make preceding width with 0 valid in string format. (GH-11270)
Serhiy Storchaka
2021-01-25
1
-1/+1
*
bpo-42780: Fix set_inheritable() for O_PATH file descriptors on Linux (GH-24172)
cptpcrd
2021-01-20
1
-0/+7
*
bpo-42923: _Py_DumpExtensionModules() ignores stdlib ext (GH-24254)
Victor Stinner
2021-01-19
2
-13/+43
*
bpo-42955: Add Python/module_names.h (GH-24258)
Victor Stinner
2021-01-19
1
-0/+336
*
bpo-42923: Dump extension modules on fatal error (GH-24207)
Victor Stinner
2021-01-18
1
-0/+41
*
bpo-42923: Py_FatalError() avoids fprintf() (GH-24242)
Victor Stinner
2021-01-18
2
-43/+44
*
Mark instructions at end of class scope as artificial. (GH-24222)
Mark Shannon
2021-01-15
1
-0/+2
*
Eliminate NOPs in extended blocks. (GH-24209)
Mark Shannon
2021-01-13
1
-5/+13
*
bpo-42908: Mark cleanup code at end of try-except and with artificial (#24202)
Mark Shannon
2021-01-13
4
-4358/+4432
*
bpo-41994: Fix refcount issues in Python/import.c (GH-22632)
Serhiy Storchaka
2021-01-12
1
-56/+50
*
bpo-42882: _PyRuntimeState_Init() leaves unicode next_index unchanged (GH-24193)
Victor Stinner
2021-01-12
1
-1/+4
*
Update frame.f_lineno before any call to the (C) tracing function. (GH-24150)
Mark Shannon
2021-01-07
1
-33/+54
*
bpo-42823: Fix frame lineno when frame.f_trace is set (GH-24099)
Mark Shannon
2021-01-05
3
-1144/+1151
*
bpo-42810: Mark jumps at end of if and try statements as artificial. (GH-24091)
Mark Shannon
2021-01-04
4
-2185/+2202
*
Delete the now unused c_do_not_emit_bytecode field. (#24094)
Mark Shannon
2021-01-04
1
-33/+0
[next]