summaryrefslogtreecommitdiff
path: root/Lib/platform.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-26544: Make platform.libc_ver() less slow (GH-10868)Victor Stinner2018-12-031-1/+4
* bpo-26544: Get rid of dependence from distutils in platform. (GH-8356) (GH-8952)Miss Islington (bot)2018-09-051-1/+30
* bpo-26544: Fixed implementation of platform.libc_ver(). (GH-7684). (GH-8193) ...Serhiy Storchaka2018-07-091-31/+32
* Issue #26513: Use winver.product_type instead of .productSteve Dower2016-09-211-1/+1
* Issue #27932: Prevent memory leak in win32_ver().Steve Dower2016-09-171-2/+4
* Issue #27626: Spelling fixes in docs, comments and internal namesMartin Panter2016-07-281-1/+1
* Issue #21313: Tolerate truncated buildinfo in sys.versionMartin Panter2016-06-081-4/+11
* Issue #26513: Fixes platform module detection of Windows ServerSteve Dower2016-03-121-1/+1
* Handle calls to win32_ver from non-Windows platformSteve Dower2015-09-221-1/+4
* Issue #19143: platform module now reads Windows version from kernel32.dll to ...Steve Dower2015-09-221-170/+120
* #8964: fix platform._sys_version to handle IronPython 2.6+.Ezio Melotti2013-10-211-3/+16
* #18705: fix a number of typos. Patch by Févry Thibault.Ezio Melotti2013-08-171-3/+3
* Fix #16176. Properly identify Windows 8 via platform.platform()Brian Curtin2012-10-111-1/+6
* #16112: platform.architecture does not correctly escape argument to /usr/bin/...Jesus Cea2012-10-051-2/+2
* #16112: platform.architecture does not correctly escape argument to /usr/bin/...Jesus Cea2012-10-051-4/+3
* Closes #16112: platform.architecture does not correctly escape argument to /u...Jesus Cea2012-10-041-1/+21
* Backed out changeset 5abacebec9d2Jesus Cea2012-10-041-5/+8
* Backed out changeset c73b90b6daddJesus Cea2012-10-041-8/+5
* Closes #16112: platform.architecture does not correctly escape argument to /u...Jesus Cea2012-10-041-5/+8
* merge from fb225c289bf0Brian Curtin2012-02-011-1/+1
* Issue #13545: Fix platform.libc_version() is the SO version is missingVictor Stinner2011-12-151-1/+1
* Issue #12549: Correct test_platform to not fail when OS X returns 'x86_64'Ned Deily2011-07-131-0/+1
* #11985: update docstring of platform.python_implementation.Ezio Melotti2011-05-041-3/+4
* #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-161-1/+1
* Merged revisions 83644 via svnmerge fromRonald Oussoren2010-08-031-1/+1
* Merged revisions 83075 via svnmerge fromRonald Oussoren2010-07-231-11/+50
* Fix #7863. Properly identify Windows 7 and Server 2008 R2.Brian Curtin2010-05-061-17/+34
* In a number of places code still reversRonald Oussoren2010-05-051-4/+0
* Revert r80166 (and r80171), restore Lib/platform.py. subprocess cannot be use...Victor Stinner2010-04-181-15/+13
* Fix bootstrap after r80166Antoine Pitrou2010-04-181-1/+2
* platform: use subprocess.Popen() instead of os.popen() in _syscmd_file()Victor Stinner2010-04-181-13/+14
* #7092: Fix some -3 warnings, and fix Lib/platform.py when the path contains a...Florent Xicluna2010-04-011-4/+4
* Issue #7860: platform.uname now reports the correct 'machine' typeR. David Murray2010-03-221-1/+5
* Remove call to gestalt('sysu') from platform.py. This gestalt call isRonald Oussoren2010-02-071-19/+1
* fix an UnboundLocalError when the release file is empty #7773Benjamin Peterson2010-01-251-2/+6
* More yearly updates.Georg Brandl2010-01-011-1/+1
* Update bug tracker reference.Georg Brandl2009-09-191-1/+1
* Use a different VER command output parser to address the localizationMarc-André Lemburg2009-07-131-2/+17
* Use a new global DEV_NULL instead of hard-coding /dev/null into the systemMarc-André Lemburg2009-07-131-4/+20
* add support for PyPyBenjamin Peterson2009-03-261-0/+15
* more and more implementations now support sys.subversionBenjamin Peterson2009-03-261-13/+8
* add much better tests for python version information parsingBenjamin Peterson2009-03-261-5/+2
* Remove the sys.version_info shortcut, since they cause the APIsMarc-André Lemburg2009-03-251-8/+4
* #4157 move two test functions out of platform.py.Amaury Forgeot d'Arc2008-10-211-33/+0
* Issue #3762: platform.architecture() fails if python is lanched via its symbo...Hirokazu Yamamoto2008-09-041-1/+1
* Add quotes around the file name to avoid issues with spaces.Marc-André Lemburg2008-09-021-1/+1
* Issue #3748: platform.architecture() printed vogus message on windows.Hirokazu Yamamoto2008-09-011-0/+3
* platform.uname now tries to fill empty values even when os.uname is presentBenjamin Peterson2008-06-131-33/+40
* - Add unittests for platform.mac_ver (or rather, ensure that the unittest forRonald Oussoren2008-05-181-0/+6
* Fix for issue 1770190: platform.mac_ver() now returns the rightRonald Oussoren2008-05-081-1/+11