index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_platform.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-40094: Add test.support.wait_process() (GH-19254)
Victor Stinner
2020-03-31
1
-3/+1
*
Remove unused imports in tests (GH-14518)
Victor Stinner
2019-07-01
1
-2/+1
*
bpo-37369: Fix initialization of sys members when launched via an app contain...
Steve Dower
2019-06-29
1
-31/+8
*
bpo-35346, platform: replace os.popen() with subprocess (GH-10786)
Victor Stinner
2018-12-07
1
-9/+9
*
bpo-35344: platform.platform() uses mac_ver() on macOS (GH-10780)
Victor Stinner
2018-12-05
1
-0/+33
*
bpo-35389: platform.libc_ver() uses os.confstr() (GH-10891)
Victor Stinner
2018-12-05
1
-6/+35
*
bpo-35345: Remove platform.popen() (GH-10781)
Victor Stinner
2018-11-29
1
-33/+0
*
bpo-35202: Remove unused imports in tests. (GH-10561)
Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)
2018-11-16
1
-1/+0
*
bpo-34011: Fixes missing venv files and other tests (GH-9458)
Steve Dower
2018-09-20
1
-15/+21
*
bpo-26544: Add test for platform._comparable_version(). (GH-8973)
Serhiy Storchaka
2018-09-04
1
-0/+36
*
bpo-26544: Fixed implementation of platform.libc_ver(). (GH-7684)
Serhiy Storchaka
2018-07-09
1
-1/+7
*
Revert "bpo-33671: Add support.MS_WINDOWS and support.MACOS (GH-7800)" (GH-7919)
Victor Stinner
2018-06-26
1
-2/+4
*
bpo-33671: Add support.MS_WINDOWS and support.MACOS (GH-7800)
Victor Stinner
2018-06-22
1
-4/+2
*
bpo-28167: Remove platform.linux_distribution (GH-6871)
Petr Viktorin
2018-05-16
1
-65/+0
*
bpo-28167: bump platform.linux_distribution removal to 3.8 (GH-6669)
Matthias Bussonnier
2018-05-15
1
-2/+2
*
bpo-32159: Remove tools for CVS and Subversion (#4615)
Victor Stinner
2017-11-28
1
-3/+3
*
bpo-27593: Get SCM build info from git instead of hg. (#446)
Ned Deily
2017-03-04
1
-6/+6
*
Closes #28059: Fixes test_platform to set PYTHONPATH for .pyd files
Steve Dower
2016-09-10
1
-2/+3
|
\
|
*
Closes #28059: Fixes test_platform to set PYTHONPATH for .pyd files
Steve Dower
2016-09-10
1
-2/+9
*
|
test_platform: Save/restore os.environ on Windows
Victor Stinner
2016-09-10
1
-0/+7
*
|
#27364: fix "incorrect" uses of escape character in the stdlib.
R David Murray
2016-09-08
1
-2/+2
|
/
*
Issue #21313: Tolerate truncated buildinfo in sys.version
Martin Panter
2016-06-08
1
-0/+16
*
Issue #26041: Remove "will be removed in Python 3.7" from description messages
Berker Peksag
2016-04-24
1
-4/+2
*
Issue #24210: Silence more PendingDeprecationWarning warnings in tests.
Berker Peksag
2015-05-16
1
-2/+16
*
Issue #1322: platform.dist() and platform.linux_distribution() functions are ...
Berker Peksag
2015-05-13
1
-5/+19
*
- Issue #21539: Add a *exists_ok* argument to `Pathlib.mkdir()` to mimic
Barry Warsaw
2014-08-05
1
-1/+1
*
Issue #17429: Oops, remove unused import
Victor Stinner
2013-12-08
1
-1/+0
*
Issue #17429: platform.linux_distribution() now decodes files from the UTF-8
Victor Stinner
2013-12-08
1
-0/+16
*
#8964: fix platform._sys_version to handle IronPython 2.6+.
Ezio Melotti
2013-10-21
1
-0/+13
*
Issue #15164: Change return value of platform.uname() from a
Larry Hastings
2012-06-24
1
-1/+7
*
Issue #12549: Correct test_platform to not fail when OS X returns 'x86_64'
Ned Deily
2011-07-13
1
-1/+1
|
\
|
*
Issue #12549: Correct test_platform to not fail when OS X returns 'x86_64'
Ned Deily
2011-07-13
1
-1/+1
*
|
test_platform: ignore DeprecationWarning on popen() test
Victor Stinner
2011-06-10
1
-15/+20
*
|
Remove sys.subversion and svn build identification leftovers.
Georg Brandl
2011-03-06
1
-5/+1
*
|
Merge build identification to default branch.
Georg Brandl
2011-03-06
1
-1/+5
|
\
\
|
|
/
|
*
Merge build identification to 3.2 branch.
Georg Brandl
2011-03-06
1
-1/+5
|
|
\
|
|
*
Adapt platform and test_platform to the build identification changes.
Georg Brandl
2011-03-05
1
-1/+5
|
|
*
Merged revisions 86596 via svnmerge from
Ezio Melotti
2010-11-21
1
-6/+6
|
|
*
Merged revisions 83075 via svnmerge from
Ronald Oussoren
2010-07-23
1
-0/+19
|
|
*
Merged revisions 77737 via svnmerge from
Benjamin Peterson
2010-01-25
1
-0/+1
|
|
*
Merged revisions 74641 via svnmerge from
Brett Cannon
2009-09-03
1
-1/+7
|
|
*
Merged revisions 73715 via svnmerge from
Georg Brandl
2009-08-13
1
-3/+3
*
|
|
Issue #11377: Fix quoting on Windows in test_platform
Victor Stinner
2011-03-03
1
-2/+11
*
|
|
Issue #11377: Deprecate platform.popen() and reimplement it with os.popen().
Victor Stinner
2011-03-03
1
-0/+19
|
/
/
*
|
Fix #9333. The symlink function is always available now, raising OSError
Brian Curtin
2010-12-28
1
-2/+1
*
|
Fix #9333. Expose os.symlink on Windows only when usable.
Brian Curtin
2010-12-02
1
-1/+2
*
|
#9424: Replace deprecated assert* methods in the Python test suite.
Ezio Melotti
2010-11-20
1
-6/+6
*
|
Fix for issue 7895. Avoid crashing the interpreter
Ronald Oussoren
2010-07-23
1
-0/+19
*
|
Re-flow several long lines from #1578269.
Brian Curtin
2010-07-09
1
-2/+2
*
|
Implement #1578269. Patch by Jason R. Coombs.
Brian Curtin
2010-07-08
1
-14/+20
[next]