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
/
PC
/
getpathp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-34977: Use venv redirector instead of original python.exe on Windows (GH-...
Steve Dower
2018-12-10
1
-1/+7
*
Revert "bpo-34977: Add Windows App Store package (GH-10245)" (GH-11019)
Victor Stinner
2018-12-07
1
-7/+1
*
bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fixes. (GH-...
Zackery Spytz
2018-12-07
1
-2/+10
*
bpo-34977: Add Windows App Store package (GH-10245)
Steve Dower
2018-12-07
1
-1/+7
*
bpo-34725: Adds _Py_SetProgramFullPath so embedders may override sys.executab...
Steve Dower
2018-11-18
1
-0/+4
*
bpo-35081: Rename internal headers (GH-10275)
Victor Stinner
2018-11-12
1
-1/+1
*
bpo-35081: Add pycore_ prefix to internal header files (GH-10263)
Victor Stinner
2018-10-31
1
-1/+1
*
bpo-34217: Use lowercase header for Windows (GH-8453)
erikjanss
2018-07-25
1
-1/+1
*
bpo-34170: Add _PyCoreConfig.isolated (GH-8417)
Victor Stinner
2018-07-24
1
-2/+2
*
bpo-34170: _PyCoreConfig_Read() leaves Py_IsolatedFlag unchanged (GH-8361)
Victor Stinner
2018-07-21
1
-11/+7
*
bpo-34170: Rework _PyCoreConfig_Read() to avoid side effect (GH-8353)
Victor Stinner
2018-07-21
1
-1/+1
*
bpo-32457: Improves handling of denormalized executable path when launching P...
Steve Dower
2018-02-22
1
-54/+42
*
bpo-32030: Add _PyCoreConfig.module_search_paths (#4954)
Victor Stinner
2018-01-24
1
-0/+3
*
bpo-32030: Add _Py_FindEnvConfigValue() (#4963)
Victor Stinner
2017-12-21
1
-53/+3
*
bpo-32030: Rewrite _PyMainInterpreterConfig (#4854)
Victor Stinner
2017-12-14
1
-23/+22
*
bpo-32241: Add the const qualifire to declarations of umodifiable strings. (#...
Serhiy Storchaka
2017-12-12
1
-11/+11
*
Revert "bpo-32197: Try to fix a compiler error on OS X introduced in bpo-3203...
Victor Stinner
2017-12-04
1
-149/+35
*
bpo-32197: Try to fix a compiler error on OS X introduced in bpo-32030. (#4681)
Serhiy Storchaka
2017-12-02
1
-35/+149
*
bpo-32030: _PyPathConfig_Init() sets home and program_name (#4673)
Victor Stinner
2017-12-02
1
-18/+3
*
bpo-32030: Add Python/pathconfig.c (#4668)
Victor Stinner
2017-12-01
1
-118/+1
*
bpo-32030: Don't call _PyPathConfig_Fini() in Py_FinalizeEx() (#4667)
Victor Stinner
2017-12-01
1
-6/+13
*
bpo-32030: Fix Py_GetPath(): init program_name (#4665)
Victor Stinner
2017-12-01
1
-27/+38
*
bpo-32030: Cleanup "path config" code (#4663)
Victor Stinner
2017-12-01
1
-61/+54
*
bpo-32030: Add _PyPathConfig_Init() (#4551)
Victor Stinner
2017-11-25
1
-113/+205
*
bpo-32030: Add _PyMainInterpreterConfig.program_name (#4548)
Victor Stinner
2017-11-24
1
-33/+28
*
bpo-32030: Add _PyMainInterpreterConfig_ReadEnv() (#4542)
Victor Stinner
2017-11-24
1
-23/+26
*
bpo-32030: Rewrite calculate_path() (#4521)
Victor Stinner
2017-11-23
1
-208/+385
*
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
-5/+5
*
bpo-32030: Add _PyCoreConfig.module_search_path_env (#4504)
Victor Stinner
2017-11-22
1
-8/+19
*
Fix miscellaneous typos (#4275)
luzpaz
2017-11-05
1
-2/+2
*
bpo-29770: remove outdated PYO related info (GH-590)
Xiang Zhang
2017-03-11
1
-2/+2
*
Issue #29326: Ignores blank lines in ._pth files (Patch by Alexey Izbyshev)
Steve Dower
2017-02-04
1
-1/+1
*
Issue #28522: Fixes mishandled buffer reallocation in getpathp.c
Steve Dower
2016-10-27
1
-4/+15
*
Issue #28137: Renames Windows path file to ._pth
Steve Dower
2016-09-17
1
-35/+78
*
One more spelling fix
Martin Panter
2016-09-10
1
-1/+1
*
Issue #28046: Remove platform-specific directories from sys.path
Zachary Ware
2016-09-10
1
-2/+2
*
Fix call to PathCombineW.
Steve Dower
2016-09-09
1
-1/+1
*
Issue #27874: Allows use of pythonXX.zip file as landmark on Windows
Steve Dower
2016-09-09
1
-15/+20
*
Changes pyvenv.cfg trick into an actual sys.path file.
Steve Dower
2016-09-09
1
-66/+115
*
getpathp.c: fix compiler warning
Victor Stinner
2016-03-23
1
-2/+2
*
Issue #25893: Removed unused variable reqdSize.
Serhiy Storchaka
2015-12-18
1
-1/+4
*
Fixes handling of long values of PYTHONPATH on Windows.
Steve Dower
2015-05-24
1
-7/+7
*
Issue #23955: Add pyvenv.cfg option to suppress registry/environment lookup f...
Steve Dower
2015-05-22
1
-75/+103
*
Back-out wcstok deprecation suppression and updates calls to use wcstok_s.
Steve Dower
2015-02-26
1
-3/+4
*
Issue #18203: Replace malloc() with PyMem_RawMalloc() at Python initialization
Victor Stinner
2013-07-07
1
-21/+18
*
Issue #9566: Fix compiler warning on Windows 64-bit
Victor Stinner
2013-06-04
1
-1/+1
*
#16135: Removal of OS/2 support (Remove OS2 and OS/2 references)
Jesus Cea
2012-10-05
1
-1/+1
*
Implemented PEP 405 (Python virtual environments).
Vinay Sajip
2012-05-26
1
-0/+81
*
Use the new Py_ARRAY_LENGTH macro
Victor Stinner
2011-09-28
1
-3/+3
[next]