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
...
*
Post-release version bump to a4+
Ned Deily
2018-01-09
1
-1/+1
*
Bump to 3.7.0a4
v3.7.0a4
Ned Deily
2018-01-09
1
-2/+2
*
bpo-29137: Remove fpectl module (#4789)
Nathaniel J. Smith
2018-01-06
1
-167/+3
*
bpo-32372: Move __debug__ optimization to the AST level. (#4925)
Serhiy Storchaka
2017-12-25
1
-1/+1
*
bpo-29084: Exclude C API for OrderedDict from the limited C API. (#4900)
Serhiy Storchaka
2017-12-25
1
-4/+1
*
bpo-32030: Add _Py_FindEnvConfigValue() (#4963)
Victor Stinner
2017-12-21
2
-0/+12
*
bpo-32030: Add _Py_EncodeLocaleRaw() (#4961)
Victor Stinner
2017-12-21
1
-1/+4
*
bpo-32030: Complete _PyCoreConfig_Read() (#4946)
Victor Stinner
2017-12-20
1
-1/+3
*
bpo-32030: Add _PyCoreConfig.warnoptions (#4936)
Victor Stinner
2017-12-20
2
-2/+8
*
bpo-31901: atexit callbacks should be run at subinterpreter shutdown (#4611)
Marcel Plch
2017-12-20
3
-2/+4
*
bpo-32030: Add _PyCoreConfig.argv (#4934)
Victor Stinner
2017-12-19
2
-2/+12
*
bpo-32030: Fix compiler warnings (#4921)
Victor Stinner
2017-12-19
1
-3/+0
*
add 'extern' to pygetopt.h symbols, so then don't end up in comdat (#4909)
Benjamin Peterson
2017-12-17
1
-6/+6
*
Fix PyObject_Hash signature in comment (#4905)
Andrew Svetlov
2017-12-16
1
-1/+1
*
bpo-29240, bpo-32030: Py_Main() re-reads config if encoding changes (#4899)
Victor Stinner
2017-12-16
2
-3/+10
*
bpo-32240: Add the const qualifier to declarations of PyObject* array argumen...
Serhiy Storchaka
2017-12-15
7
-27/+27
*
move pygetopt.h to internal (closes bpo-32264) (#4830)
Benjamin Peterson
2017-12-15
2
-28/+19
*
bpo-32030: Add _PyMainInterpreterConfig.executable (#4876)
Victor Stinner
2017-12-15
2
-7/+10
*
bpo-32030: Add _PyCoreConfig_Copy() (#4874)
Victor Stinner
2017-12-15
1
-0/+6
*
bpo-32329: Fix -R option for hash randomization (#4873)
Victor Stinner
2017-12-14
1
-1/+7
*
bpo-32030: Add _PyMainInterpreterConfig.warnoptions (#4855)
Victor Stinner
2017-12-14
1
-0/+2
*
bpo-29469: Move constant folding to AST optimizer (GH-2858)
INADA Naoki
2017-12-14
1
-0/+2
*
bpo-32030: Rewrite _PyMainInterpreterConfig (#4854)
Victor Stinner
2017-12-14
3
-11/+14
*
bpo-32030: Add _PyPathConfig_ComputeArgv0() (#4845)
Victor Stinner
2017-12-13
2
-6/+1
*
pymain_set_sys_argv() now copies argv (#4838)
Victor Stinner
2017-12-13
1
-0/+6
*
bpo-29240: PEP 540: Add a new UTF-8 Mode (#855)
Victor Stinner
2017-12-13
2
-0/+5
*
bpo-32241: Add the const qualifire to declarations of umodifiable strings. (#...
Serhiy Storchaka
2017-12-12
1
-2/+2
*
Fix small typo in tupleobject.h (#4801)
Chris
2017-12-12
1
-1/+1
*
closes bpo-31650: PEP 552 (Deterministic pycs) implementation (#4575)
Benjamin Peterson
2017-12-09
3
-1/+20
*
bpo-32030: Add _PyImport_Fini2() (#4737)
Victor Stinner
2017-12-06
1
-6/+11
*
bpo-32030: Add pymain_get_global_config() (#4735)
Victor Stinner
2017-12-06
3
-9/+7
*
bpo-32030: pass interp to _PyImport_Init() (#4736)
Victor Stinner
2017-12-06
1
-1/+1
*
Bump to 3.7.0a3+
Ned Deily
2017-12-06
1
-1/+1
*
Merge tag 'v3.7.0a3'
Ned Deily
2017-12-06
1
-2/+2
|
\
|
*
Bump to 3.7.0a3
v3.7.0a3
Ned Deily
2017-12-05
1
-2/+2
*
|
bpo-32030: Simplify _PyCoreConfig_INIT macro (#4728)
Victor Stinner
2017-12-05
2
-35/+7
|
/
*
Revert "bpo-32197: Try to fix a compiler error on OS X introduced in bpo-3203...
Victor Stinner
2017-12-04
3
-4/+31
*
bpo-32197: Try to fix a compiler error on OS X introduced in bpo-32030. (#4681)
Serhiy Storchaka
2017-12-02
3
-31/+4
*
bpo-32030: _PyPathConfig_Init() sets home and program_name (#4673)
Victor Stinner
2017-12-02
2
-2/+26
*
bpo-32030: Add Python/pathconfig.c (#4668)
Victor Stinner
2017-12-01
2
-1/+4
*
bpo-32030: Don't call _PyPathConfig_Fini() in Py_FinalizeEx() (#4667)
Victor Stinner
2017-12-01
1
-1/+1
*
bpo-32030: Cleanup "path config" code (#4663)
Victor Stinner
2017-12-01
1
-0/+16
*
bpo-32030: Rework memory allocators (#4625)
Victor Stinner
2017-11-29
1
-1/+9
*
bpo-32150: Expand tabs to spaces in C files. (#4583)
Serhiy Storchaka
2017-11-28
15
-148/+148
*
bpo-32030: Add _PyPathConfig_Init() (#4551)
Victor Stinner
2017-11-25
1
-2/+3
*
bpo-32030: Add _PyMainInterpreterConfig.program_name (#4548)
Victor Stinner
2017-11-24
1
-0/+2
*
bpo-32030: Add _PyMainInterpreterConfig_ReadEnv() (#4542)
Victor Stinner
2017-11-24
3
-11/+17
*
bpo-32125: Remove Py_UseClassExceptionsFlag flag (#4544)
Victor Stinner
2017-11-24
1
-1/+0
*
bpo-32096: Remove obj and mem from _PyRuntime (#4532)
Victor Stinner
2017-11-24
3
-493/+0
*
bpo-32030: Rewrite calculate_path() (#4521)
Victor Stinner
2017-11-23
1
-16/+22
[prev]
[next]