FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for PC/getpathp.c - pythoncapi/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
pythoncapi
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
PC
getpathp.c
on
pythoncapi
User selector
Datepicker
Commit history
Commits on Jul 25, 2018
bpo-34217: Use lowercase header for Windows (GH-8453)
erikjanss
authored and
methane
committed
6cf8255
View commit details
Copy full SHA for 6cf8255
View code at this point
Browse repository at this point
Commits on Jul 24, 2018
bpo-34170: Add _PyCoreConfig.isolated (GH-8417)
Show description for d19d8d5
vstinner
authored
d19d8d5
View commit details
Copy full SHA for d19d8d5
View code at this point
Browse repository at this point
Commits on Jul 21, 2018
bpo-34170: _PyCoreConfig_Read() leaves Py_IsolatedFlag unchanged (GH-8361)
Show description for f2626ce
vstinner
authored
f2626ce
View commit details
Copy full SHA for f2626ce
View code at this point
Browse repository at this point
bpo-34170: Rework _PyCoreConfig_Read() to avoid side effect (GH-8353)
Show description for b1147e4
vstinner
authored
b1147e4
View commit details
Copy full SHA for b1147e4
View code at this point
Browse repository at this point
Commits on Feb 22, 2018
bpo-32457: Improves handling of denormalized executable path when launching Python (GH-5756)
zooba
authored
48e8c82
View commit details
Copy full SHA for 48e8c82
View code at this point
Browse repository at this point
Commits on Jan 24, 2018
bpo-32030: Add _PyCoreConfig.module_search_paths (#4954)
Show description for 8ded5b8
vstinner
authored
8ded5b8
View commit details
Copy full SHA for 8ded5b8
View code at this point
Browse repository at this point
Commits on Dec 21, 2017
bpo-32030: Add _Py_FindEnvConfigValue() (#4963)
Show description for 9bee329
vstinner
authored
9bee329
View commit details
Copy full SHA for 9bee329
View code at this point
Browse repository at this point
Commits on Dec 14, 2017
bpo-32030: Rewrite _PyMainInterpreterConfig (#4854)
Show description for b5fd9ad
vstinner
authored
b5fd9ad
View commit details
Copy full SHA for b5fd9ad
View code at this point
Browse repository at this point
Commits on Dec 12, 2017
bpo-32241: Add the const qualifire to declarations of umodifiable strings. (#4748)
serhiy-storchaka
authored
4ae06c5
View commit details
Copy full SHA for 4ae06c5
View code at this point
Browse repository at this point
Commits on Dec 4, 2017
Revert "bpo-32197: Try to fix a compiler error on OS X introduced in bpo-32030. (#4681)" (#4694)
Show description for 31a8393
vstinner
authored
31a8393
View commit details
Copy full SHA for 31a8393
View code at this point
Browse repository at this point
Commits on Dec 2, 2017
bpo-32197: Try to fix a compiler error on OS X introduced in bpo-32030. (#4681)
Show description for 13badcb
serhiy-storchaka
authored
13badcb
View commit details
Copy full SHA for 13badcb
View code at this point
Browse repository at this point
bpo-32030: _PyPathConfig_Init() sets home and program_name (#4673)
Show description for af5a895
vstinner
authored
af5a895
View commit details
Copy full SHA for af5a895
View code at this point
Browse repository at this point
Commits on Dec 1, 2017
bpo-32030: Add Python/pathconfig.c (#4668)
Show description for 0ea395a
vstinner
authored
0ea395a
View commit details
Copy full SHA for 0ea395a
View code at this point
Browse repository at this point
bpo-32030: Don't call _PyPathConfig_Fini() in Py_FinalizeEx() (#4667)
Show description for ebac19d
vstinner
authored
ebac19d
View commit details
Copy full SHA for ebac19d
View code at this point
Browse repository at this point
bpo-32030: Fix Py_GetPath(): init program_name (#4665)
Show description for 9ac3d88
vstinner
authored
9ac3d88
View commit details
Copy full SHA for 9ac3d88
View code at this point
Browse repository at this point
bpo-32030: Cleanup "path config" code (#4663)
Show description for b64de46
vstinner
authored
b64de46
View commit details
Copy full SHA for b64de46
View code at this point
Browse repository at this point
Commits on Nov 25, 2017
bpo-32030: Add _PyPathConfig_Init() (#4551)
Show description for 9316ee4
vstinner
authored
9316ee4
View commit details
Copy full SHA for 9316ee4
View code at this point
Browse repository at this point
Commits on Nov 24, 2017
bpo-32030: Add _PyMainInterpreterConfig.program_name (#4548)
Show description for f04ebe2
vstinner
authored
f04ebe2
View commit details
Copy full SHA for f04ebe2
View code at this point
Browse repository at this point
bpo-32030: Add _PyMainInterpreterConfig_ReadEnv() (#4542)
Show description for 46972b7
vstinner
authored
46972b7
View commit details
Copy full SHA for 46972b7
View code at this point
Browse repository at this point
Commits on Nov 23, 2017
bpo-32030: Rewrite calculate_path() (#4521)
Show description for 0327bde
vstinner
authored
0327bde
View commit details
Copy full SHA for 0327bde
View code at this point
Browse repository at this point
bpo-32030: Add _PyMainInterpreterConfig.pythonhome (#4513)
Show description for 1f15111
vstinner
authored
1f15111
View commit details
Copy full SHA for 1f15111
View code at this point
Browse repository at this point
bpo-32030: Move PYTHONPATH to _PyMainInterpreterConfig (#4511)
Show description for e32e79f
vstinner
authored
e32e79f
View commit details
Copy full SHA for e32e79f
View code at this point
Browse repository at this point
Commits on Nov 22, 2017
bpo-32030: Add _PyCoreConfig.module_search_path_env (#4504)
Show description for d434110
vstinner
authored
d434110
View commit details
Copy full SHA for d434110
View code at this point
Browse repository at this point
Commits on Nov 5, 2017
Fix miscellaneous typos (#4275)
luzpaz
authored and
serhiy-storchaka
committed
a5293b4
View commit details
Copy full SHA for a5293b4
View code at this point
Browse repository at this point
Commits on Mar 11, 2017
bpo-29770: remove outdated PYO related info (GH-590)
zhangyangyu
authored
0710d75
View commit details
Copy full SHA for 0710d75
View code at this point
Browse repository at this point
Commits on Feb 4, 2017
Issue #29326: Ignores blank lines in ._pth files (Patch by Alexey Izbyshev)
zooba
committed
5f9193a
View commit details
Copy full SHA for 5f9193a
View code at this point
Browse repository at this point
Commits on Oct 27, 2016
Issue #28522: Fixes mishandled buffer reallocation in getpathp.c
zooba
committed
c6dd415
View commit details
Copy full SHA for c6dd415
View code at this point
Browse repository at this point
Commits on Sep 17, 2016
Issue #28137: Renames Windows path file to ._pth
Show description for ed51b26
zooba
committed
ed51b26
View commit details
Copy full SHA for ed51b26
View code at this point
Browse repository at this point
Commits on Sep 10, 2016
One more spelling fix
vadmium
committed
fd13c0f
View commit details
Copy full SHA for fd13c0f
View code at this point
Browse repository at this point
Issue #28046: Remove platform-specific directories from sys.path
zware
committed
c4b53af
View commit details
Copy full SHA for c4b53af
View code at this point
Browse repository at this point
Commits on Sep 9, 2016
Fix call to PathCombineW.
zooba
committed
3ceb573
View commit details
Copy full SHA for 3ceb573
View code at this point
Browse repository at this point
Issue #27874: Allows use of pythonXX.zip file as landmark on Windows
zooba
committed
5028938
View commit details
Copy full SHA for 5028938
View code at this point
Browse repository at this point
Changes pyvenv.cfg trick into an actual sys.path file.
zooba
committed
4db86bc
View commit details
Copy full SHA for 4db86bc
View code at this point
Browse repository at this point
Commits on Mar 23, 2016
getpathp.c: fix compiler warning
Show description for ccb1f8c
vstinner
committed
ccb1f8c
View commit details
Copy full SHA for ccb1f8c
View code at this point
Browse repository at this point
Commits on Dec 18, 2015
Issue #25893: Removed unused variable reqdSize.
Show description for e0cb9da
serhiy-storchaka
committed
e0cb9da
View commit details
Copy full SHA for e0cb9da
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL