index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
/
platform.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #27932: Prevent memory leak in win32_ver().
Steve Dower
2016-09-17
1
-60
/
+1
*
Merge from 3.5
Steve Dower
2016-09-10
1
-18
/
+17
|
\
|
*
Issue #27932: Fixes memory leak in platform.win32_ver()
Steve Dower
2016-09-09
1
-29
/
+33
|
|
\
|
*
\
Issue #26513: Fixes platform module detection of Windows Server
Steve Dower
2016-09-09
1
-18
/
+17
|
|
\
\
|
|
*
|
#27364: fix "incorrect" uses of escape character in the stdlib.
R David Murray
2016-09-08
1
-17
/
+17
|
|
*
|
Issue #27355: Removed support for Windows CE. It was never finished,
Larry Hastings
2016-09-05
1
-1
/
+0
*
|
|
|
Issue #27932: Backs out change
Steve Dower
2016-09-10
1
-33
/
+29
|
|
_
|
/
|
/
|
|
*
|
|
Issue #27932: Fixes memory leak in platform.win32_ver()
Steve Dower
2016-09-09
1
-29
/
+33
|
/
/
*
|
Issue #26513: Fixes platform module detection of Windows Server
Steve Dower
2016-09-09
1
-1
/
+1
|
/
*
Issue #27626: Spelling fixes in docs, comments and internal names
Martin Panter
2016-07-28
1
-1
/
+1
*
Issue #21313: Tolerate truncated buildinfo in sys.version
Martin Panter
2016-06-08
1
-4
/
+11
*
Issue #26041: Remove "will be removed in Python 3.7" from description messages
Berker Peksag
2016-04-24
1
-4
/
+2
*
Issue #26513: Fixes platform module detection of Windows Server
Steve Dower
2016-03-12
1
-1
/
+1
*
Merge from 3.4
Steve Dower
2015-09-22
1
-38
/
+60
|
\
|
*
Issue #19143: platform module now reads Windows version from kernel32.dll to ...
Steve Dower
2015-09-22
1
-168
/
+120
|
*
Issue #24839: platform._syscmd_ver raises DeprecationWarning
Steve Dower
2015-08-10
1
-1
/
+1
|
*
Issue #24210: Silence a PendingDeprecationWarning warning in platform.platfor...
Berker Peksag
2015-05-16
1
-1
/
+11
|
*
Issue #1322: platform.dist() and platform.linux_distribution() functions are ...
Berker Peksag
2015-05-13
1
-3
/
+16
|
*
Issue #22831: Use "with" to avoid possible fd leaks.
Serhiy Storchaka
2015-04-04
1
-33
/
+32
*
|
Handle calls to win32_ver from non-Windows platform
Steve Dower
2015-09-22
1
-1
/
+4
*
|
Issue #19143: platform module now reads Windows version from kernel32.dll to ...
Steve Dower
2015-09-22
1
-168
/
+120
|
/
*
Issue #20976: pyflakes: Remove unused imports
Victor Stinner
2014-03-20
1
-1
/
+0
*
Issue #20229: Avoid plistlib deprecation warning in platform.mac_ver().
Ned Deily
2014-01-13
1
-1
/
+2
*
Issue #17429: some PEP 8 compliance fixes for the platform modules, add white...
Victor Stinner
2013-12-09
1
-111
/
+113
*
(Merge 3.3) Issue #17429: platform.linux_distribution() now decodes files from
Victor Stinner
2013-12-09
1
-2
/
+7
|
\
|
*
Issue #17429: platform.linux_distribution() now decodes files from the UTF-8
Victor Stinner
2013-12-09
1
-2
/
+7
*
|
#8964: merge with 3.3.
Ezio Melotti
2013-10-21
1
-3
/
+16
|
\
\
|
|
/
|
*
#8964: fix platform._sys_version to handle IronPython 2.6+.
Ezio Melotti
2013-10-21
1
-3
/
+16
*
|
#18705: merge with 3.3.
Ezio Melotti
2013-08-17
1
-4
/
+4
|
\
\
|
|
/
|
*
#18705: fix a number of typos. Patch by F?vry Thibault.
Ezio Melotti
2013-08-17
1
-3
/
+3
|
*
merge 3.2
Benjamin Peterson
2012-10-12
1
-102
/
+33
|
|
\
*
|
|
Issue #18393: Remove use of deprecated API on OSX
Ronald Oussoren
2013-07-15
1
-63
/
+1
*
|
|
Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)
Brett Cannon
2013-07-04
1
-7
/
+7
*
|
|
Issue #18200: Update the stdlib (except tests) to use
Brett Cannon
2013-06-13
1
-7
/
+7
*
|
|
Replace IOError with OSError (#16715)
Andrew Svetlov
2012-12-25
1
-3
/
+0
*
|
|
Issue #16719: Get rid of WindowsError. Use OSError instead
Andrew Svetlov
2012-12-19
1
-1
/
+1
*
|
|
Issue #16717: get rid of socket.error, replace with OSError
Andrew Svetlov
2012-12-18
1
-1
/
+1
*
|
|
Issue #16706: get rid of os.error
Andrew Svetlov
2012-12-18
1
-5
/
+5
*
|
|
Merge 3.2
Brian Curtin
2012-10-11
1
-1
/
+6
|
\
\
\
|
|
/
/
|
*
|
Fix #16176. Properly identify Windows 8 via platform.platform()
Brian Curtin
2012-10-11
1
-1
/
+6
*
|
|
MERGE: #16112: platform.architecture does not correctly escape argument to /u...
Jesus Cea
2012-10-05
1
-4
/
+3
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
MERGE: #16112: platform.architecture does not correctly escape argument to /u...
Jesus Cea
2012-10-05
1
-4
/
+3
|
|
\
\
|
|
|
/
|
|
*
#16112: platform.architecture does not correctly escape argument to /usr/bin/...
Jesus Cea
2012-10-05
1
-2
/
+2
|
|
*
#16112: platform.architecture does not correctly escape argument to /usr/bin/...
Jesus Cea
2012-10-05
1
-4
/
+3
*
|
|
#16135: Removal of OS/2 support (Python code partial cleanup)
Jesus Cea
2012-10-05
1
-3
/
+3
*
|
|
#16135: Removal of OS/2 support (Remove OS2 and OS/2 references)
Jesus Cea
2012-10-05
1
-2
/
+2
|
/
/
*
|
MERGE: Closes #16112: platform.architecture does not correctly escape argumen...
Jesus Cea
2012-10-04
1
-5
/
+8
|
\
\
|
|
/
|
*
Closes #16112: platform.architecture does not correctly escape argument to /u...
Jesus Cea
2012-10-04
1
-5
/
+7
*
|
Issue #15164: Change return value of platform.uname() from a
Larry Hastings
2012-06-24
1
-7
/
+11
*
|
Support Mageia Linux in the platform module.
Antoine Pitrou
2012-06-24
1
-1
/
+1
[next]