60 Commits (a6bdfd1fa93ef07f4217fe4048c7a03d405f577e)

Author SHA1 Message Date
Brian Curtin b4bef305fd merge from fb225c289bf0 15 years ago
Victor Stinner 429a12b7b6 Issue #13545: Fix platform.libc_version() is the SO version is missing 15 years ago
Ned Deily 0ab67ee79e Issue #12549: Correct test_platform to not fail when OS X returns 'x86_64' 15 years ago
Ezio Melotti 6fa0947285 #11985: update docstring of platform.python_implementation. 15 years ago
Ezio Melotti c2077b0d9b #11565: Fix several typos. Patch by Piotr Kasprzyk. 15 years ago
Ronald Oussoren f7a13b3210 Merged revisions 83646 via svnmerge from 16 years ago
Ronald Oussoren 22e3e694ed Merged revisions 83644 via svnmerge from 16 years ago
Ezio Melotti b55d368055 Merged revisions 79558 via svnmerge from 16 years ago
Ronald Oussoren 446aa638d5 Merged revisions 83085 via svnmerge from 16 years ago
Ronald Oussoren 3a04a25206 Merged revisions 83075 via svnmerge from 16 years ago
Brian Curtin a8538a504f Merged revisions 80857 via svnmerge from 16 years ago
Brian Curtin 11f8b9db79 Fix #7863. Properly identify Windows 7 and Server 2008 R2. 16 years ago
Ronald Oussoren 9545a23c7f In a number of places code still revers 16 years ago
Victor Stinner 814b6c222d Revert r80166 (and r80171), restore Lib/platform.py. subprocess cannot be used in platform.py 16 years ago
Antoine Pitrou 5ac74168b9 Fix bootstrap after r80166 16 years ago
Victor Stinner b2a0a434a8 platform: use subprocess.Popen() instead of os.popen() in _syscmd_file() 16 years ago
Florent Xicluna 8d1da0f5c3 #7092: Fix some -3 warnings, and fix Lib/platform.py when the path contains a double-quote. 16 years ago
R. David Murray c9d1a7845b Issue #7860: platform.uname now reports the correct 'machine' type 16 years ago
Georg Brandl b6453a902e Merged revisions 77120,77151,77155,77209,77229,77256,77317,77331,77333,77359-77360,77382,77561,77570 via svnmerge from 16 years ago
Ronald Oussoren 6ff97f7e21 Merged revisions 78056 via svnmerge from 17 years ago
Ronald Oussoren 9341ad2200 Remove call to gestalt('sysu') from platform.py. This gestalt call is 17 years ago
Benjamin Peterson 00b9051a7e Merged revisions 77735 via svnmerge from 17 years ago
Benjamin Peterson a43f34cc2a fix an UnboundLocalError when the release file is empty #7773 17 years ago
Georg Brandl 8cdc9bc901 More yearly updates. 17 years ago
Georg Brandl f004d9dc84 Merged revisions 73206,73232,73299,73683,74020,74185,74544,74643,74647,74817,74838-74839,74865,74946,75402,75459,75604,75696 via svnmerge from 17 years ago
Georg Brandl 52c1794b98 Update bug tracker reference. 17 years ago
Marc-André Lemburg cecaa65f65 Use a different VER command output parser to address the localization 17 years ago
Marc-André Lemburg 19e5b3f9d1 Use a new global DEV_NULL instead of hard-coding /dev/null into the system 17 years ago
Benjamin Peterson 0ad9b7727d add support for PyPy 17 years ago
Benjamin Peterson b457b89323 more and more implementations now support sys.subversion 17 years ago
Benjamin Peterson f521b8c6d2 add much better tests for python version information parsing 17 years ago
Marc-André Lemburg 152f222775 Merged revisions 70594-70595 via svnmerge from 17 years ago
Marc-André Lemburg a519cfc953 Remove the sys.version_info shortcut, since they cause the APIs 17 years ago
Amaury Forgeot d'Arc fbc0b0ca29 #4157 move two test functions out of platform.py. 18 years ago
Hirokazu Yamamoto f4e2ccf3b3 Issue #3762: platform.architecture() fails if python is lanched via its symbolic link. 18 years ago
Hirokazu Yamamoto 171c4aae4e Issue #3762: platform.architecture() fails if python is lanched via its symbolic link. 18 years ago
Marc-André Lemburg d15fad7a89 Add quotes around the file name to avoid issues with spaces. 18 years ago
Hirokazu Yamamoto ed8c6441b5 Issue #3748: platform.architecture() printed vogus message on windows. 18 years ago
Benjamin Peterson 5c0be328c1 platform.uname now tries to fill empty values even when os.uname is present 18 years ago
Ronald Oussoren 7a0f4c75b1 - Add unittests for platform.mac_ver (or rather, ensure that the unittest for 18 years ago
Ronald Oussoren c0c3914b09 Backport of revision 62854 18 years ago
Ronald Oussoren c27b8b88e3 Fix for issue 1770190: platform.mac_ver() now returns the right 18 years ago
Marc-André Lemburg dbd61a2bff If Mark Hammonds win32 tools are not available, try to use the _winreg module 18 years ago
Marc-André Lemburg 50967bdec2 Add new name for Mandrake: Mandriva. 19 years ago
Sean Reifscheider e8dd31aa2e issue1082: Fixing system and platform names for Vista. 19 years ago
Sean Reifscheider f09597c1fd issue1082: Fixing platform and system for Vista. 19 years ago
Marc-André Lemburg b24cd0f05a Add patch #1726668: Windows Vista support. 19 years ago
Marc-André Lemburg 0e09788eda Apply patch #1734945 to support TurboLinux as distribution. 19 years ago
Tim Peters f733abb783 Whitespace normalization. 20 years ago
Marc-André Lemburg 3b8f60b700 Use defaults if sys.executable isn't set (e.g. on Jython). 20 years ago