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-36710: Add 'ceval' local variable to ceval.c (GH-12934)
Victor Stinner
2019-05-10
3
-52/+65
*
bpo-36737: Use the module state C-API for warnings. (gh-13159)
Eric Snow
2019-05-10
2
-2/+3
*
bpo-35983: skip trashcan for subclasses (GH-11841)
Jeroen Demeyer
2019-05-10
1
-14/+37
*
bpo-36817: Add f-string debugging using '='. (GH-13123)
Eric V. Smith
2019-05-08
1
-3/+4
*
Post v3.8.0a4
Łukasz Langa
2019-05-07
1
-1/+1
*
Python 3.8.0a4
v3.8.0a4
Łukasz Langa
2019-05-06
1
-2/+2
*
bpo-36475: Make PyThread_exit_thread with _Py_NO_RETURN (GH-13068)
Victor Stinner
2019-05-04
3
-12/+15
*
bpo-36763: Remove _PyCoreConfig._init_main (GH-13066)
Victor Stinner
2019-05-02
1
-5/+1
*
bpo-36763: _PyCoreConfig_SetPyArgv() preinitializes Python (GH-13037)
Victor Stinner
2019-05-02
1
-2/+7
*
bpo-36775: _PyCoreConfig only uses wchar_t* (GH-13062)
Victor Stinner
2019-05-02
4
-9/+16
*
bpo-36763: Add _PyCoreConfig._config_version (GH-13065)
Victor Stinner
2019-05-02
1
-3/+13
*
bpo-36775: Add _PyUnicode_InitEncodings() (GH-13057)
Victor Stinner
2019-05-02
1
-2/+3
*
bpo-36775: Add _Py_FORCE_UTF8_FS_ENCODING macro (GH-13056)
Victor Stinner
2019-05-02
1
-0/+10
*
bpo-36763: Make _PyCoreConfig.check_hash_pycs_mode public (GH-13052)
Victor Stinner
2019-05-02
1
-4/+3
*
bpo-36763: Add _PyCoreConfig_SetString() (GH-13035)
Victor Stinner
2019-05-01
1
-2/+10
*
bpo-36763: Rework _PyInitError API (GH-13031)
Victor Stinner
2019-05-01
1
-15/+28
*
bpo-36763: Add _PyCoreConfig_SetArgv() (GH-13030)
Victor Stinner
2019-05-01
1
-2/+12
*
bpo-36540: PEP 570 -- Implementation (GH-12701)
Pablo Galindo
2019-04-29
2
-5/+8
*
Revert "bpo-36356: Destroy the GIL at exit (GH-12453)" (GH613006)
Victor Stinner
2019-04-29
2
-3/+3
*
bpo-36356: Destroy the GIL at exit (GH-12453)
Victor Stinner
2019-04-29
2
-3/+3
*
bpo-36722: Don't define ALT_SOABI for Py_TRACE_REFS build (GH-12973)
Victor Stinner
2019-04-26
1
-4/+10
*
bpo-36356: pymain_exit_error() only call pymain_free() for exit (GH-12968)
Victor Stinner
2019-04-26
1
-1/+3
*
bpo-36724: Add _PyWarnings_Fini() (#12963)
Victor Stinner
2019-04-26
1
-0/+1
*
bpo-36710: Add runtime parameter in gcmodule.c (GH-12958)
Victor Stinner
2019-04-26
1
-1/+1
*
bpo-36465: Make release and debug ABI compatible (GH-12615)
Victor Stinner
2019-04-24
1
-7/+2
*
bpo-36710: Add runtime variable to Py_InitializeEx() (GH-12939)
Victor Stinner
2019-04-24
2
-3/+12
*
bpo-36710: Add runtime variable to Py_FinalizeEx() (GH-12937)
Victor Stinner
2019-04-24
1
-2/+4
*
bpo-36710: PyOS_AfterFork_Child() pass runtime parameter (GH-12936)
Victor Stinner
2019-04-24
2
-6/+7
*
bpo-36710: Add runtime parameter to _PyThreadState_Init() (GH-12935)
Victor Stinner
2019-04-24
2
-2/+5
*
fix warnings by adding more const (GH-12924)
Inada Naoki
2019-04-23
1
-1/+1
*
use `const` in graminit.c (GH-12713)
tyomitch
2019-04-23
1
-5/+5
*
bpo-33608: Normalize atomic macros so that they all expect an atomic struct (...
Steve Dower
2019-04-22
1
-24/+36
*
bpo-36635: Add _testinternalcapi module (GH-12841)
Victor Stinner
2019-04-18
2
-5/+5
*
bpo-36071 Add support for Windows ARM32 in ctypes/libffi (GH-12059)
Paul Monson
2019-04-18
2
-2/+2
*
bpo-36635: Change pyport.h for Py_BUILD_CORE_MODULE define (GH-12853)
Victor Stinner
2019-04-17
18
-36/+57
*
bpo-36641: Add "const" to PyDoc_VAR macro (GH-12854)
Inada Naoki
2019-04-16
1
-1/+1
*
bpo-35134: Add Include/cpython/pymem.h (GH-12840)
Victor Stinner
2019-04-15
2
-95/+106
*
bpo-36623: Clean parser headers and include files (GH-12253)
Pablo Galindo
2019-04-13
3
-68/+0
*
bpo-36389: Add _PyObject_CheckConsistency() function (GH-12803)
Victor Stinner
2019-04-12
2
-0/+19
*
bpo-33608: Revert "Factor out a private, per-interpreter _Py_AddPendingCall()...
Eric Snow
2019-04-12
3
-17/+6
*
bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (gh-12...
Eric Snow
2019-04-12
3
-6/+17
*
bpo-36389: Change PyMem_SetupDebugHooks() constants (GH-12782)
Victor Stinner
2019-04-11
1
-10/+9
*
bpo-36389: _PyObject_IsFreed() now also detects uninitialized memory (GH-12770)
Victor Stinner
2019-04-11
2
-2/+25
*
bpo-36527: silence -Wunused-parameter warnings in object.h (GH-12688)
Dmitry Marakasov
2019-04-06
1
-0/+3
*
bpo-36471: Add _Py_RunMain() (GH-12618)
Victor Stinner
2019-03-29
1
-0/+3
*
bpo-36443: Disable C locale coercion and UTF-8 Mode by default (GH-12589)
Victor Stinner
2019-03-27
1
-7/+20
*
bpo-36444: Rework _Py_InitializeFromConfig() API (GH-12576)
Victor Stinner
2019-03-27
4
-56/+62
*
bpo-35810: Incref heap-allocated types in PyObject_Init (GH-11661)
Eddie Elizondo
2019-03-27
1
-0/+3
*
bpo-36444: Add _PyCoreConfig._init_main (GH-12572)
Victor Stinner
2019-03-27
2
-5/+7
*
bpo-36444: Remove _PyMainInterpreterConfig (GH-12571)
Victor Stinner
2019-03-27
4
-39/+1
[next]