Mercurial > scratch
graph
-
Added a 'jsexposed' decorator and, for security purposes, required that __jsexposed__ be True on all callables passed into JS-land as well.Mon, 07 Sep 2009 16:53:41 -0700, by Atul Varma
-
Added more docs.Mon, 07 Sep 2009 16:25:58 -0700, by Atul Varma
-
Separated the test functionality out into a separate file.Mon, 07 Sep 2009 16:18:34 -0700, by Atul Varma
-
It's now possible to expose python class instances to JS, if they're declared the right way (for security purposes).Mon, 07 Sep 2009 15:33:35 -0700, by Atul Varma
-
pydershell now exits with a nonzero return code if the script it calls throws an exception.Mon, 07 Sep 2009 12:59:13 -0700, by Atul Varma
-
Made wrapping of python objects much nicer.Mon, 07 Sep 2009 12:57:20 -0700, by Atul Varma
-
Separated out SafeJsObjectWrapper into itself and a new subclass, SafeJsFunctionWrapper, so that callable() works properly on instances.Mon, 07 Sep 2009 04:38:44 -0700, by Atul Varma
-
Added a safe js object wrapper.Mon, 07 Sep 2009 04:23:09 -0700, by Atul Varma
-
Show code excerpts in js stack tracebacksMon, 07 Sep 2009 00:33:56 -0700, by Atul Varma
-
Added memory leak detection.Sun, 06 Sep 2009 14:59:58 -0700, by Atul Varma
-
Added a del statement that makes pydermonkey crash.Sun, 06 Sep 2009 14:55:22 -0700, by Atul Varma
-
Minor refactoring.Sun, 06 Sep 2009 14:27:03 -0700, by Atul Varma
-
More refactoring, a bit more documentation.Sun, 06 Sep 2009 14:25:10 -0700, by Atul Varma
-
Added more to pydershell.Sun, 06 Sep 2009 20:12:48 +0000, by Atul Varma
-
Added pydershell.Sun, 06 Sep 2009 11:12:35 -0700, by Atul Varma