log

age author description
Mon, 10 May 2010 21:01:58 -0700 Atul Varma added another gc test default tip
Mon, 10 May 2010 20:57:23 -0700 Atul Varma added another gc test
Mon, 10 May 2010 20:55:42 -0700 Atul Varma Added GC test
Mon, 10 May 2010 01:55:47 -0700 Atul Varma Added sandbox.finish() to end of test.
Mon, 10 May 2010 01:54:59 -0700 Atul Varma Added NullFileSystem and test for it.
Mon, 10 May 2010 01:20:21 -0700 Atul Varma Added to .hgignore.
Mon, 10 May 2010 01:18:22 -0700 Atul Varma made pydertron into a package, created setup.py.
Mon, 10 May 2010 00:59:19 -0700 Atul Varma Rebuilt HTML docs.
Mon, 10 May 2010 00:56:56 -0700 Atul Varma Fixed to work w/ latest Pydermonkey tip.
Sun, 21 Mar 2010 22:11:51 -0700 Atul Varma Fixed a bug whereby pydermonkey.Object instances couldn't be passed from python-space into JS-space. I think.
Sat, 12 Sep 2009 12:43:45 -0700 Atul Varma Updated docs.
Thu, 10 Sep 2009 22:32:45 -0700 Atul Varma Added more docs, fixed edge cases.
Thu, 10 Sep 2009 17:05:05 -0700 Atul Varma Minor modifications.
Thu, 10 Sep 2009 16:59:18 -0700 Atul Varma Moved docs out to a separate file.
Thu, 10 Sep 2009 16:37:33 -0700 Atul Varma Added html docs.
Thu, 10 Sep 2009 15:44:18 -0700 Atul Varma Added docs with doctests.
Thu, 10 Sep 2009 15:13:33 -0700 Atul Varma Added opcb parameter
Thu, 10 Sep 2009 14:58:00 -0700 Atul Varma Added license blocks.
Thu, 10 Sep 2009 14:56:22 -0700 Atul Varma Renamed test_pydertron.py to test_compliance.py.
Thu, 10 Sep 2009 14:55:24 -0700 Atul Varma Added docs.
Thu, 10 Sep 2009 14:36:17 -0700 Atul Varma Added support for running test suite over http.
Thu, 10 Sep 2009 14:27:28 -0700 Atul Varma Added HttpFileSystem
Thu, 10 Sep 2009 14:07:13 -0700 Atul Varma Minor refactorings to improve readability
Thu, 10 Sep 2009 13:53:03 -0700 Atul Varma Factored out unit test suite
Thu, 10 Sep 2009 13:51:04 -0700 Atul Varma Some refactorings
Thu, 10 Sep 2009 11:09:14 -0700 Atul Varma Removed unused js files.
Thu, 10 Sep 2009 10:50:11 -0700 Atul Varma Test runner now displays # passed and failed.
Thu, 10 Sep 2009 10:43:25 -0700 Atul Varma Improved performance of watchdog thread.
Thu, 10 Sep 2009 01:11:01 -0700 Atul Varma Fixed some threading issues.
Thu, 10 Sep 2009 01:04:04 -0700 Atul Varma Now passing all CommonJS SecurableModule compliance tests.
Thu, 10 Sep 2009 00:15:57 -0700 Atul Varma Added memory leak detection.
Wed, 09 Sep 2009 22:18:35 -0700 Atul Varma Added more to securablemodule impl.
Wed, 09 Sep 2009 22:01:43 -0700 Atul Varma Refactored securable module loader.
Wed, 09 Sep 2009 21:48:49 -0700 Atul Varma Refined require() implementation.
Wed, 09 Sep 2009 21:09:39 -0700 Atul Varma Added trivial half-baked implementation of securable modules.
Wed, 09 Sep 2009 14:59:08 -0700 Atul Varma Origination