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 fwierzbicki: Remove some unused methods.
5857 fwierzbicki Mon, 05 January 2009, 20:11:04 -0600

Remove some unused methods.

/trunk/jython/src/org/python/antlr/GrammarActions.java 5857 (+0 -75) viewdiffs 
jy3k fwierzbicki: use text instead of getText() to handle null.
5856 fwierzbicki Mon, 05 January 2009, 15:05:05 -0600

use text instead of getText() to handle null.

/branches/jy3k/grammar/Python.g 5856 (+1 -1) viewdiffs 
Release_2_2maint amak: Fixed a bug where connect timeouts were not being honoured when set through sock...
5855 amak Mon, 05 January 2009, 13:58:51 -0600

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 (+3 -1) viewdiffs 
/branches/Release_2_2maint/jython/Lib/test/test_socket.py 5855 (+17 -0) viewdiffs 
trunk amak: Fixed a bug where connect timeouts were not being honoured when set through sock...
5854 amak Mon, 05 January 2009, 13:47:25 -0600

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 (+3 -1) viewdiffs 
/trunk/jython/Lib/test/test_socket.py 5854 (+17 -0) viewdiffs 
jy3k fwierzbicki: Merged with py3k site.py
5853 fwierzbicki Mon, 05 January 2009, 13:06:58 -0600

Merged with py3k site.py

/branches/jy3k/Lib/site.py 5853 (+215 -71) 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