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-40052: Fix alignment issue in PyVectorcall_Function() (GH-23999)
Petr Viktorin
2020-12-29
1
-3/+3
*
bpo-40521: Per-interpreter interned strings (GH-20085)
Victor Stinner
2020-12-26
1
-0/+11
*
bpo-42745: Make the type cache per-interpreter (GH-23947)
Victor Stinner
2020-12-26
3
-1/+26
*
bpo-39465: Fix _PyUnicode_FromId() for subinterpreters (GH-20058)
Victor Stinner
2020-12-25
3
-3/+18
*
bpo-39465: Add pycore_atomic_funcs.h header (GH-20766)
Victor Stinner
2020-12-23
2
-3/+97
*
bpo-42246: Make sure that `f_lasti`, and thus `f_lineno`, is set correctly af...
Mark Shannon
2020-12-17
1
-1/+1
*
bpo-42639: Move atexit state to PyInterpreterState (GH-23763)
Victor Stinner
2020-12-15
2
-4/+18
*
bpo-42639: atexit now logs callbacks exceptions (GH-23771)
Victor Stinner
2020-12-14
2
-1/+3
*
bpo-42639: Cleanup atexitmodule.c (GH-23770)
Victor Stinner
2020-12-14
2
-7/+2
*
bpo-42591: Export missing Py_FrozenMain() symbol (GH-23730)
Victor Stinner
2020-12-10
1
-0/+2
*
bpo-32381: Add _PyRun_AnyFileObject() (GH-23723)
Victor Stinner
2020-12-09
2
-0/+10
*
bpo-32381: Remove unused _Py_fopen() function (GH-23711)
Victor Stinner
2020-12-09
1
-4/+0
*
bpo-32381: Add _PyRun_SimpleFileObject() (GH-23709)
Victor Stinner
2020-12-08
1
-0/+5
*
bpo-35134: Add Include/cpython/pythonrun.h file (GH-23701)
Victor Stinner
2020-12-08
2
-117/+124
*
Post 3.10.0a3
Pablo Galindo
2020-12-08
1
-1/+1
*
Python 3.10.0a3
v3.10.0a3
Pablo Galindo
2020-12-07
1
-2/+2
*
bpo-30459: Cast the result of PyCell_SET to void (GH-23654)
Victor Stinner
2020-12-07
1
-1/+1
*
bpo-30459: Cast the result of PyList_SET_ITEM() to void (GH-19975)
Zackery Spytz
2020-12-05
2
-2/+2
*
bpo-42262: Py_NewRef() casts its argument to PyObject* (GH-23626)
Victor Stinner
2020-12-03
1
-4/+2
*
bpo-42431: Fix outdated bytes comments (GH-23458)
Serhiy Storchaka
2020-12-03
3
-25/+39
*
bpo-42500: Fix recursion in or after except (GH-23568)
Mark Shannon
2020-12-02
2
-18/+1
*
bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587)
Victor Stinner
2020-12-01
2
-3/+7
*
bpo-42519: Replace PyMem_MALLOC() with PyMem_Malloc() (GH-23586)
Victor Stinner
2020-12-01
2
-26/+12
*
bpo-40170: Hide impl detail of Py_TRASHCAN_BEGIN macro (GH-23235)
Hai Shi
2020-11-24
1
-1/+3
*
bpo-1635741: Convert _imp to multi-phase init (GH-23378)
Victor Stinner
2020-11-18
1
-1/+1
*
bpo-39573: Convert Py_TYPE() and Py_SIZE() back to macros (GH-23366)
Victor Stinner
2020-11-18
1
-9/+4
*
bpo-41713: Remove PyOS_InitInterrupts() function (GH-23342)
Victor Stinner
2020-11-17
2
-2/+2
*
bpo-37205: time.time() cannot fail with fatal error (GH-23314)
Victor Stinner
2020-11-16
1
-24/+28
*
bpo-41617: Add _Py__has_builtin() macro (GH-23260)
Victor Stinner
2020-11-13
2
-9/+18
*
bpo-42260: Initialize time and warnings earlier at startup (GH-23249)
Victor Stinner
2020-11-12
3
-3/+6
*
bpo-42246: Partial implementation of PEP 626. (GH-23113)
Mark Shannon
2020-11-12
1
-7/+21
*
bpo-40170: Fix PyType_Ready() refleak on static type (GH-23236)
Victor Stinner
2020-11-11
1
-0/+1
*
bpo-42260: Fix _PyConfig_Read() if compute_path_config=0 (GH-23220)
Victor Stinner
2020-11-10
1
-1/+3
*
bpo-42085: Introduce dedicated entry in PyAsyncMethods for sending values (#2...
Vladimir Matveev
2020-11-10
4
-5/+21
*
bpo-42171: Add PEP573-related items to the limited API (GH-23009)
Petr Viktorin
2020-11-10
1
-1/+1
*
bpo-42260: Compute the path config in the main init (GH-23211)
Victor Stinner
2020-11-10
1
-0/+1
*
bpo-42294: Add borrowed/strong reference to doc glossary (GH-23206)
Victor Stinner
2020-11-09
1
-2/+3
*
bpo-42233: Add union type expression support for GenericAlias and fix de-dupl...
kj
2020-11-09
1
-0/+1
*
bpo-42260: Add _PyConfig_FromDict() (GH-23167)
Victor Stinner
2020-11-05
1
-0/+3
*
bpo-42262: Add Py_NewRef() and Py_XNewRef() (GH-23152)
Victor Stinner
2020-11-05
2
-5/+29
*
bpo-42260: Add _PyInterpreterState_SetConfig() (GH-23158)
Victor Stinner
2020-11-04
3
-6/+32
*
bpo-42260: Main init modify sys.flags in-place (GH-23150)
Victor Stinner
2020-11-04
1
-1/+1
*
bpo-42260: Reorganize PyConfig (GH-23149)
Victor Stinner
2020-11-04
1
-5/+5
*
bpo-1635741: Add PyModule_AddObjectRef() function (GH-23122)
Victor Stinner
2020-11-04
1
-1/+9
*
Add _PyType_GetModuleByDef (GH-22835)
Petr Viktorin
2020-11-03
1
-0/+2
*
Post 3.10.0a2
Pablo Galindo
2020-11-03
1
-1/+1
*
Merge tag 'v3.10.0a2' into master
Pablo Galindo
2020-11-03
1
-2/+2
|
\
|
*
Python 3.10.0a2
v3.10.0a2
Pablo Galindo
2020-11-03
1
-2/+2
*
|
bpo-41796: Call _PyAST_Fini() earlier to fix a leak (GH-23131)
Victor Stinner
2020-11-03
1
-1/+1
|
/
*
bpo-41796: Make _ast module state per interpreter (GH-23024)
Victor Stinner
2020-11-02
3
-5/+242
[next]