log setup.py @ 170:dd32a92f6b4f

age author description
Tue, 01 Sep 2009 03:07:24 -0700 Atul Varma Initial attempt at renaming pymonkey to pydermonkey.
Sun, 23 Aug 2009 21:49:44 -0700 Atul Varma Added pymonkey.Script, which wraps a JSScript object, and context.compile_script()/execute_script().
Mon, 17 Aug 2009 23:44:06 -0700 Atul Varma Removed build auto-prerequisite from 'test' target.
Mon, 17 Aug 2009 22:08:33 -0700 Atul Varma Moved all .cpp/.h files into 'src' dir and test suite into 'tests' dir.
Sun, 16 Aug 2009 20:48:11 +0000 Atul Varma If sphinx isn't available, doctests aren't run (but unit tests are).
Sun, 16 Aug 2009 13:37:13 -0700 Atul Varma If 'setup.py build --debug' is run and a spidermonkey build doesn't exist, then spidermonkey is built with debugging enabled.
Sun, 16 Aug 2009 13:21:39 -0700 Atul Varma Added clean target.