| 5860 07.01.2009 02:21:04, by fwierzbicki:
with is a keyword now. |
| 5859 06.01.2009 22:58:40, by otmarhumbel:
- using ${dist.dir} for both jython.jar and jython-complete.jar - no unjar of jarjar.jar (since it does not exist any more) |
| 5858 06.01.2009 21:57:41, by fwierzbicki:
Making the package names point to the raw original package names in source and making the jarjar step process everything in one step so the package mangling happens on our source as well as the included jars for jython-complete.jar. |
| 5857 06.01.2009 03:11:04, by fwierzbicki:
Remove some unused methods. |
| 5856 05.01.2009 22:05:05, by fwierzbicki:
use text instead of getText() to handle null. |
| 5855 05.01.2009 20:58:51, by amak:
Fixed a bug where connect timeouts were not being honoured when set through socket.setdefaulttimeout() http://bugs.jython.org/issue1218 |
| 5854 05.01.2009 20:47:25, by amak:
Fixed a bug where connect timeouts were not being honoured when set through socket.setdefaulttimeout() http://bugs.jython.org/issue1218 |
| 5853 05.01.2009 20:06:58, by fwierzbicki:
Merged with py3k site.py |
| 5852 05.01.2009 19:48:54, by fwierzbicki:
Just enough patchwork to get this thing compiling. |
| 5851 05.01.2009 18:59:06, by fwierzbicki:
Just enough to get ast.arguments constructor calls passing. |
| 5850 05.01.2009 14:51:12, by fwierzbicki:
Raise now takes only 2 args. |
| 5849 05.01.2009 14:39:31, by fwierzbicki:
print, exec, repr no longer exist. |
| 5848 05.01.2009 14:16:44, by fwierzbicki:
Initial switchover to 3.0 Python.asdl. Doesn't compiler yet. |
| 5847 05.01.2009 08:12:43, by cgroves:
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 follow CPython. CPython assumes utf-8 in some single compilation contexts, and this uses the same parser algorithm everywhere, so I made a small change to test_doctest since Jython is throwing a SyntaxError on utf-8 strings to a single compilation. |
| 5846 05.01.2009 08:08:51, by cgroves:
From http://svn.python.org/projects/python/branches/release25-maint/Lib/test/test_doctest.py@59127 |
| 5845 05.01.2009 04:56:25, by cgroves:
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 test_import_jy test297,301,310,313,314,315,317 - Testing jythonc; deleted test298 - Moved to test_import_jy test299,300 - Tested by test_file test303 - Moved to test_java_visibility test307,308 - Moved to test_zipimport_jy test309 - Tested by test_scope test311 - Already disabled; deleted test312 - Moved to test_sax_jy test316 - Moved to test_java_integration test318 - Tested by test_syntax test319 - Moved to test_java_visibility |
| 5844 05.01.2009 00:20:34, by cgroves:
One more longstanding skip |
| 5843 05.01.2009 00:06:27, by cgroves:
Add tests that have been failing or skipping for the past few months to the expected lists |
| 5842 04.01.2009 23:15:09, by cgroves:
Split java subclassing tests out of test_java_integration into test_java_subclasses, move unduplicated bits of test_jsubclass into test_java_subclasses. |
| 5841 04.01.2009 21:36:10, by fwierzbicki:
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 time to get serious about a 3.0 just yet. |
|
|