Mercurial > pymonkey
log
age | author | description |
---|---|---|
Sun, 30 Aug 2009 11:13:00 -0700 | Atul Varma | Added filename/line-number metadata to functions. Wanted to just add a 'script' property but this proved problematic--see the TODO in the code for more information. |
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(). |