Sun, 30 Aug 2009 10:54:56 -0700 |
Atul Varma |
Added a test.
|
Sat, 29 Aug 2009 22:46:48 -0700 |
Atul Varma |
Added a 'name' property to function obects. Fixed a TODO.
|
Sat, 29 Aug 2009 14:06:03 -0700 |
Atul Varma |
Added a pymonkey.get_debug_info() function and used it on test teardown to ensure that unit tests don't leak.
|
Sat, 29 Aug 2009 13:33:41 -0700 |
Atul Varma |
Added more to get_stack() docs.
|
Sat, 29 Aug 2009 13:32:33 -0700 |
Atul Varma |
'caller' key for base stack frame is now None.
|
Sat, 29 Aug 2009 13:30:43 -0700 |
Atul Varma |
Added docs for context.get_stack().
|
Sat, 29 Aug 2009 13:18:40 -0700 |
Atul Varma |
Ensure that get_stack() returns None if the stack is empty.
|
Sat, 29 Aug 2009 13:16:43 -0700 |
Atul Varma |
Added 'lineno' and 'pc' attributes to stack frame information.
|
Fri, 28 Aug 2009 22:46:07 -0700 |
Atul Varma |
Added a basic context.get_stack() function.
|
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.
|
Mon, 24 Aug 2009 21:54:20 -0700 |
Atul Varma |
Regenerated docs.
|
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 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 21:04:51 -0700 |
Atul Varma |
Refactored a new function, PYM_findJSObject(), out of PYM_newJSObject().
|
Sun, 23 Aug 2009 19:19:51 -0700 |
Atul Varma |
Added docs for context.has_property().
|
Sun, 23 Aug 2009 19:18:19 -0700 |
Atul Varma |
Added a context.has_property() function.
|
Sun, 23 Aug 2009 18:43:46 -0700 |
Atul Varma |
Added a new PYM_UTF16String C++ class to make calling UC JSAPI functions a little easier and less error-prone.
|
Sun, 23 Aug 2009 18:04:21 -0700 |
Atul Varma |
Minor housekeeping: replaced tabs w/ spaces, got rid of outdated TODOs, etc.
|
Sun, 23 Aug 2009 17:57:04 -0700 |
Atul Varma |
Added notes about weak-referencability to docs.
|
Sun, 23 Aug 2009 17:52:47 -0700 |
Atul Varma |
Added weakref support for runtimes.
|
Sun, 23 Aug 2009 17:39:28 -0700 |
Atul Varma |
Fixed GC issues w/ context dealloc.
|
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.
|
Sun, 23 Aug 2009 16:20:15 -0700 |
Atul Varma |
Added cyclic garbage collection support to context objects.
|
Wed, 19 Aug 2009 07:26:20 -0700 |
Atul Varma |
Fixed a TODO.
|