GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/cpython.git
3.6
3.7
3.8
3.9
backport-e35ca41-3.11
gentoo
gentoo-2.7-vanilla
main
master
Gentoo fork of Python
Python project <python@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
PC
/
getpathp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-35890: Use RegQueryInfoKeyW and CryptAcquireContextW explicitly (GH-19974)
Minmin Gong
2020-05-18
1
-1
/
+1
*
bpo-40268: Remove unused osdefs.h includes (GH-19532)
Victor Stinner
2020-04-15
1
-3
/
+3
*
bpo-40268: Remove a few pycore_pystate.h includes (GH-19510)
Victor Stinner
2020-04-14
1
-1
/
+0
*
bpo-8901: Windows registry path is now ignored with the -E option (GH-18169)
Zackery Spytz
2020-03-30
1
-2
/
+5
*
Use calloc-based functions, not malloc. (GH-19152)
Andy Lester
2020-03-24
1
-2
/
+1
*
bpo-39401: Avoid unsafe DLL load on Windows 7 and earlier (GH-18231)
Steve Dower
2020-01-29
1
-50
/
+5
*
bpo-38353: getpath.c: allocates strings on the heap (GH-16585)
Victor Stinner
2019-10-04
1
-6
/
+16
*
bpo-38353: Cleanup includes in the internal C API (GH-16548)
Victor Stinner
2019-10-02
1
-1
/
+2
*
bpo-38322: Fix gotlandmark() of PC/getpathp.c (GH-16489)
Victor Stinner
2019-09-30
1
-8
/
+6
*
bpo-38234: Add test_init_setpath_config() to test_embed (GH-16402)
Victor Stinner
2019-09-26
1
-3
/
+3
*
bpo-38234: Cleanup getpath.c (GH-16367)
Victor Stinner
2019-09-25
1
-15
/
+15
*
bpo-38234: read_pth_file() now returns PyStatus (GH-16338)
Victor Stinner
2019-09-24
1
-76
/
+131
*
bpo-38234: Fix _PyConfig_InitPathConfig() (GH-16335)
Victor Stinner
2019-09-23
1
-41
/
+69
*
bpo-38236: Dump path config at first import error (GH-16300)
Victor Stinner
2019-09-23
1
-3
/
+2
*
bpo-38234: Fix PyConfig_Read() when Py_SetPath() was called (GH-16298)
Victor Stinner
2019-09-21
1
-3
/
+6
*
bpo-38234: Remove _PyPathConfig.dll_path (GH-16307)
Victor Stinner
2019-09-21
1
-25
/
+34
*
bpo-37369: Fix initialization of sys members when launched via an app contain...
Steve Dower
2019-06-29
1
-3
/
+17
*
bpo-36763: Implement the PEP 587 (GH-13592)
Victor Stinner
2019-05-27
1
-73
/
+73
*
bpo-36763: Remove _PyCoreConfig.dll_path (GH-13402)
Victor Stinner
2019-05-18
1
-10
/
+8
*
bpo-36763: Add _PyInitError functions (GH-13395)
Victor Stinner
2019-05-17
1
-0
/
+1
*
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-06
1
-1
/
+7
*
bpo-34725: Adds _Py_SetProgramFullPath so embedders may override sys.executab...
Steve Dower
2018-11-17
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-11-01
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-25
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-23
1
-8
/
+19
[next]