COMMITS
/ Modules/getpath.c July 21, 2018
V
bpo-34170: Rework _PyCoreConfig_Read() to avoid side effect (GH-8353)
Victor Stinner committed
July 16, 2018
A
bpo-32430: Rename Modules/Setup.dist to Modules/Setup (GH-8229)
Antoine Pitrou committed
January 15, 2018
V
bpo-29240: Fix locale encodings in UTF-8 Mode (#5170)
Victor Stinner committed
December 21, 2017
V
bpo-32030: Add _Py_FindEnvConfigValue() (#4963)
Victor Stinner committed
V
bpo-32030: Add _Py_EncodeLocaleRaw() (#4961)
Victor Stinner committed
December 16, 2017
V
bpo-29240, bpo-32030: Py_Main() re-reads config if encoding changes (#4899)
Victor Stinner committed
December 14, 2017
V
bpo-32030: Rewrite _PyMainInterpreterConfig (#4854)
Victor Stinner committed
December 12, 2017
S
bpo-32241: Add the const qualifire to declarations of umodifiable strings. (#4748)
Serhiy Storchaka committed
December 4, 2017
V
Revert "bpo-32197: Try to fix a compiler error on OS X introduced in bpo-32030. (#4681)" (#4694)
Victor Stinner committed
December 2, 2017
S
bpo-32197: Try to fix a compiler error on OS X introduced in bpo-32030. (#4681)
Serhiy Storchaka committed
V
bpo-32030: _PyPathConfig_Init() sets home and program_name (#4673)
Victor Stinner committed
December 1, 2017
V
bpo-32030: Add Python/pathconfig.c (#4668)
Victor Stinner committed
V
bpo-32030: Don't call _PyPathConfig_Fini() in Py_FinalizeEx() (#4667)
Victor Stinner committed
V
bpo-32030: Fix Py_GetPath(): init program_name (#4665)
Victor Stinner committed
V
bpo-32030: Cleanup "path config" code (#4663)
Victor Stinner committed
November 25, 2017
V
bpo-32030: Add _PyPathConfig_Init() (#4551)
Victor Stinner committed
November 24, 2017
V
bpo-32030: Add _PyMainInterpreterConfig.program_name (#4548)
Victor Stinner committed
V
bpo-32030: Add _PyMainInterpreterConfig_ReadEnv() (#4542)
Victor Stinner committed
November 23, 2017
V
bpo-32030: Fix calculate_path() on macOS (#4526)
Victor Stinner committed
V
bpo-32030: Rewrite calculate_path() (#4521)
Victor Stinner committed
V
bpo-32030: Add _PyMainInterpreterConfig.pythonhome (#4513)
Victor Stinner committed
V
bpo-32030: Move PYTHONPATH to _PyMainInterpreterConfig (#4511)
Victor Stinner committed
November 22, 2017
V
bpo-32030: Add _PyCoreConfig.module_search_path_env (#4504)
Victor Stinner committed
September 21, 2017
N
bpo-31532: Fix memory corruption due to allocator mix (#3679)
nurelin committed
November 11, 2016
S
Issue #19398: Extra slash no longer added to sys.path components in case of
Serhiy Storchaka committed
S
Issue #19398: Extra slash no longer added to sys.path components in case of
Serhiy Storchaka committed
June 2, 2016
B
remove (hilarious) defaults for various constants getpath.c needs
Benjamin Peterson committed
December 25, 2015
S
Issue #25923: Added the const qualifier to static constant arrays.
Serhiy Storchaka committed
April 13, 2015
B
Issue #23731: Implement PEP 488.
Brett Cannon committed
March 24, 2015
V
Issue #23753: Move _Py_wstat() from Python/fileutils.c to Modules/getpath.c
Victor Stinner committed
February 16, 2015
S
Issue #23446: Use PyMem_New instead of PyMem_Malloc to avoid possible integer
Serhiy Storchaka committed
S
Issue #23446: Use PyMem_New instead of PyMem_Malloc to avoid possible integer
Serhiy Storchaka committed
September 15, 2014
N
Issue #17095: merge from 3.4
Ned Deily committed
N
Issue #17095: Temporarily revert getpath.c change that added the Modules
Ned Deily committed
August 1, 2014
V
Issue #18395: Rename ``_Py_char2wchar()`` to :c:func:`Py_DecodeLocale`, rename
Victor Stinner committed
June 2, 2014
N
Issue #17095: Fix Modules/Setup *shared* support.
Ned Deily committed
December 21, 2013
C
Issue #16136: Remove VMS support and VMS-related code
Christian Heimes committed
November 16, 2013
V
calculate_path() now fails with a fatal error when it fails to allocate memory
Victor Stinner committed
November 15, 2013
V
Don't mix wide character strings and byte strings (L"lib/python" VERSION): use
Victor Stinner committed
July 22, 2013
C
Issue #15905: Fix theoretical buffer overflow in handling of sys.argv[0],
Christian Heimes committed
C
Issue #15905: Fix theoretical buffer overflow in handling of sys.argv[0],
Christian Heimes committed
July 7, 2013
V
Issue #18203: Replace malloc() with PyMem_RawMalloc() at Python initialization
Victor Stinner committed
November 3, 2012
A
Issue #16309: Make PYTHONPATH= behavior the same as if PYTHONPATH not set at all.
Andrew Svetlov committed
July 17, 2012
May 26, 2012
V
Implemented PEP 405 (Python virtual environments).
Vinay Sajip committed
June 20, 2011
V
calculate_path() decodes the PYTHONPATH environment variable from the locale
Victor Stinner committed
March 17, 2011
December 3, 2010
M
Merge branches/pep-0384.
Martin v. Löwis committed
November 10, 2010
V
getpath.c: fix test to detech PyUnicode_AsWideChar() failure
Victor Stinner committed