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
/
Modules
/
main.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "bpo-34589: Add -X coerce_c_locale command line option (GH-9378)" (GH-...
Victor Stinner
2018-09-19
1
-28/+9
*
bpo-34589: C locale coercion off by default (GH-9073)
Victor Stinner
2018-09-17
1
-5/+24
*
bpo-34589: Make _PyCoreConfig.coerce_c_locale private (GH-9371)
Victor Stinner
2018-09-17
1
-4/+4
*
bpo-34544: pymain_read_conf() don't change LC_ALL (GH-9045)
Victor Stinner
2018-09-03
1
-15/+3
*
bpo-34567: pythoninfo gets coreconfig (GH-9043)
Victor Stinner
2018-09-03
1
-3/+3
*
bpo-34544: Fix setlocale() in pymain_read_conf() (GH-9041)
Victor Stinner
2018-09-03
1
-2/+13
*
bpo-34523: Use _PyCoreConfig instead of globals (GH-9005)
Victor Stinner
2018-08-29
1
-9/+9
*
bpo-34523: Py_DecodeLocale() use UTF-8 on Windows (GH-8998)
Victor Stinner
2018-08-29
1
-2/+11
*
bpo-34523: Add _PyCoreConfig.filesystem_encoding (GH-8963)
Victor Stinner
2018-08-29
1
-1/+1
*
bpo-34485, Windows: LC_CTYPE set to user preference (GH-8988)
Victor Stinner
2018-08-29
1
-15/+4
*
bpo-34485: Add _Py_ClearStandardStreamEncoding() (GH-8982)
Victor Stinner
2018-08-28
1
-1/+1
*
bpo-34485: Fix _Py_InitializeCore() for C locale coercion (GH-8979)
Victor Stinner
2018-08-28
1
-1/+3
*
bpo-34207: Fix pymain_read_conf() for UTF-8 Mode (GH-8868)
Victor Stinner
2018-08-23
1
-0/+6
*
Remove unneeded PyErr_Clear() calls after PyErr_Print(). (GH-8699)
Zackery Spytz
2018-08-07
1
-3/+0
*
bpo-34170: Fix pymain_run_file() (GH-8660)
Victor Stinner
2018-08-03
1
-6/+6
*
bpo-34170: Cleanup pymain_run_filename() (GH-8631)
Victor Stinner
2018-08-02
1
-85/+71
*
bpo-34170: Add Python/coreconfig.c for _PyCoreConfig (GH-8607)
Victor Stinner
2018-08-01
1
-910/+13
*
bpo-33499: Fix pymain_init_pycache_prefix() (GH-8596)
Victor Stinner
2018-08-01
1
-10/+10
*
bpo-34170: _PyCoreConfig_Read() defaults to argc=0 (GH-8595)
Victor Stinner
2018-08-01
1
-0/+3
*
bpo-34170: Rename _PyCoreConfig.unbuffered_stdip (GH-8594)
Victor Stinner
2018-08-01
1
-11/+16
*
bpo-34170: Py_Main() updates config when setting Py_InspectFlag (GH-8593)
Victor Stinner
2018-08-01
1
-0/+3
*
bpo-34170: Add _PyCoreConfig._frozen parameter (GH-8591)
Victor Stinner
2018-08-01
1
-0/+5
*
bpo-34231: PYTHONBREAKPOINT is not documented on python --help (GH-8475)
Stéphane Wirtel
2018-07-29
1
-0/+2
*
bpo-34170: Cleanup pymain_read_conf() (GH-8476)
Victor Stinner
2018-07-26
1
-71/+63
*
bpo-34170: Enhance _PyCoreConfig_Read() (GH-8468)
Victor Stinner
2018-07-26
1
-66/+78
*
bpo-34228: Allow PYTHONTRACEMALLOC=0 (GH-8467)
Victor Stinner
2018-07-25
1
-7/+16
*
bpo-34170: Cleanup pymain_run_python() (GH-8455)
Victor Stinner
2018-07-25
1
-107/+67
*
bpo-34170: Add _Py_InitializeFromConfig() (GH-8454)
Victor Stinner
2018-07-25
1
-121/+117
*
bpo-34170: Add _PyCoreConfig.bytes_warning (GH-8447)
Victor Stinner
2018-07-24
1
-124/+134
*
bpo-34170: Add _PyCoreConfig.isolated (GH-8417)
Victor Stinner
2018-07-24
1
-294/+342
*
bpo-34170: _PyCoreConfig_Read() leaves Py_IsolatedFlag unchanged (GH-8361)
Victor Stinner
2018-07-21
1
-15/+5
*
bpo-34170: Rework _PyCoreConfig_Read() to avoid side effect (GH-8353)
Victor Stinner
2018-07-21
1
-112/+27
*
bpo-34008: Allow to call Py_Main() after Py_Initialize() (GH-8043)
Victor Stinner
2018-07-20
1
-3/+7
*
bpo-33499: Add PYTHONPYCACHEPREFIX env var for alt bytecode cache location. (...
Carl Meyer
2018-06-16
1
-1/+50
*
bpo-33824, bpo-32030: Fix pymain_read_conf() (GH-7712)
Victor Stinner
2018-06-15
1
-0/+1
*
bpo-33706: Fix pymain_parse_cmdline_impl() (GH-7283)
Victor Stinner
2018-05-31
1
-1/+1
*
Fix typo in error message when decoding PYTHONPATH. (GH-6981)
Carl Meyer
2018-05-19
1
-1/+1
*
bpo-17232: Clarify docs for -O and -OO command line options (#5839)
Cheryl Sabella
2018-02-25
1
-2/+4
*
bpo-32652: Defer pymain_set_global_config() call (#5303)
Victor Stinner
2018-01-25
1
-14/+12
*
bpo-32030: Add _PyCoreConfig.module_search_paths (#4954)
Victor Stinner
2018-01-24
1
-174/+201
*
bpo-32030: Add _Py_EncodeLocaleRaw() (#4961)
Victor Stinner
2017-12-21
1
-2/+2
*
bpo-32030: Fix usage of memory allocators (#4953)
Victor Stinner
2017-12-20
1
-7/+19
*
bpo-32030: Complete _PyCoreConfig_Read() (#4946)
Victor Stinner
2017-12-20
1
-325/+366
*
bpo-32030: Add _PyCoreConfig.warnoptions (#4936)
Victor Stinner
2017-12-20
1
-421/+446
*
bpo-32030: Cleanup pymain_main() (#4935)
Victor Stinner
2017-12-20
1
-71/+93
*
bpo-32030: Add _PyCoreConfig.argv (#4934)
Victor Stinner
2017-12-19
1
-149/+221
*
bpo-32030: Fix compiler warnings (#4921)
Victor Stinner
2017-12-19
1
-22/+3
*
bpo-32030: Fix compilation on FreeBSD, #include <fenv.h> (#4919)
Victor Stinner
2017-12-18
1
-10/+14
*
bpo-29240, bpo-32030: Py_Main() re-reads config if encoding changes (#4899)
Victor Stinner
2017-12-16
1
-53/+247
*
move pygetopt.h to internal (closes bpo-32264) (#4830)
Benjamin Peterson
2017-12-15
1
-2/+1
[next]