log docs/src/pymonkey.txt @ 167:b745c9d8eef9

age author description
Sun, 30 Aug 2009 20:13:41 -0700 Atul Varma Added docs for pending exception methods.
Sun, 30 Aug 2009 17:07:38 -0700 Atul Varma Minor rewording in docs.
Sun, 30 Aug 2009 17:00:33 -0700 Atul Varma Added notes on identity perseverance for objects.
Sun, 30 Aug 2009 15:50:56 -0700 Atul Varma Added docs for function.is_python.
Sun, 30 Aug 2009 15:23:26 -0700 Atul Varma Added more documentation and a unit test.
Sat, 29 Aug 2009 13:33:41 -0700 Atul Varma Added more to get_stack() docs.
Sat, 29 Aug 2009 13:30:43 -0700 Atul Varma Added docs for context.get_stack().
Mon, 24 Aug 2009 22:47:15 -0700 Atul Varma Updated docs to reflect new script members.
Mon, 24 Aug 2009 21:53:39 -0700 Atul Varma As per a discussion with jorendorff, it looks like we can pass NULL to compile_script(), since we're not using object principals (and instead just using an object capability model for now).
Mon, 24 Aug 2009 11:39:58 -0700 Atul Varma Added docs for Script, compile_script() and execute_script().
Sun, 23 Aug 2009 19:19:51 -0700 Atul Varma Added docs for context.has_property().
Sun, 23 Aug 2009 17:57:04 -0700 Atul Varma Added notes about weak-referencability to docs.
Mon, 17 Aug 2009 22:36:42 -0700 Atul Varma Added notes on thread safety to documentation.
Mon, 17 Aug 2009 03:52:51 -0700 Atul Varma Made the operation callback doctest easier to read.
Mon, 17 Aug 2009 03:33:40 -0700 Atul Varma Added documentation for gc() and operation callback functions.