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
/
getpath.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-36352: Avoid hardcoded MAXPATHLEN size in getpath.c (GH-12423)
Victor Stinner
2019-03-19
1
-150/+234
*
bpo-36301: Error if decoding pybuilddir.txt fails (GH-12422)
Victor Stinner
2019-03-19
1
-12/+16
*
bpo-36352: Add error handling to getpath.c (GH-12421)
Victor Stinner
2019-03-18
1
-69/+233
*
bpo-35081: Rename internal headers (GH-10275)
Victor Stinner
2018-11-12
1
-1/+1
*
bpo-35081: Add pycore_fileutils.h (GH-10371)
Victor Stinner
2018-11-06
1
-0/+1
*
bpo-35081: And pycore_lifecycle.h and pycore_pathconfig.h (GH-10273)
Victor Stinner
2018-11-01
1
-1/+2
*
bpo-35081: Add pycore_ prefix to internal header files (GH-10263)
Victor Stinner
2018-10-31
1
-1/+1
*
bpo-28441: Ensure `.exe` suffix in `sys.executable` on MinGW and Cygwin (GH-4...
E. M. Bray
2018-10-05
1
-0/+45
*
bpo-34170: Add _PyCoreConfig._frozen parameter (GH-8591)
Victor Stinner
2018-08-01
1
-3/+3
*
bpo-34170: Rework _PyCoreConfig_Read() to avoid side effect (GH-8353)
Victor Stinner
2018-07-21
1
-1/+1
*
bpo-32430: Rename Modules/Setup.dist to Modules/Setup (GH-8229)
Antoine Pitrou
2018-07-16
1
-1/+1
*
bpo-29240: Fix locale encodings in UTF-8 Mode (#5170)
Victor Stinner
2018-01-15
1
-2/+2
*
bpo-32030: Add _Py_FindEnvConfigValue() (#4963)
Victor Stinner
2017-12-21
1
-72/+9
*
bpo-32030: Add _Py_EncodeLocaleRaw() (#4961)
Victor Stinner
2017-12-21
1
-2/+2
*
bpo-29240, bpo-32030: Py_Main() re-reads config if encoding changes (#4899)
Victor Stinner
2017-12-16
1
-1/+1
*
bpo-32030: Rewrite _PyMainInterpreterConfig (#4854)
Victor Stinner
2017-12-14
1
-30/+29
*
bpo-32241: Add the const qualifire to declarations of umodifiable strings. (#...
Serhiy Storchaka
2017-12-12
1
-1/+1
*
Revert "bpo-32197: Try to fix a compiler error on OS X introduced in bpo-3203...
Victor Stinner
2017-12-04
1
-151/+46
*
bpo-32197: Try to fix a compiler error on OS X introduced in bpo-32030. (#4681)
Serhiy Storchaka
2017-12-02
1
-46/+151
*
bpo-32030: _PyPathConfig_Init() sets home and program_name (#4673)
Victor Stinner
2017-12-02
1
-14/+3
*
bpo-32030: Add Python/pathconfig.c (#4668)
Victor Stinner
2017-12-01
1
-113/+1
*
bpo-32030: Don't call _PyPathConfig_Fini() in Py_FinalizeEx() (#4667)
Victor Stinner
2017-12-01
1
-4/+6
*
bpo-32030: Fix Py_GetPath(): init program_name (#4665)
Victor Stinner
2017-12-01
1
-38/+54
*
bpo-32030: Cleanup "path config" code (#4663)
Victor Stinner
2017-12-01
1
-64/+54
*
bpo-32030: Add _PyPathConfig_Init() (#4551)
Victor Stinner
2017-11-25
1
-181/+247
*
bpo-32030: Add _PyMainInterpreterConfig.program_name (#4548)
Victor Stinner
2017-11-24
1
-28/+32
*
bpo-32030: Add _PyMainInterpreterConfig_ReadEnv() (#4542)
Victor Stinner
2017-11-24
1
-36/+34
*
bpo-32030: Fix calculate_path() on macOS (#4526)
Victor Stinner
2017-11-23
1
-8/+9
*
bpo-32030: Rewrite calculate_path() (#4521)
Victor Stinner
2017-11-23
1
-338/+517
*
bpo-32030: Add _PyMainInterpreterConfig.pythonhome (#4513)
Victor Stinner
2017-11-23
1
-3/+3
*
bpo-32030: Move PYTHONPATH to _PyMainInterpreterConfig (#4511)
Victor Stinner
2017-11-23
1
-9/+9
*
bpo-32030: Add _PyCoreConfig.module_search_path_env (#4504)
Victor Stinner
2017-11-22
1
-18/+43
*
bpo-31532: Fix memory corruption due to allocator mix (#3679)
nurelin
2017-09-21
1
-1/+1
*
Issue #19398: Extra slash no longer added to sys.path components in case of
Serhiy Storchaka
2016-11-11
1
-1/+4
|
\
|
*
Issue #19398: Extra slash no longer added to sys.path components in case of
Serhiy Storchaka
2016-11-11
1
-1/+4
*
|
merge 3.5
Benjamin Peterson
2016-06-02
1
-19/+2
|
\
\
|
|
/
|
*
remove (hilarious) defaults for various constants getpath.c needs
Benjamin Peterson
2016-06-02
1
-19/+2
*
|
Issue #25923: Added the const qualifier to static constant arrays.
Serhiy Storchaka
2015-12-25
1
-2/+2
|
/
*
Issue #23731: Implement PEP 488.
Brett Cannon
2015-04-13
1
-3/+2
*
Issue #23753: Move _Py_wstat() from Python/fileutils.c to Modules/getpath.c
Victor Stinner
2015-03-24
1
-0/+17
*
Issue #23446: Use PyMem_New instead of PyMem_Malloc to avoid possible integer
Serhiy Storchaka
2015-02-16
1
-1/+1
|
\
|
*
Issue #23446: Use PyMem_New instead of PyMem_Malloc to avoid possible integer
Serhiy Storchaka
2015-02-16
1
-1/+1
*
|
Issue #17095: merge from 3.4
Ned Deily
2014-09-15
1
-14/+0
|
\
\
|
|
/
|
*
Issue #17095: Temporarily revert getpath.c change that added the Modules
Ned Deily
2014-09-15
1
-14/+0
*
|
Issue #18395: Rename ``_Py_char2wchar()`` to :c:func:`Py_DecodeLocale`, rename
Victor Stinner
2014-08-01
1
-8/+8
|
/
*
Issue #17095: Fix Modules/Setup *shared* support.
Ned Deily
2014-06-02
1
-0/+14
*
Issue #16136: Remove VMS support and VMS-related code
Christian Heimes
2013-12-21
1
-5/+1
*
calculate_path() now fails with a fatal error when it fails to allocate memory
Victor Stinner
2013-11-16
1
-49/+40
*
Don't mix wide character strings and byte strings (L"lib/python" VERSION): use
Victor Stinner
2013-11-15
1
-6/+13
*
Issue #15905: Fix theoretical buffer overflow in handling of sys.argv[0],
Christian Heimes
2013-07-22
1
-4/+12
|
\
[next]