| Commit message (Expand) | Author | Age | Files | Lines |
* | GH-127970: find the runtime library when dladdr is available (#127972) | Filipe Laíns 🇵🇸 | 2025-01-08 | 1 | -23/+15 |
|
|
* | gh-115754: Use Py_GetConstant(Py_CONSTANT_EMPTY_STR) (#125583) | Victor Stinner | 2024-10-25 | 1 | -3/+3 |
|
|
* | gh-121103: Put free-threaded libraries in `lib/python3.14t` (#121293) | Sam Gross | 2024-07-11 | 1 | -0/+5 |
|
|
* | gh-115136: Fix possible NULL deref in getpath_joinpath() (GH-115137) | Artem Chernyshev | 2024-02-08 | 1 | -0/+4 |
|
|
* | gh-113039: Avoid using leading dots in the include path for frozen getpath.py... | Itamar Oren | 2023-12-18 | 1 | -1/+1 |
|
|
* | gh-86179: Avoid making case-only changes when calculating realpath() during i... | Steve Dower | 2023-12-14 | 1 | -2/+11 |
|
|
* | gh-86179: Implement realpath() on Windows for getpath.py calculations (GH-113... | Steve Dower | 2023-12-13 | 1 | -0/+39 |
|
|
* | gh-59703: restore include of mach-o/dyld.h (gh-112309) | Ned Deily | 2023-11-22 | 1 | -0/+1 |
|
|
* | gh-59703: use the system dladdr function in getpath.c for macOS framework bui... | AN Long | 2023-11-21 | 1 | -11/+6 |
|
|
* | gh-108082: Use PyErr_FormatUnraisable() (GH-111580) | Serhiy Storchaka | 2023-11-02 | 1 | -4/+3 |
|
|
* | gh-108867: Add PyThreadState_GetUnchecked() function (#108870) | Victor Stinner | 2023-10-03 | 1 | -1/+2 |
|
|
* | gh-106320: Remove private _PyErr_WriteUnraisableMsg() (#108863) | Victor Stinner | 2023-09-04 | 1 | -0/+1 |
|
|
* | gh-107913: Fix possible losses of OSError error codes (GH-107930) | Serhiy Storchaka | 2023-08-26 | 1 | -1/+2 |
|
|
* | gh-89745: Remove commented code in getpath.c (#108307) | Victor Stinner | 2023-08-22 | 1 | -18/+0 |
|
|
* | gh-106320: Remove private _PyMem API (#107187) | Victor Stinner | 2023-07-24 | 1 | -3/+5 |
|
|
* | remove unused #includes of pycore_pymem.h (#105166) | Irit Katriel | 2023-06-01 | 1 | -1/+0 |
|
|
* | gh-102281: Fix potential nullptr dereference + use of uninitialized memory (g... | Max Bachmann | 2023-03-15 | 1 | -1/+4 |
|
|
* | gh-102255: Improve build support for Windows API partitions (GH-102256) | Max Bachmann | 2023-03-09 | 1 | -0/+2 |
|
|
* | gh-102336: Remove code specifically for handling Windows 7 (GH-102337) | Max Bachmann | 2023-03-01 | 1 | -3/+2 |
|
|
* | gh-99300: Use Py_NewRef() in Modules/ directory (#99469) | Victor Stinner | 2022-11-14 | 1 | -19/+10 |
|
|
* | gh-97758: Fix a crash in getpath_joinpath() called without arguments (GH-97759) | Serhiy Storchaka | 2022-10-05 | 1 | -1/+1 |
|
|
* | gh-94526: getpath_dirname() no longer encodes the path (#97645) | Victor Stinner | 2022-09-30 | 1 | -9/+14 |
|
|
* | bpo-46890: Fix setting of sys._base_executable with framework builds on macOS... | Ronald Oussoren | 2022-04-05 | 1 | -0/+6 |
|
|
* | bpo-46362: Ensure ntpath.abspath() uses the Windows API correctly (GH-30571) | neonene | 2022-01-13 | 1 | -3/+3 |
|
|
* | bpo-46049: Fixes ._pth support on non-Windows (GH-30051) | Steve Dower | 2021-12-11 | 1 | -1/+1 |
|
|
* | bpo-46048: Fix parsing of single character lines in getpath readlines() (GH-3... | Steve Dower | 2021-12-11 | 1 | -3/+3 |
|
|
* | bpo-46015: Fixes calculation of sys.path in a venv on Windows (GH-29992) | Steve Dower | 2021-12-08 | 1 | -1/+1 |
|
|
* | bpo-45582: Fix framework path and bootstrap build (GH-29954) | Christian Heimes | 2021-12-07 | 1 | -9/+12 |
|
|
* | bpo-45582: framework build: modPath must not be const (GH-29944) | Christian Heimes | 2021-12-06 | 1 | -1/+1 |
|
|
* | bpo-45582: Fix getpath_isxfile() and test_embed on Windows (GH-29930) | neonene | 2021-12-06 | 1 | -1/+1 |
|
|
* | bpo-45950: Fix macOS framework builds of _bootstrap_python (GH-29936) | Christian Heimes | 2021-12-06 | 1 | -1/+2 |
|
|
* | bpo-45582: Fix signature of _Py_Get_Getpath_CodeObject (GH-29921) | Christian Heimes | 2021-12-05 | 1 | -1/+1 |
|
|
* | bpo-45582: Add a NOT operator to the condition in getpath_isxfile (GH-29906) | neonene | 2021-12-03 | 1 | -3/+9 |
|
|
* | bpo-45582: Fix out-of-tree build issues with new getpath (GH-29902) | Christian Heimes | 2021-12-03 | 1 | -1/+1 |
|
|
* | bpo-45582: Port getpath[p].c to Python (GH-29041) | Steve Dower | 2021-12-03 | 1 | -1397/+715 |
|
|
* | bpo-45506: Normalize _PyPathConfig.stdlib_dir when calculated. (#29040) | Eric Snow | 2021-10-22 | 1 | -6/+40 |
|
|
* | bpo-45434: pyport.h no longer includes <stdlib.h> (GH-28914) | Victor Stinner | 2021-10-13 | 1 | -1/+2 |
|
|
* | Fix typos in the Modules directory (GH-28761) | Christian Clauss | 2021-10-07 | 1 | -1/+1 |
|
|
* | bpo-45211: Remember the stdlib dir during startup. (gh-28586) | Eric Snow | 2021-09-28 | 1 | -0/+10 |
|
|
* | bpo-45211: Move helpers from getpath.c to internal API. (gh-28550) | Eric Snow | 2021-09-27 | 1 | -56/+8 |
|
|
* | bpo-44285: getpath.c: Assert that env_file is NULL during an error check (GH-... | stratakis | 2021-06-02 | 1 | -0/+1 |
|
|
* | 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 |
|
|