- 11f8b9d Fix #7863. Properly identify Windows 7 and Server 2008 R2. by Brian Curtin · 15 years ago
- 9545a23 In a number of places code still revers by Ronald Oussoren · 15 years ago
- 814b6c2 Revert r80166 (and r80171), restore Lib/platform.py. subprocess cannot be used in platform.py by Victor Stinner · 15 years ago
- 5ac7416 Fix bootstrap after r80166 by Antoine Pitrou · 15 years ago
- b2a0a43 platform: use subprocess.Popen() instead of os.popen() in _syscmd_file() by Victor Stinner · 15 years ago
- 8d1da0f #7092: Fix some -3 warnings, and fix Lib/platform.py when the path contains a double-quote. by Florent Xicluna · 15 years ago
- c9d1a78 Issue #7860: platform.uname now reports the correct 'machine' type by R. David Murray · 15 years ago
- 9341ad2 Remove call to gestalt('sysu') from platform.py. This gestalt call is by Ronald Oussoren · 15 years ago
- a43f34c fix an UnboundLocalError when the release file is empty #7773 by Benjamin Peterson · 15 years ago
- 8cdc9bc More yearly updates. by Georg Brandl · 15 years ago
- 52c1794 Update bug tracker reference. by Georg Brandl · 16 years ago
- cecaa65 Use a different VER command output parser to address the localization by Marc-André Lemburg · 16 years ago
- 19e5b3f Use a new global DEV_NULL instead of hard-coding /dev/null into the system by Marc-André Lemburg · 16 years ago
- 0ad9b77 add support for PyPy by Benjamin Peterson · 16 years ago
- b457b89 more and more implementations now support sys.subversion by Benjamin Peterson · 16 years ago
- f521b8c add much better tests for python version information parsing by Benjamin Peterson · 16 years ago
- a519cfc Remove the sys.version_info shortcut, since they cause the APIs by Marc-André Lemburg · 16 years ago
- fbc0b0c #4157 move two test functions out of platform.py. by Amaury Forgeot d'Arc · 17 years ago
- 171c4aa Issue #3762: platform.architecture() fails if python is lanched via its symbolic link. by Hirokazu Yamamoto · 17 years ago
- d15fad7 Add quotes around the file name to avoid issues with spaces. by Marc-André Lemburg · 17 years ago
- ed8c644 Issue #3748: platform.architecture() printed vogus message on windows. by Hirokazu Yamamoto · 17 years ago
- 5c0be32 platform.uname now tries to fill empty values even when os.uname is present by Benjamin Peterson · 17 years ago
- 7a0f4c7 - Add unittests for platform.mac_ver (or rather, ensure that the unittest for by Ronald Oussoren · 17 years ago
- c27b8b8 Fix for issue 1770190: platform.mac_ver() now returns the right by Ronald Oussoren · 17 years ago
- dbd61a2 If Mark Hammonds win32 tools are not available, try to use the _winreg module by Marc-André Lemburg · 17 years ago
- 50967bd Add new name for Mandrake: Mandriva. by Marc-André Lemburg · 17 years ago
- f09597c issue1082: Fixing platform and system for Vista. by Sean Reifscheider · 18 years ago
- b24cd0f Add patch #1726668: Windows Vista support. by Marc-André Lemburg · 18 years ago
- 0e09788 Apply patch #1734945 to support TurboLinux as distribution. by Marc-André Lemburg · 18 years ago
- f733abb7 Whitespace normalization. by Tim Peters · 18 years ago
- 3b8f60b Use defaults if sys.executable isn't set (e.g. on Jython). by Marc-André Lemburg · 18 years ago
- 2be9d43 Add parameter sys_version to _sys_version(). by Marc-André Lemburg · 18 years ago
- 4b86f8b Fix grammar in docstrings by Neal Norwitz · 18 years ago
- 9e0dc96 Bump version number and change copyright year. by Marc-André Lemburg · 18 years ago
- 749d070 Teach platform about darwin/x86 by Ronald Oussoren · 19 years ago
- 1df5c39 Generalize buildno to be a sequence of non-comma characters. by Martin v. Löwis · 19 years ago
- 3dafaab Fix _sys_version() so it works with the new buildno, not sure if it is correct. test_platform passes by Neal Norwitz · 20 years ago
- e5a7fad Fix typo. by Walter Dörwald · 20 years ago
- 380f417 Patch by pythonic <pythonic@gmail.com> to support Fedora as Linux distro. by Marc-André Lemburg · 20 years ago
- cdc7923 Added normalization for Windows system name. Closes SF #945665. by Marc-André Lemburg · 21 years ago
- 843c734 Using reversed() is not compatible with Python 1.5.2. by Guido van Rossum · 21 years ago
- 91e83e2 Added more Windows version names (thanks to Thomas Heller). by Marc-André Lemburg · 21 years ago
- 9001cde Fix last patch to be backwards-compatible with Python 1.5.2 . by Brett Cannon · 21 years ago
- 21beb4c Fixed a caching bug in platform.platform() where the argument of 'terse' was by Brett Cannon · 21 years ago
- 85c20a4 Implement and apply PEP 322, reverse iteration by Raymond Hettinger · 22 years ago
- cc523fc SF patch #834015: Remove imports of unused modules by Raymond Hettinger · 22 years ago
- a290e3d Bug fix for #780461: 'sysu' gestalt selector is meaningless on MacOSX, by Jack Jansen · 22 years ago
- 8ab27df Touch-up to docstrings. by Brett Cannon · 22 years ago
- 9b924c6 remove extra parameter from _java_getprop, remove duplicate imports by Neal Norwitz · 22 years ago
- 47c2ab6 Fix docstring typo by Andrew M. Kuchling · 22 years ago
- 0eadaac Whitespace normalization. by Tim Peters · 22 years ago
- 366a0fe Reformatted a bit to remove the lengthy re.compile() from the function by Marc-André Lemburg · 22 years ago
- 246d847 New module platform.py, submitted by Marc-Andre Lemburg. by Marc-André Lemburg · 22 years ago