| Commit message (Expand) | Author | Age | Files | Lines |
* | 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-08 | 1 | -111/+113 |
|
|
* | (Merge 3.3) Issue #17429: platform.linux_distribution() now decodes files from | Victor Stinner | 2013-12-08 | 1 | -2/+7 |
|\ |
|
| * | Issue #17429: platform.linux_distribution() now decodes files from the UTF-8 | Victor Stinner | 2013-12-08 | 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 | -1/+6 |
| |\ |
|
* | | | 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-14 | 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 |
|
|
* | | 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 |
| |\ \
| | |/ |
|