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-40513: Per-interpreter GIL (GH-19943)
Victor Stinner
2020-05-05
3
-5/+73
*
bpo-40513: new_interpreter() init GIL earlier (GH-19942)
Victor Stinner
2020-05-05
1
-4/+4
*
bpo-40522: _PyThreadState_Swap() sets autoTSSkey (GH-19939)
Victor Stinner
2020-05-05
2
-0/+30
*
Revert "bpo-40513: Per-interpreter signals pending (GH-19924)" (GH-19932)
Victor Stinner
2020-05-05
2
-30/+37
*
bpo-29587: _PyErr_ChainExceptions() checks exception (GH-19902)
Victor Stinner
2020-05-05
1
-1/+11
*
bpo-40513: Per-interpreter recursion_limit (GH-19929)
Victor Stinner
2020-05-05
1
-10/+14
*
bpo-40514: Add --with-experimental-isolated-subinterpreters (GH-19926)
Victor Stinner
2020-05-05
1
-0/+10
*
bpo-40513: Per-interpreter gil_drop_request (GH-19927)
Victor Stinner
2020-05-05
2
-45/+43
*
bpo-40513: Per-interpreter signals pending (GH-19924)
Victor Stinner
2020-05-05
1
-5/+5
*
bpo-40246: Revert reporting of invalid string prefixes (GH-19888)
Lysandros Nikolaou
2020-05-04
1
-3/+0
*
bpo-40417: Fix deprecation warning in PyImport_ReloadModule (GH-19750)
Robert Rouhani
2020-05-01
1
-7/+7
*
bpo-40412: Nullify inittab_copy during finalization (GH-19746)
Gregory Szorc
2020-05-01
1
-0/+1
*
bpo-40453: Add PyConfig._isolated_subinterpreter (GH-19820)
Victor Stinner
2020-05-01
2
-3/+13
*
bpo-40334: Support type comments (GH-19780)
Guido van Rossum
2020-04-30
1
-5/+1
*
bpo-40421: Add PyFrame_GetBack() function (GH-19765)
Victor Stinner
2020-04-29
3
-15/+32
*
bpo-40429: PyThreadState_GetFrame() returns a strong ref (GH-19781)
Victor Stinner
2020-04-29
2
-4/+6
*
bpo-40428: Remove PyTuple_ClearFreeList() function (GH-19769)
Victor Stinner
2020-04-29
1
-8/+5
*
bpo-40429: PyFrame_GetCode() now returns a strong reference (GH-19773)
Victor Stinner
2020-04-28
3
-8/+12
*
bpo-40429: PyFrame_GetCode() result cannot be NULL (GH-19772)
Victor Stinner
2020-04-28
2
-10/+8
*
bpo-40421: Add PyFrame_GetCode() function (GH-19757)
Victor Stinner
2020-04-28
3
-16/+22
*
bpo-40334: Support CO_FUTURE_BARRY_AS_BDFL in the new parser (GH-19721)
Pablo Galindo
2020-04-27
1
-2/+2
*
bpo-40048: Fix _PyCode_InitOpcache() error path (GH-19691)
Victor Stinner
2020-04-24
1
-1/+1
*
bpo-40334: Use old compiler when compile mode is func_type (GH-19692)
Guido van Rossum
2020-04-23
1
-1/+1
*
bpo-40334: Improve various PEG-Parser related stuff (GH-19669)
Lysandros Nikolaou
2020-04-23
1
-1/+1
*
bpo-40334: Don't downcast from Py_ssize_t to int (GH-19671)
Pablo Galindo
2020-04-23
1
-1/+1
*
bpo-40334: Rename PyConfig.use_peg to _use_peg_parser (GH-19670)
Victor Stinner
2020-04-23
4
-16/+14
*
bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503)
Pablo Galindo
2020-04-22
8
-57/+182
*
bpo-39562: Prevent collision of future and compiler flags (GH-19230)
Batuhan Taşkaya
2020-04-22
1
-1/+1
*
bpo-40313: speed up bytes.hex() (GH-19594)
sweeneyde
2020-04-21
1
-12/+49
*
Add spaces around the ":=" operator in ast_unparse.c (GH-19568)
Hakan Çelik
2020-04-18
1
-1/+1
*
bpo-40302: Replace PY_INT64_T with int64_t (GH-19573)
Victor Stinner
2020-04-17
1
-3/+3
*
Optimize _Py_strhex_impl() (GH-19535)
Victor Stinner
2020-04-15
1
-24/+26
*
bpo-40268: Remove unused imports in pylifecycle.c (GH-19533)
Victor Stinner
2020-04-15
4
-61/+50
*
bpo-40268: Remove unused osdefs.h includes (GH-19532)
Victor Stinner
2020-04-15
7
-8/+5
*
bpo-40268: Remove unused pycore_pymem.h includes (GH-19531)
Victor Stinner
2020-04-15
7
-11/+10
*
bpo-40268: Remove unused structmember.h includes (GH-19530)
Victor Stinner
2020-04-15
7
-9/+7
*
bpo-40268: Remove explicit pythread.h includes (#19529)
Victor Stinner
2020-04-15
5
-8/+0
*
bpo-39481: PEP 585 for dataclasses, mailbox, contextvars (GH-19425)
Ethan Smith
2020-04-14
1
-9/+9
*
bpo-39522: Always initialise kind attribute in constant ast nodes (GH-19525)
Pablo Galindo
2020-04-14
1
-0/+1
*
bpo-39522: Use _PyUnicodeWriter_WriteStr instead of PyUnicode_AS_DATA (GH-19523)
Batuhan Taşkaya
2020-04-14
1
-2/+4
*
bpo-395222: Correctly unparse unicode prefix in ast_unparse.c (GH-19512)
Batuhan Taşkaya
2020-04-14
1
-0/+2
*
bpo-40170: Convert PyObject_IS_GC() macro to a function (GH-19464)
Hai Shi
2020-04-14
1
-1/+2
*
bpo-40268: Move struct _gc_runtime_state to pycore_gc.h (GH-19515)
Victor Stinner
2020-04-14
1
-2/+3
*
bpo-40232: Update PyOS_AfterFork_Child() to use _PyThread_at_fork_reinit() (G...
Dong-hee Na
2020-04-14
3
-10/+14
*
bpo-40268: Remove a few pycore_pystate.h includes (GH-19510)
Victor Stinner
2020-04-14
19
-31/+32
*
bpo-40268: Rename _PyInterpreterState_GET_UNSAFE() (GH-19509)
Victor Stinner
2020-04-14
12
-24/+24
*
bpo-40268: Include explicitly pycore_interp.h (GH-19505)
Victor Stinner
2020-04-14
9
-4/+14
*
bpo-32894: Support unparsing of infinity numbers in ast_unparser.c (GH-17426)
Batuhan Taşkaya
2020-04-13
1
-5/+53
*
bpo-40268: Add pycore_runtime.h header file (GH-19493)
Victor Stinner
2020-04-13
2
-4/+3
*
bpo-40268: Add _PyInterpreterState_GetConfig() (GH-19492)
Victor Stinner
2020-04-13
9
-38/+58
[prev]
[next]