You can subscribe to this list here.
2000 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
(107) |
Dec
(67) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2001 |
Jan
(76) |
Feb
(125) |
Mar
(72) |
Apr
(13) |
May
(18) |
Jun
(12) |
Jul
(129) |
Aug
(47) |
Sep
(1) |
Oct
(36) |
Nov
(128) |
Dec
(124) |
2002 |
Jan
(59) |
Feb
|
Mar
(14) |
Apr
(14) |
May
(72) |
Jun
(9) |
Jul
(3) |
Aug
(5) |
Sep
(18) |
Oct
(65) |
Nov
(28) |
Dec
(12) |
2003 |
Jan
(10) |
Feb
(2) |
Mar
(4) |
Apr
(33) |
May
(21) |
Jun
(9) |
Jul
(29) |
Aug
(34) |
Sep
(4) |
Oct
(8) |
Nov
(15) |
Dec
(4) |
2004 |
Jan
(26) |
Feb
(12) |
Mar
(11) |
Apr
(9) |
May
(7) |
Jun
|
Jul
(5) |
Aug
|
Sep
(3) |
Oct
(7) |
Nov
(1) |
Dec
(10) |
2005 |
Jan
(2) |
Feb
(72) |
Mar
(16) |
Apr
(39) |
May
(48) |
Jun
(97) |
Jul
(57) |
Aug
(13) |
Sep
(16) |
Oct
(24) |
Nov
(100) |
Dec
(24) |
2006 |
Jan
(15) |
Feb
(34) |
Mar
(33) |
Apr
(31) |
May
(79) |
Jun
(64) |
Jul
(41) |
Aug
(64) |
Sep
(31) |
Oct
(46) |
Nov
(55) |
Dec
(37) |
2007 |
Jan
(32) |
Feb
(61) |
Mar
(11) |
Apr
(58) |
May
(46) |
Jun
(30) |
Jul
(94) |
Aug
(93) |
Sep
(86) |
Oct
(69) |
Nov
(125) |
Dec
(177) |
2008 |
Jan
(169) |
Feb
(97) |
Mar
(74) |
Apr
(113) |
May
(120) |
Jun
(334) |
Jul
(215) |
Aug
(237) |
Sep
(72) |
Oct
(189) |
Nov
(126) |
Dec
(160) |
2009 |
Jan
(180) |
Feb
(45) |
Mar
(98) |
Apr
(140) |
May
(151) |
Jun
(71) |
Jul
(107) |
Aug
(119) |
Sep
(73) |
Oct
(121) |
Nov
(14) |
Dec
(6) |
2010 |
Jan
(13) |
Feb
(9) |
Mar
(10) |
Apr
(64) |
May
(3) |
Jun
(16) |
Jul
(7) |
Aug
(23) |
Sep
(17) |
Oct
(37) |
Nov
(5) |
Dec
(8) |
2011 |
Jan
(10) |
Feb
(11) |
Mar
(77) |
Apr
(11) |
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Finn B. <bc...@us...> - 2001-11-27 11:02:31
|
Update of /cvsroot/jython/jython/installer In directory usw-pr-cvs1:/tmp/cvs-serv1568 Modified Files: mklist.py Log Message: Added zxJDBC api html files. Index: mklist.py =================================================================== RCS file: /cvsroot/jython/jython/installer/mklist.py,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** mklist.py 2001/11/27 10:58:55 1.26 --- mklist.py 2001/11/27 11:02:28 1.27 *************** *** 194,197 **** --- 194,198 ---- listfiles(None, "Doc/api/org/python/core", '*.html') listfiles(None, "Doc/api/org/python/util", '*.html') + listfiles(None, "Doc/api/com/ziclix/python/sql", '*.html') comment("Demos") |
From: Finn B. <bc...@us...> - 2001-11-27 10:58:58
|
Update of /cvsroot/jython/jython/installer In directory usw-pr-cvs1:/tmp/cvs-serv607 Modified Files: mklist.py Log Message: Get the property file from zxJDBC's resource directory. Index: mklist.py =================================================================== RCS file: /cvsroot/jython/jython/installer/mklist.py,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** mklist.py 2001/11/22 00:36:47 1.25 --- mklist.py 2001/11/27 10:58:55 1.26 *************** *** 222,226 **** listfiles(None, "com/ziclix/python/sql", *javafiles) listfiles(None, "com/ziclix/python/sql/util", *javafiles) ! listfiles(None, "com/ziclix/python/sql/resource", *javafiles) listfiles(None, "com/ziclix/python/sql/pipe", *javafiles) listfiles(None, "com/ziclix/python/sql/pipe/db", *javafiles) --- 222,226 ---- listfiles(None, "com/ziclix/python/sql", *javafiles) listfiles(None, "com/ziclix/python/sql/util", *javafiles) ! listfiles(None, "com/ziclix/python/sql/resource", *['*.properties']) listfiles(None, "com/ziclix/python/sql/pipe", *javafiles) listfiles(None, "com/ziclix/python/sql/pipe/db", *javafiles) |
From: Finn B. <bc...@us...> - 2001-11-27 10:49:17
|
Update of /cvsroot/jython/jython/org/python/core In directory usw-pr-cvs1:/tmp/cvs-serv30977 Modified Files: InitModule.java Log Message: Removed @deprecated tag because it caused a warning for JDK1.4 javadoc. Use plain english text instead. Index: InitModule.java =================================================================== RCS file: /cvsroot/jython/jython/org/python/core/InitModule.java,v retrieving revision 2.3 retrieving revision 2.4 diff -C2 -d -r2.3 -r2.4 *** InitModule.java 2001/10/28 17:13:42 2.3 --- InitModule.java 2001/11/27 10:49:14 2.4 *************** *** 6,11 **** * An deprecated interface that can be used if a java class * want control over the class dict initialization. ! * ! * @deprecated. See ClassDictInit for a replacement. * * @see ClassDictInit --- 6,11 ---- * An deprecated interface that can be used if a java class * want control over the class dict initialization. ! * <p> ! * This class is deprecated. See ClassDictInit for a replacement. * * @see ClassDictInit |
From: Finn B. <bc...@us...> - 2001-11-27 10:48:07
|
Update of /cvsroot/jython/jython/com/ziclix/python/sql In directory usw-pr-cvs1:/tmp/cvs-serv30672/ziclix/python/sql Modified Files: PyConnection.java PyCursor.java PyExtendedCursor.java zxJDBC.java Log Message: Remove empty @author javadoc tag. It causes JDK1.4 javadoc to issue warnings. Index: PyConnection.java =================================================================== RCS file: /cvsroot/jython/jython/com/ziclix/python/sql/PyConnection.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** PyConnection.java 2001/11/20 04:55:18 1.1 --- PyConnection.java 2001/11/27 10:48:04 1.2 *************** *** 251,255 **** * Class ConnectionFunc * - * @author * @date $today.date$ * @author last modified by $Author$ --- 251,254 ---- Index: PyCursor.java =================================================================== RCS file: /cvsroot/jython/jython/com/ziclix/python/sql/PyCursor.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** PyCursor.java 2001/11/22 05:41:48 1.2 --- PyCursor.java 2001/11/27 10:48:04 1.3 *************** *** 612,616 **** * Class CursorFunc * - * @author * @date $today.date$ * @author last modified by $Author$ --- 612,615 ---- Index: PyExtendedCursor.java =================================================================== RCS file: /cvsroot/jython/jython/com/ziclix/python/sql/PyExtendedCursor.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** PyExtendedCursor.java 2001/11/20 04:55:18 1.1 --- PyExtendedCursor.java 2001/11/27 10:48:04 1.2 *************** *** 360,364 **** * Class ExtendedCursorFunc * - * @author * @date $today.date$ * @author last modified by $Author$ --- 360,363 ---- Index: zxJDBC.java =================================================================== RCS file: /cvsroot/jython/jython/com/ziclix/python/sql/zxJDBC.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** zxJDBC.java 2001/11/20 04:55:18 1.1 --- zxJDBC.java 2001/11/27 10:48:04 1.2 *************** *** 463,467 **** * Class zxJDBCFunc * - * @author * @date $today.date$ * @author last modified by $Author$ --- 463,466 ---- |
From: Finn B. <bc...@us...> - 2001-11-27 10:14:37
|
Update of /cvsroot/jython/jython/installer In directory usw-pr-cvs1:/tmp/cvs-serv21349 Modified Files: liftoff.props Log Message: Updated to 2.1b1. Index: liftoff.props =================================================================== RCS file: /cvsroot/jython/jython/installer/liftoff.props,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** liftoff.props 2001/07/29 19:40:14 1.11 --- liftoff.props 2001/11/27 10:14:30 1.12 *************** *** 2,9 **** product.author=The Jython Team product.string=Jython ! product.version=2.1a3 java.minVersion=1.1 product.root= ! destination.package_prefix=jython-2.1a3 license.licenseText=LICENSE.txt product.readmeText=README.txt --- 2,9 ---- product.author=The Jython Team product.string=Jython ! product.version=2.1b1 java.minVersion=1.1 product.root= ! destination.package_prefix=jython-2.1b1 license.licenseText=LICENSE.txt product.readmeText=README.txt |
From: brian z. <bz...@us...> - 2001-11-27 04:54:26
|
Update of /cvsroot/jython/jython/Doc In directory usw-pr-cvs1:/tmp/cvs-serv13943/Doc Modified Files: compile.ht Log Message: added JDBC driver info Index: compile.ht =================================================================== RCS file: /cvsroot/jython/jython/Doc/compile.ht,v retrieving revision 2.7 retrieving revision 2.8 diff -C2 -d -r2.7 -r2.8 *** compile.ht 2001/11/25 17:01:09 2.7 --- compile.ht 2001/11/27 04:54:23 2.8 *************** *** 20,23 **** --- 20,24 ---- <code>ant.properties</code> which can contain values to control paths and local options. My <code>ant.properties</code> file look like this: + <blockquote><pre> # javaccHome2 is needed when making modification to the grammar. *************** *** 57,61 **** postgresql.jar=d:/java/lib/postgresql.jar jdbc.jar=d:/java/lib/jdbc2_0-stdext.jar - </pre></blockquote> <p> --- 58,61 ---- *************** *** 120,126 **** <ul> ! <li> <A HREF="http://www.metamata.com/javacc/">JavaCC 2.0</A> ! <li> <A HREF="http://jakarta.apache.org/ant/">Ant 1.2</A> <li> <A HREF="http://java.sun.com/products/servlet/index.html">Servlet classes</A> </ul> --- 120,130 ---- <ul> ! <li> <A HREF="http://www.webgain.com/products/java_cc/">JavaCC 2.0</A> ! <li> <A HREF="http://jakarta.apache.org/ant/">Ant</A> <li> <A HREF="http://java.sun.com/products/servlet/index.html">Servlet classes</A> + <li> <A HREF="http://mmmysql.sourceforge.net/">MySQL JDBC Driver</A> + <li> <A HREF="http://www.informix.com/evaluate/">Informix JDBC Driver</A> + <li> <A HREF="http://jdbc.postgresql.org/">Postgresql JDBC Driver</A> + <li> <A HREF="http://otn.oracle.com/software/tech/java/sqlj_jdbc/content.html">Oracle JDBC Driver</A> </ul> |
From: Finn B. <bc...@us...> - 2001-11-26 15:21:13
|
Update of /cvsroot/jython/jython/Tools/jythonc In directory usw-pr-cvs1:/tmp/cvs-serv10866 Modified Files: BaseEvaluator.py ImportName.py JavaCall.py Object.py ObjectFactory.py PythonInterpreter.py PythonModule.py PythonVisitor.py SimpleCompiler.py compile.py depend.py jar.py javac.py jythonc.py main.py proxies.py util.py Log Message: Remove latin-1 copyright sign. Replaced with (c). Index: BaseEvaluator.py =================================================================== RCS file: /cvsroot/jython/jython/Tools/jythonc/BaseEvaluator.py,v retrieving revision 2.13 retrieving revision 2.14 diff -C2 -d -r2.13 -r2.14 *** BaseEvaluator.py 2001/11/23 02:16:37 2.13 --- BaseEvaluator.py 2001/11/26 15:21:08 2.14 *************** *** 1,3 **** ! # Copyright © Corporation for National Research Initiatives from PythonVisitor import PythonVisitor, nodeToList --- 1,3 ---- ! # Copyright (c) Corporation for National Research Initiatives from PythonVisitor import PythonVisitor, nodeToList Index: ImportName.py =================================================================== RCS file: /cvsroot/jython/jython/Tools/jythonc/ImportName.py,v retrieving revision 2.5 retrieving revision 2.6 diff -C2 -d -r2.5 -r2.6 *** ImportName.py 2000/12/04 21:43:18 2.5 --- ImportName.py 2001/11/26 15:21:08 2.6 *************** *** 1,3 **** ! # Copyright © Corporation for National Research Initiatives import sys --- 1,3 ---- ! # Copyright (c) Corporation for National Research Initiatives import sys Index: JavaCall.py =================================================================== RCS file: /cvsroot/jython/jython/Tools/jythonc/JavaCall.py,v retrieving revision 2.2 retrieving revision 2.3 diff -C2 -d -r2.2 -r2.3 *** JavaCall.py 2000/10/13 19:06:27 2.2 --- JavaCall.py 2001/11/26 15:21:08 2.3 *************** *** 1,3 **** ! # Copyright © Corporation for National Research Initiatives import java, org.python.core --- 1,3 ---- ! # Copyright (c) Corporation for National Research Initiatives import java, org.python.core Index: Object.py =================================================================== RCS file: /cvsroot/jython/jython/Tools/jythonc/Object.py,v retrieving revision 2.5 retrieving revision 2.6 diff -C2 -d -r2.5 -r2.6 *** Object.py 2001/11/23 02:16:38 2.5 --- Object.py 2001/11/26 15:21:08 2.6 *************** *** 1,3 **** ! # Copyright © Corporation for National Research Initiatives import jast import org, java --- 1,3 ---- ! # Copyright (c) Corporation for National Research Initiatives import jast import org, java Index: ObjectFactory.py =================================================================== RCS file: /cvsroot/jython/jython/Tools/jythonc/ObjectFactory.py,v retrieving revision 2.11 retrieving revision 2.12 diff -C2 -d -r2.11 -r2.12 *** ObjectFactory.py 2001/11/20 16:52:23 2.11 --- ObjectFactory.py 2001/11/26 15:21:08 2.12 *************** *** 1,3 **** ! # Copyright © Corporation for National Research Initiatives import jast import org, java --- 1,3 ---- ! # Copyright (c) Corporation for National Research Initiatives import jast import org, java Index: PythonInterpreter.py =================================================================== RCS file: /cvsroot/jython/jython/Tools/jythonc/PythonInterpreter.py,v retrieving revision 2.1 retrieving revision 2.2 diff -C2 -d -r2.1 -r2.2 *** PythonInterpreter.py 2000/10/13 19:04:35 2.1 --- PythonInterpreter.py 2001/11/26 15:21:08 2.2 *************** *** 1,3 **** ! # Copyright © Corporation for National Research Initiatives import operator --- 1,3 ---- ! # Copyright (c) Corporation for National Research Initiatives import operator Index: PythonModule.py =================================================================== RCS file: /cvsroot/jython/jython/Tools/jythonc/PythonModule.py,v retrieving revision 2.17 retrieving revision 2.18 diff -C2 -d -r2.17 -r2.18 *** PythonModule.py 2001/11/22 23:58:45 2.17 --- PythonModule.py 2001/11/26 15:21:08 2.18 *************** *** 1,3 **** ! # Copyright © Corporation for National Research Initiatives import os --- 1,3 ---- ! # Copyright (c) Corporation for National Research Initiatives import os Index: PythonVisitor.py =================================================================== RCS file: /cvsroot/jython/jython/Tools/jythonc/PythonVisitor.py,v retrieving revision 2.8 retrieving revision 2.9 diff -C2 -d -r2.8 -r2.9 *** PythonVisitor.py 2001/05/27 18:50:56 2.8 --- PythonVisitor.py 2001/11/26 15:21:08 2.9 *************** *** 1,3 **** ! # Copyright © Corporation for National Research Initiatives from org.python.parser import Visitor, SimpleNode --- 1,3 ---- ! # Copyright (c) Corporation for National Research Initiatives from org.python.parser import Visitor, SimpleNode Index: SimpleCompiler.py =================================================================== RCS file: /cvsroot/jython/jython/Tools/jythonc/SimpleCompiler.py,v retrieving revision 2.16 retrieving revision 2.17 diff -C2 -d -r2.16 -r2.17 *** SimpleCompiler.py 2001/10/28 14:44:39 2.16 --- SimpleCompiler.py 2001/11/26 15:21:08 2.17 *************** *** 1,3 **** ! # Copyright © Corporation for National Research Initiatives from BaseEvaluator import BaseEvaluator --- 1,3 ---- ! # Copyright (c) Corporation for National Research Initiatives from BaseEvaluator import BaseEvaluator Index: compile.py =================================================================== RCS file: /cvsroot/jython/jython/Tools/jythonc/compile.py,v retrieving revision 2.20 retrieving revision 2.21 diff -C2 -d -r2.20 -r2.21 *** compile.py 2001/11/20 16:52:23 2.20 --- compile.py 2001/11/26 15:21:09 2.21 *************** *** 1,3 **** ! # Copyright © Corporation for National Research Initiatives import sys --- 1,3 ---- ! # Copyright (c) Corporation for National Research Initiatives import sys Index: depend.py =================================================================== RCS file: /cvsroot/jython/jython/Tools/jythonc/depend.py,v retrieving revision 2.7 retrieving revision 2.8 diff -C2 -d -r2.7 -r2.8 *** depend.py 2001/07/27 19:50:14 2.7 --- depend.py 2001/11/26 15:21:09 2.8 *************** *** 1,3 **** ! # Copyright © Corporation for National Research Initiatives import sys --- 1,3 ---- ! # Copyright (c) Corporation for National Research Initiatives import sys Index: jar.py =================================================================== RCS file: /cvsroot/jython/jython/Tools/jythonc/jar.py,v retrieving revision 2.6 retrieving revision 2.7 diff -C2 -d -r2.6 -r2.7 *** jar.py 2000/12/04 21:43:18 2.6 --- jar.py 2001/11/26 15:21:09 2.7 *************** *** 1,3 **** ! # Copyright © Corporation for National Research Initiatives import os --- 1,3 ---- ! # Copyright (c) Corporation for National Research Initiatives import os Index: javac.py =================================================================== RCS file: /cvsroot/jython/jython/Tools/jythonc/javac.py,v retrieving revision 2.13 retrieving revision 2.14 diff -C2 -d -r2.13 -r2.14 *** javac.py 2001/05/30 08:44:25 2.13 --- javac.py 2001/11/26 15:21:09 2.14 *************** *** 1,3 **** ! # Copyright © Corporation for National Research Initiatives import java, jarray, os, time, sys, thread from java.lang import System --- 1,3 ---- ! # Copyright (c) Corporation for National Research Initiatives import java, jarray, os, time, sys, thread from java.lang import System Index: jythonc.py =================================================================== RCS file: /cvsroot/jython/jython/Tools/jythonc/jythonc.py,v retrieving revision 2.1 retrieving revision 2.2 diff -C2 -d -r2.1 -r2.2 *** jythonc.py 2000/09/29 12:37:27 2.1 --- jythonc.py 2001/11/26 15:21:09 2.2 *************** *** 1,3 **** ! # Copyright © Corporation for National Research Initiatives # Driver script for jpythonc2. See module main.py for details --- 1,3 ---- ! # Copyright (c) Corporation for National Research Initiatives # Driver script for jpythonc2. See module main.py for details *************** *** 6,8 **** import os ! os._exit(0) \ No newline at end of file --- 6,8 ---- import os ! os._exit(0) Index: main.py =================================================================== RCS file: /cvsroot/jython/jython/Tools/jythonc/main.py,v retrieving revision 2.13 retrieving revision 2.14 diff -C2 -d -r2.13 -r2.14 *** main.py 2001/06/27 13:47:12 2.13 --- main.py 2001/11/26 15:21:09 2.14 *************** *** 1,3 **** ! # Copyright © Corporation for National Research Initiatives """Usage: jpythonc [options] [module]* --- 1,3 ---- ! # Copyright (c) Corporation for National Research Initiatives """Usage: jpythonc [options] [module]* Index: proxies.py =================================================================== RCS file: /cvsroot/jython/jython/Tools/jythonc/proxies.py,v retrieving revision 2.15 retrieving revision 2.16 diff -C2 -d -r2.15 -r2.16 *** proxies.py 2001/11/23 02:16:38 2.15 --- proxies.py 2001/11/26 15:21:09 2.16 *************** *** 1,3 **** ! # Copyright © Corporation for National Research Initiatives from types import TupleType, IntType --- 1,3 ---- ! # Copyright (c) Corporation for National Research Initiatives from types import TupleType, IntType Index: util.py =================================================================== RCS file: /cvsroot/jython/jython/Tools/jythonc/util.py,v retrieving revision 2.4 retrieving revision 2.5 diff -C2 -d -r2.4 -r2.5 *** util.py 2000/12/15 23:18:36 2.4 --- util.py 2001/11/26 15:21:09 2.5 *************** *** 1,3 **** ! # Copyright © Corporation for National Research Initiatives def lookup(name): --- 1,3 ---- ! # Copyright (c) Corporation for National Research Initiatives def lookup(name): |
From: Finn B. <bc...@us...> - 2001-11-26 15:21:12
|
Update of /cvsroot/jython/jython/Tools/jythonc/jast In directory usw-pr-cvs1:/tmp/cvs-serv10866/jast Modified Files: Modifier.py Output.py Statement.py __init__.py Log Message: Remove latin-1 copyright sign. Replaced with (c). Index: Modifier.py =================================================================== RCS file: /cvsroot/jython/jython/Tools/jythonc/jast/Modifier.py,v retrieving revision 2.1 retrieving revision 2.2 diff -C2 -d -r2.1 -r2.2 *** Modifier.py 2000/10/13 19:08:54 2.1 --- Modifier.py 2001/11/26 15:21:09 2.2 *************** *** 1,3 **** ! # Copyright © Corporation for National Research Initiatives names = { 1024: 'abstract', --- 1,3 ---- ! # Copyright (c) Corporation for National Research Initiatives names = { 1024: 'abstract', Index: Output.py =================================================================== RCS file: /cvsroot/jython/jython/Tools/jythonc/jast/Output.py,v retrieving revision 2.1 retrieving revision 2.2 diff -C2 -d -r2.1 -r2.2 *** Output.py 2000/10/13 19:09:20 2.1 --- Output.py 2001/11/26 15:21:09 2.2 *************** *** 1,3 **** ! # Copyright © Corporation for National Research Initiatives import os from Modifier import ModifierString --- 1,3 ---- ! # Copyright (c) Corporation for National Research Initiatives import os from Modifier import ModifierString Index: Statement.py =================================================================== RCS file: /cvsroot/jython/jython/Tools/jythonc/jast/Statement.py,v retrieving revision 2.5 retrieving revision 2.6 diff -C2 -d -r2.5 -r2.6 *** Statement.py 2001/07/29 14:59:13 2.5 --- Statement.py 2001/11/26 15:21:09 2.6 *************** *** 1,3 **** ! # Copyright © Corporation for National Research Initiatives from Output import SourceFile --- 1,3 ---- ! # Copyright (c) Corporation for National Research Initiatives from Output import SourceFile Index: __init__.py =================================================================== RCS file: /cvsroot/jython/jython/Tools/jythonc/jast/__init__.py,v retrieving revision 2.0 retrieving revision 2.1 diff -C2 -d -r2.0 -r2.1 *** __init__.py 1999/05/19 20:25:40 2.0 --- __init__.py 2001/11/26 15:21:09 2.1 *************** *** 1,2 **** ! # Copyright © Corporation for National Research Initiatives from Statement import * --- 1,2 ---- ! # Copyright (c) Corporation for National Research Initiatives from Statement import * |
From: Finn B. <bc...@us...> - 2001-11-26 11:04:17
|
Update of /cvsroot/jython/jython/org/python/core In directory usw-pr-cvs1:/tmp/cvs-serv7961 Modified Files: PySystemState.java Log Message: Fix for "[ #485558 ] Synchronization bug in sys.initialize." initialize(): Added synchronized. Index: PySystemState.java =================================================================== RCS file: /cvsroot/jython/jython/org/python/core/PySystemState.java,v retrieving revision 2.65 retrieving revision 2.66 diff -C2 -d -r2.65 -r2.66 *** PySystemState.java 2001/11/26 11:00:22 2.65 --- PySystemState.java 2001/11/26 11:04:15 2.66 *************** *** 336,340 **** private static boolean initialized = false; ! public static void initialize() { if (initialized) return; --- 336,340 ---- private static boolean initialized = false; ! public static synchronized void initialize() { if (initialized) return; |
From: Finn B. <bc...@us...> - 2001-11-26 11:02:03
|
Update of /cvsroot/jython/jython In directory usw-pr-cvs1:/tmp/cvs-serv7618 Modified Files: NEWS Log Message: Added sys.exitfunc and sys.excepthook. Index: NEWS =================================================================== RCS file: /cvsroot/jython/jython/NEWS,v retrieving revision 2.38 retrieving revision 2.39 diff -C2 -d -r2.38 -r2.39 *** NEWS 2001/11/15 17:15:30 2.38 --- NEWS 2001/11/26 11:02:00 2.39 *************** *** 5,9 **** New features. - The weakref module is now available. ! - The sys.exitfunc hook is called on exit. - A CPython compatible xreadlines module. --- 5,10 ---- New features. - The weakref module is now available. ! - The sys.exitfunc hook is called on exit and the sys.excepthook ! is called when an exception occur. - A CPython compatible xreadlines module. |
From: Finn B. <bc...@us...> - 2001-11-26 11:00:27
|
Update of /cvsroot/jython/jython/org/python/core In directory usw-pr-cvs1:/tmp/cvs-serv7106 Modified Files: PySystemState.java Py.java Log Message: Support for sys.excepthook. Index: PySystemState.java =================================================================== RCS file: /cvsroot/jython/jython/org/python/core/PySystemState.java,v retrieving revision 2.64 retrieving revision 2.65 diff -C2 -d -r2.64 -r2.65 *** PySystemState.java 2001/11/03 19:26:02 2.64 --- PySystemState.java 2001/11/26 11:00:22 2.65 *************** *** 132,135 **** --- 132,137 ---- public PyObject __stdout__, __stderr__, __stdin__; + public PyObject __displayhook__, __excepthook__; + public PyObject last_value = Py.None; public PyObject last_type = Py.None; *************** *** 208,211 **** --- 210,215 ---- __stderr__ = stderr = new PyFile(System.err, "<stderr>"); __stdin__ = stdin = new PyFile(getSystemIn(), "<stdin>"); + __displayhook__ = new PySystemStateFunctions("displayhook", 10, 1, 1); + __excepthook__ = new PySystemStateFunctions("excepthook", 30, 3, 3); // This isn't quite right... *************** *** 217,222 **** __dict__ = new PyStringMap(); __dict__.invoke("update", __class__.__getattr__("__dict__")); ! __dict__.__setitem__("displayhook", ! new PySystemStateFunctions("displayhook", 10, 1, 1)); } } --- 221,226 ---- __dict__ = new PyStringMap(); __dict__.invoke("update", __class__.__getattr__("__dict__")); ! __dict__.__setitem__("displayhook", __displayhook__); ! __dict__.__setitem__("excepthook", __excepthook__); } } *************** *** 630,633 **** --- 634,641 ---- } + static void excepthook(PyObject type, PyObject val, PyObject tb) { + Py.displayException(type, val, tb); + } + public void callExitFunc() throws PyIgnoreMethodTag { PyObject exitfunc = __findattr__("exitfunc"); *************** *** 690,693 **** --- 698,711 ---- default: throw argCountError(1); + } + } + public PyObject __call__(PyObject arg1, PyObject arg2, PyObject arg3) { + PySystemState sys = Py.getThreadState().systemState; + switch (index) { + case 30: + sys.excepthook(arg1, arg2, arg3); + return Py.None; + default: + throw argCountError(3); } } Index: Py.java =================================================================== RCS file: /cvsroot/jython/jython/org/python/core/Py.java,v retrieving revision 2.55 retrieving revision 2.56 diff -C2 -d -r2.55 -r2.56 *** Py.java 2001/11/21 11:43:32 2.55 --- Py.java 2001/11/26 11:00:24 2.56 *************** *** 895,912 **** ts.systemState.last_traceback = exc.traceback; ! ts.exception = null; ! /*_type = null; ! ts.exc_value = null; ! ts.exc_traceback = null;*/ ! stderr.print(exc.traceback.dumpStack()); ! if (exc instanceof PySyntaxError) { ! PySyntaxError se = (PySyntaxError)exc; ! stderr.println(" File \""+se.filename+"\", line "+se.lineno); ! if (se.text != null && se.text.length() != 0) { ! stderr.println("\t"+se.text); String space = "\t"; ! for(int j=1; j<se.column; j++) space = space+" "; stderr.println(space+"^"); --- 895,932 ---- ts.systemState.last_traceback = exc.traceback; ! PyObject exceptHook = ts.systemState.__findattr__("excepthook"); ! if (exceptHook != null) { ! try { ! exceptHook.__call__(exc.type, exc.value, exc.traceback); ! } catch (PyException exc2) { ! stderr.println("Error in sys.excepthook:"); ! displayException(exc2.type, exc2.value, exc2.traceback); ! stderr.println(); ! stderr.println("Original exception was:"); ! displayException(exc.type, exc.value, exc.traceback); ! } ! } else { ! stderr.println("sys.excepthook is missing"); ! displayException(exc.type, exc.value, exc.traceback); ! } ! ! ts.exception = null; ! } ! public static void displayException(PyObject type, PyObject value, ! PyObject tb) ! { ! if (tb instanceof PyTraceback) ! stderr.print(((PyTraceback) tb).dumpStack()); ! if (__builtin__.isinstance(value, (PyClass) Py.SyntaxError)) { ! stderr.println(" File \""+value.__findattr__("filename")+ ! "\", line "+value.__findattr__("lineno")); ! PyObject text = value.__findattr__("text"); ! if (text != Py.None && text.__len__() != 0) { ! stderr.println("\t"+text); String space = "\t"; ! int col = value.__findattr__("offset").__int__().getValue(); ! for(int j=1; j<col; j++) space = space+" "; stderr.println(space+"^"); *************** *** 914,919 **** } ! if (exc.value instanceof PyJavaInstance) { ! Object javaError = exc.value.__tojava__(Throwable.class); if (javaError != null && javaError != Py.NoConversion) { --- 934,939 ---- } ! if (value instanceof PyJavaInstance) { ! Object javaError = value.__tojava__(Throwable.class); if (javaError != null && javaError != Py.NoConversion) { *************** *** 923,938 **** PyObject typeName; ! if (exc.type instanceof PyClass) { ! typeName = new PyString(((PyClass)exc.type).__name__); } else { ! typeName = exc.type; } ! if (exc.value != Py.None) { stderr.print(typeName); stderr.print(": "); ! if (exc instanceof PySyntaxError) { ! stderr.println(exc.value.__getitem__(0)); } else { ! stderr.println(exc.value); } } else { --- 943,958 ---- PyObject typeName; ! if (type instanceof PyClass) { ! typeName = new PyString(((PyClass)type).__name__); } else { ! typeName = type; } ! if (value != Py.None) { stderr.print(typeName); stderr.print(": "); ! if (__builtin__.isinstance(value, (PyClass) Py.SyntaxError)) { ! stderr.println(value.__getitem__(0)); } else { ! stderr.println(value); } } else { |
From: Finn B. <bc...@us...> - 2001-11-26 10:49:01
|
Update of /cvsroot/jython/bugtests In directory usw-pr-cvs1:/tmp/cvs-serv4176 Added Files: test343.py test343j.java Log Message: Test for [ #485558 ] Synchronization bug in sys.initialize --- NEW FILE: test343.py --- """ [ #485558 ] Synchronization bug in sys.initialize """ import support support.compileJava("test343j.java") support.runJava("test343j", classpath=".") --- NEW FILE: test343j.java --- import org.python.util.*; public class test343j implements Runnable { public static void main(String[] args) { new Thread(new test343j()).start(); new Thread(new test343j()).start(); new Thread(new test343j()).start(); new Thread(new test343j()).start(); new Thread(new test343j()).start(); } public void run() { new PythonInterpreter(); new PythonInterpreter(); } } |
From: Finn B. <bc...@us...> - 2001-11-26 08:53:34
|
Update of /cvsroot/jython/jython In directory usw-pr-cvs1:/tmp/cvs-serv10640 Modified Files: ACKNOWLEDGMENTS Log Message: Added more words to Brian Zimmers contribution. Index: ACKNOWLEDGMENTS =================================================================== RCS file: /cvsroot/jython/jython/ACKNOWLEDGMENTS,v retrieving revision 2.14 retrieving revision 2.15 diff -C2 -d -r2.14 -r2.15 *** ACKNOWLEDGMENTS 2001/11/26 08:41:26 2.14 --- ACKNOWLEDGMENTS 2001/11/26 08:53:30 2.15 *************** *** 28,34 **** of bugs. ! Kevin Butler have written and contributed the code for os.environ and os.system(). A huge thanks goes to all the members of the jpython/jython mailing lists. Other folks who have contributed to JPython and --- 28,36 ---- of bugs. ! Kevin Butler has written and contributed the code for os.environ and os.system(). + Brian Zimmer contributed zxJDBC which is a Python DB API subsystem. + A huge thanks goes to all the members of the jpython/jython mailing lists. Other folks who have contributed to JPython and *************** *** 45,49 **** Bernhard Bablok Dj Walker-Morgan - Brian Zimmer Ivan Kougaenko Ype Kingma --- 47,50 ---- |
From: Finn B. <bc...@us...> - 2001-11-26 08:41:30
|
Update of /cvsroot/jython/jython In directory usw-pr-cvs1:/tmp/cvs-serv7640 Modified Files: ACKNOWLEDGMENTS Log Message: Added Michael Becke For work on the .bat files. Index: ACKNOWLEDGMENTS =================================================================== RCS file: /cvsroot/jython/jython/ACKNOWLEDGMENTS,v retrieving revision 2.13 retrieving revision 2.14 diff -C2 -d -r2.13 -r2.14 *** ACKNOWLEDGMENTS 2001/11/14 16:28:34 2.13 --- ACKNOWLEDGMENTS 2001/11/26 08:41:26 2.14 *************** *** 53,56 **** --- 53,57 ---- Durant Schoon Phil Surette + Michael Becke Local Variables: |
From: Finn B. <bc...@us...> - 2001-11-26 08:38:18
|
Update of /cvsroot/jython/jython/installer In directory usw-pr-cvs1:/tmp/cvs-serv7024 Modified Files: jythonc_template.win_bat jython_template.win_bat Log Message: Fix for "[ #484181 ] command line args in dos". Added a loop to get all the command line arguments. Index: jythonc_template.win_bat =================================================================== RCS file: /cvsroot/jython/jython/installer/jythonc_template.win_bat,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** jythonc_template.win_bat 2000/11/24 16:58:57 1.1 --- jythonc_template.win_bat 2001/11/26 08:38:16 1.2 *************** *** 2,4 **** REM This file generated by Jython installer REM Created on XXX by @user.name@ ! "@location._top_@\jython" "@location._top_@\Tools\jythonc\jythonc.py" %1 %2 %3 %4 %5 %6 %7 %8 %9 --- 2,13 ---- REM This file generated by Jython installer REM Created on XXX by @user.name@ ! ! set ARGS= ! :loop ! if [%1] == [] goto end ! set ARGS=%ARGS% %1 ! shift ! goto loop ! :end ! ! "@location._top_@\jython" "@location._top_@\Tools\jythonc\jythonc.py" %ARGS% Index: jython_template.win_bat =================================================================== RCS file: /cvsroot/jython/jython/installer/jython_template.win_bat,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** jython_template.win_bat 2000/12/25 10:58:33 1.2 --- jython_template.win_bat 2001/11/26 08:38:16 1.3 *************** *** 5,12 **** rem set JAVA_HOME=@java.home@ @if...@ja...ndor=Microsoft Corp.@ ! @jvm@ "/d:python.home=@location._top_@" "/d:python.packages.fakepath=@location._top_@\jython.jar" /cp:p "@location._top_@\jython.jar" @classname@ %1 %2 %3 %4 %5 %6 %7 %8 %9 @endif@ @if...@ja...ndor=Microsoft Corp.@ ! "@jvm@" "-Dpython.home=@location._top_@" -classpath "@location._top_@\jython.jar;%CLASSPATH%" @classname@ %1 %2 %3 %4 %5 %6 %7 %8 %9 @endif@ --- 5,21 ---- rem set JAVA_HOME=@java.home@ + set ARGS= + + :loop + if [%1] == [] goto end + set ARGS=%ARGS% %1 + shift + goto loop + :end + @if...@ja...ndor=Microsoft Corp.@ ! @jvm@ "/d:python.home=@location._top_@" "/d:python.packages.fakepath=@location._top_@\jython.jar" /cp:p "@location._top_@\jython.jar" @classname@ %ARGS% @endif@ @if...@ja...ndor=Microsoft Corp.@ ! "@jvm@" "-Dpython.home=@location._top_@" -classpath "@location._top_@\jython.jar;%CLASSPATH%" @classname@ %ARGS% @endif@ |
From: Finn B. <bc...@us...> - 2001-11-26 08:23:05
|
Update of /cvsroot/jython/jython In directory usw-pr-cvs1:/tmp/cvs-serv3460 Modified Files: jython.bat Log Message: Fix for "[ #484181 ] command line args in dos". Added a loop to get all the command line arguments. Index: jython.bat =================================================================== RCS file: /cvsroot/jython/jython/jython.bat,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** jython.bat 2001/07/16 10:20:22 1.1 --- jython.bat 2001/11/26 08:23:02 1.2 *************** *** 5,8 **** REM the jython CVS. rem -Xmx90mb ! java.exe -Dpython.home=%JYTHON_HOME% org.python.util.jython %1 %2 %3 %4 %5 %6 %7 %8 %9 --- 5,17 ---- REM the jython CVS. + set ARGS= + + :loop + if [%1] == [] goto end + set ARGS=%ARGS% %1 + shift + goto loop + :end + rem -Xmx90mb ! java.exe -Dpython.home=%JYTHON_HOME% org.python.util.jython %ARGS% |
From: Finn B. <bc...@us...> - 2001-11-25 17:01:12
|
Update of /cvsroot/jython/jython/Doc In directory usw-pr-cvs1:/tmp/cvs-serv3221/Doc Modified Files: compile.ht Log Message: Added properties for the path to readline.jar and servlet.jar. Index: compile.ht =================================================================== RCS file: /cvsroot/jython/jython/Doc/compile.ht,v retrieving revision 2.6 retrieving revision 2.7 diff -C2 -d -r2.6 -r2.7 *** compile.ht 2001/11/22 05:43:08 2.6 --- compile.ht 2001/11/25 17:01:09 2.7 *************** *** 44,47 **** --- 44,53 ---- scp.user=bckfnn + # Needed for building PyServlet support. + servlet.jar=d:/java/servlet/servlet.jar + + # Needed for building Readline support. + readline.jar=d:/java/java_readline-0.6/java_readline.jar + # Needed for building zxJDBC DataHandlers # If missing, the appropriate DataHandler will not be built |
From: Finn B. <bc...@us...> - 2001-11-25 17:01:12
|
Update of /cvsroot/jython/jython In directory usw-pr-cvs1:/tmp/cvs-serv3221 Modified Files: build.xml Log Message: Added properties for the path to readline.jar and servlet.jar. Index: build.xml =================================================================== RCS file: /cvsroot/jython/jython/build.xml,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** build.xml 2001/11/25 16:16:32 1.21 --- build.xml 2001/11/25 17:01:09 1.22 *************** *** 15,18 **** --- 15,20 ---- <!-- =================================================================== --> <path id="main.classpath"> + <pathelement path="${readline.jar}"/> + <pathelement path="${servlet.jar}"/> <pathelement path="${informix.jar}"/> <pathelement path="${oracle.jar}"/> *************** *** 33,38 **** <property name="optimize" value="on" /> - <available classname="java.util.List" property="java2" /> - <available property="java2collection.present" classname="java.util.List" --- 35,38 ---- *************** *** 52,59 **** --- 52,61 ---- <available property="servlet.present" classname="javax.servlet.Servlet" + classpath="${servlet.jar}" /> <available property="readline.present" classname="org.gnu.readline.Readline" + classpath="${readline.jar}" /> |
From: Finn B. <bc...@us...> - 2001-11-25 16:16:34
|
Update of /cvsroot/jython/jython In directory usw-pr-cvs1:/tmp/cvs-serv11911 Modified Files: build.xml Log Message: Wrapped long lines. Index: build.xml =================================================================== RCS file: /cvsroot/jython/jython/build.xml,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** build.xml 2001/11/25 16:12:55 1.20 --- build.xml 2001/11/25 16:16:32 1.21 *************** *** 173,183 **** unless="readline.present"/> ! <exclude name="**/handler/InformixDataHandler.java" unless="informix.present"/> ! <exclude name="**/handler/MySQLDataHandler.java" unless="mysql.present"/> ! <exclude name="**/handler/OracleDataHandler.java" unless="oracle.present"/> ! <exclude name="**/handler/PostgresqlDataHandler.java" unless="postgresql.present"/> <exclude name="**/connect/Lookup.java" unless="jndi.present"/> <exclude name="**/connect/Lookup.java" unless="javax.sql.present"/> ! <exclude name="**/connect/Connectx.java" unless="javax.sql.present"/> <classpath refid="main.classpath"/> </javac> --- 173,188 ---- unless="readline.present"/> ! <exclude name="**/handler/InformixDataHandler.java" ! unless="informix.present"/> ! <exclude name="**/handler/MySQLDataHandler.java" ! unless="mysql.present"/> ! <exclude name="**/handler/OracleDataHandler.java" ! unless="oracle.present"/> ! <exclude name="**/handler/PostgresqlDataHandler.java" ! unless="postgresql.present"/> <exclude name="**/connect/Lookup.java" unless="jndi.present"/> <exclude name="**/connect/Lookup.java" unless="javax.sql.present"/> ! <exclude name="**/connect/Connectx.java" ! unless="javax.sql.present"/> <classpath refid="main.classpath"/> </javac> *************** *** 217,221 **** com.ziclix.python.sql" windowtitle="Jython API documentation" ! bottom="<a href='http://www.jython.org' target='_top'>Jython homepage</a>" /> </target> --- 222,227 ---- com.ziclix.python.sql" windowtitle="Jython API documentation" ! bottom="<a href='http://www.jython.org' ! target='_top'>Jython homepage</a>" /> </target> |
From: Finn B. <bc...@us...> - 2001-11-25 16:13:00
|
Update of /cvsroot/jython/jython In directory usw-pr-cvs1:/tmp/cvs-serv10953 Modified Files: build.xml Log Message: Reworked dependency checking to match brian's work on zxJDBC. Also made zxJDBC depend on java2 collections. Index: build.xml =================================================================== RCS file: /cvsroot/jython/jython/build.xml,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** build.xml 2001/11/25 13:23:27 1.19 --- build.xml 2001/11/25 16:12:55 1.20 *************** *** 34,40 **** <available classname="java.util.List" property="java2" /> ! <available classname="javax.servlet.Servlet" property="servlet" /> ! <available classname="java.lang.ref.WeakReference" property="weakref" /> ! <available classname="org.gnu.readline.Readline" property="readline" /> <available property="informix.present" --- 34,60 ---- <available classname="java.util.List" property="java2" /> ! ! <available property="java2collection.present" ! classname="java.util.List" ! /> ! <available property="threadlocal.present" ! classname="java.lang.ThreadLocal" ! /> ! <available property="secureclassloader.present" ! classname="java.security.SecureClassLoader" ! /> ! <available property="java2accessible.present" ! classname="java.lang.reflect.AccessibleObject" ! /> ! <available property="weakref.present" ! classname="java.lang.ref.WeakReference" ! /> ! <available property="servlet.present" ! classname="javax.servlet.Servlet" ! /> ! ! <available property="readline.present" ! classname="org.gnu.readline.Readline" ! /> <available property="informix.present" *************** *** 68,71 **** --- 88,94 ---- <echo/> <echo>--- Optional Libraries ---</echo> + <echo>java2 coll = ${java2collection.present}</echo> + <echo>servlet = ${servlet.present}</echo> + <echo>readline = ${readline.present}</echo> <echo>oracle = ${oracle.present}</echo> <echo>informix = ${informix.present}</echo> *************** *** 113,154 **** <touch file="org/python/parser/python.java" /> </target> - - <!-- - Only do this task if our environment is java2. - --> - <target name="check.javaversion" unless="java2"> - <property name="exclude.java2.files" - value="**/CollectionProxy2.java, - **/Java2Accessibility.java, - **/InternalTables2.java, - **/ThreadStateMapping2.java, - **/WeakInternalTables.java, - **/AutoInternalTables.java, - **/SoftIInternalTables.java - **/BytecodeLoader2.java - "/> - </target> - - <target name="check.servlet" unless="servlet"> - <property name="exclude.servlet.files" - value="**/PyServlet.java"/> - </target> - - <target name="check.weakref" unless="weakref"> - <property name="exclude.weakref.files" - value="**/_weakref.java"/> - </target> - - <target name="check.readline" unless="readline"> - <property name="exclude.readline.files" - value="**/ReadlineConsole.java"/> - </target> - - <target name="checks" depends="check.javaversion, - check.servlet, - check.weakref, - check.readline" /> ! <target name="compile" depends="prepare,parser,checks"> <javac srcdir="${sourceDir}/" --- 136,141 ---- <touch file="org/python/parser/python.java" /> </target> ! <target name="compile" depends="prepare,parser"> <javac srcdir="${sourceDir}/" *************** *** 157,166 **** optimize="${optimize}"> <include name="org/**"/> - <include name="com/**"/> <exclude name="org/python/parser/python.java"/> ! <exclude name="${exclude.java2.files}"/> ! <exclude name="${exclude.servlet.files}"/> ! <exclude name="${exclude.weakref.files}"/> ! <exclude name="${exclude.readline.files}"/> <exclude name="**/handler/InformixDataHandler.java" unless="informix.present"/> <exclude name="**/handler/MySQLDataHandler.java" unless="mysql.present"/> --- 144,176 ---- optimize="${optimize}"> <include name="org/**"/> <exclude name="org/python/parser/python.java"/> ! ! <include name="com/ziclix/python/sql/**" ! if="java2collection.present"/> ! ! <exclude name="**/CollectionProxy2.java" ! unless="java2collection.present"/> ! <exclude name="**/Java2Accessibility.java" ! unless="java2accessible.present"/> ! <exclude name="**/BytecodeLoader2.java" ! unless="secureclassloader.present"/> ! <exclude name="**/ThreadStateMapping2.java" ! unless="threadlocal.present"/> ! ! <exclude name="**/InternalTables2.java" ! unless="weakref.present"/> ! <exclude name="**/WeakInternalTables.java" ! unless="weakref.present"/> ! <exclude name="**/AutoInternalTables.java" ! unless="weakref.present"/> ! <exclude name="**/SoftIInternalTables.java" ! unless="weakref.present"/> ! <exclude name="**/_weakref.java" ! unless="weakref.present"/> ! ! <exclude name="**/PyServlet.java" unless="servlet.present"/> ! <exclude name="**/ReadlineConsole.java" ! unless="readline.present"/> ! <exclude name="**/handler/InformixDataHandler.java" unless="informix.present"/> <exclude name="**/handler/MySQLDataHandler.java" unless="mysql.present"/> *************** *** 186,190 **** <copy todir="${outputDir}/com"> <fileset dir="${sourceDir}/com"> ! <include name="**/*.properties"/> </fileset> </copy> --- 196,200 ---- <copy todir="${outputDir}/com"> <fileset dir="${sourceDir}/com"> ! <include name="**/*.properties" if="java2collection.present"/> </fileset> </copy> |
From: Finn B. <bc...@us...> - 2001-11-25 13:23:29
|
Update of /cvsroot/jython/jython In directory usw-pr-cvs1:/tmp/cvs-serv10194 Modified Files: build.xml Log Message: Wrap a long message line. Index: build.xml =================================================================== RCS file: /cvsroot/jython/jython/build.xml,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** build.xml 2001/11/25 13:22:28 1.18 --- build.xml 2001/11/25 13:23:27 1.19 *************** *** 64,68 **** <echo>--- Build environment for ${ant.project.name} ---</echo> ! <echo>--- Flags (Note: If the {property name} is displayed, then the component is not present)</echo> <echo/> <echo>--- Optional Libraries ---</echo> --- 64,69 ---- <echo>--- Build environment for ${ant.project.name} ---</echo> ! <echo>--- Flags (Note: If the {property name} is displayed,</echo> ! <echo>--- then the component is not present)</echo> <echo/> <echo>--- Optional Libraries ---</echo> |
From: Finn B. <bc...@us...> - 2001-11-25 13:22:30
|
Update of /cvsroot/jython/jython In directory usw-pr-cvs1:/tmp/cvs-serv9859 Modified Files: build.xml Log Message: This lets the link on generated API doc work also in the framed pages. Index: build.xml =================================================================== RCS file: /cvsroot/jython/jython/build.xml,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** build.xml 2001/11/20 04:58:58 1.17 --- build.xml 2001/11/25 13:22:28 1.18 *************** *** 206,210 **** com.ziclix.python.sql" windowtitle="Jython API documentation" ! bottom="<a href='http://www.jython.org'>Jython homepage</a>" /> </target> --- 206,210 ---- com.ziclix.python.sql" windowtitle="Jython API documentation" ! bottom="<a href='http://www.jython.org' target='_top'>Jython homepage</a>" /> </target> |
From: Samuele P. <ped...@us...> - 2001-11-23 18:52:59
|
Update of /cvsroot/jython/bugtests/test342p In directory usw-pr-cvs1:/tmp/cvs-serv3126 Added Files: __init__.py test342m.py doimp.py Log Message: bugtest 342 for [ #484949 ] __import__(_) does unwanted rel search --- NEW FILE: __init__.py --- --- NEW FILE: test342m.py --- kind = "relative" --- NEW FILE: doimp.py --- kind = __import__('test342m').kind |
From: Samuele P. <ped...@us...> - 2001-11-23 18:52:16
|
Update of /cvsroot/jython/bugtests In directory usw-pr-cvs1:/tmp/cvs-serv2949 Added Files: test342.py test342m.py Log Message: bugtest 342 for [ #484949 ] __import__(_) does unwanted rel search. --- NEW FILE: test342.py --- """ __import__(_) does an unwanted relative search """ import support from test342p import doimp support.compare(doimp.kind,"absolute") --- NEW FILE: test342m.py --- kind = "absolute" |
From: Samuele P. <ped...@us...> - 2001-11-23 18:48:44
|
Update of /cvsroot/jython/bugtests/test342p In directory usw-pr-cvs1:/tmp/cvs-serv2329/test342p Log Message: Directory /cvsroot/jython/bugtests/test342p added to the repository |