aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_platform.py
Commit message (Expand)AuthorAge
* gh-90548: Make musl test skips smarter (fixes Alpine errors) (#131313)R. David Murray2025-03-19
* gh-131277: allow `EnvironmentVarGuard` to unset more than one environment var...Bénédikt Tran2025-03-16
* gh-122549: Add platform.invalidate_caches() (#122547)Bénédikt Tran2024-11-15
* gh-114099: Additions to standard library to support iOS (GH-117052)Russell Keith-Magee2024-03-28
* gh-71042: Add `platform.android_ver` (#116674)Malcolm Smith2024-03-27
* gh-116491: Improve `test_win32_ver` (#116506)Nikita Sobolev2024-03-13
* gh-116349: Deprecate `platform.java_ver` function (#116471)Nikita Sobolev2024-03-08
* gh-114099: Add test exclusions to support running the test suite on iOS (#114...Russell Keith-Magee2024-02-05
* gh-102491: Remove IronPython version check in sys_version (#102492)Pieter Eendebak2023-03-19
* gh-99482: remove `jython` compatibility parts from stdlib and tests (#99484)Nikita Sobolev2022-12-23
* gh-97966: Restore prior expectation that uname_result._fields and ._asdict wo...Jason R. Coombs2022-11-26
* gh-89545: Updates platform module to use new internal _wmi module on Windows ...Steve Dower2022-09-07
* bpo-40280: Skip socket, fork, subprocess tests on Emscripten (GH-31986)Christian Heimes2022-03-22
* bpo-40280: Skip subprocess-based tests on wasm32-emscripten (GH-30615)Christian Heimes2022-01-25
* bpo-42163, bpo-42189, bpo-42659: Support uname_tuple._replace (for all but pr...Jason R. Coombs2020-12-31
* bpo-28468: Add platform.freedesktop_os_release() (GH-23492)Christian Heimes2020-11-30
* bpo-41100: in test_platform, ignore 10.16 (GH-23485)Ned Deily2020-11-24
* bpo-41100: Support macOS 11 and Apple Silicon (GH-22855)Ronald Oussoren2020-11-08
* bpo-40275: Use new test.support helper submodules in tests (GH-21764)Hai Shi2020-08-07
* bpo-40275: Use new test.support helper submodules in tests (GH-20849)Hai Shi2020-06-25
* bpo-40570: Improve compatibility of uname_result with late-bound .platform (#...Jason R. Coombs2020-05-09
* bpo-40443: Remove unused imports in tests (GH-19805)Victor Stinner2020-04-30
* bpo-35967: Skip test with `uname -p` on Android (GH-19577)Chih-Hsuan Yen2020-04-18
* bpo-35967 resolve platform.processor late (GH-12239)Jason R. Coombs2020-04-16
* bpo-35967: Make test_platform.test_uname_processor more lenient to satisfy bu...Jason R. Coombs2020-04-15
* bpo-35967: Baseline values for uname -p (GH-12824)Jason R. Coombs2020-04-15
* bpo-40094: Add test.support.wait_process() (GH-19254)Victor Stinner2020-03-31
* Remove unused imports in tests (GH-14518)Victor Stinner2019-07-01
* bpo-37369: Fix initialization of sys members when launched via an app contain...Steve Dower2019-06-29
* bpo-35346, platform: replace os.popen() with subprocess (GH-10786)Victor Stinner2018-12-07
* bpo-35344: platform.platform() uses mac_ver() on macOS (GH-10780)Victor Stinner2018-12-05
* bpo-35389: platform.libc_ver() uses os.confstr() (GH-10891)Victor Stinner2018-12-05
* bpo-35345: Remove platform.popen() (GH-10781)Victor Stinner2018-11-29
* bpo-35202: Remove unused imports in tests. (GH-10561)Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)2018-11-16
* bpo-34011: Fixes missing venv files and other tests (GH-9458)Steve Dower2018-09-20
* bpo-26544: Add test for platform._comparable_version(). (GH-8973)Serhiy Storchaka2018-09-04
* bpo-26544: Fixed implementation of platform.libc_ver(). (GH-7684)Serhiy Storchaka2018-07-09
* Revert "bpo-33671: Add support.MS_WINDOWS and support.MACOS (GH-7800)" (GH-7919)Victor Stinner2018-06-26
* bpo-33671: Add support.MS_WINDOWS and support.MACOS (GH-7800)Victor Stinner2018-06-22
* bpo-28167: Remove platform.linux_distribution (GH-6871)Petr Viktorin2018-05-16
* bpo-28167: bump platform.linux_distribution removal to 3.8 (GH-6669)Matthias Bussonnier2018-05-15
* bpo-32159: Remove tools for CVS and Subversion (#4615)Victor Stinner2017-11-28
* bpo-27593: Get SCM build info from git instead of hg. (#446)Ned Deily2017-03-04
* Closes #28059: Fixes test_platform to set PYTHONPATH for .pyd filesSteve Dower2016-09-10
|\
| * Closes #28059: Fixes test_platform to set PYTHONPATH for .pyd filesSteve Dower2016-09-10
* | test_platform: Save/restore os.environ on WindowsVictor Stinner2016-09-10
* | #27364: fix "incorrect" uses of escape character in the stdlib.R David Murray2016-09-08
|/
* Issue #21313: Tolerate truncated buildinfo in sys.versionMartin Panter2016-06-08
* Issue #26041: Remove "will be removed in Python 3.7" from description messagesBerker Peksag2016-04-24
* Issue #24210: Silence more PendingDeprecationWarning warnings in tests.Berker Peksag2015-05-16