Mercurial > pymonkey
log manage.py @ 53:2055d853b995
age | author | description |
---|---|---|
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. |