Mercurial > pymonkey
log context.cpp @ 114:87147faa031a
age | author | description |
---|---|---|
Sat, 15 Aug 2009 22:48:13 -0700 | Atul Varma | Added support for unicode property names in context.define_property(). |
Sat, 15 Aug 2009 16:13:13 -0700 | Atul Varma | PYM_callFunction() now uses PyMem_Malloc() to dynamically allocate space for arguments on the heap, since MSVC doesn't seem to support dynamically-sized arrays on the stack. |
Sat, 15 Aug 2009 10:24:17 -0700 | Atul Varma | Renamed .c files to .cpp, since we use minor amounts of C++ code in pymonkey. base context.c@bd1ad6593fdb |