summaryrefslogtreecommitdiffstats
path: root/Lib/test/libregrtest/save_env.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-36725: regrtest: add TestResult type (GH-12960)Victor Stinner2019-04-261-2/+2
* bpo-33562: Check the global asyncio event loop policy isn't set after any tes...Brett Cannon2018-06-021-0/+7
* bpo-31370: Remove support for threads-less builds (#3385)Antoine Pitrou2017-09-071-8/+1
* threading_cleanup() failure marks test as ENV_CHANGED (#2500)Victor Stinner2017-06-301-1/+7
* regrtest: always show before/after of modified env (#1192)Victor Stinner2017-04-191-3/+2
* Issue 27948: Allow backslashes in the literal string portion of f-strings, bu...Eric V. Smith2016-09-101-1/+1
* Closes issue 27921: Disallow backslashes anywhere in f-strings. This is a tem...Eric V. Smith2016-09-031-1/+1
* Issue #27829: libregrtest.save_env: flush stderrVictor Stinner2016-08-221-6/+4
* Issue #27787: Merge regrtest fixup from 3.5Martin Panter2016-08-201-0/+1
* Merge 3.5 (regrtest)Victor Stinner2016-03-291-0/+1
* Backed out changeset 245a16f33c4bVictor Stinner2016-03-251-279/+202
* Rework libregrtest.save_envVictor Stinner2016-03-251-202/+279
* Merge from 3.5 for issue #25188.Brett Cannon2015-10-021-2/+3
* Issue #25220: Move most regrtest.py code to libregrtestVictor Stinner2015-09-261-0/+284