summaryrefslogtreecommitdiff
path: root/Lib/test/pythoninfo.py
Commit message (Expand)AuthorAgeFilesLines
* [3.6] bpo-35257: Avoid leaking LTO linker flags into distutils (GH-10900) (GH...Victor Stinner2018-12-201-0/+2
* bpo-35411: Skip test_urllib2net FTP tests on Travis CI (GH-10907) (GH-10909)Miss Islington (bot)2018-12-051-0/+1
* pythoninfo: log more environment variable (GH-10719) (GH-10770)Victor Stinner2018-11-281-4/+45
* bpo-33717: set terse to True when calling platform.platform in test.pythoninf...Miss Islington (bot)2018-06-201-1/+1
* bpo-33692: Update pythoninfo from master (GH-7301)Victor Stinner2018-06-011-0/+29
* bpo-33692: pythoninfo detect libedit on Python 3.6 (GH-7244)Victor Stinner2018-05-301-0/+8
* pythoninfo: add time.time and datetime.datetime.now (GH-5214) (#5219)Miss Islington (bot)2018-01-171-1/+13
* pythoninfo: sync with master (#4844)Victor Stinner2017-12-141-21/+84
* pythoninfo: add Py_DEBUG (#4198) (#4580)Victor Stinner2017-11-271-0/+8
* [3.6] pythoninfo: ignore OSError(ENOSYS) on getrandom() (GH-3655) (#3657)Miss Islington (bot)2017-09-191-5/+12
* [3.6] bpo-30871: Add test.pythoninfo (#3174)Victor Stinner2017-08-221-0/+471