summaryrefslogtreecommitdiffstats
path: root/Lib/test/pythoninfo.py
Commit message (Expand)AuthorAgeFilesLines
* [2.7] bpo-38338, test.pythoninfo: add more ssl infos (GH-16543)Victor Stinner2019-10-021-0/+60
* bpo-35952: Sync test.pythoninfo from master (GH-13010)Victor Stinner2019-04-291-8/+65
* bpo-35411: Skip test_urllib2net FTP tests on Travis CI (GH-10907)Miss Islington (bot)2018-12-051-0/+1
* pythoninfo: log more environment variable (GH-10719) (GH-10774)Victor Stinner2018-11-281-4/+45
* bpo-33717: set terse to True when calling platform.platform in test.pythoninf...Miss Islington (bot)2018-06-191-1/+1
* bpo-33692: Update pythoninfo from master (GH-7304)Victor Stinner2018-06-011-0/+29
* bpo-33692: pythoninfo detect libedit on Python 2.7 (#7246)Victor Stinner2018-05-301-0/+8
* pythoninfo: add time.time and datetime.datetime.now (GH-5214) (#5220)Miss Islington (bot)2018-01-171-1/+13
* pythoninfo: sync with master (#4843)Victor Stinner2017-12-131-34/+142
* pythoninfo: add Py_DEBUG (#4198) (#4581)Victor Stinner2017-11-271-0/+8
* bpo-30871: Add test.pythoninfo (#3174) (#3175)Victor Stinner2017-08-221-0/+433