summaryrefslogtreecommitdiff
path: root/Lib/test/pythoninfo.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-35952: Sync test.pythoninfo from master (GH-13009)Victor Stinner2019-04-291-15/+38
* bpo-35772: Fix test_tarfile on ppc64 (GH-11606)Miss Islington (bot)2019-01-211-0/+2
* bpo-35257: Avoid leaking LTO linker flags into distutils (GH-10900) (GH-11264)Victor Stinner2018-12-201-0/+3
* bpo-35411: Skip test_urllib2net FTP tests on Travis CI (GH-10907)Miss Islington (bot)2018-12-041-0/+1
* pythoninfo: log more environment variable (GH-10719) (GH-10769)Victor Stinner2018-11-281-4/+45
* [3.7] bpo-35233: Rewrite test_embed.InitConfigTests (GH-10524) (GH-10529)Victor Stinner2018-11-141-1/+30
* set terse to True when calling platform.platform in test.pythoninfo (GH-7797)Xiang Zhang2018-06-201-1/+1
* bpo-33692: Update pythoninfo from master (GH-7298)Victor Stinner2018-06-011-0/+37
* pythoninfo: add time.time and datetime.datetime.now (#5214)Victor Stinner2018-01-171-1/+13
* pythoninfo: Add builtins, test.support, ... (#4840)Victor Stinner2017-12-131-1/+50
* bpo-32030: Rework memory allocators (#4625)Victor Stinner2017-11-291-18/+32
* Fix miscellaneous typos (#4275)luzpaz2017-11-051-2/+2
* pythoninfo: add Py_DEBUG (#4198)Victor Stinner2017-10-311-0/+8
* pythoninfo: ignore OSError(ENOSYS) on getrandom() (#3655)Victor Stinner2017-09-191-5/+12
* bpo-30871: pythoninfo: more sys, os, time data (#3130)Victor Stinner2017-08-181-40/+82
* bpo-30871: pythoninfo: add expat and _decimal (#3121)Victor Stinner2017-08-171-0/+22
* bpo-30871: Add test.pythoninfo (#3075)Victor Stinner2017-08-171-0/+407