-
Make this build on 10.6
I had to do ...
was committed by Paul J. Davis
Tuesday Feb 15
-
Only set exception after function cal...
was committed by lericson
Tuesday Oct 05
- Differentiate error for applying and ... was committed by lericson 09:37 AM
- Allow toggling strict mode http://git... was committed by lericson 07:32 AM
- Don't raise an exception on JavaScrip... was committed by lericson 06:54 AM
- Allow setting the filename and lineno... was committed by lericson 06:54 AM
-
More update awesome.
http://github.co...
was committed by Paul J. Davis
Sunday Aug 02
- Still converting object.cpp http://gi... was committed by Paul J. Davis 10:12 PM
- More rewriting. Changed the implemen... was committed by Paul J. Davis 08:43 PM
-
More RAII plzkthx.
Moving towards im...
was committed by Paul J. Davis
Sunday Jul 26
- C++ fu has atrophied. http://github.c... was committed by Paul J. Davis 05:03 PM
- Finishing the moving. Next up is RAII... was committed by Paul J. Davis 04:49 PM
-
Removed cruft in the source directory...
was committed by Paul J. Davis
Saturday Jul 18
-
Updated Gento package names. Thanks S...
was committed by Paul J. Davis
Tuesday Jul 07
-
Pushing fix for [#21] to PyPI
http://...
was committed by Paul J. Davis
Sunday Jun 28
-
Fix segfaults when large numbers of c...
was committed by Paul J. Davis
Friday Jun 26
-
Bumping the version before pushing to...
was committed by Paul J. Davis
Sunday Jun 14
- Filter Python access with a function.... was committed by Paul J. Davis 07:36 PM
-
Make the lighthouseapp.com link more ...
was committed by Paul J. Davis
Thursday Jun 04
-
Fixes broken memory limit test.
Keij...
was committed by Paul Davis
Tuesday May 26
-
Remove spurious debugging statements....
was committed by Paul J. Davis
Monday May 25
- [#17] Fix context properties when val... was committed by Paul J. Davis 03:10 PM
-
Fix integer property lookups.
>>...
was committed by Paul Davis
Monday May 18
-
Fixes global handling of "function fo...
was committed by Paul Davis
Sunday May 17
-
Updated the README for pkg-config dep...
was committed by Paul Davis
Saturday May 16
- Fix for time limit constraints. The ... was committed by Paul Davis 04:55 PM
-
Test for invalid octal.
I added a te...
was committed by Paul Davis
Thursday May 14
-
Updated the README. Thanks Mark Lee.
...
was committed by Paul Davis
Monday May 11
- Updates to the build system. Linking... was committed by Paul Davis 09:10 PM
- Minor fixes. Forgot to comment out a... was committed by Paul Davis 11:06 AM
- Version number bump. http://github.co... was committed by Paul Davis 01:14 AM
- Change exception types for resource e... was committed by Paul Davis 01:08 AM
- API for limiting resource usage. You... was committed by Paul Davis 12:52 AM
-
Support for global property handlers....
was committed by Paul Davis
Sunday May 10
- Add JS_[Begin|End]Request semantics. ... was committed by Paul Davis 12:49 AM
-
Removing cruft debugging statements.
...
was committed by Paul Davis
Saturday May 09
- 'for each' iteration support in JavaS... was committed by Paul Davis 10:33 PM
- Update for building on FreeBSD Thank... was committed by Paul Davis 09:52 PM
- Merge branch 'jsiters' Conflicts: t... was committed by Paul Davis 09:48 PM
- Iteration over JavaSript objects in P... was committed by Paul Davis 09:47 PM
- Initial JS iteration of Python object... was committed by Paul Davis 09:19 PM
- Should fix #7. There doesn't appear ... was committed by Paul Davis 09:19 PM
- Initial JS iteration of Python object... was committed by Paul Davis 09:17 PM
- Should fix #7. There doesn't appear ... was committed by Paul Davis 09:17 PM
- Initial JS iteration of Python object... was committed by Paul Davis 07:42 PM
- Working on implementing iteration. I... was committed by Paul Davis 12:44 PM
-
Merge commit 'origin/master'
http://g...
was committed by Paul Davis
Saturday Apr 25
- zomg Test before code. Its TDD! Look... was committed by Paul Davis 12:40 AM
-
Should fix #7.
There doesn't appear ...
was committed by Paul Davis
Sunday Apr 05
- Hopefully the last update for #6. I ... was committed by Paul Davis 11:55 AM
-
Hopefully the real fix for #6
In the...
was committed by Paul Davis
Saturday Apr 04
- Updates #6 I'm on commit three so fa... was committed by Paul Davis 10:17 PM
- I am blind. Forgot to add a member f... was committed by Paul Davis 10:15 PM
- Patch for ticket #6. setup.py was fa... was committed by Paul Davis 10:00 PM
-
Add a note about Python development p...
was committed by Paul Davis
Thursday Apr 02
- Ignore egg files. http://github.com/d... was committed by Paul Davis 09:53 PM
-
Fixed the destructor test.
I hadn't ...
was committed by Paul Davis
Wednesday Mar 25
-
Adding UTF-16 tests per reported erro...
was committed by Paul Davis
Tuesday Mar 24
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Python/JavaScript bridge module, making use of Mozilla's spidermonkey JavaScript implementation. Allows implementation of JavaScript classes, objects and functions in Python, and evaluation and calling of JavaScript scripts and functions respectively. Borrows heavily from Claes Jacobssen's Javascript Perl module, in turn based on Mozilla's 'PerlConnect' Perl binding.