COMMITS
/ Lib/platform.py 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
April 25, 2019
P
bpo-35920: Windows 10 ARM32 platform support (GH-11774)
Paul Monson committed
April 22, 2019
S
Fixes platform.win32_ver on non-Windows platforms (GH-12912)
Steve Dower committed
December 18, 2018
V
bpo-35516: platform.system_alias() don't replace Darwin (GH-11207)
Victor Stinner committed
December 17, 2018
V
bpo-35348: Fix platform.architecture() (GH-11159)
Victor Stinner committed
December 14, 2018
V
bpo-35346: Cleanup platform.architecture() (GH-11130)
Victor Stinner committed
December 12, 2018
V
bpo-35346: Drop Mac OS 9 support from platform (GH-10959)
Victor Stinner committed
December 7, 2018
V
bpo-35346, platform: replace os.popen() with subprocess (GH-10786)
Victor Stinner committed
December 5, 2018
V
bpo-35344: platform.platform() uses mac_ver() on macOS (GH-10780)
Victor Stinner committed
V
bpo-35389: platform.libc_ver() uses os.confstr() (GH-10891)
Victor Stinner committed
December 4, 2018
V
bpo-35346, platform: import subprocess in _syscmd_file() (GH-10892)
Victor Stinner committed
November 29, 2018
V
bpo-35345: Remove platform.popen() (GH-10781)
Victor Stinner committed
V
bpo-28167: Remove platform._dist_try_harder() (GH-10787)
Victor Stinner committed
August 27, 2018
S
bpo-26544: Get rid of dependence from distutils in platform. (GH-8356)
Serhiy Storchaka committed
July 9, 2018
S
bpo-26544: Fixed implementation of platform.libc_ver(). (GH-7684)
Serhiy Storchaka committed
May 16, 2018
P
bpo-28167: Remove platform.linux_distribution (GH-6871)
Petr Viktorin committed
May 15, 2018
M
bpo-28167: bump platform.linux_distribution removal to 3.8 (GH-6669)
Matthias Bussonnier committed
November 28, 2017
V
bpo-32159: Remove tools for CVS and Subversion (#4615)
Victor Stinner committed
March 4, 2017
N
bpo-27593: Get SCM build info from git instead of hg. (#446)
Ned Deily committed
February 24, 2017
M
bpo-27788 : synchronise platform.py version number (#246)
Matthias Bussonnier committed
September 18, 2016
S
Issue #27932: Prevent memory leak in win32_ver().
Steve Dower committed
September 10, 2016
S
Merge from 3.5
Steve Dower committed
S
Issue #27932: Backs out change
Steve Dower committed
S
Issue #27932: Fixes memory leak in platform.win32_ver()
Steve Dower committed
S
Issue #27932: Fixes memory leak in platform.win32_ver()
Steve Dower committed
September 9, 2016
S
Issue #26513: Fixes platform module detection of Windows Server
Steve Dower committed
S
Issue #26513: Fixes platform module detection of Windows Server
Steve Dower committed
September 8, 2016
R
#27364: fix "incorrect" uses of escape character in the stdlib.
R David Murray committed
September 5, 2016
L
Issue #27355: Removed support for Windows CE. It was never finished,
Larry Hastings committed
July 28, 2016
M
Issue #27626: Spelling fixes in docs, comments and internal names
Martin Panter committed
June 8, 2016
M
Issue #21313: Tolerate truncated buildinfo in sys.version
Martin Panter committed
April 24, 2016
B
Issue #26041: Remove "will be removed in Python 3.7" from description messages
Berker Peksag committed