summaryrefslogtreecommitdiff
path: root/Lib/platform.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #20976: pyflakes: Remove unused importsVictor Stinner2014-03-201-1/+0
* Issue #20229: Avoid plistlib deprecation warning in platform.mac_ver().Ned Deily2014-01-131-1/+2
* Issue #17429: some PEP 8 compliance fixes for the platform modules, add white...Victor Stinner2013-12-091-111/+113
* (Merge 3.3) Issue #17429: platform.linux_distribution() now decodes files fromVictor Stinner2013-12-091-2/+7
|\
| * Issue #17429: platform.linux_distribution() now decodes files from the UTF-8Victor Stinner2013-12-091-2/+7
* | #8964: merge with 3.3.Ezio Melotti2013-10-211-3/+16
|\ \ | |/
| * #8964: fix platform._sys_version to handle IronPython 2.6+.Ezio Melotti2013-10-211-3/+16
* | #18705: merge with 3.3.Ezio Melotti2013-08-171-4/+4
|\ \ | |/
| * #18705: fix a number of typos. Patch by F?vry Thibault.Ezio Melotti2013-08-171-3/+3
| * merge 3.2Benjamin Peterson2012-10-121-102/+33
| |\
* | | Issue #18393: Remove use of deprecated API on OSXRonald Oussoren2013-07-151-63/+1
* | | Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)Brett Cannon2013-07-041-7/+7
* | | Issue #18200: Update the stdlib (except tests) to useBrett Cannon2013-06-131-7/+7
* | | Replace IOError with OSError (#16715)Andrew Svetlov2012-12-251-3/+0
* | | Issue #16719: Get rid of WindowsError. Use OSError insteadAndrew Svetlov2012-12-191-1/+1
* | | Issue #16717: get rid of socket.error, replace with OSErrorAndrew Svetlov2012-12-181-1/+1
* | | Issue #16706: get rid of os.errorAndrew Svetlov2012-12-181-5/+5
* | | Merge 3.2Brian Curtin2012-10-111-1/+6
|\ \ \ | |/ /
| * | Fix #16176. Properly identify Windows 8 via platform.platform()Brian Curtin2012-10-111-1/+6
* | | MERGE: #16112: platform.architecture does not correctly escape argument to /u...Jesus Cea2012-10-051-4/+3
|\ \ \ | | |/ | |/|
| * | 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-92/+18
|\ \ | |/ |/|
| * (Merge 3.2) Issue #13545: Fix platform.libc_version() is the SO version is mi...Victor 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-82/+3
| |\ \
| | * | Issue #11377: platform.popen() emits a DeprecationWarningVictor Stinner2011-05-241-0/+2
| | * | #11985: merge with 3.2.Ezio Melotti2011-05-041-3/+4
| | |\ \
| | * \ \ 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-82/+1
| | |\ \ \ \
| | | * \ \ \ Merge build identification to default branch.Georg Brandl2011-03-061-1/+3
| | | |\ \ \ \
| | | * | | | | Issue #11377: Deprecate platform.popen() and reimplement it with os.popen().Victor Stinner2011-03-031-82/+1
* | | | | | | | Add a hint that CSD == Service Pack.Brian Curtin2012-02-011-1/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Issue #13545: Fix platform.libc_version() is the SO version is missingVictor Stinner2011-12-151-1/+1
|/ / / / / /
* | | | | | Issue #12549: Correct test_platform to not fail when OS X returns 'x86_64'Ned Deily2011-07-131-0/+1
| |_|_|_|/ |/| | | |
* | | | | #11985: merge with 3.1.Ezio Melotti2011-05-041-29/+48
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really createsAntoine Pitrou2011-03-191-1/+1
| |\ \ \ \ | | |/ / / | |/| | |
| * | | | #11565: Merge with 3.1.Ezio Melotti2011-03-161-29/+48
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Merge build identification to 3.2 branch.Georg Brandl2011-03-061-29/+48
| | |\ \ \ | | | | |/ | | | |/|
| | | * | 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