Quick Search:

jump to detailed chart | hide Line History

Line Count Graph

Constraint

Branch:
Author:
Tag:
Date: help

Go to changeset: | Customize Feeds
Changelog

5857 by fwierzbicki on 05 January 2009, 20:11:04 -0600 (59 hours ago) Make Review Remove some unused methods.

trunk/jython/src/org/python/antlr/GrammarActions.java 5857 history download (+0 -75) diffs

5856 by fwierzbicki on 05 January 2009, 15:05:05 -0600 (64 hours ago) Make Review use text instead of getText() to handle null.

branches/jy3k/grammar/Python.g 5856 history download (+1 -1) diffs

5855 by amak on 05 January 2009, 13:58:51 -0600 (65 hours ago) Make Review Fixed a bug where connect timeouts were not being honoured when set through socket.setdefaulttimeout()
http://bugs.jython.org/issue1218

branches/Release_2_2maint/jython/Lib/socket.py 5855 history download (+3 -1) diffs

branches/Release_2_2maint/jython/Lib/test/test_socket.py 5855 history download (+17 -0) diffs

5854 by amak on 05 January 2009, 13:47:25 -0600 (65 hours ago) Make Review Fixed a bug where connect timeouts were not being honoured when set through socket.setdefaulttimeout()
http://bugs.jython.org/issue1218

trunk/jython/Lib/socket.py 5854 history download (+3 -1) diffs

trunk/jython/Lib/test/test_socket.py 5854 history download (+17 -0) diffs

5853 by fwierzbicki on 05 January 2009, 13:06:58 -0600 (66 hours ago) Make Review Merged with py3k site.py

branches/jy3k/Lib/site.py 5853 history download (+215 -71) diffs

5851 by fwierzbicki on 05 January 2009, 11:59:06 -0600 (67 hours ago) Make Review Just enough to get ast.arguments constructor calls passing.

branches/jy3k/grammar/Python.g 5851 history download (+4 -3) diffs

branches/jy3k/src/org/python/antlr/GrammarActions.java 5851 history download (+22 -7) diffs

5850 by fwierzbicki on 05 January 2009, 07:51:12 -0600 (71 hours ago) Make Review Raise now takes only 2 args.

branches/jy3k/grammar/Python.g 5850 history download (+3 -4) diffs

branches/jy3k/src/org/python/compiler/CodeCompiler.java 5850 history download (+5 -9) diffs

5848 by fwierzbicki on 05 January 2009, 07:16:44 -0600 (3 days ago) Make Review Initial switchover to 3.0 Python.asdl.  Doesn't compiler yet.

branches/jy3k/ast/Python.asdl 5848 history download (+26 -20) diffs

branches/jy3k/grammar/Python.g 5848 history download (+0 -75) diffs

branches/jy3k/grammar/PythonPartial.g 5848 history download (+0 -12) diffs

branches/jy3k/src/org/python/antlr/ast/Bytes.java 5848 history download (+147) new

branches/jy3k/src/org/python/antlr/ast/ClassDef.java 5848 history download (+115 -12) diffs

… 16 more files in changeset.
5847 by cgroves on 05 January 2009, 01:12:43 -0600 (3 days ago) Make Review 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…

trunk/jython/Lib/test/invalid_utf_8_declared_encoding.py 5847 history download (+0) new

trunk/jython/Lib/test/latin1_no_encoding.py 5847 history download (+0) new

trunk/jython/Lib/test/test_doctest.py 5847 history download (+8 -7) diffs

trunk/jython/Lib/test/test_pep263_jy.py 5847 history download (+16) new

trunk/jython/bugtests/test302.py 5847 history deleted

trunk/jython/src/org/python/core/ParserFacade.java 5847 history download (+46 -16) diffs

5845 by cgroves on 04 January 2009, 21:56:25 -0600 (3 days ago) Make Review 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…

trunk/jython/Lib/test/anygui.py 5845 history download (+40) new

trunk/jython/Lib/test/import_nonexistent.py 5845 history download (+7) new

trunk/jython/Lib/test/python_home.policy 5845 history download (+5) new

trunk/jython/Lib/test/syspath_import.jar 5845 history download (+0) new

