| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-127732: Add Windows Server 2025 detection to platform module (GH-127733) | Wulian | 2024-12-09 | 1 | -1/+2 |
|
|
* | gh-122549: Add platform.invalidate_caches() (#122547) | Bénédikt Tran | 2024-11-15 | 1 | -1/+14 |
|
|
* | gh-120417: Add #noqa to used imports in the stdlib (#120421) | Victor Stinner | 2024-06-13 | 1 | -1/+1 |
|
|
* | gh-118673: Remove shebang and executable bits from stdlib modules. (#119658) | Jason R. Coombs | 2024-05-29 | 1 | -2/+0 |
|
|
* | gh-119132: Update sys.version to identify free-threaded or not. (gh-119134) | Donghee Na | 2024-05-18 | 1 | -9/+15 |
|
|
* | gh-91565: Replace bugs.python.org links with Devguide/GitHub ones (GH-91568) | Steve (Gadget) Barnes | 2024-04-01 | 1 | -1/+2 |
|
|
* | gh-114099: Additions to standard library to support iOS (GH-117052) | Russell Keith-Magee | 2024-03-28 | 1 | -7/+46 |
|
|
* | gh-71042: Add `platform.android_ver` (#116674) | Malcolm Smith | 2024-03-27 | 1 | -0/+46 |
|
|
* | gh-116493: Remove old Python 2.x _winreg imports from platform.py (GH-116494) | Nikita Sobolev | 2024-03-08 | 1 | -8/+2 |
|
|
* | gh-116349: Deprecate `platform.java_ver` function (#116471) | Nikita Sobolev | 2024-03-08 | 1 | -1/+3 |
|
|
* | gh-114490: Add check for Mach-O linkage in Lib/platform.py (#114491) | Aiden Fox Ivey | 2024-01-26 | 1 | -0/+2 |
|
|
* | gh-112278: Disable WMI queries on Windows after they time out (GH-112658) | AN Long | 2023-12-07 | 1 | -13/+19 |
|
|
* | gh-103977: compile re expressions in platform.py only if required (#103981) | Pieter Eendebak | 2023-04-30 | 1 | -36/+39 |
|
|
* | gh-102491: Remove IronPython version check in sys_version (#102492) | Pieter Eendebak | 2023-03-19 | 1 | -34/+1 |
|
|
* | gh-91038: Change default argument value to `False` instead of `0` (#31621) | Rotzbua | 2023-02-27 | 1 | -1/+1 |
|
|
* | gh-100750: pass encoding kwarg in lib/platform.py (#100751) | Thomas Grainger | 2023-01-20 | 1 | -0/+2 |
|
|
* | gh-99482: remove `jython` compatibility parts from stdlib and tests (#99484) | Nikita Sobolev | 2022-12-23 | 1 | -1/+1 |
|
|
* | gh-97966: Restore prior expectation that uname_result._fields and ._asdict wo... | Jason R. Coombs | 2022-11-26 | 1 | -2/+4 |
|
|
* | gh-89545: Updates platform module to use new internal _wmi module on Windows ... | Steve Dower | 2022-09-07 | 1 | -43/+105 |
|
|
* | gh-94713 - Replacing while 1 with while True (#94714) | Itay | 2022-07-13 | 1 | -1/+1 |
|
|
* | gh-90473: Decrease recursion limit and skip tests on WASI (GH-92803) | Christian Heimes | 2022-05-19 | 1 | -0/+4 |
|
|
* | bpo-40280: Emscripten has no support for subprocesses (GH-29872) | Christian Heimes | 2021-12-02 | 1 | -2/+8 |
|
|
* | Fix typos in the Lib directory (GH-28775) | Christian Clauss | 2021-10-06 | 1 | -1/+1 |
|
|
* | Remove compatibility check for Python versions below 2.2. (GH-28314) | Omer Katz | 2021-09-17 | 1 | -5/+4 |
|
|
* | platform: Import subprocess in function. (GH-27610) | Inada Naoki | 2021-08-05 | 1 | -1/+1 |
|
|
* | bpo-44572: On Windows, disconnect STDIN in platform._syscmd_ver() to prevent ... | Konstantin-Glukhov | 2021-07-13 | 1 | -0/+1 |
|
|
* | Fix typos in multiple files (GH-26689) | Binbin | 2021-06-13 | 1 | -2/+2 |
|
|
* | bpo-43284: Update platform.win32_ver to use _syscmd_ver instead of sys.getwin... | Shreyan Avigyan | 2021-04-22 | 1 | -10/+11 |
|
|
* | handle empty string in variable executable in platform.libc_ver() (#23140) | Kurochan | 2021-01-02 | 1 | -1/+1 |
|
|
* | bpo-42163, bpo-42189, bpo-42659: Support uname_tuple._replace (for all but pr... | Jason R. Coombs | 2020-12-31 | 1 | -2/+15 |
|
|
* | bpo-28468: Fix typo in _os_release_candidates (GH-23913) | Victor Stinner | 2020-12-23 | 1 | -1/+1 |
|
|
* | bpo-28468: Add platform.freedesktop_os_release() (GH-23492) | Christian Heimes | 2020-11-30 | 1 | -0/+57 |
|
|
* | bpo-42029: Remove IRIX code (GH-23023) | Victor Stinner | 2020-10-29 | 1 | -13/+0 |
|
|
* | bpo-40570: Improve compatibility of uname_result with late-bound .platform (#... | Jason R. Coombs | 2020-05-09 | 1 | -3/+4 |
|
|
* | bpo-40459: Fix NameError in platform.py (GH-19855) | Dennis Sweeney | 2020-05-05 | 1 | -3/+3 |
|
|
* | bpo-35967 resolve platform.processor late (GH-12239) | Jason R. Coombs | 2020-04-16 | 1 | -79/+93 |
|
|
* | bpo-35389: platform.platform() calls libc_ver() without executable (GH-14418) | Victor Stinner | 2019-06-27 | 1 | -1/+1 |
|
|
* | bpo-36766: Typos in docs and code comments (GH-13116) | penguindustin | 2019-05-06 | 1 | -1/+1 |
|
|
* | bpo-35920: Windows 10 ARM32 platform support (GH-11774) | Paul Monson | 2019-04-25 | 1 | -0/+21 |
|
|
* | Fixes platform.win32_ver on non-Windows platforms (GH-12912) | Steve Dower | 2019-04-22 | 1 | -12/+12 |
|
|
* | bpo-35516: platform.system_alias() don't replace Darwin (GH-11207) | Victor Stinner | 2018-12-18 | 1 | -0/+3 |
|
|
* | bpo-35348: Fix platform.architecture() (GH-11159) | Victor Stinner | 2018-12-17 | 1 | -4/+12 |
|
|
* | bpo-35346: Cleanup platform.architecture() (GH-11130) | Victor Stinner | 2018-12-14 | 1 | -6/+2 |
|
|
* | bpo-35346: Drop Mac OS 9 support from platform (GH-10959) | Victor Stinner | 2018-12-12 | 1 | -15/+2 |
|
|
* | bpo-35346, platform: replace os.popen() with subprocess (GH-10786) | Victor Stinner | 2018-12-07 | 1 | -39/+19 |
|
|
* | bpo-35344: platform.platform() uses mac_ver() on macOS (GH-10780) | Victor Stinner | 2018-12-05 | 1 | -0/+8 |
|
|
* | bpo-35389: platform.libc_ver() uses os.confstr() (GH-10891) | Victor Stinner | 2018-12-05 | 1 | -1/+14 |
|
|
* | bpo-35346, platform: import subprocess in _syscmd_file() (GH-10892) | Victor Stinner | 2018-12-04 | 1 | -5/+7 |
|
|
* | bpo-35345: Remove platform.popen() (GH-10781) | Victor Stinner | 2018-11-29 | 1 | -9/+0 |
|
|
* | bpo-28167: Remove platform._dist_try_harder() (GH-10787) | Victor Stinner | 2018-11-29 | 1 | -48/+0 |
|
|