Jython tracker | 3 Feb 18:10
Favicon

Summary of Jython tracker Issues


ACTIVITY SUMMARY (2012-01-27 - 2012-02-03)
Jython tracker at http://bugs.jython.org/

To view or respond to any of the issues listed below, click on the issue.
Do NOT respond to this message.

Issues counts and deltas:
  open     300 ( +3)
  closed  1557 ( +0)
  total   1857 ( +3)

Open issues with patches: 40   

Issues opened (3)
=================

#1834: cursor.setinputsizes
http://bugs.jython.org/issue1834  opened by kensingtoncat

#1836: Invalid Unicode characters cause compile-time error (CPython d
http://bugs.jython.org/issue1836  opened by ja

#1835: s/occured/occurred/
http://bugs.jython.org/issue1835  opened by docwhat

Most recent 15 issues with no replies (15)
==========================================

#1835: s/occured/occurred/
(Continue reading)

Jython tracker | 10 Feb 18:10
Favicon

Summary of Jython tracker Issues


ACTIVITY SUMMARY (2012-02-03 - 2012-02-10)
Jython tracker at http://bugs.jython.org/

To view or respond to any of the issues listed below, click on the issue.
Do NOT respond to this message.

Issues counts and deltas:
  open     299 ( -1)
  closed  1558 ( +1)
  total   1857 ( +0)

Open issues with patches: 40   

Most recent 15 issues with no replies (15)
==========================================

#1835: s/occured/occurred/
http://bugs.jython.org/issue1835

#1834: cursor.setinputsizes
http://bugs.jython.org/issue1834

#1823: jython launcher bash script induces terminal malfunction
http://bugs.jython.org/issue1823

#1822: Problem with os.stat on SunOS 5.10 / x86
http://bugs.jython.org/issue1822

#1818: PythonInterpreter hangs in setState()
(Continue reading)

Jython tracker | 17 Feb 18:10
Favicon

Summary of Jython tracker Issues


ACTIVITY SUMMARY (2012-02-10 - 2012-02-17)
Jython tracker at http://bugs.jython.org/

To view or respond to any of the issues listed below, click on the issue.
Do NOT respond to this message.

Issues counts and deltas:
  open     301 ( +2)
  closed  1560 ( +2)
  total   1861 ( +4)

Open issues with patches: 41   

Issues opened (4)
=================

#1837: gderived.py and template Ant target fail on Windows
http://bugs.jython.org/issue1837  opened by ja

#1838: Cengiz Ugurluoglu Issues
http://bugs.jython.org/issue1838  opened by cen71ugu

#1840: nan<0 is True but should be False
http://bugs.jython.org/issue1840  opened by AnthonySmith

#1839: sys.getfilesystemencoding() is None although java.lang.System.
http://bugs.jython.org/issue1839  opened by pekka.klarck

Most recent 15 issues with no replies (15)
(Continue reading)

Picon
Gravatar

2.5.3b1 soft launch

Hi all,

I have put together the first post-mercurial release for Jython 2.5.3.
You can find it here:

http://sourceforge.net/projects/jython/files/jython-dev/2.5.3b1/jython_installer-2.5.3b1.jar/download

I'm calling it a soft launch because I want to make sure that my
mercurial work hasn't resulted in an ugly mistake before I generally
announce that we are doing 2.5.3 releases.

-Frank

------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
Picon
Gravatar

Re: 2.5.3b1 soft launch

On Wed, Feb 22, 2012 at 4:38 PM, fwierzbicki <at> gmail.com
<fwierzbicki <at> gmail.com> wrote:
> Hi all,
>
> I have put together the first post-mercurial release for Jython 2.5.3.
> You can find it here:
>
> http://sourceforge.net/projects/jython/files/jython-dev/2.5.3b1/jython_installer-2.5.3b1.jar/download
>
> I'm calling it a soft launch because I want to make sure that my
> mercurial work hasn't resulted in an ugly mistake before I generally
> announce that we are doing 2.5.3 releases.
BTW this is a beta release as implied by the numbering on the jar file.

