COMMITS
/ Lib/platform.py March 6, 2026
V
gh-141510: Use frozendict in the stdlib (#144909)
Victor Stinner committed
December 8, 2025
V
Fix pyflakes warnings: variable is assigned to but never used (#142294)
Victor Stinner committed
November 22, 2025
A
gh-141600: Fix musl version detection on Void Linux (GH-141602)
Andrew J. Hesford committed
September 29, 2025
H
gh-76007: Deprecate `__version__` attribute (#138675)
Hugo van Kemenade committed
September 1, 2025
M
gh-90548: Fix musl version detection with --strip-all (#137864)
Marc Mueller committed
August 31, 2025
H
gh-138130: Fix return value of libc_ver() on Emscripten (#138132)
Hood Chatham committed
June 29, 2025
B
gh-136066: simplify `platform._platform()` (#136069)
Bénédikt Tran committed
June 16, 2025
D
gh-119132: Remove "experimental" tag from the CPython free-threading. (gh-135550)
Donghee Na committed
May 16, 2025
A
gh-133604: remove deprecated `java_ver` function (#133888)
Alexey Makridenko committed
May 5, 2025
H
gh-130645: Add color to stdlib argparse CLIs (gh-133380)
Hugo van Kemenade committed
May 3, 2025
H
gh-131524: Update platform CLI to use argparse (#131542)
Harry committed
March 19, 2025
R
gh-90548: Make musl test skips smarter (fixes Alpine errors) (#131313)
R. David Murray committed
December 9, 2024
November 15, 2024
B
gh-122549: Add platform.invalidate_caches() (#122547)
Bénédikt Tran committed
June 13, 2024
V
gh-120417: Add #noqa to used imports in the stdlib (#120421)
Victor Stinner committed
May 29, 2024
J
gh-118673: Remove shebang and executable bits from stdlib modules. (#119658)
Jason R. Coombs committed
May 18, 2024
D
gh-119132: Update sys.version to identify free-threaded or not. (gh-119134)
Donghee Na committed
April 1, 2024
S
gh-91565: Replace bugs.python.org links with Devguide/GitHub ones (GH-91568)
Steve (Gadget) Barnes committed
March 28, 2024
R
gh-114099: Additions to standard library to support iOS (GH-117052)
Russell Keith-Magee committed
March 27, 2024
M
gh-71042: Add `platform.android_ver` (#116674)
Malcolm Smith committed
March 8, 2024
N
gh-116493: Remove old Python 2.x _winreg imports from platform.py (GH-116494)
Nikita Sobolev committed
N
gh-116349: Deprecate `platform.java_ver` function (#116471)
Nikita Sobolev committed
January 26, 2024
A
gh-114490: Add check for Mach-O linkage in Lib/platform.py (#114491)
Aiden Fox Ivey committed
December 7, 2023
A
April 30, 2023
P
gh-103977: compile re expressions in platform.py only if required (#103981)
Pieter Eendebak committed
March 19, 2023
P
gh-102491: Remove IronPython version check in sys_version (#102492)
Pieter Eendebak committed
February 27, 2023
R
January 20, 2023
T
gh-100750: pass encoding kwarg in lib/platform.py (#100751)
Thomas Grainger committed
December 23, 2022
N
gh-99482: remove `jython` compatibility parts from stdlib and tests (#99484)
Nikita Sobolev committed
November 26, 2022
September 7, 2022
July 13, 2022
I
gh-94713 - Replacing while 1 with while True (#94714)
Itay committed
May 19, 2022
C
gh-90473: Decrease recursion limit and skip tests on WASI (GH-92803)
Christian Heimes committed
December 2, 2021
C
bpo-40280: Emscripten has no support for subprocesses (GH-29872)
Christian Heimes committed
October 6, 2021
C
Fix typos in the Lib directory (GH-28775)
Christian Clauss committed
September 17, 2021
O
Remove compatibility check for Python versions below 2.2. (GH-28314)
Omer Katz committed
August 5, 2021
I
platform: Import subprocess in function. (GH-27610)
Inada Naoki committed
July 13, 2021
K
bpo-44572: On Windows, disconnect STDIN in platform._syscmd_ver() to prevent erroneous STDIN consumption (GH-27092)
Konstantin-Glukhov committed
June 13, 2021
B
Fix typos in multiple files (GH-26689)
Binbin committed
April 22, 2021
S
bpo-43284: Update platform.win32_ver to use _syscmd_ver instead of sys.getwindowsversion() (GH-25500)
Shreyan Avigyan committed
January 2, 2021
K
handle empty string in variable executable in platform.libc_ver() (#23140)
Kurochan committed
December 31, 2020
J
bpo-42163, bpo-42189, bpo-42659: Support uname_tuple._replace (for all but processor) (#23010)
Jason R. Coombs committed
December 23, 2020
V
bpo-28468: Fix typo in _os_release_candidates (GH-23913)
Victor Stinner committed
November 30, 2020
C
bpo-28468: Add platform.freedesktop_os_release() (GH-23492)
Christian Heimes committed
October 29, 2020
V
bpo-42029: Remove IRIX code (GH-23023)
Victor Stinner committed
May 9, 2020
J
bpo-40570: Improve compatibility of uname_result with late-bound .platform (#20015)
Jason R. Coombs committed
May 5, 2020
D
bpo-40459: Fix NameError in platform.py (GH-19855)
Dennis Sweeney committed
April 16, 2020
J
bpo-35967 resolve platform.processor late (GH-12239)
Jason R. Coombs committed
June 27, 2019
V
bpo-35389: platform.platform() calls libc_ver() without executable (GH-14418)
Victor Stinner committed
May 6, 2019
P
bpo-36766: Typos in docs and code comments (GH-13116)
penguindustin committed