summaryrefslogtreecommitdiff
path: root/Lib/test/test_platform.py
Commit message (Expand)AuthorAgeFilesLines
* Closes #28059: Fixes test_platform to set PYTHONPATH for .pyd filesSteve Dower2016-09-101-2/+3
|\
| * Closes #28059: Fixes test_platform to set PYTHONPATH for .pyd filesSteve Dower2016-09-101-2/+9
* | test_platform: Save/restore os.environ on WindowsVictor Stinner2016-09-101-0/+7
* | #27364: fix "incorrect" uses of escape character in the stdlib.R David Murray2016-09-081-2/+2
|/
* Issue #21313: Tolerate truncated buildinfo in sys.versionMartin Panter2016-06-081-0/+16
* Issue #26041: Remove "will be removed in Python 3.7" from description messagesBerker Peksag2016-04-241-4/+2
* Issue #24210: Silence more PendingDeprecationWarning warnings in tests.Berker Peksag2015-05-161-2/+16
* Issue #1322: platform.dist() and platform.linux_distribution() functions are ...Berker Peksag2015-05-131-5/+19
* - Issue #21539: Add a *exists_ok* argument to `Pathlib.mkdir()` to mimicBarry Warsaw2014-08-051-1/+1
* Issue #17429: Oops, remove unused importVictor Stinner2013-12-091-1/+0
* Issue #17429: platform.linux_distribution() now decodes files from the UTF-8Victor Stinner2013-12-091-0/+16
* #8964: fix platform._sys_version to handle IronPython 2.6+.Ezio Melotti2013-10-211-0/+13
* Issue #15164: Change return value of platform.uname() from aLarry Hastings2012-06-241-1/+7
* Issue #12549: Correct test_platform to not fail when OS X returns 'x86_64'Ned Deily2011-07-131-7/+36
|\
| * test_platform: ignore DeprecationWarning on popen() testVictor Stinner2011-06-101-15/+20
| * Remove sys.subversion and svn build identification leftovers.Georg Brandl2011-03-061-5/+1
| * Merge build identification to default branch.Georg Brandl2011-03-061-1/+5
| |\
| * | Issue #11377: Fix quoting on Windows in test_platformVictor Stinner2011-03-031-2/+11
| * | Issue #11377: Deprecate platform.popen() and reimplement it with os.popen().Victor Stinner2011-03-031-0/+19
* | | Issue #12549: Correct test_platform to not fail when OS X returns 'x86_64'Ned Deily2011-07-131-1/+1
| |/ |/|
* | Merge build identification to 3.2 branch.Georg Brandl2011-03-061-16/+45
|\ \ | |/
| * Fix #9333. The symlink function is always available now, raising OSErrorBrian Curtin2010-12-281-2/+1
| * Fix #9333. Expose os.symlink on Windows only when usable.Brian Curtin2010-12-021-1/+2
| * #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-201-6/+6
| * Fix for issue 7895. Avoid crashing the interpreterRonald Oussoren2010-07-231-0/+19
| * Re-flow several long lines from #1578269.Brian Curtin2010-07-091-2/+2
| * Implement #1578269. Patch by Jason R. Coombs.Brian Curtin2010-07-081-14/+20
| * Fix porting mistake in r79298.R. David Murray2010-03-241-1/+1
| * Merged revisions 79294 via svnmerge fromR. David Murray2010-03-221-0/+21
| * Merged revisions 78018,78035-78040,78042-78043,78046,78048-78052,78054,78059,...Georg Brandl2010-03-141-2/+4
| * Merged revisions 77735 via svnmerge fromBenjamin Peterson2010-01-251-0/+1
| * Merged revisions 74640 via svnmerge fromBrett Cannon2009-09-031-1/+7
| * convert old fail* assertions to assert*Benjamin Peterson2009-06-301-3/+3
* | Adapt platform and test_platform to the build identification changes.Georg Brandl2011-03-051-1/+5
* | Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-211-6/+6
* | Merged revisions 83075 via svnmerge fromRonald Oussoren2010-07-231-0/+19
* | Merged revisions 77737 via svnmerge fromBenjamin Peterson2010-01-251-0/+1
* | Merged revisions 74641 via svnmerge fromBrett Cannon2009-09-031-1/+7
* | Merged revisions 73715 via svnmerge fromGeorg Brandl2009-08-131-3/+3
|/
* Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-...Benjamin Peterson2009-03-281-33/+64
* Merged revisions 70518,70521,70590,70594-70595 via svnmerge fromBenjamin Peterson2009-03-261-20/+29
* Merged revisions 66974,66977,66984,66989,66992,66994-66996,66998-67000,67007,...Benjamin Peterson2008-10-251-0/+34
* Added the test for issue3762.Hirokazu Yamamoto2008-10-061-0/+16
* Windows has no os.uname. Use platform.uname() instead.Amaury Forgeot d'Arc2008-06-101-1/+1
* Merged revisions 63460,63464 via svnmerge fromBenjamin Peterson2008-05-291-6/+24
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-2/+2
* Merged revisions 63208-63209,63211-63212,63214-63217,63219-63224,63226-63227,...Alexandre Vassalotti2008-05-161-4/+15
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-1/+6
* Add a rudimentary test for the platform module that at least calls eachWalter Dörwald2005-11-211-0/+74