log function.h @ 114:87147faa031a

age author description
Sat, 15 Aug 2009 10:49:25 -0700 Atul Varma Changed includes from Python/Python.h to just Python.h.
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.
Mon, 06 Jul 2009 09:22:31 -0700 Atul Varma Added license blocks to all .c/.h files.
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.
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.