133 Commits (0cdad1e2bc8794cdbba8a89e2a4177a7dedec313)

Author SHA1 Message Date
Steve Dower 8f278f1662 Handle calls to win32_ver from non-Windows platform 11 years ago
Steve Dower 64a3387d69 Issue #19143: platform module now reads Windows version from kernel32.dll to avoid compatibility shims. 11 years ago
Steve Dower b9f4feab1b Issue #19143: platform module now reads Windows version from kernel32.dll to avoid compatibility shims. 11 years ago
Steve Dower cae101f5ec Issue #24839: platform._syscmd_ver raises DeprecationWarning 11 years ago
Berker Peksag 1392f71c39 Issue #24210: Silence a PendingDeprecationWarning warning in platform.platform(). 11 years ago
Berker Peksag 2f3742b0d8 Issue #1322: platform.dist() and platform.linux_distribution() functions are now deprecated. 11 years ago
Serhiy Storchaka 46ba6c8563 Issue #22831: Use "with" to avoid possible fd leaks. 11 years ago
Victor Stinner 7fa767e517 Issue #20976: pyflakes: Remove unused imports 12 years ago
Ned Deily 936dfae2e2 Issue #20229: Avoid plistlib deprecation warning in platform.mac_ver(). 13 years ago
Victor Stinner ced3936894 Issue #17429: some PEP 8 compliance fixes for the platform modules, add whitespaces 13 years ago
Victor Stinner 620c48b7ea Issue #17429: platform.linux_distribution() now decodes files from the UTF-8 13 years ago
Ezio Melotti f076f53386 #8964: fix platform._sys_version to handle IronPython 2.6+. 13 years ago
Ezio Melotti 30b9d5d3af #18705: fix a number of typos. Patch by Févry Thibault. 13 years ago
Ronald Oussoren 0fedb37c47 Issue #18393: Remove use of deprecated API on OSX 13 years ago
Brett Cannon cd171c8e92 Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) 13 years ago
Brett Cannon 0a140668fa Issue #18200: Update the stdlib (except tests) to use 13 years ago
Andrew Svetlov f7a17b48d7 Replace IOError with OSError (#16715) 14 years ago
Andrew Svetlov 2606a6f197 Issue #16719: Get rid of WindowsError. Use OSError instead 14 years ago
Andrew Svetlov 0832af6628 Issue #16717: get rid of socket.error, replace with OSError 14 years ago
Andrew Svetlov ad28c7f9da Issue #16706: get rid of os.error 14 years ago
Brian Curtin c1924ab729 Fix #16176. Properly identify Windows 8 via platform.platform() 14 years ago
Brian Curtin 0b960f5a58 Fix #16176. Properly identify Windows 8 via platform.platform() 14 years ago
Jesus Cea 685fffa8f4 #16112: platform.architecture does not correctly escape argument to /usr/bin/file. Fix original patch 14 years ago
Jesus Cea 2699c9d248 #16112: platform.architecture does not correctly escape argument to /usr/bin/file. Fix original patch 14 years ago
Jesus Cea adc8211e00 #16112: platform.architecture does not correctly escape argument to /usr/bin/file. Use 'communicate()' and decode the bytes 14 years ago
Jesus Cea 69e7c9b1fd #16112: platform.architecture does not correctly escape argument to /usr/bin/file. Use 'communicate()' 14 years ago
Jesus Cea 4791a24268 #16135: Removal of OS/2 support (Python code partial cleanup) 14 years ago
Jesus Cea f1af705720 #16135: Removal of OS/2 support (Remove OS2 and OS/2 references) 14 years ago
Jesus Cea debda5d4e2 Closes #16112: platform.architecture does not correctly escape argument to /usr/bin/file. Solve a 2.7 bootstrap issue 14 years ago
Jesus Cea 3e94e14a68 Backed out changeset 5abacebec9d2 14 years ago
Jesus Cea 82a3924122 Backed out changeset c73b90b6dadd 14 years ago
Jesus Cea fc990e942f Closes #16112: platform.architecture does not correctly escape argument to /usr/bin/file 14 years ago
Jesus Cea 95038fa526 Closes #16112: platform.architecture does not correctly escape argument to /usr/bin/file 14 years ago
Larry Hastings 68386bc0b8 Issue #15164: Change return value of platform.uname() from a 14 years ago
Antoine Pitrou ab88803a8a Support Mageia Linux in the platform module. 14 years ago
Georg Brandl 488fccfaaf Closes #11678: support Arch linux in the platform module. 14 years ago
Larry Hastings 605a62ddb1 Issue #15118: Change return value of os.uname() and os.times() from 14 years ago
Brian Curtin b4bef305fd merge from fb225c289bf0 15 years ago
Brian Curtin 10dda6e029 Add a hint that CSD == Service Pack. 15 years ago
Victor Stinner 429a12b7b6 Issue #13545: Fix platform.libc_version() is the SO version is missing 15 years ago
Victor Stinner 87448819ab Issue #13545: Fix platform.libc_version() is the SO version is missing 15 years ago
Antoine Pitrou ba7c226095 Make platform.libc_ver() less slow 15 years ago
Ned Deily 58e3350bd4 Issue #12549: Correct test_platform to not fail when OS X returns 'x86_64' 15 years ago
Ned Deily 0ab67ee79e Issue #12549: Correct test_platform to not fail when OS X returns 'x86_64' 15 years ago
Victor Stinner 25000d4d31 Issue #11377: platform.popen() emits a DeprecationWarning 15 years ago
Ezio Melotti f16898bc80 #11985: update docstring of platform.python_implementation. 15 years ago
Ezio Melotti 6fa0947285 #11985: update docstring of platform.python_implementation. 15 years ago
Antoine Pitrou 877766dee8 Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really creates 15 years ago
Ezio Melotti c2077b0d9b #11565: Fix several typos. Patch by Piotr Kasprzyk. 15 years ago
Ezio Melotti 13925008dc #11565: Fix several typos. Patch by Piotr Kasprzyk. 15 years ago