log src/script.cpp @ 158:22d46b688ace

age author description
Mon, 24 Aug 2009 22:47:15 -0700 Atul Varma Updated docs to reflect new script members.
Mon, 24 Aug 2009 22:40:53 -0700 Atul Varma Added base_lineno and line_extent members to the script object.
Mon, 24 Aug 2009 22:32:43 -0700 Atul Varma Added a 'filename' member to script objects.
Sun, 23 Aug 2009 22:26:58 -0700 Atul Varma A script's bytecode is now exposed as a buffer object.
Sun, 23 Aug 2009 21:49:44 -0700 Atul Varma Added pymonkey.Script, which wraps a JSScript object, and context.compile_script()/execute_script().