summaryrefslogtreecommitdiffstats
path: root/Lib/test/libregrtest/save_env.py
Commit message (Collapse)AuthorAgeFilesLines
* Merge 3.5 (regrtest)Victor Stinner2016-03-291-0/+1
|
* Backed out changeset 245a16f33c4bVictor Stinner2016-03-251-279/+202
| | | | Serhiy asked me to review it.
* Rework libregrtest.save_envVictor Stinner2016-03-251-202/+279
| | | | | | | | | | | * Replace get/restore methods with a Resource class and Resource subclasses * Create ModuleAttr, ModuleAttrList and ModuleAttrDict helper classes * Use __subclasses__() to get resource classes instead of using an hardcoded list (2 shutil resources were missinged in the list!) * Don't define MultiprocessingProcessDangling resource if the multiprocessing module is missing * Nicer diff for dictionaries. Useful for the big os.environ dict * Reorder code to group resources
* 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