trunk/jython/Lib/test/test_import_jy.py 5845 history download (+15 -1) diffs

… 60 more files in changeset.
5844 by cgroves on 04 January 2009, 17:20:34 -0600 (3 days ago) Make Review One more longstanding skip

trunk/jython/Lib/test/regrtest.py 5844 history download (+1 -0) diffs

5843 by cgroves on 04 January 2009, 17:06:27 -0600 (3 days ago) Make Review Add tests that have been failing or skipping for the past few months to the expected lists

trunk/jython/Lib/test/regrtest.py 5843 history download (+6 -0) diffs

5842 by cgroves on 04 January 2009, 16:15:09 -0600 (3 days ago) Make Review Split java subclassing tests out of test_java_integration into
test_java_subclasses, move unduplicated bits of test_jsubclass into
test_java_subclasses.

trunk/jython/Lib/test/test_java_integration.py 5842 history download (+18 -261) diffs

trunk/jython/Lib/test/test_java_subclasses.py 5842 history download (+243) new

trunk/jython/Lib/test/test_java_visibility.py 5842 history download (+2 -1) diffs

trunk/jython/Lib/test/test_jsubclass.py 5842 history deleted

trunk/jython/bugtests/classes/test288i.java 5842 history deleted

… 6 more files in changeset.
5841 by fwierzbicki on 04 January 2009, 14:36:10 -0600 (3 days ago) Make Review 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 …

branches/jy3k/registry 5841 history download (+104) new/copied

branches/jy3k 5841 history download (+0) new/copied

branches/jy3k/Demo/applet/PythonApplet.html 5841 history download (+10) new/copied

branches/jy3k/Demo/applet 5841 history download (+0) new/copied

branches/jy3k/Demo 5841 history download (+0) new/copied

… 1573 more files in changeset.
5840 by fwierzbicki on 04 January 2009, 11:35:44 -0600 (3 days ago) Make Review Handle cases where the entire tree ends up as an error.  Only comes up with
alternate ErrorHandlers.

trunk/jython/grammar/Python.g 5840 history download (+24 -0) diffs

5839 by cgroves on 04 January 2009, 02:41:16 -0600 (4 days ago) Make Review 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…

trunk/jython/Lib/test/test_class_jy.py 5839 history download (+6 -0) diffs

trunk/jython/Lib/test/test_java_integration.py 5839 history download (+49 -21) diffs

trunk/jython/bugtests/test278.py 5839 history deleted

trunk/jython/bugtests/test278p/bug.java 5839 history deleted

trunk/jython/bugtests/test278p 5839 history deleted

… 22 more files in changeset.
5838 by cgroves on 03 January 2009, 23:48:09 -0600 (4 days ago) Make Review Huh, synchronize.make_synchronized synchronizes on the instance called, not the
method itself, so switch to using a single Runnable instance to synchronize
across.

trunk/jython/Lib/test/test_thread_jy.py 5838 history download (+11 -10) diffs

5837 by cgroves on 03 January 2009, 23:42:44 -0600 (4 days ago) Make Review Expose the underlying_class on proxy types as their Java proxy type such that
they properly coerce into java.lang.Class.

trunk/jython/Lib/test/test_java_integration.py 5837 history download (+8 -2) diffs

trunk/jython/bugtests/test277.py 5837 history deleted

trunk/jython/bugtests/test277p/Test.java 5837 history deleted

trunk/jython/bugtests/test277p 5837 history deleted

trunk/jython/src/org/python/core/PyType.java 5837 history download (+11 -7) diffs

trunk/jython/src/org/python/expose/BaseTypeBuilder.java 5837 history download (+7 -7) diffs

trunk/jython/src/org/python/expose/generate/OverridableNewExposer.java 5837 history download (+1 -2) diffs

5836 by fwierzbicki on 02 January 2009, 22:37:38 -0600 (5 days ago) Make Review The code:

[i for i in range(10)] = (1, 2, 3)

now properly fails to parse.

test275.py -> test_codeop_jy.py

trunk/jython/Lib/test/test_codeop_jy.py 5836 history download (+1 -0) diffs

