log manage.py @ 100:b3cc704c035e

age author description
Sat, 15 Aug 2009 10:24:17 -0700 Atul Varma Renamed .c files to .cpp, since we use minor amounts of C++ code in pymonkey.
Wed, 08 Jul 2009 09:32:31 -0700 Atul Varma Added some basic, incomplete docs on the pymonkey module, which include a doctest that's run when pymonkey is built.
Tue, 07 Jul 2009 09:26:36 -0700 Atul Varma Moved README to Sphinx documentation. Keeping the rendered docs in the repository so that they can be viewed via HG and locally by people who don't have Sphinx installed.
Thu, 02 Jul 2009 22:42:31 -0700 Atul Varma Added a new PYM_JSFunction type, PYM_JSContext.define_property(), and PYM_JSContext.new_function(). Also fixed a memory leak.
Thu, 02 Jul 2009 15:20:02 -0700 Atul Varma Added information about getting my SpiderMonkey mirror, and also added an option for linking statically to SpiderMonkey's runtime instead of dynamically.
Tue, 30 Jun 2009 22:28:04 -0700 Atul Varma gcc now shows all warnings (-Wall).
Mon, 29 Jun 2009 10:19:33 -0700 Atul Varma Converted pavement.py to manage.py and added a README.