Latest Version: 0.9.6.2
  Dashboard > Pylons Cookbook > Home > Pylons on Jython
  Pylons Cookbook Log In | Sign Up   View a printable version of the current page.  
  Pylons on Jython
Added by Philip Jenvey, last edited by Philip Jenvey on Sep 23, 2007
Labels: 
(None)

After the release of Jython 2.2 in August 2007, the focus of the next version of Jython has turned to catching up – pushing out a hopefully CPython 2.5 compatible Jython (that requires Java 1.5).

With just CPython 2.3 compatibility, Jython in theory should be able to run Pylons. A few developers are currently working on getting Pylons and Django running on Jython. Jython wiki pages of interest for Pylons are:

PylonsOnJython
SetuptoolsOnJython

Latest Jython commits:

FishEye on jython/ (rss_2.0)
(Recent changes to the "jython" repository under directory /)
trunk zyasoft: Similar mass removal of tests as in test_trace, these all are related...
5365 zyasoft Mon, 06 October 2008, 17:08:13 -0500

Similar mass removal of tests as in test_trace, these all are related
to some fundamental differences in our VM, especially around exception
handling.


/trunk/jython/Lib/test/test_profilehooks.py 5365 (+20 -0) viewdiffs 
trunk zyasoft: From...
5364 zyasoft Mon, 06 October 2008, 17:00:46 -0500

From
http://svn.python.org/projects/python/branches/release25-maint/Lib/test/test_profilehooks.py@35570

/trunk/jython/Lib/test/test_profilehooks.py 5364 (+368 -0) viewnew 
trunk zyasoft: Removed test cases not applicable to Jython. Although it's not...
5363 zyasoft Mon, 06 October 2008, 16:48:03 -0500

Removed test cases not applicable to Jython. Although it's not
possible to implement jump when compiled to Java bytecode, it's
possible that we can better align our trace with what is done in
CPython, so this should be revisited at some point.


/trunk/jython/Lib/test/test_trace.py 5363 (+37 -5) viewdiffs 
trunk zyasoft: From...
5362 zyasoft Mon, 06 October 2008, 15:42:04 -0500

From
http://svn.python.org/projects/python/branches/release25-maint/Lib/test/test_trace.py@60582

/trunk/jython/Lib/test/test_trace.py 5362 (+725 -0) viewnew 
trunk zyasoft: Fixed test_quopri by encoding space or tab before newline and...
5361 zyasoft Mon, 06 October 2008, 13:57:58 -0500

Fixed test_quopri by encoding space or tab before newline and
resetting the column count upon a newline

Fixed #1144 so that -mMODULE works and remaining args are passed in sys.argv


/trunk/jython/src/org/python/util/jython.java 5361 (+14 -1) viewdiffs 
/trunk/jython/src/org/python/modules/binascii.java 5361 (+25 -3) viewdiffs 

Site running on a free Atlassian Confluence Open Source Project License granted to Pylons. Evaluate Confluence today.
Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.3.3 Build:#645 Feb 13, 2007) - Bug/feature request - Contact Administrators
Top