trunk/jython/bugtests/test275.py 5836 history deleted

trunk/jython/bugtests/test275s.py 5836 history deleted

trunk/jython/src/org/python/antlr/GrammarActions.java 5836 history download (+2 -0) diffs

5835 by fwierzbicki on 02 January 2009, 22:19:44 -0600 (5 days ago) Make Review __doc__ for classmethod, instancemethod, bool, function.

trunk/jython/src/org/python/core/PyBoolean.java 5835 history download (+9 -9) diffs

trunk/jython/src/org/python/core/PyClassMethod.java 5835 history download (+1 -1) diffs

trunk/jython/src/org/python/core/PyFunction.java 5835 history download (+3 -3) diffs

trunk/jython/src/org/python/core/PyMethod.java 5835 history download (+4 -4) diffs

5834 by fwierzbicki on 02 January 2009, 20:47:53 -0600 (5 days ago) Make Review __doc__ for complex, xrange, file.

trunk/jython/src/org/python/core/PyComplex.java 5834 history download (+36 -36) diffs

trunk/jython/src/org/python/core/PyFile.java 5834 history download (+18 -18) diffs

trunk/jython/src/org/python/core/PyXRange.java 5834 history download (+3 -3) diffs

5833 by fwierzbicki on 02 January 2009, 09:36:57 -0600 (5 days ago) Make Review __doc__ for int, property and tuple.

trunk/jython/src/org/python/core/PyInteger.java 5833 history download (+45 -44) diffs

trunk/jython/src/org/python/core/PyProperty.java 5833 history download (+4 -3) diffs

trunk/jython/src/org/python/core/PyTuple.java 5833 history download (+17 -17) diffs

5832 by fwierzbicki on 01 January 2009, 21:51:08 -0600 (6 days ago) Make Review __doc__ for long and enumerate

trunk/jython/src/org/python/core/PyEnumerate.java 5832 history download (+2 -2) diffs

trunk/jython/src/org/python/core/PyLong.java 5832 history download (+44 -44) diffs

5831 by fwierzbicki on 01 January 2009, 21:27:32 -0600 (6 days ago) Make Review __doc__ for staticmethod and float

trunk/jython/src/org/python/core/PyFloat.java 5831 history download (+31 -30) diffs

trunk/jython/src/org/python/core/PyStaticMethod.java 5831 history download (+1 -1) diffs

5830 by cgroves on 01 January 2009, 16:32:02 -0600 (6 days ago) Make Review 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 - …

trunk/jython/Lib/test/test_classpathimporter.py 5830 history download (+1 -4) diffs

trunk/jython/Lib/test/test_java_integration.py 5830 history download (+11 -4) diffs

trunk/jython/Lib/test/test_java_visibility.py 5830 history download (+25 -1) diffs

trunk/jython/Lib/test/test_support.py 5830 history download (+6 -0) diffs

trunk/jython/bugtests/test260.py 5830 history deleted

… 173 more files in changeset.
5829 by fwierzbicki on 01 January 2009, 15:52:35 -0600 (6 days ago) Make Review Some __doc__ for super, slice, and list.

trunk/jython/src/org/python/core/PyList.java 5829 history download (+33 -31) diffs

trunk/jython/src/org/python/core/PySlice.java 5829 history download (+2 -2) diffs

trunk/jython/src/org/python/core/PySuper.java 5829 history download (+2 -2) diffs

5828 by cgroves on 31 December 2008, 19:13:50 -0600 (7 days ago) Make Review Should've gone out with r5804

trunk/jython/bugtests/test211.py 5828 history deleted

trunk/jython/bugtests/test214a.py 5828 history deleted

trunk/jython/bugtests/test230.py 5828 history deleted

trunk/jython/bugtests/test235.py 5828 history deleted

trunk/jython/bugtests/test235p 5828 history deleted

… 3 more files in changeset.
earlier earlier | later later
Crucible: Open Source License registered to Atlassian.
Version 1.6.5.a is available.
Atlassian FishEye, Subversion analysis. (Version:1.6.3 Build:build-337 2008-11-04) - Administration - Page generated 2009-01-08 07:24 -0600