index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
platform.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
merge 3.2
Benjamin Peterson
2012-10-12
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
|
\
\
|
|
/
|
*
#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
*
|
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
*
|
Closes #11678: support Arch linux in the platform module.
Georg Brandl
2012-06-24
1
-1/+1
*
|
Issue #15118: Change return value of os.uname() and os.times() from
Larry Hastings
2012-06-24
1
-1/+1
*
|
merge from 3.2
Brian Curtin
2012-02-01
1
-1/+1
|
\
\
|
|
/
|
*
Add a hint that CSD == Service Pack.
Brian Curtin
2012-02-01
1
-1/+1
*
|
(Merge 3.2) Issue #13545: Fix platform.libc_version() is the SO version is mi...
Victor Stinner
2011-12-15
1
-1/+1
|
\
\
|
|
/
|
*
Issue #13545: Fix platform.libc_version() is the SO version is missing
Victor Stinner
2011-12-15
1
-1/+1
*
|
Make platform.libc_ver() less slow
Antoine Pitrou
2011-10-07
1
-10/+15
*
|
Issue #12549: Correct test_platform to not fail when OS X returns 'x86_64'
Ned Deily
2011-07-13
1
-0/+1
|
\
\
|
|
/
|
*
Issue #12549: Correct test_platform to not fail when OS X returns 'x86_64'
Ned Deily
2011-07-13
1
-0/+1
*
|
Issue #11377: platform.popen() emits a DeprecationWarning
Victor Stinner
2011-05-23
1
-0/+2
*
|
#11985: merge with 3.2.
Ezio Melotti
2011-05-04
1
-3/+4
|
\
\
|
|
/
|
*
#11985: merge with 3.1.
Ezio Melotti
2011-05-04
1
-3/+4
|
|
\
|
|
*
#11985: update docstring of platform.python_implementation.
Ezio Melotti
2011-05-04
1
-3/+4
*
|
|
Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really creates
Antoine Pitrou
2011-03-19
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really creates
Antoine Pitrou
2011-03-19
1
-1/+1
|
|
\
\
|
|
|
/
|
|
*
Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really creates
Antoine Pitrou
2011-03-19
1
-1/+1
*
|
|
#11565: Merge with 3.2.
Ezio Melotti
2011-03-16
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
#11565: Merge with 3.1.
Ezio Melotti
2011-03-16
1
-1/+1
|
|
\
\
|
|
|
/
|
|
*
#11565: Fix several typos. Patch by Piotr Kasprzyk.
Ezio Melotti
2011-03-16
1
-1/+1
*
|
|
Merge build identification to default branch.
Georg Brandl
2011-03-06
1
-1/+3
|
\
\
\
|
|
/
/
|
*
|
Merge build identification to 3.2 branch.
Georg Brandl
2011-03-06
1
-1/+3
|
|
\
\
|
|
|
/
|
|
*
Adapt platform and test_platform to the build identification changes.
Georg Brandl
2011-03-05
1
-1/+3
|
|
*
Merged revisions 83644 via svnmerge from
Ronald Oussoren
2010-08-03
1
-1/+1
|
|
*
Merged revisions 83371,83390 via svnmerge from
Georg Brandl
2010-08-01
1
-1/+1
|
|
*
Merged revisions 83075 via svnmerge from
Ronald Oussoren
2010-07-23
1
-11/+50
|
|
*
Merged revisions 80859 via svnmerge from
Brian Curtin
2010-05-06
1
-14/+34
|
|
*
Merged revisions 78058 via svnmerge from
Ronald Oussoren
2010-02-07
1
-19/+1
|
|
*
Merged revisions 77737 via svnmerge from
Benjamin Peterson
2010-01-25
1
-2/+6
|
|
*
Merged revisions 77389 via svnmerge from
Benjamin Peterson
2010-01-09
1
-1/+1
|
|
*
Merged revisions 75231 via svnmerge from
Benjamin Peterson
2009-10-04
1
-1/+1
*
|
|
Issue #11377: Deprecate platform.popen() and reimplement it with os.popen().
Victor Stinner
2011-03-03
1
-82/+1
|
/
/
*
|
Use a context manager for some file objects.
Florent Xicluna
2010-09-03
1
-7/+4
*
|
Issue #9560: Use -b option of the file command in _syscmd_file()
Victor Stinner
2010-08-13
1
-12/+6
*
|
Fix for issue 9455: platform.mac_ver() broken on OSX/ppc
Ronald Oussoren
2010-08-03
1
-1/+1
*
|
#8292: Fix three instances of truth tests on return values of filter() (which...
Georg Brandl
2010-07-31
1
-1/+1
*
|
Fix for issue 7895. Avoid crashing the interpreter
Ronald Oussoren
2010-07-23
1
-11/+50
*
|
Merged revisions 80857 via svnmerge from
Brian Curtin
2010-05-06
1
-17/+34
*
|
Remove traces of MacOS9 support.
Ronald Oussoren
2010-05-05
1
-4/+0
*
|
Revert r80167, it breaks build on many platforms
Victor Stinner
2010-04-18
1
-15/+13
*
|
Merged revisions 80166 via svnmerge from
Victor Stinner
2010-04-18
1
-13/+15
*
|
(partially)
Florent Xicluna
2010-04-02
1
-1/+1
[next]