1. 9646630 bpo-36766: Typos in docs and code comments (GH-13116) by penguindustin · 5 years ago
  2. 62dfd7d bpo-35920: Windows 10 ARM32 platform support (GH-11774) by Paul Monson · 5 years ago
  3. d307d05 Fixes platform.win32_ver on non-Windows platforms (GH-12912) by Steve Dower · 5 years ago
  4. 60875db bpo-35516: platform.system_alias() don't replace Darwin (GH-11207) by Victor Stinner · 6 years ago
  5. 0af9c33 bpo-35348: Fix platform.architecture() (GH-11159) by Victor Stinner · 6 years ago
  6. 4aa917c bpo-35346: Cleanup platform.architecture() (GH-11130) by Victor Stinner · 6 years ago
  7. b0e0877 bpo-35346: Drop Mac OS 9 support from platform (GH-10959) by Victor Stinner · 6 years ago
  8. 3a521f0 bpo-35346, platform: replace os.popen() with subprocess (GH-10786) by Victor Stinner · 6 years ago
  9. ea0ca21 bpo-35344: platform.platform() uses mac_ver() on macOS (GH-10780) by Victor Stinner · 6 years ago
  10. 476b113 bpo-35389: platform.libc_ver() uses os.confstr() (GH-10891) by Victor Stinner · 6 years ago
  11. b8e689a bpo-35346, platform: import subprocess in _syscmd_file() (GH-10892) by Victor Stinner · 6 years ago
  12. 73104fa bpo-35345: Remove platform.popen() (GH-10781) by Victor Stinner · 6 years ago
  13. 7cc1fa4 bpo-28167: Remove platform._dist_try_harder() (GH-10787) by Victor Stinner · 6 years ago
  14. 7d81e8f bpo-26544: Get rid of dependence from distutils in platform. (GH-8356) by Serhiy Storchaka · 6 years ago
  15. 2a9b8ba bpo-26544: Fixed implementation of platform.libc_ver(). (GH-7684) by Serhiy Storchaka · 6 years ago
  16. 8b94b41 bpo-28167: Remove platform.linux_distribution (GH-6871) by Petr Viktorin · 6 years ago
  17. 9eb40bc bpo-28167: bump platform.linux_distribution removal to 3.8 (GH-6669) by Matthias Bussonnier · 6 years ago
  18. fe2d5ba bpo-32159: Remove tools for CVS and Subversion (#4615) by Victor Stinner · 7 years ago
  19. 5c4b0d0 bpo-27593: Get SCM build info from git instead of hg. (#446) by Ned Deily · 7 years ago
  20. 6059ce4 bpo-27788 : synchronise platform.py version number (#246) by Matthias Bussonnier · 7 years ago
  21. 74f4af7 Issue #27932: Prevent memory leak in win32_ver(). by Steve Dower · 8 years ago
  22. 8199400 Merge from 3.5 by Steve Dower · 8 years ago
  23. f028d9f Issue #27932: Backs out change by Steve Dower · 8 years ago
  24. 6a294a5 Issue #27932: Fixes memory leak in platform.win32_ver() by Steve Dower · 8 years ago
  25. 1588a3b Issue #27932: Fixes memory leak in platform.win32_ver() by Steve Dower · 8 years ago
  26. 41519b2 Issue #26513: Fixes platform module detection of Windows Server by Steve Dower · 8 years ago
  27. 7bcf793 Issue #26513: Fixes platform module detection of Windows Server by Steve Dower · 8 years ago
  28. 44b548d #27364: fix "incorrect" uses of escape character in the stdlib. by R David Murray · 8 years ago
  29. 10108a7 Issue #27355: Removed support for Windows CE. It was never finished, by Larry Hastings · 8 years ago
  30. eb99570 Issue #27626: Spelling fixes in docs, comments and internal names by Martin Panter · 8 years ago
  31. 4e50553 Issue #21313: Tolerate truncated buildinfo in sys.version by Martin Panter · 8 years ago
  32. 8d8221f Issue #26041: Remove "will be removed in Python 3.7" from description messages by Berker Peksag · 8 years ago
  33. 126c9c1 Issue #26513: Fixes platform module detection of Windows Server by Steve Dower · 8 years ago
  34. 5b1640c Merge from 3.4 by Steve Dower · 9 years ago
  35. 8f278f1 Handle calls to win32_ver from non-Windows platform by Steve Dower · 9 years ago
  36. 64a3387 Issue #19143: platform module now reads Windows version from kernel32.dll to avoid compatibility shims. by Steve Dower · 9 years ago
  37. b9f4fea Issue #19143: platform module now reads Windows version from kernel32.dll to avoid compatibility shims. by Steve Dower · 9 years ago
  38. cae101f Issue #24839: platform._syscmd_ver raises DeprecationWarning by Steve Dower · 9 years ago
  39. 1392f71 Issue #24210: Silence a PendingDeprecationWarning warning in platform.platform(). by Berker Peksag · 9 years ago
  40. 2f3742b Issue #1322: platform.dist() and platform.linux_distribution() functions are now deprecated. by Berker Peksag · 9 years ago
  41. 46ba6c8 Issue #22831: Use "with" to avoid possible fd leaks. by Serhiy Storchaka · 9 years ago
  42. 7fa767e Issue #20976: pyflakes: Remove unused imports by Victor Stinner · 10 years ago
  43. 936dfae Issue #20229: Avoid plistlib deprecation warning in platform.mac_ver(). by Ned Deily · 10 years ago
  44. ced3936 Issue #17429: some PEP 8 compliance fixes for the platform modules, add whitespaces by Victor Stinner · 11 years ago
  45. 0aba1a2 (Merge 3.3) Issue #17429: platform.linux_distribution() now decodes files from by Victor Stinner · 11 years ago
  46. 620c48b Issue #17429: platform.linux_distribution() now decodes files from the UTF-8 by Victor Stinner · 11 years ago
  47. 5c16c2e #8964: merge with 3.3. by Ezio Melotti · 11 years ago
  48. f076f53 #8964: fix platform._sys_version to handle IronPython 2.6+. by Ezio Melotti · 11 years ago
  49. 9a3777e #18705: merge with 3.3. by Ezio Melotti · 11 years ago
  50. 30b9d5d #18705: fix a number of typos. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
  51. 0fedb37 Issue #18393: Remove use of deprecated API on OSX by Ronald Oussoren · 11 years ago
  52. cd171c8 Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) by Brett Cannon · 11 years ago
  53. 0a14066 Issue #18200: Update the stdlib (except tests) to use ModuleNotFoundError. by Brett Cannon · 11 years ago
  54. f7a17b4 Replace IOError with OSError (#16715) by Andrew Svetlov · 12 years ago
  55. 2606a6f Issue #16719: Get rid of WindowsError. Use OSError instead by Andrew Svetlov · 12 years ago
  56. 0832af6 Issue #16717: get rid of socket.error, replace with OSError by Andrew Svetlov · 12 years ago
  57. ad28c7f Issue #16706: get rid of os.error by Andrew Svetlov · 12 years ago
  58. 143d034 merge 3.2 by Benjamin Peterson · 12 years ago
  59. e33f20c Merge 3.2 by Brian Curtin · 12 years ago
  60. 0b960f5 Fix #16176. Properly identify Windows 8 via platform.platform() by Brian Curtin · 12 years ago
  61. b451fd6 MERGE: #16112: platform.architecture does not correctly escape argument to /usr/bin/file. Fix original patch by Jesus Cea · 12 years ago
  62. cb95996 MERGE: #16112: platform.architecture does not correctly escape argument to /usr/bin/file. Fix original patch by Jesus Cea · 12 years ago
  63. 685fffa #16112: platform.architecture does not correctly escape argument to /usr/bin/file. Fix original patch by Jesus Cea · 12 years ago
  64. adc8211 #16112: platform.architecture does not correctly escape argument to /usr/bin/file. Use 'communicate()' and decode the bytes by Jesus Cea · 12 years ago
  65. 4791a24 #16135: Removal of OS/2 support (Python code partial cleanup) by Jesus Cea · 12 years ago
  66. f1af705 #16135: Removal of OS/2 support (Remove OS2 and OS/2 references) by Jesus Cea · 12 years ago
  67. e8801e2 MERGE: Closes #16112: platform.architecture does not correctly escape argument to /usr/bin/file by Jesus Cea · 12 years ago
  68. fc990e9 Closes #16112: platform.architecture does not correctly escape argument to /usr/bin/file by Jesus Cea · 12 years ago
  69. 68386bc Issue #15164: Change return value of platform.uname() from a by Larry Hastings · 12 years ago
  70. ab88803 Support Mageia Linux in the platform module. by Antoine Pitrou · 12 years ago
  71. 488fccf Closes #11678: support Arch linux in the platform module. by Georg Brandl · 12 years ago
  72. 605a62d Issue #15118: Change return value of os.uname() and os.times() from by Larry Hastings · 12 years ago
  73. 8d132c8 merge from 3.2 by Brian Curtin · 12 years ago
  74. 10dda6e Add a hint that CSD == Service Pack. by Brian Curtin · 12 years ago
  75. 9c49036 (Merge 3.2) Issue #13545: Fix platform.libc_version() is the SO version is missing by Victor Stinner · 13 years ago
  76. 8744881 Issue #13545: Fix platform.libc_version() is the SO version is missing by Victor Stinner · 13 years ago
  77. ba7c226 Make platform.libc_ver() less slow by Antoine Pitrou · 13 years ago
  78. 07b3537 Issue #12549: Correct test_platform to not fail when OS X returns 'x86_64' by Ned Deily · 13 years ago
  79. 58e3350 Issue #12549: Correct test_platform to not fail when OS X returns 'x86_64' by Ned Deily · 13 years ago
  80. 25000d4 Issue #11377: platform.popen() emits a DeprecationWarning by Victor Stinner · 13 years ago
  81. 2c173ba #11985: merge with 3.2. by Ezio Melotti · 13 years ago
  82. e548f5a #11985: merge with 3.1. by Ezio Melotti · 13 years ago
  83. f16898b #11985: update docstring of platform.python_implementation. by Ezio Melotti · 13 years ago
  84. 7b98d02 Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really creates by Antoine Pitrou · 13 years ago
  85. 877766d Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really creates by Antoine Pitrou · 13 years ago
  86. 3b3499b #11565: Merge with 3.1. by Ezio Melotti · 13 years ago
  87. 1392500 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  88. 1679f4d Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really creates by Antoine Pitrou · 13 years ago
  89. b88ed15 #11565: Merge with 3.2. by Ezio Melotti · 13 years ago
  90. fe09a54 Merge build identification to default branch. by Georg Brandl · 13 years ago
  91. 13039c8 Merge build identification to 3.2 branch. by Georg Brandl · 13 years ago
  92. 8256242 Adapt platform and test_platform to the build identification changes. by Georg Brandl · 13 years ago
  93. 1dfd380 Issue #11377: Deprecate platform.popen() and reimplement it with os.popen(). by Victor Stinner · 13 years ago
  94. 7dde792 Use a context manager for some file objects. by Florent Xicluna · 14 years ago
  95. ddfb2c3 Issue #9560: Use -b option of the file command in _syscmd_file() by Victor Stinner · 14 years ago
  96. 8f5a512 Merged revisions 83644 via svnmerge from by Ronald Oussoren · 14 years ago
  97. fcd7701 Fix for issue 9455: platform.mac_ver() broken on OSX/ppc by Ronald Oussoren · 14 years ago
  98. caa78fe Merged revisions 83371,83390 via svnmerge from by Georg Brandl · 14 years ago
  99. 62e2ca2 #8292: Fix three instances of truth tests on return values of filter() (which is always true in Python 3). by Georg Brandl · 14 years ago
  100. 7180d48 Merged revisions 83075 via svnmerge from by Ronald Oussoren · 14 years ago