summaryrefslogtreecommitdiffstats
path: root/test/Requires/eval-order.py
Commit message (Collapse)AuthorAgeFilesLines
* [PY 3.8] test fixes for file closings, rawstringsMats Wichmann2019-04-251-4/+3
| | | | | | | On a linux host (missing some things that may be on the Travis CI setup), Py3.8a3 now shows 19 fails, 1048 pass, with 84 Warning: messages. Signed-off-by: Mats Wichmann <mats@linux.com>
* Clean up some tests: use context managersMats Wichmann2019-02-141-4/+6
| | | | | | | | | Plenty of complaints coming from Python 3.8alpha on unclosed files. Targeted those areas which intersect with PyPy failures - this changeset reduces the PyPy fails by 17 on the local test environment. So this affects both Issue #3299 and the PyPy support project. Signed-off-by: Mats Wichmann <mats@linux.com>
* py2/3 fix mode=r for must_match to fix win32William Deegan2017-03-121-3/+3
|
* remove rb/wb from file opens, not needed py2/3.William Deegan2017-03-111-3/+3
|
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-251-2/+2
| | | | | development. Note that this set of changes is NOT backward-compatible; the trunk no longer works with Python 1.5.2, 2.0, or 2.1.
* Issue 2372: evaluate a Node's order-only prerequisites before the sourcesSteven Knight2009-03-111-0/+67
and dependencies (so they can affect how the sources and dependencies are built).