From: Finn B. <bc...@us...> - 2001-07-29 18:16:17
|
Update of /cvsroot/jython/jython/installer In directory usw-pr-cvs1:/tmp/cvs-serv2285 Modified Files: liftoff.filelist mklist.py Log Message: Prepare for alpha3 using libraries from CPython-2.1.1. Index: liftoff.filelist =================================================================== RCS file: /cvsroot/jython/jython/installer/liftoff.filelist,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** liftoff.filelist 2001/07/18 19:34:28 1.17 --- liftoff.filelist 2001/07/29 18:16:14 1.18 *************** *** 40,43 **** --- 40,44 ---- t Tools/jythonc/SimpleCompiler.py ..\Tools\jythonc\SimpleCompiler.py t Tools/jythonc/util.py ..\Tools\jythonc\util.py + t Tools/jythonc/xx.py ..\Tools\jythonc\xx.py t Tools/jythonc/yapm.py ..\Tools\jythonc\yapm.py t Tools/jythonc/jast/Modifier.py ..\Tools\jythonc\jast\Modifier.py *************** *** 49,53 **** # t Lib/copy.py ..\Lib\copy.py - t Lib/exceptions.py ..\Lib\exceptions.py t Lib/getopt.py ..\Lib\getopt.py t Lib/javaos.py ..\Lib\javaos.py --- 50,53 ---- *************** *** 322,325 **** --- 322,326 ---- t org/python/core/PyList.java ..\org\python\core\PyList.java t org/python/core/PyLong.java ..\org\python\core\PyLong.java + t org/python/core/PyMetaClass.java ..\org\python\core\PyMetaClass.java t org/python/core/PyMethod.java ..\org\python\core\PyMethod.java t org/python/core/PyModule.java ..\org\python\core\PyModule.java *************** *** 349,352 **** --- 350,354 ---- t org/python/core/StdoutWrapper.java ..\org\python\core\StdoutWrapper.java t org/python/core/SysPackageManager.java ..\org\python\core\SysPackageManager.java + t org/python/core/SyspathArchive.java ..\org\python\core\SyspathArchive.java t org/python/core/SyspathJavaLoader.java ..\org\python\core\SyspathJavaLoader.java t org/python/core/ThreadState.java ..\org\python\core\ThreadState.java *************** *** 394,398 **** t org/python/modules/sre/SRE_REPEAT.java ..\org\python\modules\sre\SRE_REPEAT.java t org/python/modules/sre/SRE_STATE.java ..\org\python\modules\sre\SRE_STATE.java ! t org/python/parser/ASCII_CharStream.java ..\org\python\parser\ASCII_CharStream.java t org/python/parser/JJTPythonGrammarState.java ..\org\python\parser\JJTPythonGrammarState.java t org/python/parser/Node.java ..\org\python\parser\Node.java --- 396,400 ---- t org/python/modules/sre/SRE_REPEAT.java ..\org\python\modules\sre\SRE_REPEAT.java t org/python/modules/sre/SRE_STATE.java ..\org\python\modules\sre\SRE_STATE.java ! t org/python/parser/CharStream.java ..\org\python\parser\CharStream.java t org/python/parser/JJTPythonGrammarState.java ..\org\python\parser\JJTPythonGrammarState.java t org/python/parser/Node.java ..\org\python\parser\Node.java *************** *** 403,406 **** --- 405,409 ---- t org/python/parser/PythonGrammarTokenManager.java ..\org\python\parser\PythonGrammarTokenManager.java t org/python/parser/PythonGrammarTreeConstants.java ..\org\python\parser\PythonGrammarTreeConstants.java + t org/python/parser/ReaderCharStream.java ..\org\python\parser\ReaderCharStream.java t org/python/parser/SimpleNode.java ..\org\python\parser\SimpleNode.java t org/python/parser/Token.java ..\org\python\parser\Token.java *************** *** 414,418 **** t org/python/util/InteractiveInterpreter.java ..\org\python\util\InteractiveInterpreter.java t org/python/util/jython.java ..\org\python\util\jython.java - t org/python/util/PyMetaClass.java ..\org\python\util\PyMetaClass.java t org/python/util/PyServlet.java ..\org\python\util\PyServlet.java t org/python/util/PythonInterpreter.java ..\org\python\util\PythonInterpreter.java --- 417,420 ---- *************** *** 429,603 **** # @lib:_top_ ! t Lib/LICENSE d:/python/Python21\LICENSE.txt ! t Lib/__future__.py d:\python\Python21\Lib\__future__.py ! t Lib/BaseHTTPServer.py d:\python\Python21\Lib\BaseHTTPServer.py ! t Lib/CGIHTTPServer.py d:\python\Python21\Lib\CGIHTTPServer.py ! t Lib/ConfigParser.py d:\python\Python21\Lib\ConfigParser.py ! t Lib/Cookie.py d:\python\Python21\Lib\Cookie.py ! t Lib/MimeWriter.py d:\python\Python21\Lib\MimeWriter.py ! t Lib/Queue.py d:\python\Python21\Lib\Queue.py ! t Lib/SimpleHTTPServer.py d:\python\Python21\Lib\SimpleHTTPServer.py ! t Lib/SocketServer.py d:\python\Python21\Lib\SocketServer.py ! t Lib/StringIO.py d:\python\Python21\Lib\StringIO.py ! t Lib/UserDict.py d:\python\Python21\Lib\UserDict.py ! t Lib/UserList.py d:\python\Python21\Lib\UserList.py ! t Lib/anydbm.py d:\python\Python21\Lib\anydbm.py ! t Lib/base64.py d:\python\Python21\Lib\base64.py ! t Lib/bdb.py d:\python\Python21\Lib\bdb.py ! t Lib/binhex.py d:\python\Python21\Lib\binhex.py ! t Lib/bisect.py d:\python\Python21\Lib\bisect.py ! t Lib/calendar.py d:\python\Python21\Lib\calendar.py ! t Lib/cgi.py d:\python\Python21\Lib\cgi.py ! t Lib/cmd.py d:\python\Python21\Lib\cmd.py ! t Lib/colorsys.py d:\python\Python21\Lib\colorsys.py ! t Lib/commands.py d:\python\Python21\Lib\commands.py ! t Lib/compileall.py d:\python\Python21\Lib\compileall.py ! t Lib/copy_reg.py d:\python\Python21\Lib\copy_reg.py ! t Lib/dircache.py d:\python\Python21\Lib\dircache.py ! t Lib/dospath.py d:\python\Python21\Lib\dospath.py ! t Lib/dumbdbm.py d:\python\Python21\Lib\dumbdbm.py ! t Lib/fileinput.py d:\python\Python21\Lib\fileinput.py ! t Lib/fnmatch.py d:\python\Python21\Lib\fnmatch.py ! t Lib/formatter.py d:\python\Python21\Lib\formatter.py ! t Lib/fpformat.py d:\python\Python21\Lib\fpformat.py ! t Lib/ftplib.py d:\python\Python21\Lib\ftplib.py ! t Lib/getopt.py d:\python\Python21\Lib\getopt.py ! t Lib/glob.py d:\python\Python21\Lib\glob.py ! t Lib/gopherlib.py d:\python\Python21\Lib\gopherlib.py ! t Lib/gzip.py d:\python\Python21\Lib\gzip.py ! t Lib/htmlentitydefs.py d:\python\Python21\Lib\htmlentitydefs.py ! t Lib/htmllib.py d:\python\Python21\Lib\htmllib.py ! t Lib/httplib.py d:\python\Python21\Lib\httplib.py ! t Lib/imaplib.py d:\python\Python21\Lib\imaplib.py ! t Lib/imghdr.py d:\python\Python21\Lib\imghdr.py ! t Lib/keyword.py d:\python\Python21\Lib\keyword.py ! t Lib/linecache.py d:\python\Python21\Lib\linecache.py ! t Lib/macpath.py d:\python\Python21\Lib\macpath.py ! t Lib/macurl2path.py d:\python\Python21\Lib\macurl2path.py ! t Lib/mailbox.py d:\python\Python21\Lib\mailbox.py ! t Lib/mailcap.py d:\python\Python21\Lib\mailcap.py ! t Lib/mhlib.py d:\python\Python21\Lib\mhlib.py ! t Lib/mimetools.py d:\python\Python21\Lib\mimetools.py ! t Lib/mimetypes.py d:\python\Python21\Lib\mimetypes.py ! t Lib/mimify.py d:\python\Python21\Lib\mimify.py ! t Lib/multifile.py d:\python\Python21\Lib\multifile.py ! t Lib/mutex.py d:\python\Python21\Lib\mutex.py ! t Lib/nntplib.py d:\python\Python21\Lib\nntplib.py ! t Lib/ntpath.py d:\python\Python21\Lib\ntpath.py ! t Lib/nturl2path.py d:\python\Python21\Lib\nturl2path.py ! t Lib/pdb.py d:\python\Python21\Lib\pdb.py ! t Lib/pickle.py d:\python\Python21\Lib\pickle.py ! t Lib/pipes.py d:\python\Python21\Lib\pipes.py ! t Lib/popen2.py d:\python\Python21\Lib\popen2.py ! t Lib/poplib.py d:\python\Python21\Lib\poplib.py ! t Lib/posixfile.py d:\python\Python21\Lib\posixfile.py ! t Lib/posixpath.py d:\python\Python21\Lib\posixpath.py ! t Lib/pprint.py d:\python\Python21\Lib\pprint.py ! t Lib/profile.py d:\python\Python21\Lib\profile.py ! t Lib/pyclbr.py d:\python\Python21\Lib\pyclbr.py ! t Lib/quopri.py d:\python\Python21\Lib\quopri.py ! t Lib/random.py d:\python\Python21\Lib\random.py ! t Lib/reconvert.py d:\python\Python21\Lib\reconvert.py ! t Lib/repr.py d:\python\Python21\Lib\repr.py ! t Lib/rfc822.py d:\python\Python21\Lib\rfc822.py ! t Lib/sched.py d:\python\Python21\Lib\sched.py ! t Lib/sgmllib.py d:\python\Python21\Lib\sgmllib.py ! t Lib/site.py d:\python\Python21\Lib\site.py ! t Lib/shelve.py d:\python\Python21\Lib\shelve.py ! t Lib/shutil.py d:\python\Python21\Lib\shutil.py ! t Lib/smtplib.py d:\python\Python21\Lib\smtplib.py ! t Lib/sndhdr.py d:\python\Python21\Lib\sndhdr.py ! t Lib/stat.py d:\python\Python21\Lib\stat.py ! t Lib/symbol.py d:\python\Python21\Lib\symbol.py ! t Lib/telnetlib.py d:\python\Python21\Lib\telnetlib.py ! t Lib/tempfile.py d:\python\Python21\Lib\tempfile.py ! t Lib/token.py d:\python\Python21\Lib\token.py ! t Lib/tokenize.py d:\python\Python21\Lib\tokenize.py ! t Lib/traceback.py d:\python\Python21\Lib\traceback.py ! t Lib/tzparse.py d:\python\Python21\Lib\tzparse.py ! t Lib/urllib.py d:\python\Python21\Lib\urllib.py ! t Lib/urlparse.py d:\python\Python21\Lib\urlparse.py ! t Lib/user.py d:\python\Python21\Lib\user.py ! t Lib/whichdb.py d:\python\Python21\Lib\whichdb.py ! t Lib/whrandom.py d:\python\Python21\Lib\whrandom.py ! t Lib/xdrlib.py d:\python\Python21\Lib\xdrlib.py ! t Lib/xmllib.py d:\python\Python21\Lib\xmllib.py ! t Lib/test/pystone.py d:\python\Python21\Lib\test\pystone.py ! t Lib/pstats.py d:\python\Python21\Lib\pstats.py ! t Lib/code.py d:\python\Python21\Lib\code.py ! t Lib/codecs.py d:\python\Python21\Lib\codecs.py ! t Lib/sre.py d:\python\Python21\Lib\sre.py ! t Lib/sre_compile.py d:\python\Python21\Lib\sre_compile.py ! t Lib/sre_constants.py d:\python\Python21\Lib\sre_constants.py ! t Lib/sre_parse.py d:\python\Python21\Lib\sre_parse.py ! t Lib/encodings/aliases.py d:\python\Python21\Lib\encodings\aliases.py ! t Lib/encodings/ascii.py d:\python\Python21\Lib\encodings\ascii.py ! t Lib/encodings/charmap.py d:\python\Python21\Lib\encodings\charmap.py ! t Lib/encodings/cp037.py d:\python\Python21\Lib\encodings\cp037.py ! t Lib/encodings/cp1006.py d:\python\Python21\Lib\encodings\cp1006.py ! t Lib/encodings/cp1026.py d:\python\Python21\Lib\encodings\cp1026.py ! t Lib/encodings/cp1250.py d:\python\Python21\Lib\encodings\cp1250.py ! t Lib/encodings/cp1251.py d:\python\Python21\Lib\encodings\cp1251.py ! t Lib/encodings/cp1252.py d:\python\Python21\Lib\encodings\cp1252.py ! t Lib/encodings/cp1253.py d:\python\Python21\Lib\encodings\cp1253.py ! t Lib/encodings/cp1254.py d:\python\Python21\Lib\encodings\cp1254.py ! t Lib/encodings/cp1255.py d:\python\Python21\Lib\encodings\cp1255.py ! t Lib/encodings/cp1256.py d:\python\Python21\Lib\encodings\cp1256.py ! t Lib/encodings/cp1257.py d:\python\Python21\Lib\encodings\cp1257.py ! t Lib/encodings/cp1258.py d:\python\Python21\Lib\encodings\cp1258.py ! t Lib/encodings/cp424.py d:\python\Python21\Lib\encodings\cp424.py ! t Lib/encodings/cp437.py d:\python\Python21\Lib\encodings\cp437.py ! t Lib/encodings/cp500.py d:\python\Python21\Lib\encodings\cp500.py ! t Lib/encodings/cp737.py d:\python\Python21\Lib\encodings\cp737.py ! t Lib/encodings/cp775.py d:\python\Python21\Lib\encodings\cp775.py ! t Lib/encodings/cp850.py d:\python\Python21\Lib\encodings\cp850.py ! t Lib/encodings/cp852.py d:\python\Python21\Lib\encodings\cp852.py ! t Lib/encodings/cp855.py d:\python\Python21\Lib\encodings\cp855.py ! t Lib/encodings/cp856.py d:\python\Python21\Lib\encodings\cp856.py ! t Lib/encodings/cp857.py d:\python\Python21\Lib\encodings\cp857.py ! t Lib/encodings/cp860.py d:\python\Python21\Lib\encodings\cp860.py ! t Lib/encodings/cp861.py d:\python\Python21\Lib\encodings\cp861.py ! t Lib/encodings/cp862.py d:\python\Python21\Lib\encodings\cp862.py ! t Lib/encodings/cp863.py d:\python\Python21\Lib\encodings\cp863.py ! t Lib/encodings/cp864.py d:\python\Python21\Lib\encodings\cp864.py ! t Lib/encodings/cp865.py d:\python\Python21\Lib\encodings\cp865.py ! t Lib/encodings/cp866.py d:\python\Python21\Lib\encodings\cp866.py ! t Lib/encodings/cp869.py d:\python\Python21\Lib\encodings\cp869.py ! t Lib/encodings/cp874.py d:\python\Python21\Lib\encodings\cp874.py ! t Lib/encodings/cp875.py d:\python\Python21\Lib\encodings\cp875.py ! t Lib/encodings/iso8859_1.py d:\python\Python21\Lib\encodings\iso8859_1.py ! t Lib/encodings/iso8859_10.py d:\python\Python21\Lib\encodings\iso8859_10.py ! t Lib/encodings/iso8859_13.py d:\python\Python21\Lib\encodings\iso8859_13.py ! t Lib/encodings/iso8859_14.py d:\python\Python21\Lib\encodings\iso8859_14.py ! t Lib/encodings/iso8859_15.py d:\python\Python21\Lib\encodings\iso8859_15.py ! t Lib/encodings/iso8859_2.py d:\python\Python21\Lib\encodings\iso8859_2.py ! t Lib/encodings/iso8859_3.py d:\python\Python21\Lib\encodings\iso8859_3.py ! t Lib/encodings/iso8859_4.py d:\python\Python21\Lib\encodings\iso8859_4.py ! t Lib/encodings/iso8859_5.py d:\python\Python21\Lib\encodings\iso8859_5.py ! t Lib/encodings/iso8859_6.py d:\python\Python21\Lib\encodings\iso8859_6.py ! t Lib/encodings/iso8859_7.py d:\python\Python21\Lib\encodings\iso8859_7.py ! t Lib/encodings/iso8859_8.py d:\python\Python21\Lib\encodings\iso8859_8.py ! t Lib/encodings/iso8859_9.py d:\python\Python21\Lib\encodings\iso8859_9.py ! t Lib/encodings/koi8_r.py d:\python\Python21\Lib\encodings\koi8_r.py ! t Lib/encodings/latin_1.py d:\python\Python21\Lib\encodings\latin_1.py ! t Lib/encodings/mac_cyrillic.py d:\python\Python21\Lib\encodings\mac_cyrillic.py ! t Lib/encodings/mac_greek.py d:\python\Python21\Lib\encodings\mac_greek.py ! t Lib/encodings/mac_iceland.py d:\python\Python21\Lib\encodings\mac_iceland.py ! t Lib/encodings/mac_latin2.py d:\python\Python21\Lib\encodings\mac_latin2.py ! t Lib/encodings/mac_roman.py d:\python\Python21\Lib\encodings\mac_roman.py ! t Lib/encodings/mac_turkish.py d:\python\Python21\Lib\encodings\mac_turkish.py ! t Lib/encodings/mbcs.py d:\python\Python21\Lib\encodings\mbcs.py ! t Lib/encodings/raw_unicode_escape.py d:\python\Python21\Lib\encodings\raw_unicode_escape.py ! t Lib/encodings/undefined.py d:\python\Python21\Lib\encodings\undefined.py ! t Lib/encodings/unicode_escape.py d:\python\Python21\Lib\encodings\unicode_escape.py ! t Lib/encodings/unicode_internal.py d:\python\Python21\Lib\encodings\unicode_internal.py ! t Lib/encodings/utf_16.py d:\python\Python21\Lib\encodings\utf_16.py ! t Lib/encodings/utf_16_be.py d:\python\Python21\Lib\encodings\utf_16_be.py ! t Lib/encodings/utf_16_le.py d:\python\Python21\Lib\encodings\utf_16_le.py ! t Lib/encodings/utf_8.py d:\python\Python21\Lib\encodings\utf_8.py ! t Lib/encodings/__init__.py d:\python\Python21\Lib\encodings\__init__.py ! t Lib/threading.py d:\python\Python21\Lib\threading.py ! t Lib/atexit.py d:\python\Python21\Lib\atexit.py ! t Lib/UserString.py d:\python\Python21\Lib\UserString.py ! t Lib/warnings.py d:\python\Python21\Lib\warnings.py #===== end of list generated by mklist.py ===== --- 431,605 ---- # @lib:_top_ ! t Lib/LICENSE d:/python/Python211\LICENSE.txt ! t Lib/__future__.py d:\python\Python211\Lib\__future__.py ! t Lib/BaseHTTPServer.py d:\python\Python211\Lib\BaseHTTPServer.py ! t Lib/CGIHTTPServer.py d:\python\Python211\Lib\CGIHTTPServer.py ! t Lib/ConfigParser.py d:\python\Python211\Lib\ConfigParser.py ! t Lib/Cookie.py d:\python\Python211\Lib\Cookie.py ! t Lib/MimeWriter.py d:\python\Python211\Lib\MimeWriter.py ! t Lib/Queue.py d:\python\Python211\Lib\Queue.py ! t Lib/SimpleHTTPServer.py d:\python\Python211\Lib\SimpleHTTPServer.py ! t Lib/SocketServer.py d:\python\Python211\Lib\SocketServer.py ! t Lib/StringIO.py d:\python\Python211\Lib\StringIO.py ! t Lib/UserDict.py d:\python\Python211\Lib\UserDict.py ! t Lib/UserList.py d:\python\Python211\Lib\UserList.py ! t Lib/anydbm.py d:\python\Python211\Lib\anydbm.py ! t Lib/base64.py d:\python\Python211\Lib\base64.py ! t Lib/bdb.py d:\python\Python211\Lib\bdb.py ! t Lib/binhex.py d:\python\Python211\Lib\binhex.py ! t Lib/bisect.py d:\python\Python211\Lib\bisect.py ! t Lib/calendar.py d:\python\Python211\Lib\calendar.py ! t Lib/cgi.py d:\python\Python211\Lib\cgi.py ! t Lib/cmd.py d:\python\Python211\Lib\cmd.py ! t Lib/colorsys.py d:\python\Python211\Lib\colorsys.py ! t Lib/commands.py d:\python\Python211\Lib\commands.py ! t Lib/compileall.py d:\python\Python211\Lib\compileall.py ! t Lib/copy_reg.py d:\python\Python211\Lib\copy_reg.py ! t Lib/dircache.py d:\python\Python211\Lib\dircache.py ! t Lib/dospath.py d:\python\Python211\Lib\dospath.py ! t Lib/dumbdbm.py d:\python\Python211\Lib\dumbdbm.py ! t Lib/fileinput.py d:\python\Python211\Lib\fileinput.py ! t Lib/fnmatch.py d:\python\Python211\Lib\fnmatch.py ! t Lib/formatter.py d:\python\Python211\Lib\formatter.py ! t Lib/fpformat.py d:\python\Python211\Lib\fpformat.py ! t Lib/ftplib.py d:\python\Python211\Lib\ftplib.py ! t Lib/getopt.py d:\python\Python211\Lib\getopt.py ! t Lib/glob.py d:\python\Python211\Lib\glob.py ! t Lib/gopherlib.py d:\python\Python211\Lib\gopherlib.py ! t Lib/gzip.py d:\python\Python211\Lib\gzip.py ! t Lib/htmlentitydefs.py d:\python\Python211\Lib\htmlentitydefs.py ! t Lib/htmllib.py d:\python\Python211\Lib\htmllib.py ! t Lib/httplib.py d:\python\Python211\Lib\httplib.py ! t Lib/imaplib.py d:\python\Python211\Lib\imaplib.py ! t Lib/imghdr.py d:\python\Python211\Lib\imghdr.py ! t Lib/keyword.py d:\python\Python211\Lib\keyword.py ! t Lib/linecache.py d:\python\Python211\Lib\linecache.py ! t Lib/macpath.py d:\python\Python211\Lib\macpath.py ! t Lib/macurl2path.py d:\python\Python211\Lib\macurl2path.py ! t Lib/mailbox.py d:\python\Python211\Lib\mailbox.py ! t Lib/mailcap.py d:\python\Python211\Lib\mailcap.py ! t Lib/mhlib.py d:\python\Python211\Lib\mhlib.py ! t Lib/mimetools.py d:\python\Python211\Lib\mimetools.py ! t Lib/mimetypes.py d:\python\Python211\Lib\mimetypes.py ! t Lib/mimify.py d:\python\Python211\Lib\mimify.py ! t Lib/multifile.py d:\python\Python211\Lib\multifile.py ! t Lib/mutex.py d:\python\Python211\Lib\mutex.py ! t Lib/nntplib.py d:\python\Python211\Lib\nntplib.py ! t Lib/ntpath.py d:\python\Python211\Lib\ntpath.py ! t Lib/nturl2path.py d:\python\Python211\Lib\nturl2path.py ! t Lib/pdb.py d:\python\Python211\Lib\pdb.py ! t Lib/pickle.py d:\python\Python211\Lib\pickle.py ! t Lib/pipes.py d:\python\Python211\Lib\pipes.py ! t Lib/popen2.py d:\python\Python211\Lib\popen2.py ! t Lib/poplib.py d:\python\Python211\Lib\poplib.py ! t Lib/posixfile.py d:\python\Python211\Lib\posixfile.py ! t Lib/posixpath.py d:\python\Python211\Lib\posixpath.py ! t Lib/pprint.py d:\python\Python211\Lib\pprint.py ! t Lib/profile.py d:\python\Python211\Lib\profile.py ! t Lib/pyclbr.py d:\python\Python211\Lib\pyclbr.py ! t Lib/quopri.py d:\python\Python211\Lib\quopri.py ! t Lib/random.py d:\python\Python211\Lib\random.py ! t Lib/reconvert.py d:\python\Python211\Lib\reconvert.py ! t Lib/repr.py d:\python\Python211\Lib\repr.py ! t Lib/rfc822.py d:\python\Python211\Lib\rfc822.py ! t Lib/sched.py d:\python\Python211\Lib\sched.py ! t Lib/sgmllib.py d:\python\Python211\Lib\sgmllib.py ! t Lib/site.py d:\python\Python211\Lib\site.py ! t Lib/shelve.py d:\python\Python211\Lib\shelve.py ! t Lib/shutil.py d:\python\Python211\Lib\shutil.py ! t Lib/smtplib.py d:\python\Python211\Lib\smtplib.py ! t Lib/sndhdr.py d:\python\Python211\Lib\sndhdr.py ! t Lib/stat.py d:\python\Python211\Lib\stat.py ! t Lib/symbol.py d:\python\Python211\Lib\symbol.py ! t Lib/telnetlib.py d:\python\Python211\Lib\telnetlib.py ! t Lib/tempfile.py d:\python\Python211\Lib\tempfile.py ! t Lib/token.py d:\python\Python211\Lib\token.py ! t Lib/tokenize.py d:\python\Python211\Lib\tokenize.py ! t Lib/traceback.py d:\python\Python211\Lib\traceback.py ! t Lib/tzparse.py d:\python\Python211\Lib\tzparse.py ! t Lib/urllib.py d:\python\Python211\Lib\urllib.py ! t Lib/urlparse.py d:\python\Python211\Lib\urlparse.py ! t Lib/user.py d:\python\Python211\Lib\user.py ! t Lib/whichdb.py d:\python\Python211\Lib\whichdb.py ! t Lib/whrandom.py d:\python\Python211\Lib\whrandom.py ! t Lib/xdrlib.py d:\python\Python211\Lib\xdrlib.py ! t Lib/xmllib.py d:\python\Python211\Lib\xmllib.py ! t Lib/test/pystone.py d:\python\Python211\Lib\test\pystone.py ! t Lib/pstats.py d:\python\Python211\Lib\pstats.py ! t Lib/code.py d:\python\Python211\Lib\code.py ! t Lib/codecs.py d:\python\Python211\Lib\codecs.py ! t Lib/sre.py d:\python\Python211\Lib\sre.py ! t Lib/sre_compile.py d:\python\Python211\Lib\sre_compile.py ! t Lib/sre_constants.py d:\python\Python211\Lib\sre_constants.py ! t Lib/sre_parse.py d:\python\Python211\Lib\sre_parse.py ! t Lib/encodings/aliases.py d:\python\Python211\Lib\encodings\aliases.py ! t Lib/encodings/ascii.py d:\python\Python211\Lib\encodings\ascii.py ! t Lib/encodings/charmap.py d:\python\Python211\Lib\encodings\charmap.py ! t Lib/encodings/cp037.py d:\python\Python211\Lib\encodings\cp037.py ! t Lib/encodings/cp1006.py d:\python\Python211\Lib\encodings\cp1006.py ! t Lib/encodings/cp1026.py d:\python\Python211\Lib\encodings\cp1026.py ! t Lib/encodings/cp1250.py d:\python\Python211\Lib\encodings\cp1250.py ! t Lib/encodings/cp1251.py d:\python\Python211\Lib\encodings\cp1251.py ! t Lib/encodings/cp1252.py d:\python\Python211\Lib\encodings\cp1252.py ! t Lib/encodings/cp1253.py d:\python\Python211\Lib\encodings\cp1253.py ! t Lib/encodings/cp1254.py d:\python\Python211\Lib\encodings\cp1254.py ! t Lib/encodings/cp1255.py d:\python\Python211\Lib\encodings\cp1255.py ! t Lib/encodings/cp1256.py d:\python\Python211\Lib\encodings\cp1256.py ! t Lib/encodings/cp1257.py d:\python\Python211\Lib\encodings\cp1257.py ! t Lib/encodings/cp1258.py d:\python\Python211\Lib\encodings\cp1258.py ! t Lib/encodings/cp424.py d:\python\Python211\Lib\encodings\cp424.py ! t Lib/encodings/cp437.py d:\python\Python211\Lib\encodings\cp437.py ! t Lib/encodings/cp500.py d:\python\Python211\Lib\encodings\cp500.py ! t Lib/encodings/cp737.py d:\python\Python211\Lib\encodings\cp737.py ! t Lib/encodings/cp775.py d:\python\Python211\Lib\encodings\cp775.py ! t Lib/encodings/cp850.py d:\python\Python211\Lib\encodings\cp850.py ! t Lib/encodings/cp852.py d:\python\Python211\Lib\encodings\cp852.py ! t Lib/encodings/cp855.py d:\python\Python211\Lib\encodings\cp855.py ! t Lib/encodings/cp856.py d:\python\Python211\Lib\encodings\cp856.py ! t Lib/encodings/cp857.py d:\python\Python211\Lib\encodings\cp857.py ! t Lib/encodings/cp860.py d:\python\Python211\Lib\encodings\cp860.py ! t Lib/encodings/cp861.py d:\python\Python211\Lib\encodings\cp861.py ! t Lib/encodings/cp862.py d:\python\Python211\Lib\encodings\cp862.py ! t Lib/encodings/cp863.py d:\python\Python211\Lib\encodings\cp863.py ! t Lib/encodings/cp864.py d:\python\Python211\Lib\encodings\cp864.py ! t Lib/encodings/cp865.py d:\python\Python211\Lib\encodings\cp865.py ! t Lib/encodings/cp866.py d:\python\Python211\Lib\encodings\cp866.py ! t Lib/encodings/cp869.py d:\python\Python211\Lib\encodings\cp869.py ! t Lib/encodings/cp874.py d:\python\Python211\Lib\encodings\cp874.py ! t Lib/encodings/cp875.py d:\python\Python211\Lib\encodings\cp875.py ! t Lib/encodings/iso8859_1.py d:\python\Python211\Lib\encodings\iso8859_1.py ! t Lib/encodings/iso8859_10.py d:\python\Python211\Lib\encodings\iso8859_10.py ! t Lib/encodings/iso8859_13.py d:\python\Python211\Lib\encodings\iso8859_13.py ! t Lib/encodings/iso8859_14.py d:\python\Python211\Lib\encodings\iso8859_14.py ! t Lib/encodings/iso8859_15.py d:\python\Python211\Lib\encodings\iso8859_15.py ! t Lib/encodings/iso8859_2.py d:\python\Python211\Lib\encodings\iso8859_2.py ! t Lib/encodings/iso8859_3.py d:\python\Python211\Lib\encodings\iso8859_3.py ! t Lib/encodings/iso8859_4.py d:\python\Python211\Lib\encodings\iso8859_4.py ! t Lib/encodings/iso8859_5.py d:\python\Python211\Lib\encodings\iso8859_5.py ! t Lib/encodings/iso8859_6.py d:\python\Python211\Lib\encodings\iso8859_6.py ! t Lib/encodings/iso8859_7.py d:\python\Python211\Lib\encodings\iso8859_7.py ! t Lib/encodings/iso8859_8.py d:\python\Python211\Lib\encodings\iso8859_8.py ! t Lib/encodings/iso8859_9.py d:\python\Python211\Lib\encodings\iso8859_9.py ! t Lib/encodings/koi8_r.py d:\python\Python211\Lib\encodings\koi8_r.py ! t Lib/encodings/latin_1.py d:\python\Python211\Lib\encodings\latin_1.py ! t Lib/encodings/mac_cyrillic.py d:\python\Python211\Lib\encodings\mac_cyrillic.py ! t Lib/encodings/mac_greek.py d:\python\Python211\Lib\encodings\mac_greek.py ! t Lib/encodings/mac_iceland.py d:\python\Python211\Lib\encodings\mac_iceland.py ! t Lib/encodings/mac_latin2.py d:\python\Python211\Lib\encodings\mac_latin2.py ! t Lib/encodings/mac_roman.py d:\python\Python211\Lib\encodings\mac_roman.py ! t Lib/encodings/mac_turkish.py d:\python\Python211\Lib\encodings\mac_turkish.py ! t Lib/encodings/mbcs.py d:\python\Python211\Lib\encodings\mbcs.py ! t Lib/encodings/raw_unicode_escape.py d:\python\Python211\Lib\encodings\raw_unicode_escape.py ! t Lib/encodings/undefined.py d:\python\Python211\Lib\encodings\undefined.py ! t Lib/encodings/unicode_escape.py d:\python\Python211\Lib\encodings\unicode_escape.py ! t Lib/encodings/unicode_internal.py d:\python\Python211\Lib\encodings\unicode_internal.py ! t Lib/encodings/utf_16.py d:\python\Python211\Lib\encodings\utf_16.py ! t Lib/encodings/utf_16_be.py d:\python\Python211\Lib\encodings\utf_16_be.py ! t Lib/encodings/utf_16_le.py d:\python\Python211\Lib\encodings\utf_16_le.py ! t Lib/encodings/utf_8.py d:\python\Python211\Lib\encodings\utf_8.py ! t Lib/encodings/__init__.py d:\python\Python211\Lib\encodings\__init__.py ! t Lib/threading.py d:\python\Python211\Lib\threading.py ! t Lib/atexit.py d:\python\Python211\Lib\atexit.py ! t Lib/UserString.py d:\python\Python211\Lib\UserString.py ! t Lib/warnings.py d:\python\Python211\Lib\warnings.py #===== end of list generated by mklist.py ===== Index: mklist.py =================================================================== RCS file: /cvsroot/jython/jython/installer/mklist.py,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** mklist.py 2001/07/18 19:34:28 1.18 --- mklist.py 2001/07/29 18:16:14 1.19 *************** *** 2,6 **** import glob, os ! PYTHONDIR = r"d:/python/Python21" def listfiles(root, d, *masks, **kws): --- 2,6 ---- import glob, os ! PYTHONDIR = r"d:/python/Python211" def listfiles(root, d, *masks, **kws): |