-Frank

------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
Picon
Gravatar

Running regrtest.py outside of ant

As part of getting a release of 2.5.3 together, I've been trying to
get regrtest.py to run outside of ant. I get a couple of really
annoying problems:

test_builtins.py seems to hang on a rawinput() call -- I have to hit
return manually to get it to move on

test_doctest.py drops out to a pdb session - I have to call quit()

A couple of tests sometimes hit sockets that are in use.

Does anyone know what I should be doing here? I vaguely remember
something about setting sys.executable - but I don't seem to have the
right incantation handy.

-Frank

------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
Philip Jenvey | 23 Feb 20:29
Gravatar

Re: Running regrtest.py outside of ant


On Feb 23, 2012, at 11:11 AM, fwierzbicki <at> gmail.com wrote:

> As part of getting a release of 2.5.3 together, I've been trying to
> get regrtest.py to run outside of ant. I get a couple of really
> annoying problems:
> 
> test_builtins.py seems to hang on a rawinput() call -- I have to hit
> return manually to get it to move on
> 
> test_doctest.py drops out to a pdb session - I have to call quit()
> 
> A couple of tests sometimes hit sockets that are in use.
> 
> Does anyone know what I should be doing here? I vaguely remember
> something about setting sys.executable - but I don't seem to have the
> right incantation handy.

IIRC this is due to JLineConsole doing funny things w/ stdin? So I think it succeeds via ant because in that
case the controlling terminal isn't a tty (so Jython disables JLineConsole).

Try forcing the old console class with the command line property

--
Philip Jenvey

------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
(Continue reading)

Picon
Gravatar

Re: Running regrtest.py outside of ant

On Thu, Feb 23, 2012 at 11:29 AM, Philip Jenvey <pjenvey <at> underboss.org> wrote:
> IIRC this is due to JLineConsole doing funny things w/ stdin? So I think it succeeds via ant because in that
case the controlling terminal isn't a tty (so Jython disables JLineConsole).
>
> Try forcing the old console class with the command line property
Yep that was it, thanks!

-Frank

------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
Jython tracker | 24 Feb 18:10
Favicon

Summary of Jython tracker Issues


ACTIVITY SUMMARY (2012-02-17 - 2012-02-24)
Jython tracker at http://bugs.jython.org/

To view or respond to any of the issues listed below, click on the issue.
Do NOT respond to this message.

Issues counts and deltas:
  open     303 ( +2)
  closed  1560 ( +0)
  total   1863 ( +2)

Open issues with patches: 42   

Issues opened (2)
=================

#1841: Non-ASCII environment variables are encoded incorrectly in os.
http://bugs.jython.org/issue1841  opened by pekka.klarck

#1842: Add IBM i support to Jython 2.5.1
http://bugs.jython.org/issue1842  opened by ryanwatkins

Most recent 15 issues with no replies (15)
==========================================

#1842: Add IBM i support to Jython 2.5.1
http://bugs.jython.org/issue1842

#1841: Non-ASCII environment variables are encoded incorrectly in os.
(Continue reading)

Jython tracker | 2 Mar 18:10
Favicon

Summary of Jython tracker Issues


ACTIVITY SUMMARY (2012-02-24 - 2012-03-02)
Jython tracker at http://bugs.jython.org/

To view or respond to any of the issues listed below, click on the issue.
Do NOT respond to this message.

Issues counts and deltas:
  open     305 ( +2)
  closed  1560 ( +0)
  total   1865 ( +2)

Open issues with patches: 42   

Issues opened (2)
=================

#1843: PyReflectedFunction behavior change from 2.2 to 2.5
http://bugs.jython.org/issue1843  opened by fwierzbicki

#1844: bad host returned by getsockname
http://bugs.jython.org/issue1844  opened by vleloup

Most recent 15 issues with no replies (15)
==========================================

#1844: bad host returned by getsockname
http://bugs.jython.org/issue1844

#1843: PyReflectedFunction behavior change from 2.2 to 2.5
(Continue reading)


Gmane