summaryrefslogtreecommitdiff
path: root/Lib/platform.py
Commit message (Expand)AuthorAgeFilesLines
...
| * | MERGE: #16112: platform.architecture does not correctly escape argument to /u...Jesus Cea2012-10-051-4/+3
| |\ \ | | |/
| | * #16112: platform.architecture does not correctly escape argument to /usr/bin/...Jesus Cea2012-10-051-2/+2
| | * #16112: platform.architecture does not correctly escape argument to /usr/bin/...Jesus Cea2012-10-051-4/+3
* | | #16135: Removal of OS/2 support (Python code partial cleanup)Jesus Cea2012-10-051-3/+3
* | | #16135: Removal of OS/2 support (Remove OS2 and OS/2 references)Jesus Cea2012-10-051-2/+2
|/ /
* | MERGE: Closes #16112: platform.architecture does not correctly escape argumen...Jesus Cea2012-10-041-5/+8
|\ \ | |/
| * Closes #16112: platform.architecture does not correctly escape argument to /u...Jesus Cea2012-10-041-5/+7
* | Issue #15164: Change return value of platform.uname() from aLarry Hastings2012-06-241-7/+11
* | Support Mageia Linux in the platform module.Antoine Pitrou2012-06-241-1/+1
* | Closes #11678: support Arch linux in the platform module.Georg Brandl2012-06-241-1/+1
* | Issue #15118: Change return value of os.uname() and os.times() fromLarry Hastings2012-06-241-1/+1
* | merge from 3.2Brian Curtin2012-02-011-1/+1
|\ \ | |/
| * Add a hint that CSD == Service Pack.Brian Curtin2012-02-011-1/+1
* | (Merge 3.2) Issue #13545: Fix platform.libc_version() is the SO version is mi...Victor Stinner2011-12-151-1/+1
|\ \ | |/
| * Issue #13545: Fix platform.libc_version() is the SO version is missingVictor Stinner2011-12-151-1/+1
* | Make platform.libc_ver() less slowAntoine Pitrou2011-10-071-10/+15
* | Issue #12549: Correct test_platform to not fail when OS X returns 'x86_64'Ned Deily2011-07-131-0/+1
|\ \ | |/
| * Issue #12549: Correct test_platform to not fail when OS X returns 'x86_64'Ned Deily2011-07-131-0/+1
* | Issue #11377: platform.popen() emits a DeprecationWarningVictor Stinner2011-05-241-0/+2
* | #11985: merge with 3.2.Ezio Melotti2011-05-041-3/+4
|\ \ | |/
| * #11985: merge with 3.1.Ezio Melotti2011-05-041-3/+4
| |\
| | * #11985: update docstring of platform.python_implementation.Ezio Melotti2011-05-041-3/+4
* | | Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really createsAntoine Pitrou2011-03-191-1/+1
|\ \ \ | |/ /
| * | Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really createsAntoine Pitrou2011-03-191-1/+1
| |\ \ | | |/
| | * Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really createsAntoine Pitrou2011-03-191-1/+1
* | | #11565: Merge with 3.2.Ezio Melotti2011-03-161-1/+1
|\ \ \ | |/ /
| * | #11565: Merge with 3.1.Ezio Melotti2011-03-161-1/+1
| |\ \ | | |/
| | * #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-161-1/+1
* | | Merge build identification to default branch.Georg Brandl2011-03-061-1/+3
|\ \ \ | |/ /
| * | Merge build identification to 3.2 branch.Georg Brandl2011-03-061-1/+3
| |\ \ | | |/
| | * Adapt platform and test_platform to the build identification changes.Georg Brandl2011-03-051-1/+3
| | * Merged revisions 83644 via svnmerge fromRonald Oussoren2010-08-031-1/+1
| | * Merged revisions 83371,83390 via svnmerge fromGeorg Brandl2010-08-011-1/+1
| | * Merged revisions 83075 via svnmerge fromRonald Oussoren2010-07-231-11/+50
| | * Merged revisions 80859 via svnmerge fromBrian Curtin2010-05-061-14/+34
| | * Merged revisions 78058 via svnmerge fromRonald Oussoren2010-02-071-19/+1
| | * Merged revisions 77737 via svnmerge fromBenjamin Peterson2010-01-251-2/+6
| | * Merged revisions 77389 via svnmerge fromBenjamin Peterson2010-01-091-1/+1
| | * Merged revisions 75231 via svnmerge fromBenjamin Peterson2009-10-041-1/+1
* | | Issue #11377: Deprecate platform.popen() and reimplement it with os.popen().Victor Stinner2011-03-031-82/+1
|/ /
* | Use a context manager for some file objects.Florent Xicluna2010-09-031-7/+4
* | Issue #9560: Use -b option of the file command in _syscmd_file()Victor Stinner2010-08-131-12/+6
* | Fix for issue 9455: platform.mac_ver() broken on OSX/ppcRonald Oussoren2010-08-031-1/+1
* | #8292: Fix three instances of truth tests on return values of filter() (which...Georg Brandl2010-07-311-1/+1
* | Fix for issue 7895. Avoid crashing the interpreterRonald Oussoren2010-07-231-11/+50
* | Merged revisions 80857 via svnmerge fromBrian Curtin2010-05-061-17/+34
* | Remove traces of MacOS9 support.Ronald Oussoren2010-05-051-4/+0
* | Revert r80167, it breaks build on many platformsVictor Stinner2010-04-181-15/+13
* | Merged revisions 80166 via svnmerge fromVictor Stinner2010-04-181-13/+15
* | (partially)Florent Xicluna2010-04-021-1/+1