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-34589: Make _PyCoreConfig.coerce_c_locale private (GH-9371)
Victor Stinner
2018-09-17
1
-3/+17
*
bpo-34651: Only allow the main interpreter to fork. (gh-9279)
Eric Snow
2018-09-14
1
-0/+1
*
bpo-34674: Assume unistd.h exists on Unix. (GH-9290)
Benjamin Peterson
2018-09-14
1
-1/+1
*
bpo-34567: pythoninfo gets coreconfig (GH-9043)
Victor Stinner
2018-09-03
1
-0/+4
*
bpo-34523: Use _PyCoreConfig instead of globals (GH-9005)
Victor Stinner
2018-08-29
2
-3/+7
*
bpo-34523: Py_FileSystemDefaultEncoding NULL by default (GH-9003)
Victor Stinner
2018-08-29
1
-3/+26
*
bpo-34523: Support surrogatepass in locale codecs (GH-8995)
Victor Stinner
2018-08-29
1
-4/+25
*
bpo-34523: Add _PyCoreConfig.filesystem_encoding (GH-8963)
Victor Stinner
2018-08-29
2
-1/+20
*
bpo-34485: Add _PyCoreConfig.stdio_encoding (GH-8881)
Victor Stinner
2018-08-29
2
-0/+15
*
bpo-34485: Add _Py_ClearStandardStreamEncoding() (GH-8982)
Victor Stinner
2018-08-28
1
-0/+6
*
bpo-34403: On HP-UX, force ASCII for C locale (GH-8969)
Victor Stinner
2018-08-28
1
-0/+5
*
bpo-34301: Add _PyInterpreterState_Get() helper function (GH-8592)
Victor Stinner
2018-08-03
1
-0/+7
*
bpo-31650: Remove _Py_CheckHashBasedPycsMode global config var (GH-8608)
Victor Stinner
2018-08-01
2
-7/+2
*
bpo-34170: Add Python/coreconfig.c for _PyCoreConfig (GH-8607)
Victor Stinner
2018-08-01
5
-301/+326
*
Define _Py_NO_RETURN for Microsoft C compiler (GH-8606)
Victor Stinner
2018-08-01
2
-5/+7
*
bpo-34170: Rename _PyCoreConfig.unbuffered_stdip (GH-8594)
Victor Stinner
2018-08-01
1
-8/+8
*
bpo-34170: Add _PyCoreConfig._frozen parameter (GH-8591)
Victor Stinner
2018-08-01
1
-1/+8
*
bpo-34170, test_embed: write Py_Initialize() tests (GH-8484)
Victor Stinner
2018-07-26
1
-1/+6
*
bpo-34170: Cleanup pymain_read_conf() (GH-8476)
Victor Stinner
2018-07-26
1
-2/+7
*
bpo-20260: Implement non-bitwise unsigned int converters for Argument Clinic....
Serhiy Storchaka
2018-07-26
1
-0/+8
*
bpo-34170: Enhance _PyCoreConfig_Read() (GH-8468)
Victor Stinner
2018-07-26
2
-7/+15
*
bpo-34228: Allow PYTHONTRACEMALLOC=0 (GH-8467)
Victor Stinner
2018-07-25
1
-0/+1
*
bpo-34170: Add _Py_InitializeFromConfig() (GH-8454)
Victor Stinner
2018-07-25
2
-5/+9
*
bpo-34170: Add _PyCoreConfig.bytes_warning (GH-8447)
Victor Stinner
2018-07-24
1
-2/+142
*
bpo-34170: Add _PyCoreConfig.isolated (GH-8417)
Victor Stinner
2018-07-24
3
-15/+35
*
bpo-33720: Refactor marshalling/unmarshalling floats. (GH-8071)
Serhiy Storchaka
2018-07-24
1
-2/+4
*
bpo-34170: _PyCoreConfig_Read() leaves Py_IsolatedFlag unchanged (GH-8361)
Victor Stinner
2018-07-21
2
-3/+17
*
bpo-34170: Rework _PyCoreConfig_Read() to avoid side effect (GH-8353)
Victor Stinner
2018-07-21
3
-4/+18
*
bpo-33597: Reduce PyGC_Head size (GH-7043)
INADA Naoki
2018-07-10
1
-47/+59
*
Fix redundant declaration of _PyImport_AddModuleObject (GH-7992)
Jeremy Cline
2018-06-29
1
-3/+0
*
bpo-33499: Add PYTHONPYCACHEPREFIX env var for alt bytecode cache location. (...
Carl Meyer
2018-06-16
1
-1/+2
*
bpo-33818: PyExceptionClass_Name() will now return "const char *". (GH-7581)
Serhiy Storchaka
2018-06-15
1
-3/+2
*
Clean up after bpo-33738. (GH-7627)
Serhiy Storchaka
2018-06-11
2
-6/+3
*
bpo-33738: Address review comments in GH #7477 (GH-7585)
Christian Tismer
2018-06-10
2
-3/+3
*
bpo-33738: Fix macros which contradict PEP 384 (GH-7477)
Christian Tismer
2018-06-09
3
-0/+23
*
bpo-33615: Re-enable a subinterpreter test. (gh-7251)
Eric Snow
2018-06-02
1
-3/+4
*
bpo-33691: Add _PyAST_GetDocString(). (GH-7236)
Serhiy Storchaka
2018-05-30
1
-0/+5
*
bpo-32911: Revert bpo-29463. (GH-7121) (GH-7197)
Serhiy Storchaka
2018-05-29
1
-15/+10
*
Add missed details of the C API introduced in 3.7. (GH-7047)
Serhiy Storchaka
2018-05-22
2
-0/+4
*
bpo-5945: Improve mappings and sequences C API docs. (GH-7029)
Serhiy Storchaka
2018-05-22
1
-8/+8
*
bpo-33475: Fix and improve converting annotations to strings. (GH-6774)
Serhiy Storchaka
2018-05-17
1
-3/+1
*
bpo-20171: Convert the _curses and _curses_panel modules to Argument Clinic. ...
Serhiy Storchaka
2018-05-10
1
-59/+0
*
Spelling fixes to docs, docstrings, and comments (GH-6374)
Ville Skyttä
2018-04-20
2
-2/+2
*
bpo-33041: Rework compiling an "async for" loop. (#6142)
Serhiy Storchaka
2018-03-23
1
-0/+1
*
closes bpo-32980 Remove _PyFrame_Init (GH-5965)
Thomas Nyberg
2018-03-04
1
-1/+0
*
bpo-32836: Remove obsolete code from symtable pass (GH-5680)
Nitish Chandra
2018-02-26
1
-1/+0
*
bpo-17611. Move unwinding of stack for "pseudo exceptions" from interpreter t...
Serhiy Storchaka
2018-02-22
1
-4/+4
*
bpo-32604: Clean up created subinterpreters before runtime finalization. (gh-...
Eric Snow
2018-02-17
2
-0/+8
*
Fix typo in Include/objimpl.h, the word "has" was missing (GH-5568)
Alexey
2018-02-06
1
-1/+1
*
bpo-32777: Fix _Py_set_inheritable async-safety in subprocess (GH-5560)
Alexey Izbyshev
2018-02-06
1
-0/+3
[next]