Mercurial > pymonkey
log
age | author | description |
---|---|---|
Sun, 28 Jun 2009 20:40:18 -0700 | Atul Varma | Changed object constructor to take a context instead of a runtime. |
Sun, 28 Jun 2009 20:19:39 -0700 | Atul Varma | PYM_jsvalToPyObject() can now deal with JSObjects. |
Sun, 28 Jun 2009 20:08:59 -0700 | Atul Varma | Moved context creation code into its own public function in context.c. |
Sun, 28 Jun 2009 20:00:48 -0700 | Atul Varma | Refactoring; moved PYM_JSObject creation code into a new public function in object.c. |
Sun, 28 Jun 2009 19:44:13 -0700 | Atul Varma | Added a context.get_property() method. |
Sun, 28 Jun 2009 19:01:43 -0700 | Atul Varma | Created a new context.evaluate_script() function, replacing pymonkey.evaluate(). Separated out one of the big unit tests into several. |
Sun, 28 Jun 2009 18:39:43 -0700 | Atul Varma | JS objects in python-land are now rooted while in python-land so that they're not gc'd while in python-land. |