[Python-checkins] GH-119668: expose importlib.machinery.NamespacePath (#119669)

2025-10-31 Thread FFY00
https://github.com/python/cpython/commit/ede5693be1cefb859522b246897b6835c87ed6d9 commit: ede5693be1cefb859522b246897b6835c87ed6d9 branch: main author: Filipe Laíns committer: FFY00 date: 2025-11-01T00:39:48Z summary: GH-119668: expose importlib.machinery.NamespacePath (#119669) * GH-119668

[Python-checkins] Add FFY00 to CODEOWNERS for generate-build-details (#139561)

2025-10-18 Thread FFY00
https://github.com/python/cpython/commit/f191db2e0eed421c4d11b007458549002785d96e commit: f191db2e0eed421c4d11b007458549002785d96e branch: main author: Filipe Laíns 🇵🇸 committer: FFY00 date: 2025-10-04T15:25:07+01:00 summary: Add FFY00 to CODEOWNERS for generate-build-details (#139561

[Python-checkins] gh-138614: `site._get_path` to respect non-default implementation name (#138610)

2025-10-18 Thread FFY00
https://github.com/python/cpython/commit/744ec1d6c395f7a443ba4609d6023f86c245db58 commit: 744ec1d6c395f7a443ba4609d6023f86c245db58 branch: main author: Shahar Naveh <[email protected]> committer: FFY00 date: 2025-10-10T06:08:51+01:00 summary: gh-138614:

[Python-checkins] gh-136097: Fix sysconfig._parse_makefile() (#136166)

2025-10-18 Thread FFY00
https://github.com/python/cpython/commit/9e3542a6c26a849012216f5f754f16043d775c42 commit: 9e3542a6c26a849012216f5f754f16043d775c42 branch: main author: Serhiy Storchaka committer: FFY00 date: 2025-10-04T14:57:12+01:00 summary: gh-136097: Fix sysconfig._parse_makefile() (#136166) * Fix

[Python-checkins] GH-78870: copy test from GH-20439 (#139884)

2025-10-18 Thread FFY00
https://github.com/python/cpython/commit/9e15770d621780bf9f368f4a58379f9ff4a173fc commit: 9e15770d621780bf9f368f4a58379f9ff4a173fc branch: main author: Filipe Laíns committer: FFY00 date: 2025-10-10T05:52:13Z summary: GH-78870: copy test from GH-20439 (#139884) Signed-off-by: Filipe Laíns

[Python-checkins] Replace obsolete platforms with more recent examples (#132455)

2025-10-18 Thread FFY00
https://github.com/python/cpython/commit/33f32d6740810b7b97e311fe9790a4fa4b4920dc commit: 33f32d6740810b7b97e311fe9790a4fa4b4920dc branch: main author: partev committer: FFY00 date: 2025-10-10T05:38:13Z summary: Replace obsolete platforms with more recent examples (#132455) Co-authored-by

[Python-checkins] gh-133951: Remove lib64->lib symlink in venv creation (#137139)

2025-10-17 Thread FFY00
https://github.com/python/cpython/commit/a7a485558c05a59665d24f9bc048db8a41daf532 commit: a7a485558c05a59665d24f9bc048db8a41daf532 branch: main author: Cycloctane committer: FFY00 date: 2025-10-04T14:55:17+01:00 summary: gh-133951: Remove lib64->lib symlink in venv creation (#137139) * Rem

[Python-checkins] gh-139308: Skip test_special_chars_csh on NetBSD due to csh variable expansion issue (#139341)

2025-10-17 Thread FFY00
https://github.com/python/cpython/commit/ae6e7f572c18d9183cb23e6e53c3324dd9bf0c64 commit: ae6e7f572c18d9183cb23e6e53c3324dd9bf0c64 branch: main author: Furkan Onder committer: FFY00 date: 2025-10-04T13:56:43Z summary: gh-139308: Skip test_special_chars_csh on NetBSD due to csh variable

[Python-checkins] gh-138044: Remove deprecated parameter alias for `importlib.resources.files` (#138059)

2025-10-04 Thread FFY00
https://github.com/python/cpython/commit/8d17d79299ba3aad9f8fd2aded5ee776dc71668d commit: 8d17d79299ba3aad9f8fd2aded5ee776dc71668d branch: main author: Semyon Moroz committer: FFY00 date: 2025-10-04T14:53:43+01:00 summary: gh-138044: Remove deprecated parameter alias for

[Python-checkins] gh-138489: Add missing `build-details.json` step for building wasm (#139302)

2025-10-04 Thread FFY00
https://github.com/python/cpython/commit/db53ca30d761abba525bc8e47b16920b1fc43a83 commit: db53ca30d761abba525bc8e47b16920b1fc43a83 branch: main author: Ho Kim committer: FFY00 date: 2025-10-04T14:26:20+01:00 summary: gh-138489: Add missing `build-details.json` step for building wasm (#139302

[Python-checkins] [3.14] gh-134632: Fix `build-details.json` to use `INCLUDEPY` path (GH-134633) (#135605)

2025-06-17 Thread FFY00
https://github.com/python/cpython/commit/1bd034de9dcc960f25c419221540ff5a5ac04049 commit: 1bd034de9dcc960f25c419221540ff5a5ac04049 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: FFY00 date: 2025-06-17T08:31:10Z summary: [3.14] gh-

[Python-checkins] gh-134632: Fix `build-details.json` to use `INCLUDEPY` path (#134633)

2025-06-17 Thread FFY00
https://github.com/python/cpython/commit/0d582def34babca7417ece8a9e4e16cc2a752d44 commit: 0d582def34babca7417ece8a9e4e16cc2a752d44 branch: main author: Michał Górny committer: FFY00 date: 2025-06-17T08:05:04Z summary: gh-134632: Fix `build-details.json` to use `INCLUDEPY` path (#134633) * gh

[Python-checkins] gh-134455: Fix `build-details.json` to use the ``c_api.headers`` key (#134456)

2025-05-22 Thread FFY00
https://github.com/python/cpython/commit/d706eb9e0f99924b628da4a8afe8e23cff8b801b commit: d706eb9e0f99924b628da4a8afe8e23cff8b801b branch: main author: Michał Górny committer: FFY00 date: 2025-05-22T11:28:35Z summary: gh-134455: Fix `build-details.json` to use the ``c_api.headers`` key (#134456

[Python-checkins] GH-131770: increase assumed WASI stack size to 131072 (wasi-sdk default) (#131844)

2025-04-04 Thread FFY00
https://github.com/python/cpython/commit/6ab4acecf91413fccd39f78ff14775d83498dab5 commit: 6ab4acecf91413fccd39f78ff14775d83498dab5 branch: main author: Filipe Laíns 🇵🇸 committer: FFY00 date: 2025-04-04T09:34:02+01:00 summary: GH-131770: increase assumed WASI stack size to 131072 (wasi-sdk

[Python-checkins] GH-128055: fix test_sysconfigdata_json outside the builddir (#128070)

2025-04-01 Thread FFY00
https://github.com/python/cpython/commit/e7980ba233bcbdb811e96bd5003c7d51a4e25155 commit: e7980ba233bcbdb811e96bd5003c7d51a4e25155 branch: main author: Filipe Laíns 🇵🇸 committer: FFY00 date: 2025-04-02T05:44:43Z summary: GH-128055: fix test_sysconfigdata_json outside the builddir (#128070

[Python-checkins] [3.12] GH-92897: schedule the check_home deprecation to 3.15 (GH-129102) (#130585)

2025-02-27 Thread FFY00
https://github.com/python/cpython/commit/a55a9cd6c2273c5eb6d346d4c281ab0aa72f7221 commit: a55a9cd6c2273c5eb6d346d4c281ab0aa72f7221 branch: 3.12 author: Hugo van Kemenade <[email protected]> committer: FFY00 date: 2025-02-27T18:17:08Z summary: [3.12] GH-92897: schedu

[Python-checkins] [3.13] GH-92897: schedule the check_home deprecation to 3.15 (GH-129102) (#130583)

2025-02-27 Thread FFY00
https://github.com/python/cpython/commit/4100fb0537eac0fb0f25f2d5e1b667f806964b21 commit: 4100fb0537eac0fb0f25f2d5e1b667f806964b21 branch: 3.13 author: Hugo van Kemenade <[email protected]> committer: FFY00 date: 2025-02-27T18:16:33Z summary: [3.13] GH-92897: schedu

[Python-checkins] GH-107956: install build-details.json (PEP 739) (#130069)

2025-02-13 Thread FFY00
https://github.com/python/cpython/commit/1eb3ade6e5dbc3ee3a75cc11b802b9b0b81ce384 commit: 1eb3ade6e5dbc3ee3a75cc11b802b9b0b81ce384 branch: main author: Filipe Laíns 🇵🇸 committer: FFY00 date: 2025-02-13T13:58:00Z summary: GH-107956: install build-details.json (PEP 739) (#130069) files: A Lib

[Python-checkins] GH-127432: add cross-build-linux as a required CI job (#129459)

2025-02-12 Thread FFY00
https://github.com/python/cpython/commit/2a0256f588e5c8ea3892521009ae3834c407cd69 commit: 2a0256f588e5c8ea3892521009ae3834c407cd69 branch: main author: Filipe Laíns 🇵🇸 committer: FFY00 date: 2025-02-13T02:41:13Z summary: GH-127432: add cross-build-linux as a required CI job (#129459) files

[Python-checkins] GH-128469: Revert "warn when libpython was loaded from outside the build directory (#128645)" (#129506)

2025-01-31 Thread FFY00
https://github.com/python/cpython/commit/31c82c28f927b7e55c7dfdd548322c6c36760278 commit: 31c82c28f927b7e55c7dfdd548322c6c36760278 branch: main author: Petr Viktorin committer: FFY00 date: 2025-01-31T11:17:37Z summary: GH-128469: Revert "warn when libpython was loaded from outside the

[Python-checkins] tests: add test.support.venv.VirtualEnvironmentMixin (#129461)

2025-01-29 Thread FFY00
https://github.com/python/cpython/commit/a4722449caccc42ad644611d02fbdb5005f601eb commit: a4722449caccc42ad644611d02fbdb5005f601eb branch: main author: Filipe Laíns 🇵🇸 committer: FFY00 date: 2025-01-30T03:32:24Z summary: tests: add test.support.venv.VirtualEnvironmentMixin (#129461) files: M

[Python-checkins] gh-128779: Fix site venv() for system site-packages (#129184)

2025-01-29 Thread FFY00
https://github.com/python/cpython/commit/a549f439384b4509b25639337ffea21c2e55d452 commit: a549f439384b4509b25639337ffea21c2e55d452 branch: main author: Victor Stinner committer: FFY00 date: 2025-01-30T00:02:31Z summary: gh-128779: Fix site venv() for system site-packages (#129184) files: M Lib

[Python-checkins] gh-127432: Add CI job to cross build Python (#128380)

2025-01-29 Thread FFY00
https://github.com/python/cpython/commit/99849ee0d3ebcddc97b6aeaf389f43a12f541068 commit: 99849ee0d3ebcddc97b6aeaf389f43a12f541068 branch: main author: Matthew Hughes committer: FFY00 date: 2025-01-29T23:24:09Z summary: gh-127432: Add CI job to cross build Python (#128380) Co-authored-by

[Python-checkins] GH-127178: improve compatibility in `_sysconfig_vars_(...).json` (#128558)

2025-01-29 Thread FFY00
https://github.com/python/cpython/commit/c931d75831e4176b4876875c01e4b989c8915275 commit: c931d75831e4176b4876875c01e4b989c8915275 branch: main author: Filipe Laíns 🇵🇸 committer: FFY00 date: 2025-01-29T22:47:20Z summary: GH-127178: improve compatibility in `_sysconfig_vars_(...).json

[Python-checkins] GH-128469: warn when libpython was loaded from outside the build directory (#128645)

2025-01-29 Thread FFY00
https://github.com/python/cpython/commit/29b3ce8355b7d141ef61fa28757b7ff389189604 commit: 29b3ce8355b7d141ef61fa28757b7ff389189604 branch: main author: Filipe Laíns 🇵🇸 committer: FFY00 date: 2025-01-29T22:35:55Z summary: GH-128469: warn when libpython was loaded from outside the build

[Python-checkins] Revert "doc: add social cards generation support in sphinxext-opengraph (#129085)" (#129106)

2025-01-20 Thread FFY00
https://github.com/python/cpython/commit/e65a1eb93ae35f9fbab1508606e3fbc89123629f commit: e65a1eb93ae35f9fbab1508606e3fbc89123629f branch: main author: Adam Turner <[email protected]> committer: FFY00 date: 2025-01-20T23:53:33Z summary: Revert "doc: add s

[Python-checkins] GH-92897: schedule the check_home deprecation to 3.15 (#129102)

2025-01-20 Thread FFY00
https://github.com/python/cpython/commit/e52ab564da84540a7544cb829f262b0154efccae commit: e52ab564da84540a7544cb829f262b0154efccae branch: main author: Filipe Laíns 🇵🇸 committer: FFY00 date: 2025-01-20T21:25:14Z summary: GH-92897: schedule the check_home deprecation to 3.15 (#129102) files

[Python-checkins] doc: add social cards generation support in sphinxext-opengraph (#129085)

2025-01-20 Thread FFY00
https://github.com/python/cpython/commit/382340d5594a05d8a5362a06fe55119eec1d8e04 commit: 382340d5594a05d8a5362a06fe55119eec1d8e04 branch: main author: Filipe Laíns 🇵🇸 committer: FFY00 date: 2025-01-20T20:41:27Z summary: doc: add social cards generation support in sphinxext-opengraph (#129085

[Python-checkins] GH-129064: deprecate sysconfig.expand_makefile_vars (#129082)

2025-01-20 Thread FFY00
https://github.com/python/cpython/commit/0a6412f9cc9e694e76299cfbd73ec969b7d47af6 commit: 0a6412f9cc9e694e76299cfbd73ec969b7d47af6 branch: main author: Filipe Laíns 🇵🇸 committer: FFY00 date: 2025-01-20T17:03:44Z summary: GH-129064: deprecate sysconfig.expand_makefile_vars (#129082) files: A

[Python-checkins] gh-128696: Add arm64 to the get_platform return val description (#128701)

2025-01-10 Thread FFY00
https://github.com/python/cpython/commit/553cdc6d6856c1b4539a45eb90d0769f7c629355 commit: 553cdc6d6856c1b4539a45eb90d0769f7c629355 branch: main author: RUANG (James Roy) committer: FFY00 date: 2025-01-11T01:03:12Z summary: gh-128696: Add arm64 to the get_platform return val description (#128701

[Python-checkins] acks: add myself (#128652)

2025-01-08 Thread FFY00
https://github.com/python/cpython/commit/58a9133fc2caea15d6f0b5bd6832374cb88c commit: 58a9133fc2caea15d6f0b5bd6832374cb88c branch: main author: Filipe Laíns 🇵🇸 committer: FFY00 date: 2025-01-08T21:10:43Z summary: acks: add myself (#128652) files: M Misc/ACKS diff --git a/Misc/ACKS b

[Python-checkins] GH-66409: check if exec_prefix is the same as prefix before searching executable_dir (#127974)

2025-01-08 Thread FFY00
https://github.com/python/cpython/commit/34e840f9ddd9c04991cf004e2594c6a1e0e278d3 commit: 34e840f9ddd9c04991cf004e2594c6a1e0e278d3 branch: main author: Filipe Laíns 🇵🇸 committer: FFY00 date: 2025-01-08T20:23:16Z summary: GH-66409: check if exec_prefix is the same as prefix before searching

[Python-checkins] GH-127970: find the runtime library when dladdr is available (#127972)

2025-01-08 Thread FFY00
https://github.com/python/cpython/commit/95cd9c669cdc7718198addb1abb49941a2c61fae commit: 95cd9c669cdc7718198addb1abb49941a2c61fae branch: main author: Filipe Laíns 🇵🇸 committer: FFY00 date: 2025-01-08T12:03:21Z summary: GH-127970: find the runtime library when dladdr is available (#127972

[Python-checkins] gh-127146: Fix test_sysconfigdata_json for Emscripten (#128556)

2025-01-06 Thread FFY00
https://github.com/python/cpython/commit/b6c919b674549d519efbbc378588ca6d3efc7242 commit: b6c919b674549d519efbbc378588ca6d3efc7242 branch: main author: Hood Chatham committer: FFY00 date: 2025-01-06T19:45:14Z summary: gh-127146: Fix test_sysconfigdata_json for Emscripten (#128556) files: M Lib

[Python-checkins] GH-126985: Don't override venv detection with PYTHONHOME (#127968)

2024-12-15 Thread FFY00
https://github.com/python/cpython/commit/b74c8f58e875d909ce6b5b9dbcddd6d8331d2081 commit: b74c8f58e875d909ce6b5b9dbcddd6d8331d2081 branch: main author: Filipe Laíns 🇵🇸 committer: FFY00 date: 2024-12-15T21:12:13Z summary: GH-126985: Don't override venv detection with PYTHONHOME (#1

[Python-checkins] getpath: Add comments highlighing details of the pyvenv.cfg detection (#127966)

2024-12-15 Thread FFY00
https://github.com/python/cpython/commit/3683b2f9e5972a2feb67a051fcf898a1b58a54fe commit: 3683b2f9e5972a2feb67a051fcf898a1b58a54fe branch: main author: Filipe Laíns 🇵🇸 committer: FFY00 date: 2024-12-15T15:40:19Z summary: getpath: Add comments highlighing details of the pyvenv.cfg detection

[Python-checkins] GH-127724: don't use sysconfig to calculate the venv local include path (#127731)

2024-12-12 Thread FFY00
https://github.com/python/cpython/commit/8ac307f0d6834148471d2e12a45bf022e659164c commit: 8ac307f0d6834148471d2e12a45bf022e659164c branch: main author: Filipe Laíns 🇵🇸 committer: FFY00 date: 2024-12-12T21:41:46Z summary: GH-127724: don't use sysconfig to calculate the venv local include

[Python-checkins] GH-126789: fix some sysconfig data on late site initializations (#127729)

2024-12-07 Thread FFY00
https://github.com/python/cpython/commit/70154855cf698560dd9a5e484a649839cd68dc7c commit: 70154855cf698560dd9a5e484a649839cd68dc7c branch: main author: Filipe Laíns 🇵🇸 committer: FFY00 date: 2024-12-08T05:57:22Z summary: GH-126789: fix some sysconfig data on late site initializations (#127729

[Python-checkins] GH-127429: fix sysconfig data generation on cross-builds (#127430)

2024-12-01 Thread FFY00
https://github.com/python/cpython/commit/2950bc50af8fc2539e64731359bfb39b335a614d commit: 2950bc50af8fc2539e64731359bfb39b335a614d branch: main author: Filipe Laíns 🇵🇸 committer: FFY00 date: 2024-12-02T07:12:36Z summary: GH-127429: fix sysconfig data generation on cross-builds (#127430

[Python-checkins] GH-127178: install a _sysconfig_vars_(...).json file in the stdlib directory (#127302)

2024-11-27 Thread FFY00
https://github.com/python/cpython/commit/3a77980002845c22e5b294ca47a12d62bf5baf53 commit: 3a77980002845c22e5b294ca47a12d62bf5baf53 branch: main author: Filipe Laíns 🇵🇸 committer: FFY00 date: 2024-11-27T23:32:54Z summary: GH-127178: install a _sysconfig_vars_(...).json file in the stdlib

[Python-checkins] GH-126985: move pyvenv.cfg detection from site to getpath (#126987)

2024-11-26 Thread FFY00
https://github.com/python/cpython/commit/2b0e2b2893a821ca36cd65a204bed932741ac189 commit: 2b0e2b2893a821ca36cd65a204bed932741ac189 branch: main author: Filipe Laíns 🇵🇸 committer: FFY00 date: 2024-11-26T13:46:33Z summary: GH-126985: move pyvenv.cfg detection from site to getpath (#126987

[Python-checkins] GH-89435: os.path should not be a frozen module (#126924)

2024-11-22 Thread FFY00
https://github.com/python/cpython/commit/a264637654f9d3ac3c140e66fd56ee32faf22431 commit: a264637654f9d3ac3c140e66fd56ee32faf22431 branch: main author: Filipe Laíns 🇵🇸 committer: FFY00 date: 2024-11-22T18:50:30Z summary: GH-89435: os.path should not be a frozen module (#126924) files: M

[Python-checkins] codeowners: add myself to getpath, site, and venv (#126994)

2024-11-19 Thread FFY00
https://github.com/python/cpython/commit/6309e9e07a855e08c223a0e295710c8bd66e793d commit: 6309e9e07a855e08c223a0e295710c8bd66e793d branch: main author: Filipe Laíns 🇵🇸 committer: FFY00 date: 2024-11-19T12:43:34Z summary: codeowners: add myself to getpath, site, and venv (#126994) Signed-off

[Python-checkins] getpath: fix warning typo (#126978)

2024-11-18 Thread FFY00
https://github.com/python/cpython/commit/0063f5f314350ad5122a86f31df65f5dff4f4e5c commit: 0063f5f314350ad5122a86f31df65f5dff4f4e5c branch: main author: Filipe Laíns 🇵🇸 committer: FFY00 date: 2024-11-18T23:50:01Z summary: getpath: fix warning typo (#126978) files: M Modules/getpath.py diff

[Python-checkins] GH-126920: fix Makefile overwriting sysconfig.get_config_vars

2024-11-16 Thread FFY00
https://github.com/python/cpython/commit/9d6366b60d01305fc5e45100e0cd13e358aa397d commit: 9d6366b60d01305fc5e45100e0cd13e358aa397d branch: main author: Filipe Laíns 🇵🇸 committer: FFY00 date: 2024-11-17T01:56:01Z summary: GH-126920: fix Makefile overwriting sysconfig.get_config_vars files: A

[Python-checkins] [3.13] GH-126789: fix some sysconfig data on late site initializations

2024-11-16 Thread FFY00
https://github.com/python/cpython/commit/ec9cbcb86b211436dd2309e70e367be2454165c3 commit: ec9cbcb86b211436dd2309e70e367be2454165c3 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: FFY00 date: 2024-11-17T00:32:22Z summary: [3.13] GH-

[Python-checkins] [3.12] GH-126789: fix some sysconfig data on late site initializations

2024-11-16 Thread FFY00
https://github.com/python/cpython/commit/50e42b99802882d5e1f6286ec988ed310370a6ff commit: 50e42b99802882d5e1f6286ec988ed310370a6ff branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: FFY00 date: 2024-11-17T00:26:59Z summary: [3.12] GH-

[Python-checkins] GH-126789: fix some sysconfig data on late site initializations

2024-11-16 Thread FFY00
https://github.com/python/cpython/commit/acbd5c9c6c62dac34d2ed1a789d36fe61841c16d commit: acbd5c9c6c62dac34d2ed1a789d36fe61841c16d branch: main author: Filipe Laíns 🇵🇸 committer: FFY00 date: 2024-11-17T00:07:25Z summary: GH-126789: fix some sysconfig data on late site initializations files

[Python-checkins] [3.13] gh-115382: Fix cross compiles when host and target use same SOABI

2024-10-20 Thread FFY00
https://github.com/python/cpython/commit/909d5ac2959ea88e1d3b38f35676a1c7e5dd44f6 commit: 909d5ac2959ea88e1d3b38f35676a1c7e5dd44f6 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: FFY00 date: 2024-10-20T08:20:34+01:00 summary: [3.

[Python-checkins] gh-115382: Fix cross compiles when host and target use same SOABI

2024-10-16 Thread FFY00
https://github.com/python/cpython/commit/aecbc2e6f40f8066f478c2d0f3be5b550e36cfd3 commit: aecbc2e6f40f8066f478c2d0f3be5b550e36cfd3 branch: main author: Vincent Fazio committer: FFY00 date: 2024-10-16T23:01:42+01:00 summary: gh-115382: Fix cross compiles when host and target use same SOABI Co

[Python-checkins] GH-118174: specify the type for the path argument of shutil.which

2024-05-01 Thread FFY00
https://github.com/python/cpython/commit/97feb4a78bf1ebdec26b685fd509cf57be4a commit: 97feb4a78bf1ebdec26b685fd509cf57be4a branch: main author: Filipe Laíns committer: FFY00 date: 2024-05-02T00:13:32+01:00 summary: GH-118174: specify the type for the path argument of shutil.which files

[Python-checkins] gh-117182: Allow lazily loaded modules to modify their own __class__

2024-04-08 Thread FFY00
https://github.com/python/cpython/commit/19a22020676a599e1c92a24f841196645ddd9895 commit: 19a22020676a599e1c92a24f841196645ddd9895 branch: main author: Chris Markiewicz committer: FFY00 date: 2024-04-09T04:08:48+01:00 summary: gh-117182: Allow lazily loaded modules to modify their own __class__

[Python-checkins] gh-71052: Change Android's `sys.platform` from "linux" to "android"

2024-03-11 Thread FFY00
https://github.com/python/cpython/commit/872c0714fcdc168ce4a69bdd0346f2d5dd488ec2 commit: 872c0714fcdc168ce4a69bdd0346f2d5dd488ec2 branch: main author: Malcolm Smith committer: FFY00 date: 2024-03-11T19:25:39Z summary: gh-71052: Change Android's `sys.platform` from "linux" t

[Python-checkins] gh-113238: add Anchor to importlib.resources (#113801)

2024-01-16 Thread FFY00
https://github.com/python/cpython/commit/c85c0026a64c2a902138feeb73a9c66af1af31e0 commit: c85c0026a64c2a902138feeb73a9c66af1af31e0 branch: main author: Mike Zimin <[email protected]> committer: FFY00 date: 2024-01-16T10:55:59Z summary: gh-113238: add Anc

[Python-checkins] gh-99437: runpy: decode path-like objects before setting globals

2024-01-15 Thread FFY00
https://github.com/python/cpython/commit/d457345bbc6414db0443819290b04a9a413d commit: d457345bbc6414db0443819290b04a9a413d branch: main author: Kamil Turek committer: FFY00 date: 2024-01-15T16:58:50Z summary: gh-99437: runpy: decode path-like objects before setting globals files: A

[Python-checkins] gh-103708: Make directory layout in sysconfig implementation configurable (#103709)

2023-12-29 Thread FFY00
https://github.com/python/cpython/commit/f46987b8281148503568516c29a4a04a75aaba8d commit: f46987b8281148503568516c29a4a04a75aaba8d branch: main author: Ankit Kumar Pandey <[email protected]> committer: FFY00 date: 2023-12-29T17:55:17Z summary: gh-103708: Make dir