summaryrefslogtreecommitdiff
path: root/Lib/platform.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-44572: On Windows, disconnect STDIN in platform._syscmd_ver() to prevent ...Miss Islington (bot)2021-07-141-0/+1
* bpo-43284: Update platform.win32_ver to use _syscmd_ver instead of sys.getwin...Miss Islington (bot)2021-04-231-10/+11
* [3.9] bpo-42163, bpo-42189, bpo-42659: Support uname_tuple._replace (for all ...Jason R. Coombs2021-01-161-2/+15
* bpo-40570: Improve compatibility of uname_result with late-bound .platform (#...Jason R. Coombs2020-05-091-3/+4
* bpo-40459: Fix NameError in platform.py (GH-19855)Dennis Sweeney2020-05-051-3/+3
* bpo-35967 resolve platform.processor late (GH-12239)Jason R. Coombs2020-04-161-79/+93
* bpo-35389: platform.platform() calls libc_ver() without executable (GH-14418)Victor Stinner2019-06-271-1/+1
* bpo-36766: Typos in docs and code comments (GH-13116)penguindustin2019-05-061-1/+1
* bpo-35920: Windows 10 ARM32 platform support (GH-11774)Paul Monson2019-04-251-0/+21
* Fixes platform.win32_ver on non-Windows platforms (GH-12912)Steve Dower2019-04-221-12/+12
* bpo-35516: platform.system_alias() don't replace Darwin (GH-11207)Victor Stinner2018-12-181-0/+3
* bpo-35348: Fix platform.architecture() (GH-11159)Victor Stinner2018-12-171-4/+12
* bpo-35346: Cleanup platform.architecture() (GH-11130)Victor Stinner2018-12-141-6/+2
* bpo-35346: Drop Mac OS 9 support from platform (GH-10959)Victor Stinner2018-12-121-15/+2
* bpo-35346, platform: replace os.popen() with subprocess (GH-10786)Victor Stinner2018-12-071-39/+19
* bpo-35344: platform.platform() uses mac_ver() on macOS (GH-10780)Victor Stinner2018-12-051-0/+8
* bpo-35389: platform.libc_ver() uses os.confstr() (GH-10891)Victor Stinner2018-12-051-1/+14
* bpo-35346, platform: import subprocess in _syscmd_file() (GH-10892)Victor Stinner2018-12-041-5/+7
* bpo-35345: Remove platform.popen() (GH-10781)Victor Stinner2018-11-291-9/+0
* bpo-28167: Remove platform._dist_try_harder() (GH-10787)Victor Stinner2018-11-291-48/+0
* bpo-26544: Get rid of dependence from distutils in platform. (GH-8356)Serhiy Storchaka2018-08-271-1/+30
* bpo-26544: Fixed implementation of platform.libc_ver(). (GH-7684)Serhiy Storchaka2018-07-091-11/+13
* bpo-28167: Remove platform.linux_distribution (GH-6871)Petr Viktorin2018-05-161-156/+5
* bpo-28167: bump platform.linux_distribution removal to 3.8 (GH-6669)Matthias Bussonnier2018-05-151-3/+3
* bpo-32159: Remove tools for CVS and Subversion (#4615)Victor Stinner2017-11-281-5/+2
* bpo-27593: Get SCM build info from git instead of hg. (#446)Ned Deily2017-03-041-1/+3
* bpo-27788 : synchronise platform.py version number (#246)Matthias Bussonnier2017-02-241-1/+1
* Issue #27932: Prevent memory leak in win32_ver().Steve Dower2016-09-171-60/+1
* Merge from 3.5Steve Dower2016-09-101-33/+29
|\
| * Issue #27932: Backs out changeSteve Dower2016-09-101-33/+29
* | Issue #27932: Fixes memory leak in platform.win32_ver()Steve Dower2016-09-091-29/+33
|\ \ | |/
| * Issue #27932: Fixes memory leak in platform.win32_ver()Steve Dower2016-09-091-29/+33
* | Issue #26513: Fixes platform module detection of Windows ServerSteve Dower2016-09-091-1/+1
|\ \ | |/
| * Issue #26513: Fixes platform module detection of Windows ServerSteve Dower2016-09-091-1/+1
* | #27364: fix "incorrect" uses of escape character in the stdlib.R David Murray2016-09-081-17/+17
* | Issue #27355: Removed support for Windows CE. It was never finished,Larry Hastings2016-09-051-1/+0
|/
* Issue #27626: Spelling fixes in docs, comments and internal namesMartin Panter2016-07-281-1/+1
* Issue #21313: Tolerate truncated buildinfo in sys.versionMartin Panter2016-06-081-4/+11
* Issue #26041: Remove "will be removed in Python 3.7" from description messagesBerker Peksag2016-04-241-4/+2
* Issue #26513: Fixes platform module detection of Windows ServerSteve Dower2016-03-121-1/+1
* Merge from 3.4Steve Dower2015-09-221-1/+4
|\
| * Handle calls to win32_ver from non-Windows platformSteve Dower2015-09-221-1/+4
| * Issue #19143: platform module now reads Windows version from kernel32.dll to ...Steve Dower2015-09-221-168/+120
* | Issue #19143: platform module now reads Windows version from kernel32.dll to ...Steve Dower2015-09-221-168/+120
* | Issue #24839: platform._syscmd_ver raises DeprecationWarningSteve Dower2015-08-101-1/+1
* | Issue #24210: Silence a PendingDeprecationWarning warning in platform.platfor...Berker Peksag2015-05-161-1/+11
* | Issue #1322: platform.dist() and platform.linux_distribution() functions are ...Berker Peksag2015-05-131-3/+16
* | Issue #22831: Use "with" to avoid possible fd leaks.Serhiy Storchaka2015-04-041-33/+32
|/
* Issue #20976: pyflakes: Remove unused importsVictor Stinner2014-03-201-1/+0
* Issue #20229: Avoid plistlib deprecation warning in platform.mac_ver().Ned Deily2014-01-131-1/+2