summaryrefslogtreecommitdiff
path: root/Lib/test/test_platform.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-26544: Fixed implementation of platform.libc_ver(). (GH-7684). (GH-8193) ...Serhiy Storchaka2018-07-091-5/+11
* Issue #21313: Tolerate truncated buildinfo in sys.versionMartin Panter2016-06-081-0/+16
* #8964: fix platform._sys_version to handle IronPython 2.6+.Ezio Melotti2013-10-211-0/+13
* Issue #12549: Correct test_platform to not fail when OS X returns 'x86_64'Ned Deily2011-07-131-1/+1
* Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-211-6/+6
* Merged revisions 83075 via svnmerge fromRonald Oussoren2010-07-231-0/+19
* Issue #7860: platform.uname now reports the correct 'machine' typeR. David Murray2010-03-221-0/+21
* Fix more unbound locals in code paths that do not seem to be used.Georg Brandl2010-02-061-2/+4
* fix an UnboundLocalError when the release file is empty #7773Benjamin Peterson2010-01-251-0/+1
* test_platform fails on OS X Snow Leopard because the UNIX command to get theBrett Cannon2009-09-031-1/+7
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-3/+3
* add support for PyPyBenjamin Peterson2009-03-261-0/+5
* roll old test in with new oneBenjamin Peterson2009-03-261-18/+17
* more and more implementations now support sys.subversionBenjamin Peterson2009-03-261-3/+3
* add much better tests for python version information parsingBenjamin Peterson2009-03-261-19/+46
* Remove the sys.version_info shortcut, since they cause the APIsMarc-André Lemburg2009-03-251-20/+29
* #4157 move two test functions out of platform.py.Amaury Forgeot d'Arc2008-10-211-0/+34
* More strict test. Consider the case sys.executable itself is symlink.Hirokazu Yamamoto2008-10-061-4/+5
* Added the test for issue3762.Hirokazu Yamamoto2008-10-061-0/+15
* backport of 64096Benjamin Peterson2008-06-101-1/+1
* check for toolbox glue before testing platform.mac_ver intenslyBenjamin Peterson2008-05-211-1/+8
* fix test_platform (os was not imported)Benjamin Peterson2008-05-181-0/+1
* - Add unittests for platform.mac_ver (or rather, ensure that the unittest forRonald Oussoren2008-05-181-6/+23
* make test_platform a bit more assertive (We'll see what the buildbots say.)Benjamin Peterson2008-05-161-4/+15
* Fix test_platform on cygwin. When running from build area, sys.executableAnthony Baxter2006-04-041-1/+6
* Add a rudimentary test for the platform module that at least calls eachWalter Dörwald2005-11-211-0/+74