log
graph
tags
bookmarks
branches
changeset
browse
file
diff
comparison
annotate
file log
raw
help
Mercurial
>
pymonkey
log runtime.c @ 49:
7401af070bb8
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
less
more
|
(0)
tip
age
author
description
Mon, 06 Jul 2009 09:22:31 -0700
Atul Varma
Added license blocks to all .c/.h files.
Mon, 06 Jul 2009 08:13:45 -0700
Atul Varma
Converting JS exceptions into Python exceptions is now doable, albeit not yet implemented, thanks to the discovery of JSOPTION_DONT_REPORT_UNCAUGHT. Also, JS warnings are now converted into Python warnings.
Sun, 28 Jun 2009 22:58:04 -0700
Atul Varma
The hashtable of reflected JS objects now uses a JS_DHashTable instead of a PyDict. Also removed weakref-ability of the JSObject class since it didn't make any sense to use Python's weakref support for JSObjects.
Sun, 28 Jun 2009 21:49:07 -0700
Atul Varma
JS objects reflected into Python are now identity-preserving, though the implementation for this is pretty bad right now.
Sun, 28 Jun 2009 20:08:59 -0700
Atul Varma
Moved context creation code into its own public function in context.c.
Sun, 28 Jun 2009 18:19:14 -0700
Atul Varma
Added an object class.
Sun, 28 Jun 2009 17:28:57 -0700
Atul Varma
factored out Runtime, Context, and utils into separate files.
less
more
|
(0)
tip