Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Commit resolved conflicted merge. | Russel Winder | 2016-04-10 | 1 | -1/+1 |
|\ | |||||
| * | Fix for backslash being treated as an escape character | Thomas Tanner | 2016-01-30 | 1 | -1/+1 |
| | | | | | | | | | | On my windows system, my python is in c:\apps\32\python. Theres a lot of places where that \32 gets turned into an ascii character and the unit tests don't run. | ||||
* | | 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/+104 |
Related fixes: explicitly close the db when we close it, and add a .close() method to dblite.py. |