summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_platform.py
Commit message (Expand)AuthorAgeFilesLines
* Remove unused imports in tests (GH-14518)Victor Stinner2019-07-011-2/+1
* bpo-37369: Fix initialization of sys members when launched via an app contain...Steve Dower2019-06-291-31/+8
* bpo-35346, platform: replace os.popen() with subprocess (GH-10786)Victor Stinner2018-12-071-9/+9
* bpo-35344: platform.platform() uses mac_ver() on macOS (GH-10780)Victor Stinner2018-12-051-0/+33
* bpo-35389: platform.libc_ver() uses os.confstr() (GH-10891)Victor Stinner2018-12-051-6/+35
* bpo-35345: Remove platform.popen() (GH-10781)Victor Stinner2018-11-291-33/+0
* bpo-35202: Remove unused imports in tests. (GH-10561)Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)2018-11-161-1/+0
* bpo-34011: Fixes missing venv files and other tests (GH-9458)Steve Dower2018-09-201-15/+21
* bpo-26544: Add test for platform._comparable_version(). (GH-8973)Serhiy Storchaka2018-09-041-0/+36
* bpo-26544: Fixed implementation of platform.libc_ver(). (GH-7684)Serhiy Storchaka2018-07-091-1/+7
* Revert "bpo-33671: Add support.MS_WINDOWS and support.MACOS (GH-7800)" (GH-7919)Victor Stinner2018-06-261-2/+4
* bpo-33671: Add support.MS_WINDOWS and support.MACOS (GH-7800)Victor Stinner2018-06-221-4/+2
* bpo-28167: Remove platform.linux_distribution (GH-6871)Petr Viktorin2018-05-161-65/+0
* bpo-28167: bump platform.linux_distribution removal to 3.8 (GH-6669)Matthias Bussonnier2018-05-151-2/+2
* bpo-32159: Remove tools for CVS and Subversion (#4615)Victor Stinner2017-11-281-3/+3
* bpo-27593: Get SCM build info from git instead of hg. (#446)Ned Deily2017-03-041-6/+6
* 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-081-1/+0
* Issue #17429: platform.linux_distribution() now decodes files from the UTF-8Victor Stinner2013-12-081-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-1/+1
|\
| * Issue #12549: Correct test_platform to not fail when OS X returns 'x86_64'Ned Deily2011-07-131-1/+1
* | 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
|\ \ | |/
| * Merge build identification to 3.2 branch.Georg Brandl2011-03-061-1/+5
| |\
| | * 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
* | | 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
|/ /
* | 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