public
Fork of davisp/python-spidermonkey
Description: Python/JavaScript bridge module, making use of Mozilla's spidermonkey JavaScript implementation.
Homepage: http://github.com/davisp/python-spidermonkey
Clone URL: git://github.com/defunkt/python-spidermonkey.git
100644 33 lines (23 sloc) 0.814 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
 
Thanks For Patches and Pointers
===============================
 
benoitc
    * build system tweaks, compiling on OpenBSD
 
Mark Lee
    * Patch for iterating JS arrays in Python
    * Patch to allow linking against Xulrunner's libmozjs
 
sk89q
    * Info for FreeBSD builds
 
spahl
    * Heads up on the signal hack and fix for a compiler warning.
    * Bug #16 integer property lookup failure report and fix.
    * Bug #17 add_property segfault when value is null.
 
Mike West
    * Reported bug in Context.max_time
    * Better test for test_exceeds_time
    * Reported missing pkg-config requirement
 
Riccardo Pelizzi
    * Bug report for global handlers and "function foo() {}" syntax.
 
Keiji Costantini
    * Bug report on the memory limit test.
 
Richard Boulton
    * Initial patch for filtering Python access.