From: <zy...@us...> - 2010-08-06 14:11:53
|
Revision: 7085 http://jython.svn.sourceforge.net/jython/?rev=7085&view=rev Author: zyasoft Date: 2010-08-06 14:11:47 +0000 (Fri, 06 Aug 2010) Log Message: ----------- Missing NEWS item that #1559 was fixed in beta1 Modified Paths: -------------- trunk/jython/NEWS Modified: trunk/jython/NEWS =================================================================== --- trunk/jython/NEWS 2010-08-04 17:22:13 UTC (rev 7084) +++ trunk/jython/NEWS 2010-08-06 14:11:47 UTC (rev 7085) @@ -11,6 +11,7 @@ Jython 2.5.2b1 Bugs Fixed + - [ 1559 ] time.strptime broken for day of week for Sunday - [ 1614 ] minidom chunks the character input on multi-line values - [ 1615 ] Can't invoke Java method that takes a variable number of arguments with zero arguments - [ 1605 ] float preference over PyComplex as arg to __call__ breaks logic This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <zy...@us...> - 2010-08-15 14:14:11
|
Revision: 7095 http://jython.svn.sourceforge.net/jython/?rev=7095&view=rev Author: zyasoft Date: 2010-08-15 14:14:05 +0000 (Sun, 15 Aug 2010) Log Message: ----------- Update for r7094 Modified Paths: -------------- trunk/jython/NEWS Modified: trunk/jython/NEWS =================================================================== --- trunk/jython/NEWS 2010-08-15 14:09:10 UTC (rev 7094) +++ trunk/jython/NEWS 2010-08-15 14:14:05 UTC (rev 7095) @@ -2,6 +2,7 @@ Jython 2.5.2b2 Bugs Fixed + - [ 1455 ] Classes loaded dynamically from sys.path do not have their package defined - [ 1555 ] Jython does not publish MIME types via JSR 223 (ScriptEngine.getFactory().getMimeTypes() is empty). - [ 1632 ] cPickle.Unpickler does not allow assignment of find_global - [ 1395 ] PyList.indexOf() and PyTuple.indexOf() do not function properly This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <zy...@us...> - 2010-09-08 20:48:23
|
Revision: 7116 http://jython.svn.sourceforge.net/jython/?rev=7116&view=rev Author: zyasoft Date: 2010-09-08 20:48:17 +0000 (Wed, 08 Sep 2010) Log Message: ----------- Updated NEWS on bugs that were in fact fixed Modified Paths: -------------- trunk/jython/NEWS Modified: trunk/jython/NEWS =================================================================== --- trunk/jython/NEWS 2010-09-08 20:36:15 UTC (rev 7115) +++ trunk/jython/NEWS 2010-09-08 20:48:17 UTC (rev 7116) @@ -2,9 +2,10 @@ Jython 2.5.2b2 Bugs Fixed + - [ 1604 ] PyBuiltinCallable.Info should be serializable - [ 1397 ] Bugs in PyList and PyJavaType.ListIndexDelegate slice setting - [ 1503 ] Java constructors should take keyword arguments - - [ 1648 ] Incomplete implementation of pep328 for relative imports + - [ 1648,1495,1516 ] Incomplete implementation of pep328 for relative imports - [ 1611 ] Jython bytecode violated JLS, causing NPE on Sun's JVM when using -Xcomp option - [ 1643 ] Tools subdirectory still exists in trunk - [ 1455 ] Classes loaded dynamically from sys.path do not have their package defined This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <zy...@us...> - 2010-10-06 22:08:25
|
Revision: 7138 http://jython.svn.sourceforge.net/jython/?rev=7138&view=rev Author: zyasoft Date: 2010-10-06 22:08:18 +0000 (Wed, 06 Oct 2010) Log Message: ----------- Updated NEWS Modified Paths: -------------- trunk/jython/NEWS Modified: trunk/jython/NEWS =================================================================== --- trunk/jython/NEWS 2010-10-06 22:00:23 UTC (rev 7137) +++ trunk/jython/NEWS 2010-10-06 22:08:18 UTC (rev 7138) @@ -2,10 +2,13 @@ Jython 2.5.2rc1 Bugs Fixed + - [ 1660 ] threading module memory leak - [ 1452 ] pydoc help() function fails because sys.executable is None in stand-alone Jython - [ 1568 ] sys.stdout.encoding returns wrong value in Windows with Jython 2.5.1 (fixed on Java 6 only) - [ 1647 ] zxJDBC does not handle NVARCHAR + socket module now supports ephemeral server ports (by using port 0); see discussion for #1660 + Jython 2.5.2b2 Bugs Fixed - [ 1327 ] Classloaders cannot GC, which exhausts permgen (partial bug fix) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <am...@us...> - 2010-10-06 22:44:59
|
Revision: 7139 http://jython.svn.sourceforge.net/jython/?rev=7139&view=rev Author: amak Date: 2010-10-06 22:44:52 +0000 (Wed, 06 Oct 2010) Log Message: ----------- Correcting a small error; socket module has always supported ephemeral ports. Modified Paths: -------------- trunk/jython/NEWS Modified: trunk/jython/NEWS =================================================================== --- trunk/jython/NEWS 2010-10-06 22:08:18 UTC (rev 7138) +++ trunk/jython/NEWS 2010-10-06 22:44:52 UTC (rev 7139) @@ -7,7 +7,7 @@ - [ 1568 ] sys.stdout.encoding returns wrong value in Windows with Jython 2.5.1 (fixed on Java 6 only) - [ 1647 ] zxJDBC does not handle NVARCHAR - socket module now supports ephemeral server ports (by using port 0); see discussion for #1660 + SocketServer module now supports ephemeral server ports (by using port 0); see discussion for #1660 Jython 2.5.2b2 Bugs Fixed This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <zy...@us...> - 2010-10-16 03:07:53
|
Revision: 7149 http://jython.svn.sourceforge.net/jython/?rev=7149&view=rev Author: zyasoft Date: 2010-10-16 03:07:47 +0000 (Sat, 16 Oct 2010) Log Message: ----------- Updated NEWS re #1642 Modified Paths: -------------- trunk/jython/NEWS Modified: trunk/jython/NEWS =================================================================== --- trunk/jython/NEWS 2010-10-16 03:04:21 UTC (rev 7148) +++ trunk/jython/NEWS 2010-10-16 03:07:47 UTC (rev 7149) @@ -2,6 +2,7 @@ Jython 2.5.2rc1 Bugs Fixed + - [ 1642 ] JSR223 PyScriptEngine#getInterface returns a NPE when called with zero args - [ 1662 ] time.strptime does not use Java date format strings properly - [ 1543 ] PyArray fails to clean up pre-allocated space - [ 1661 ] Error at on exit in TCC/LE This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <zy...@us...> - 2010-10-17 17:59:41
|
Revision: 7155 http://jython.svn.sourceforge.net/jython/?rev=7155&view=rev Author: zyasoft Date: 2010-10-17 17:59:35 +0000 (Sun, 17 Oct 2010) Log Message: ----------- Updated NEWS re ipython/completer support Modified Paths: -------------- trunk/jython/NEWS Modified: trunk/jython/NEWS =================================================================== --- trunk/jython/NEWS 2010-10-17 16:59:06 UTC (rev 7154) +++ trunk/jython/NEWS 2010-10-17 17:59:35 UTC (rev 7155) @@ -2,6 +2,7 @@ Jython 2.5.2rc1 Bugs Fixed + - [ 1133 ] Support ipython and other completers with readline emulation - [ 1642 ] JSR223 PyScriptEngine#getInterface returns a NPE when called with zero args - [ 1662 ] time.strptime does not use Java date format strings properly - [ 1543 ] PyArray fails to clean up pre-allocated space This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <otm...@us...> - 2011-01-23 15:59:01
|
Revision: 7190 http://jython.svn.sourceforge.net/jython/?rev=7190&view=rev Author: otmarhumbel Date: 2011-01-23 15:58:55 +0000 (Sun, 23 Jan 2011) Log Message: ----------- fix bug #1697 by excluding IPv6 addresses from socket.getaddrinfo(); this is a temporary fix, since we should support IPv6 in the future Modified Paths: -------------- trunk/jython/NEWS Modified: trunk/jython/NEWS =================================================================== --- trunk/jython/NEWS 2011-01-23 15:51:34 UTC (rev 7189) +++ trunk/jython/NEWS 2011-01-23 15:58:55 UTC (rev 7190) @@ -4,6 +4,7 @@ Bugs Fixed - [ 1667 ] thread.local subclasses with constructor params fail - [ 1698 ] warnings module fails under JSR-223 + - [ 1697 ] Wrong error message when http connection can not be established Jython 2.5.2rc3 Bugs Fixed This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <pj...@us...> - 2011-03-02 20:15:20
|
Revision: 7205 http://jython.svn.sourceforge.net/jython/?rev=7205&view=rev Author: pjenvey Date: 2011-03-02 20:15:14 +0000 (Wed, 02 Mar 2011) Log Message: ----------- more news updates for 2.5.2 final Modified Paths: -------------- trunk/jython/NEWS Modified: trunk/jython/NEWS =================================================================== --- trunk/jython/NEWS 2011-03-01 22:03:18 UTC (rev 7204) +++ trunk/jython/NEWS 2011-03-02 20:15:14 UTC (rev 7205) @@ -11,6 +11,10 @@ - [ 1210 ] Lib/socket.py doesn't allow IPv6 sockets and fails with an AssertionError - [ 1700 ] "virtualenv is not compatible" to 2.5.2rc3 - [ 1701 ] Files are not flushed properly when opened from the EDT (partial fix) + New Features + - The socket module now includes ipv6 support + - The socket module now also includes Internationalized Domain + Names (RFC 3490) support on Java 6 Jython 2.5.2rc3 Bugs Fixed @@ -153,9 +157,19 @@ during Django or Pylons development mode reloading) - Fix pickling of collections.defaultdict objects - Fix the cmath module to accept objects implementing the __float__ method - - Add google indexer (by Yin Wang and Steve Yegge) + New Features + - Performance improvements around method invocation. 2.5.2 runs + the richards benchmark 3x faster and the pystone benchmark 20% + faster than 2.5.1 + - The posix/nt module was rewritten in Java and the performance of + its often performance-critical stat function has significantly + improved + - Improved OSError errno messages on Windows + - Slightly improved startup time (ongoing Issue #1380) + - better readline module emulation (required for IPython support) - Python functions can be directly passed to Java methods that take a single method interface (such as Callable or Runnable) + - Add google indexer (by Yin Wang and Steve Yegge) Jython 2.5.1rc3 Bugs Fixed This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |