Sun, 26 Jul 2009 13:09:58 -0700 |
Atul Varma |
A few function renamings for consistency.
|
Sat, 25 Jul 2009 16:14:03 -0700 |
Atul Varma |
JS Wrapped python functions are now only GC'd by python once they've first been GC'd by JS.
|
Wed, 08 Jul 2009 18:45:38 -0700 |
Atul Varma |
The 'this' argument for a js-wrapped python function, as well as the function's arguments, are now passed to the python function.
|
Mon, 06 Jul 2009 09:22:31 -0700 |
Atul Varma |
Added license blocks to all .c/.h files.
|
Mon, 06 Jul 2009 01:37:16 -0700 |
Atul Varma |
Added basic functionality for passing useful exceptions between Python and JS code.
|
Sun, 05 Jul 2009 23:55:42 -0700 |
Atul Varma |
Changed function signature of PYM_pyObjectToJsval() to be consistent w/ the rest of the API.
|
Sun, 05 Jul 2009 23:52:14 -0700 |
Atul Varma |
JS-wrapped python functions now take a context object as their first parameter.
|
Fri, 03 Jul 2009 20:04:01 -0700 |
Atul Varma |
Renamed PYM_newJSFunction() to PYM_newJSFunctionFromCallable(). PYM_newJSObject() now returns objects of type PYM_JSFunctionType as needed.
|
Fri, 03 Jul 2009 19:40:42 -0700 |
Atul Varma |
Moved some code around.
|
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.
|