index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
platform.py
Commit message (
Expand
)
Author
Age
*
bpo-35389: platform.platform() calls libc_ver() without executable (GH-14418)
Victor Stinner
2019-06-27
*
bpo-36766: Typos in docs and code comments (GH-13116)
penguindustin
2019-05-06
*
bpo-35920: Windows 10 ARM32 platform support (GH-11774)
Paul Monson
2019-04-25
*
Fixes platform.win32_ver on non-Windows platforms (GH-12912)
Steve Dower
2019-04-22
*
bpo-35516: platform.system_alias() don't replace Darwin (GH-11207)
Victor Stinner
2018-12-18
*
bpo-35348: Fix platform.architecture() (GH-11159)
Victor Stinner
2018-12-17
*
bpo-35346: Cleanup platform.architecture() (GH-11130)
Victor Stinner
2018-12-14
*
bpo-35346: Drop Mac OS 9 support from platform (GH-10959)
Victor Stinner
2018-12-12
*
bpo-35346, platform: replace os.popen() with subprocess (GH-10786)
Victor Stinner
2018-12-07
*
bpo-35344: platform.platform() uses mac_ver() on macOS (GH-10780)
Victor Stinner
2018-12-05
*
bpo-35389: platform.libc_ver() uses os.confstr() (GH-10891)
Victor Stinner
2018-12-05
*
bpo-35346, platform: import subprocess in _syscmd_file() (GH-10892)
Victor Stinner
2018-12-04
*
bpo-35345: Remove platform.popen() (GH-10781)
Victor Stinner
2018-11-29
*
bpo-28167: Remove platform._dist_try_harder() (GH-10787)
Victor Stinner
2018-11-29
*
bpo-26544: Get rid of dependence from distutils in platform. (GH-8356)
Serhiy Storchaka
2018-08-27
*
bpo-26544: Fixed implementation of platform.libc_ver(). (GH-7684)
Serhiy Storchaka
2018-07-09
*
bpo-28167: Remove platform.linux_distribution (GH-6871)
Petr Viktorin
2018-05-16
*
bpo-28167: bump platform.linux_distribution removal to 3.8 (GH-6669)
Matthias Bussonnier
2018-05-15
*
bpo-32159: Remove tools for CVS and Subversion (#4615)
Victor Stinner
2017-11-28
*
bpo-27593: Get SCM build info from git instead of hg. (#446)
Ned Deily
2017-03-04
*
bpo-27788 : synchronise platform.py version number (#246)
Matthias Bussonnier
2017-02-24
*
Issue #27932: Prevent memory leak in win32_ver().
Steve Dower
2016-09-17
*
Merge from 3.5
Steve Dower
2016-09-10
|
\
|
*
Issue #27932: Backs out change
Steve Dower
2016-09-10
*
|
Issue #27932: Fixes memory leak in platform.win32_ver()
Steve Dower
2016-09-09
|
\
|
|
*
Issue #27932: Fixes memory leak in platform.win32_ver()
Steve Dower
2016-09-09
*
|
Issue #26513: Fixes platform module detection of Windows Server
Steve Dower
2016-09-09
|
\
|
|
*
Issue #26513: Fixes platform module detection of Windows Server
Steve Dower
2016-09-09
*
|
#27364: fix "incorrect" uses of escape character in the stdlib.
R David Murray
2016-09-08
*
|
Issue #27355: Removed support for Windows CE. It was never finished,
Larry Hastings
2016-09-05
|
/
*
Issue #27626: Spelling fixes in docs, comments and internal names
Martin Panter
2016-07-28
*
Issue #21313: Tolerate truncated buildinfo in sys.version
Martin Panter
2016-06-08
*
Issue #26041: Remove "will be removed in Python 3.7" from description messages
Berker Peksag
2016-04-24
*
Issue #26513: Fixes platform module detection of Windows Server
Steve Dower
2016-03-12
*
Merge from 3.4
Steve Dower
2015-09-22
|
\
|
*
Handle calls to win32_ver from non-Windows platform
Steve Dower
2015-09-22
|
*
Issue #19143: platform module now reads Windows version from kernel32.dll to ...
Steve Dower
2015-09-22
*
|
Issue #19143: platform module now reads Windows version from kernel32.dll to ...
Steve Dower
2015-09-22
*
|
Issue #24839: platform._syscmd_ver raises DeprecationWarning
Steve Dower
2015-08-10
*
|
Issue #24210: Silence a PendingDeprecationWarning warning in platform.platfor...
Berker Peksag
2015-05-16
*
|
Issue #1322: platform.dist() and platform.linux_distribution() functions are ...
Berker Peksag
2015-05-13
*
|
Issue #22831: Use "with" to avoid possible fd leaks.
Serhiy Storchaka
2015-04-04
|
/
*
Issue #20976: pyflakes: Remove unused imports
Victor Stinner
2014-03-20
*
Issue #20229: Avoid plistlib deprecation warning in platform.mac_ver().
Ned Deily
2014-01-13
*
Issue #17429: some PEP 8 compliance fixes for the platform modules, add white...
Victor Stinner
2013-12-09
*
(Merge 3.3) Issue #17429: platform.linux_distribution() now decodes files from
Victor Stinner
2013-12-09
|
\
|
*
Issue #17429: platform.linux_distribution() now decodes files from the UTF-8
Victor Stinner
2013-12-09
*
|
#8964: merge with 3.3.
Ezio Melotti
2013-10-21
|
\
|
|
*
#8964: fix platform._sys_version to handle IronPython 2.6+.
Ezio Melotti
2013-10-21
*
|
#18705: merge with 3.3.
Ezio Melotti
2013-08-17
|
\
|
[next]