Mercurial > scratch
log pydershell/pydershell.py @ 28:f974d4a80473 default tip
age | author | description |
---|---|---|
Tue, 08 Sep 2009 15:27:02 -0700 | Atul Varma | Some fixes. default tip |
Tue, 08 Sep 2009 09:38:46 -0700 | Atul Varma | Added evaluate, new_array, and new_object functions to JsSandbox class. |
Mon, 07 Sep 2009 22:17:57 -0700 | Atul Varma | Added support for exposing object properties to JS. |
Mon, 07 Sep 2009 16:53:41 -0700 | Atul Varma | 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:25:58 -0700 | Atul Varma | Added more docs. |
Mon, 07 Sep 2009 16:18:34 -0700 | Atul Varma | Separated the test functionality out into a separate file. |
Mon, 07 Sep 2009 15:33:35 -0700 | Atul Varma | It's now possible to expose python class instances to JS, if they're declared the right way (for security purposes). |