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:59:39 -0700 |
Atul Varma |
Added a syntax error test.
|
Sun, 23 Aug 2009 21:49:44 -0700 |
Atul Varma |
Added pymonkey.Script, which wraps a JSScript object, and context.compile_script()/execute_script().
|
Sun, 23 Aug 2009 19:18:19 -0700 |
Atul Varma |
Added a context.has_property() function.
|
Sun, 23 Aug 2009 17:52:47 -0700 |
Atul Varma |
Added weakref support for runtimes.
|
Sun, 23 Aug 2009 17:21:02 -0700 |
Atul Varma |
Added a test for context cyclic gc support and fixed a bug revealed by it.
|
Sun, 23 Aug 2009 17:07:45 -0700 |
Atul Varma |
Added support for weakrefs to contexts.
|
Wed, 19 Aug 2009 01:00:35 -0700 |
Atul Varma |
Added another test and fixed a bug it revealed.
|
Wed, 19 Aug 2009 00:47:46 -0700 |
Atul Varma |
context.evaluate_script() can now take unicode code strings.
|
Mon, 17 Aug 2009 23:42:20 -0700 |
Atul Varma |
Pymonkey errors raised as a result of JS exceptions now contain both the string representation and the original Python-wrapped JS object that was thrown (i.e., the exception).
|
Mon, 17 Aug 2009 22:08:33 -0700 |
Atul Varma |
Moved all .cpp/.h files into 'src' dir and test suite into 'tests' dir.
base
test_pymonkey.py@d1d2995f6327
|