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
/
Modules
/
getpath.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-41100: Support macOS 11 and Apple Silicon (GH-22855)
Ronald Oussoren
2020-11-08
1
-4
/
+0
*
bpo-40947: getpath.c uses PyConfig.platlibdir (GH-20807)
Victor Stinner
2020-06-11
1
-11
/
+20
*
bpo-40854: Allow overriding sys.platlibdir via PYTHONPLATLIBDIR env-var (GH-2...
Sandro Mani
2020-06-08
1
-10
/
+6
*
bpo-37616: Handle version information more gracefully in getpath.c (GH-20214)
Pablo Galindo
2020-05-19
1
-9
/
+3
*
Python 3.10.0a0 (GH-20198)
Pablo Galindo
2020-05-19
1
-5
/
+6
*
bpo-40268: Remove unused osdefs.h includes (GH-19532)
Victor Stinner
2020-04-15
1
-1
/
+1
*
bpo-40268: Remove a few pycore_pystate.h includes (GH-19510)
Victor Stinner
2020-04-14
1
-3
/
+2
*
bpo-1294959: Add sys.platlibdir attribute (GH-18381)
Victor Stinner
2020-03-10
1
-12
/
+40
*
bpo-38353: Fix typos in calculate_argv0_path_framework() (GH-16695)
Victor Stinner
2019-10-10
1
-4
/
+4
*
bpo-38353: Simplify calculate_pybuilddir() (GH-16614)
Victor Stinner
2019-10-07
1
-5
/
+0
*
bpo-38353: getpath.c: allocates strings on the heap (GH-16585)
Victor Stinner
2019-10-04
1
-295
/
+383
*
bpo-38353: getpath.c uses dynamically allocated strings (GH-16582)
Victor Stinner
2019-10-04
1
-91
/
+115
*
bpo-38353: Rework ismodule() in getpath.c (GH-16574)
Victor Stinner
2019-10-04
1
-64
/
+80
*
bpo-38353: Add subfunctions to getpath.c (GH-16572)
Victor Stinner
2019-10-04
1
-153
/
+259
*
bpo-38353: Fix calculate_argv0_path() for symlinks (GH-16549)
Victor Stinner
2019-10-03
1
-1
/
+1
*
bpo-38234: Cleanup getpath.c (GH-16367)
Victor Stinner
2019-09-25
1
-73
/
+116
*
bpo-38234: Add tests for Python init path config (GH-16358)
Victor Stinner
2019-09-24
1
-3
/
+3
*
bpo-38234: read_pth_file() now returns PyStatus (GH-16338)
Victor Stinner
2019-09-24
1
-79
/
+112
*
bpo-38234: Fix _PyConfig_InitPathConfig() (GH-16335)
Victor Stinner
2019-09-23
1
-62
/
+78
*
bpo-38234: Fix PyConfig_Read() when Py_SetPath() was called (GH-16298)
Victor Stinner
2019-09-21
1
-4
/
+6
*
bpo-37649: Fix exec_prefix check (GH-14897)
Orivej Desh
2019-09-09
1
-1
/
+1
*
Fix typos in comments, docs and test names (#15018)
Min ho Kim
2019-07-30
1
-1
/
+1
*
bpo-20443: Fix calculate_program_full_path() warning (GH-14446)
Victor Stinner
2019-06-28
1
-1
/
+1
*
bpo-20443: _PyConfig_Read() gets the absolute path of run_filename (GH-14053)
Victor Stinner
2019-06-25
1
-8
/
+8
*
bpo-36763: Implement the PEP 587 (GH-13592)
Victor Stinner
2019-05-27
1
-238
/
+238
*
bpo-36763: Add _PyInitError functions (GH-13395)
Victor Stinner
2019-05-17
1
-0
/
+1
*
bpo-36763: Add _Py_InitializeMain() (GH-13362)
Victor Stinner
2019-05-16
1
-3
/
+3
*
bpo-36763: Rework _PyInitError API (GH-13031)
Victor Stinner
2019-05-01
1
-2
/
+2
*
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-07
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-11-01
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
[next]