5855
by amak on
05 January 2009, 13:58:51 -0600
(65 hours ago)
Fixed a bug where connect timeouts were not being honoured when set through socket.setdefaulttimeout() http://bugs.jython.org/issue1218
5854
by amak on
05 January 2009, 13:47:25 -0600
(65 hours ago)
Fixed a bug where connect timeouts were not being honoured when set through socket.setdefaulttimeout() http://bugs.jython.org/issue1218
5847
by cgroves on
05 January 2009, 01:12:43 -0600
(3 days ago)
test302 - Move to test_pep263_jy
This adds a check for the encoding declared by the source file actually matching up with what we were getting out of it, and switches the default encoding to ascii to…
5845
by cgroves on
04 January 2009, 21:56:25 -0600
(3 days ago)
test292 - Moved to test_java_integration test293 - Importing no longer auto-imports submodules; deleted test294 - Moved to test_java_subclasses test295 - Moved to test_traceback test296 - Moved to tes…
5843
by cgroves on
04 January 2009, 17:06:27 -0600
(3 days ago)
Add tests that have been failing or skipping for the past few months to the expected lists
5842
by cgroves on
04 January 2009, 16:15:09 -0600
(3 days ago)
Split java subclassing tests out of test_java_integration into test_java_subclasses, move unduplicated bits of test_jsubclass into test_java_subclasses.
5841
by fwierzbicki on
04 January 2009, 14:36:10 -0600
(3 days ago)
Initial Jython 3000 branch -- don't get too excited everybody, the NetBeans folks requested a Python 3000 grammar and I thought a branch would be the right place to put it. I don't think it is quite …
5840
by fwierzbicki on
04 January 2009, 11:35:44 -0600
(3 days ago)
Handle cases where the entire tree ends up as an error. Only comes up with alternate ErrorHandlers.
5839
by cgroves on
04 January 2009, 02:41:16 -0600
(4 days ago)
Fixing test288 involved making proxy class method lookup go through __findattr__ on PyObject instead of doing its specialized lookup through the object's dict and type. This means wrapped Java instanc…
5838
by cgroves on
03 January 2009, 23:48:09 -0600
(4 days ago)
Huh, synchronize.make_synchronized synchronizes on the instance called, not the method itself, so switch to using a single Runnable instance to synchronize across.
5837
by cgroves on
03 January 2009, 23:42:44 -0600
(4 days ago)
Expose the underlying_class on proxy types as their Java proxy type such that they properly coerce into java.lang.Class.
5830
by cgroves on
01 January 2009, 16:32:02 -0600
(6 days ago)
test260,264 - Testing jythonc; deleted test261,262 - Tested by test_import test263 - Tested by test_cpickle test265 - Tested by test_java_integration test266 - Tested by test_socket test268,269,270 - …