summaryrefslogtreecommitdiff
path: root/src/engine/SCons/dblite.py
Commit message (Expand)AuthorAgeFilesLines
* PY2/3 changes to pickle so py2.7 and py3.5+ pickles used in sconsign will be ...William Deegan2017-09-101-1/+4
* restore default sconsign extensionWilliam Deegan2017-08-311-4/+10
* Fix many epydoc warningsWilliam Deegan2017-08-311-2/+2
* remove adding .p3 suffix to dblite files for py3. TODO: make sure this doesn'...William Deegan2017-03-131-2/+5
* Move comment to docstringWilliam Deegan2017-02-251-9/+11
* Reformat file to modern python standards. (With hope towards PEP-8)William Deegan2017-02-251-200/+213
* Work around src/engine/SCons/SConfTests.py failing without decentralizing pic...William Blevins2016-09-191-1/+3
* Caching a pickle protocol in the dblite class. Access to SCons.compat is not ...William Blevins2016-09-191-5/+2
* centralize the preferred pickle protocol; use highest protocol.Daniel Holth2016-06-201-1/+3
* Some more print statements to functions.Russel Winder2016-01-011-1/+0
* Post merge commit for safety. Building Fortran code works, but tests fail.Russel Winder2015-12-241-14/+17
|\
| * Made former 2to3 changes Python 2.7 compatible (or removed unneeded changes).Stefan Zimmermann2014-03-311-10/+16
| * fix for cpp scanner (maybe)ndbecker22013-09-091-1/+2
| * Manual python3 post-2to3 fixes from Neal BeckerGary Oberbrunner2013-09-221-10/+6
| * Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion.Gary Oberbrunner2013-09-221-21/+21
* | removed several pre-2.7 methods and imports, including some basic refactoringsDirk Baechle2015-12-101-3/+5
|/
* Add tests of using SConsignFile() with Python dbm modules.Steven Knight2010-08-211-1/+4
* Convert old-style classes in dblite.py to new-style classes.Steven Knight2010-05-151-1/+1
* http://scons.tigris.org/issues/show_bug.cgi?id=2317Greg Noel2010-04-231-1/+1
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-201-1/+1
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-151-7/+7
* Issue 2336: Forward compatibility for use of the "builtins" moduleSteven Knight2010-04-121-2/+2
* Issue 2331: For forward compatibility, use "import pickle" and haveSteven Knight2010-04-091-11/+14
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-03-291-1/+2
* http://scons.tigris.org/issues/show_bug.cgi?id=2329Greg Noel2010-03-271-5/+4
* Fix issue 2421 by not trying to use os.chown on Windows.Gary Oberbrunner2009-05-121-3/+6
* Fix issue 1382: chown .sconsign.dblite back to original user/group when done,...Gary Oberbrunner2009-05-121-0/+20
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+6
* Merged revisions 2725-2865 via svnmerge fromSteven Knight2008-04-171-13/+28
* Deprecate $WIN32 variables name in place of $WINDOWS* variables names, and el...Steven Knight2006-01-211-6/+6
* Handle failure to chmod() the .sconsign.dblite file, if it's owned by another...Steven Knight2005-10-081-2/+7
* Win32 portability fixes.Steven Knight2005-08-111-1/+3
* Win32 portability.Steven Knight2005-08-071-1/+1
* Make SConsignFile() behavior the default.Steven Knight2005-05-071-1/+4
* Scan SCons source code for uncaught KeyboardInterrupts. (Christoph Wiedemann)Steven Knight2004-12-021-1/+1
* Win32 portability fixes for tests.Steven Knight2004-09-191-0/+2
* Avoid corrupting the .sconsign.dblite file by writing to a temporary file and...Steven Knight2004-09-151-4/+14
* Make dblite.py handle Unicode strings.Steven Knight2004-07-111-9/+42
* Have SConsignFile() use a dblite.py module by default, so we can control the ...Steven Knight2004-04-251-0/+149