summaryrefslogtreecommitdiffstats
path: root/test/Scanner
Commit message (Expand)AuthorAgeFilesLines
* Fix sider issuesAdam Gross2020-11-172-3/+3
* Fix all testsAdam Gross2020-11-173-8/+16
* [ci skip] Some fixes to the Python scanner and testAdam Gross2020-11-171-1/+1
* [ci skip] Cancel test runs because my tests don't workAdam Gross2020-11-161-1/+1
* Fix up scanner a bitAdam Gross2020-11-161-1/+1
* Some initial fixesAdam Gross2020-11-162-4/+4
* Remove exception from script.pyAdam Gross2020-11-131-2/+0
* Change test to follow its own instructionsAdam Gross2020-11-131-4/+2
* First draft of teaching Python scanner about dynamic filesAdam Gross2020-11-136-0/+64
* Run autoflake on codeMats Wichmann2020-09-211-1/+0
* classes no longer explicitly inherit from objectMats Wichmann2020-05-241-1/+1
* test: Fix SyntaxWarnings on escapes in Python stringsMats Wichmann2019-09-1310-26/+26
* [PY 3.8] test fixes for file closings, rawstringsMats Wichmann2019-04-2510-54/+59
* use absolute python path in sheabangsPaweł Tomulik2018-10-221-3/+4
* Correct sheabangs in code snippets under test/Paweł Tomulik2018-10-221-2/+3
* Change bug references from tigris -> githubMats Wichmann2018-04-241-1/+1
* Fix tests which break when using print() and no from __future__ import print_...William Deegan2017-09-252-2/+2
* py2/3 fix win32 py27 failures. Also resolve some py3 failuresWilliam Deegan2017-03-204-29/+32
* py2/3 fix rb/wbWilliam Deegan2017-03-203-9/+9
* Merged in bdbaddog/scons (pull request #419)William Deegan2017-03-191-39/+42
|\
| * Allow whitespace after include file name in regex. This resolves issue runni...William Deegan2017-03-191-5/+4
| * incremental checkinWilliam Deegan2017-03-171-45/+41
| * scanner.py works for win32 py27, but fails py3William Deegan2017-03-141-4/+12
* | Fix bytes issues to fix test on Python 3.Craig Rodrigues2017-03-141-1/+3
|/
* py2/3 add mode=r to must_match to fix win32 py27,py3William Deegan2017-03-144-22/+22
* py2/3 byte fixesWilliam Deegan2017-03-134-13/+13
* Fixed print()'sWilliam Deegan2016-05-091-2/+2
* Fixed print()'sWilliam Deegan2016-05-091-2/+2
* Fixed print()'sWilliam Deegan2016-05-091-2/+2
* Post merge commit for safety. Building Fortran code works, but tests fail.Russel Winder2015-12-243-1/+111
|\
| * Issue 2264: Removed redundant SCANNER_HINT for preference of SCANNERS.William Blevins2015-08-071-15/+6
| * Issue 2264: Added test for SCANNER_HINT support, plus bug fixes.William Blevins2015-06-301-0/+119
| * Issue 2264: Updated behaviour when scanning included dependencies for nodes w...William Blevins2015-06-301-7/+7
| * Issue 2264: Updated tests to reflect Node changes.William Blevins2015-05-182-7/+8
| * - switching Node class and NodeInfo/Binfo to using slotsDirk Baechle2015-02-261-1/+0
* | Merged default branch into python3-port to keep it up to date.Gary Oberbrunner2014-08-231-1/+1
|\ \ | |/
| * Expand references to tigris.org bug trackeranatoly techtonik2014-05-281-1/+1
* | More __cmp__ to __eq__ (and __lt__). Resolved some UnboundLocalErrors after e...Stefan Zimmermann2014-03-311-2/+2
* | Made former 2to3 changes Python 2.7 compatible (or removed unneeded changes).Stefan Zimmermann2014-03-311-10/+10
* | Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion.Gary Oberbrunner2013-09-221-5/+5
|/
* Issue 2647: In Executor.Null.get_all_children(), really return all ofSteven Knight2010-06-151-2/+9
* Convert old-style classes in Scanner/*.py modules to new-style classes.Steven Knight2010-05-161-16/+31
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-241-45/+3
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-151-1/+1
* http://scons.tigris.org/issues/show_bug.cgi?id=2329Greg Noel2010-03-272-6/+2
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-255-29/+21
* Merged revisions 4645,4647-4651,4654-4656 via svnmerge fromSteven Knight2010-02-051-0/+84
* Fix handling of both UTF_16_LE and UTF_16_BE. Add an actual test forSteven Knight2009-03-021-0/+319
* Remove more unnecessary imports from test scripts.Steven Knight2009-02-111-5/+0
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-0912-0/+72