summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add name parameter as requested in PRAdam Gross2020-01-154-8/+18
* Update and improve testsAdam Gross2020-01-106-23/+39
* Merge branch 'master' into topic/grossag/valuenameAdam Gross2020-01-10320-2591/+3250
|\
| * Merge pull request #3521 from bdbaddog/remove_py27_part_2William Deegan2020-01-108-93/+25
| |\
| | * Resolve mwichmann's commments on PR removing extraneous codeWilliam Deegan2020-01-102-3/+3
| | * Remove if PY3 code.William Deegan2020-01-106-43/+17
| | * Remove UnicodeType as py35+ has unicode strings. Remove some py27 imports. Ma...William Deegan2020-01-104-52/+10
| |/
| * Merge pull request #3520 from mwichmann/docfixesWilliam Deegan2020-01-073-32/+44
| |\
| | * [PR #3520] just drop the userguide sectionMats Wichmann2020-01-071-19/+0
| | * Fixup some doc inconsistencies. [CI skip]Mats Wichmann2020-01-073-25/+56
| |/
| * Merge pull request #3518 from chasinglogic/subst-less-recursionWilliam Deegan2020-01-062-0/+22
| |\
| | * [ci skip] Document ListSubber.expanded and usageMathew Robinson2020-01-061-0/+10
| | * Handle UserString in ListSubber.expandedMathew Robinson2020-01-061-1/+5
| | * Prevent unnecessary recursion when value is already expandedMathew Robinson2020-01-062-0/+8
| |/
| * Merge pull request #3517 from chasinglogic/subst-less-evalWilliam Deegan2020-01-062-32/+47
| |\
| | * Store unexpanded string for reporting in error messagesMathew Robinson2020-01-061-4/+10
| | * Prevent unnecessary eval calls in SubstMathew Robinson2019-12-232-32/+41
| * | Remove extraneous debug outputWilliam Deegan2020-01-021-1/+0
| * | [ci skip] typo in error message in testWilliam Deegan2020-01-021-2/+2
| * | Merge pull request #3515 from bdbaddog/drop_py27_supportWilliam Deegan2020-01-0212-151/+44
| |\ \
| | * | [ci skip] Add logic to know when running in pypyWilliam Deegan2020-01-022-0/+6
| | * | kick github CI's for PRWilliam Deegan2020-01-021-0/+1
| | * | [ci skip] Add to CHANGES.txtWilliam Deegan2020-01-021-0/+1
| | * | move coverage startuplogic to sitecustomize.py from usercustomize.pyWilliam Deegan2020-01-021-4/+4
| | * | move coverage startuplogic to sitecustomize.py from usercustomize.pyWilliam Deegan2020-01-021-0/+8
| | * | fix typoWilliam Deegan2020-01-011-1/+1
| | * | try non-sudo'd usercustomize.py file in sys.path[-1] instead of user site dir...William Deegan2020-01-011-7/+7
| | * | Fix use-dbm test to work with sconsign files using dbm but where the underlyi...William Deegan2020-01-011-7/+10
| | * | Fix use-dbm test to work with sconsign files using dbm but where the underlyi...William Deegan2020-01-011-0/+0
| | * | remove --user from pip install coverageWilliam Deegan2019-12-311-1/+1
| | * | [appveyor skip] Drop pypy from build matrix. (it's py27)William Deegan2019-12-301-8/+1
| | * | Remove Py27 vs Py 35+ compat code.William Deegan2019-12-301-54/+2
| | * | Change scons and sconsign to error out if run with Python < 3.5William Deegan2019-12-302-4/+4
| | * | Remove PY 27 from README. Now only PY 3.5+William Deegan2019-12-302-2/+2
| | * | Remove Python 2.7 from CIWilliam Deegan2019-12-302-68/+1
| * | | Merge pull request #3514 from mwichmann/elim-mktempWilliam Deegan2019-12-307-78/+72
| |\ \ \ | | |/ / | |/| |
| | * | Get rid of remaining mktemp callsMats Wichmann2019-12-307-78/+72
| |/ /
| * | Merge pull request #3478 from grossag/topic/grossag/valueWilliam Deegan2019-12-305-12/+73
| |\ \
| | * | Fix ambiguous variable name sider issueAdam Gross2019-12-291-3/+3
| | * | Clean up the code and use try/except more to optimize thingsAdam Gross2019-12-292-20/+20
| | * | Exclude non-primitive values from memoizationAdam Gross2019-12-232-0/+17
| | * | Address PR feedbackAdam Gross2019-12-121-4/+2
| | * | Merge branch 'master' into topic/grossag/valueWilliam Deegan2019-12-10393-4827/+3817
| | |\ \
| | * | | Add a test to confirm that built values are not memoizedAdam Gross2019-11-271-0/+11
| | * | | Fix EnvironmentTests.py now that env.Value() is memoizedAdam Gross2019-11-251-2/+1
| | * | | Fix some existing flake8 validation issues in PythonTests.pyAdam Gross2019-11-251-5/+7
| | * | | Add test cases for memoizationAdam Gross2019-11-251-0/+11
| | * | | Improve readability by explicitly declaring _memoLookupMap as globalAdam Gross2019-11-251-0/+2
| | * | | Update CHANGES.txtAdam Gross2019-11-251-0/+5
| | * | | Memoize environment.Value() to improve performanceAdam Gross2019-11-252-7/+25