COMMITS
/ Modules/getpath.c November 8, 2020
R
bpo-41100: Support macOS 11 and Apple Silicon (GH-22855)
Ronald Oussoren committed
June 11, 2020
V
bpo-40947: getpath.c uses PyConfig.platlibdir (GH-20807)
Victor Stinner committed
June 8, 2020
S
bpo-40854: Allow overriding sys.platlibdir via PYTHONPLATLIBDIR env-var (GH-20605)
Sandro Mani committed
May 19, 2020
P
bpo-37616: Handle version information more gracefully in getpath.c (GH-20214)
Pablo Galindo committed
P
Python 3.10.0a0 (GH-20198)
Pablo Galindo committed
April 15, 2020
V
bpo-40268: Remove unused osdefs.h includes (GH-19532)
Victor Stinner committed
April 14, 2020
V
bpo-40268: Remove a few pycore_pystate.h includes (GH-19510)
Victor Stinner committed
March 10, 2020
V
bpo-1294959: Add sys.platlibdir attribute (GH-18381)
Victor Stinner committed
October 10, 2019
V
bpo-38353: Fix typos in calculate_argv0_path_framework() (GH-16695)
Victor Stinner committed
October 7, 2019
V
bpo-38353: Simplify calculate_pybuilddir() (GH-16614)
Victor Stinner committed
October 4, 2019
V
bpo-38353: getpath.c: allocates strings on the heap (GH-16585)
Victor Stinner committed
V
bpo-38353: getpath.c uses dynamically allocated strings (GH-16582)
Victor Stinner committed
V
bpo-38353: Rework ismodule() in getpath.c (GH-16574)
Victor Stinner committed
V
bpo-38353: Add subfunctions to getpath.c (GH-16572)
Victor Stinner committed
October 3, 2019
V
bpo-38353: Fix calculate_argv0_path() for symlinks (GH-16549)
Victor Stinner committed
September 25, 2019
V
bpo-38234: Cleanup getpath.c (GH-16367)
Victor Stinner committed
September 24, 2019
V
bpo-38234: Add tests for Python init path config (GH-16358)
Victor Stinner committed
September 23, 2019
V
bpo-38234: read_pth_file() now returns PyStatus (GH-16338)
Victor Stinner committed
V
bpo-38234: Fix _PyConfig_InitPathConfig() (GH-16335)
Victor Stinner committed
September 20, 2019
V
bpo-38234: Fix PyConfig_Read() when Py_SetPath() was called (GH-16298)
Victor Stinner committed
September 9, 2019
O
bpo-37649: Fix exec_prefix check (GH-14897)
Orivej Desh committed
July 30, 2019
M
Fix typos in comments, docs and test names (#15018)
Min ho Kim committed
June 28, 2019
V
bpo-20443: Fix calculate_program_full_path() warning (GH-14446)
Victor Stinner committed
June 25, 2019
V
bpo-20443: _PyConfig_Read() gets the absolute path of run_filename (GH-14053)
Victor Stinner committed
May 27, 2019
V
bpo-36763: Implement the PEP 587 (GH-13592)
Victor Stinner committed
May 17, 2019
V
bpo-36763: Add _PyInitError functions (GH-13395)
Victor Stinner committed
May 16, 2019
V
bpo-36763: Add _Py_InitializeMain() (GH-13362)
Victor Stinner committed
May 1, 2019
V
bpo-36763: Rework _PyInitError API (GH-13031)
Victor Stinner committed
March 19, 2019
V
bpo-36352: Avoid hardcoded MAXPATHLEN size in getpath.c (GH-12423)
Victor Stinner committed
V
bpo-36301: Error if decoding pybuilddir.txt fails (GH-12422)
Victor Stinner committed
March 18, 2019
V
bpo-36352: Add error handling to getpath.c (GH-12421)
Victor Stinner committed
November 12, 2018
V
bpo-35081: Rename internal headers (GH-10275)
Victor Stinner committed
November 6, 2018
V
bpo-35081: Add pycore_fileutils.h (GH-10371)
Victor Stinner committed
November 1, 2018
V
bpo-35081: And pycore_lifecycle.h and pycore_pathconfig.h (GH-10273)
Victor Stinner committed
October 31, 2018
V
bpo-35081: Add pycore_ prefix to internal header files (GH-10263)
Victor Stinner committed
October 5, 2018
E
bpo-28441: Ensure `.exe` suffix in `sys.executable` on MinGW and Cygwin (GH-4348)
E. M. Bray committed
August 1, 2018
V
bpo-34170: Add _PyCoreConfig._frozen parameter (GH-8591)
Victor Stinner committed
July 21, 2018
V
bpo-34170: Rework _PyCoreConfig_Read() to avoid side effect (GH-8353)
Victor Stinner committed
July 16, 2018
A
bpo-32430: Rename Modules/Setup.dist to Modules/Setup (GH-8229)
Antoine Pitrou committed
January 15, 2018
V
bpo-29240: Fix locale encodings in UTF-8 Mode (#5170)
Victor Stinner committed
December 21, 2017
V
bpo-32030: Add _Py_FindEnvConfigValue() (#4963)
Victor Stinner committed
V
bpo-32030: Add _Py_EncodeLocaleRaw() (#4961)
Victor Stinner committed
December 16, 2017
V
bpo-29240, bpo-32030: Py_Main() re-reads config if encoding changes (#4899)
Victor Stinner committed
December 14, 2017
V
bpo-32030: Rewrite _PyMainInterpreterConfig (#4854)
Victor Stinner committed
December 12, 2017
S
bpo-32241: Add the const qualifire to declarations of umodifiable strings. (#4748)
Serhiy Storchaka committed
December 4, 2017
V
Revert "bpo-32197: Try to fix a compiler error on OS X introduced in bpo-32030. (#4681)" (#4694)
Victor Stinner committed
December 2, 2017
S
bpo-32197: Try to fix a compiler error on OS X introduced in bpo-32030. (#4681)
Serhiy Storchaka committed
V
bpo-32030: _PyPathConfig_Init() sets home and program_name (#4673)
Victor Stinner committed
December 1, 2017
V
bpo-32030: Add Python/pathconfig.c (#4668)
Victor Stinner committed
V
bpo-32030: Don't call _PyPathConfig_Fini() in Py_FinalizeEx() (#4667)
Victor Stinner committed