COMMITS
/ Lib/platform.py 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
March 12, 2016
S
Issue #26513: Fixes platform module detection of Windows Server
Steve Dower committed
September 23, 2015
S
Merge from 3.4
Steve Dower committed
S
Handle calls to win32_ver from non-Windows platform
Steve Dower committed
S
August 11, 2015
S
Issue #24839: platform._syscmd_ver raises DeprecationWarning
Steve Dower committed
May 16, 2015
B
Issue #24210: Silence a PendingDeprecationWarning warning in platform.platform().
Berker Peksag committed
May 13, 2015
B
Issue #1322: platform.dist() and platform.linux_distribution() functions are now deprecated.
Berker Peksag committed
April 4, 2015
S
Issue #22831: Use "with" to avoid possible fd leaks.
Serhiy Storchaka committed
March 20, 2014
V
Issue #20976: pyflakes: Remove unused imports
Victor Stinner committed
January 13, 2014
N
Issue #20229: Avoid plistlib deprecation warning in platform.mac_ver().
Ned Deily committed
December 8, 2013
V
Issue #17429: some PEP 8 compliance fixes for the platform modules, add whitespaces
Victor Stinner committed
V
(Merge 3.3) Issue #17429: platform.linux_distribution() now decodes files from
Victor Stinner committed
V
Issue #17429: platform.linux_distribution() now decodes files from the UTF-8
Victor Stinner committed
October 21, 2013
E
#8964: merge with 3.3.
Ezio Melotti committed
E
#8964: fix platform._sys_version to handle IronPython 2.6+.
Ezio Melotti committed
August 17, 2013
E
#18705: merge with 3.3.
Ezio Melotti committed
E
#18705: fix a number of typos. Patch by Févry Thibault.
Ezio Melotti committed
July 15, 2013
R
Issue #18393: Remove use of deprecated API on OSX
Ronald Oussoren committed
July 4, 2013
B
Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)
Brett Cannon committed
June 14, 2013
B
Issue #18200: Update the stdlib (except tests) to use
Brett Cannon committed
December 25, 2012
A
Replace IOError with OSError (#16715)
Andrew Svetlov committed
December 19, 2012
A
Issue #16719: Get rid of WindowsError. Use OSError instead
Andrew Svetlov committed
December 18, 2012
A
Issue #16717: get rid of socket.error, replace with OSError
Andrew Svetlov committed
A
Issue #16706: get rid of os.error
Andrew Svetlov committed
October 11, 2012
B
Fix #16176. Properly identify Windows 8 via platform.platform()
Brian Curtin committed
October 5, 2012
J
J
J
J
J
#16135: Removal of OS/2 support (Python code partial cleanup)
Jesus Cea committed
J
#16135: Removal of OS/2 support (Remove OS2 and OS/2 references)
Jesus Cea committed
October 4, 2012