Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ci skip] typo in error message in test | William Deegan | 2020-01-02 | 1 | -2/+2 |
| | |||||
* | Fix use-dbm test to work with sconsign files using dbm but where the ↵ | William Deegan | 2020-01-01 | 1 | -7/+10 |
| | | | | underlying dbm implementation still writes the file without applying a suffix (like .db). This is due to Travis-ci's py3.8's dbm not applying suffix. Which seems unusual, but still valid | ||||
* | set tools=[] for test/SConsignFile/use-dbm.py | William Deegan | 2019-12-28 | 1 | -1/+3 |
| | |||||
* | [PY 3.8] test fixes for file closings, rawstrings | Mats Wichmann | 2019-04-25 | 1 | -4/+2 |
| | | | | | | | 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> | ||||
* | py2/3 set python path to be raw string literal py3 was trying to interpret ↵ | William Deegan | 2017-05-16 | 1 | -1/+1 |
| | | | | path as unicode | ||||
* | py2/3 use dbm.ndbm on py3 and plain dbm doesn't create .sconsign.db, but ↵ | William Deegan | 2017-04-24 | 1 | -3/+9 |
| | | | | rather .sconsign and causes test to fail. Continue to use dbm on py2 as dbm.ndbm doesn't exist there | ||||
* | Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion. | Gary Oberbrunner | 2013-09-22 | 1 | -1/+1 |
| | |||||
* | Add tests of using SConsignFile() with Python dbm modules. | Steven Knight | 2010-08-21 | 1 | -0/+99 |
Related fixes: explicitly close the db when we close it, and add a .close() method to dblite.py. |