summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/dblite.py
Commit message (Expand)AuthorAgeFilesLines
* 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