From: Finn B. <bc...@us...> - 2001-10-06 22:19:54
|
Update of /cvsroot/jython/jython/installer In directory usw-pr-cvs1:/tmp/cvs-serv18258 Modified Files: liftoff.filelist Log Message: Updated list with new modules, including PyXML. Index: liftoff.filelist =================================================================== RCS file: /cvsroot/jython/jython/installer/liftoff.filelist,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** liftoff.filelist 2001/07/29 19:42:30 1.19 --- liftoff.filelist 2001/10/06 22:19:51 1.20 *************** *** 81,84 **** --- 81,85 ---- b Doc/images/PythonPoweredSmall.gif ..\Doc/images/PythonPoweredSmall.gif t Doc/api/allclasses-frame.html ..\Doc\api\allclasses-frame.html + t Doc/api/allclasses-noframe.html ..\Doc\api\allclasses-noframe.html t Doc/api/deprecated-list.html ..\Doc\api\deprecated-list.html t Doc/api/help-doc.html ..\Doc\api\help-doc.html *************** *** 135,138 **** --- 136,140 ---- t Doc/api/org/python/core/PyFunction.html ..\Doc\api\org\python\core\PyFunction.html t Doc/api/org/python/core/PyFunctionTable.html ..\Doc\api\org\python\core\PyFunctionTable.html + t Doc/api/org/python/core/PyIgnoreMethodTag.html ..\Doc\api\org\python\core\PyIgnoreMethodTag.html t Doc/api/org/python/core/PyInstance.html ..\Doc\api\org\python\core\PyInstance.html t Doc/api/org/python/core/PyInteger.html ..\Doc\api\org\python\core\PyInteger.html *************** *** 143,146 **** --- 145,149 ---- t Doc/api/org/python/core/PyList.html ..\Doc\api\org\python\core\PyList.html t Doc/api/org/python/core/PyLong.html ..\Doc\api\org\python\core\PyLong.html + t Doc/api/org/python/core/PyMetaClass.html ..\Doc\api\org\python\core\PyMetaClass.html t Doc/api/org/python/core/PyMethod.html ..\Doc\api\org\python\core\PyMethod.html t Doc/api/org/python/core/PyModule.html ..\Doc\api\org\python\core\PyModule.html *************** *** 167,170 **** --- 170,174 ---- t Doc/api/org/python/core/StdoutWrapper.html ..\Doc\api\org\python\core\StdoutWrapper.html t Doc/api/org/python/core/SysPackageManager.html ..\Doc\api\org\python\core\SysPackageManager.html + t Doc/api/org/python/core/SyspathArchive.html ..\Doc\api\org\python\core\SyspathArchive.html t Doc/api/org/python/core/SyspathJavaLoader.html ..\Doc\api\org\python\core\SyspathJavaLoader.html t Doc/api/org/python/core/ThreadState.html ..\Doc\api\org\python\core\ThreadState.html *************** *** 179,183 **** t Doc/api/org/python/util/package-summary.html ..\Doc\api\org\python\util\package-summary.html t Doc/api/org/python/util/package-tree.html ..\Doc\api\org\python\util\package-tree.html - t Doc/api/org/python/util/PyMetaClass.html ..\Doc\api\org\python\util\PyMetaClass.html t Doc/api/org/python/util/PyServlet.html ..\Doc\api\org\python\util\PyServlet.html t Doc/api/org/python/util/PythonInterpreter.html ..\Doc\api\org\python\util\PythonInterpreter.html --- 183,186 ---- *************** *** 313,316 **** --- 316,320 ---- t org/python/core/PyFunction.java ..\org\python\core\PyFunction.java t org/python/core/PyFunctionTable.java ..\org\python\core\PyFunctionTable.java + t org/python/core/PyIgnoreMethodTag.java ..\org\python\core\PyIgnoreMethodTag.java t org/python/core/PyInstance.java ..\org\python\core\PyInstance.java t org/python/core/PyInteger.java ..\org\python\core\PyInteger.java *************** *** 389,392 **** --- 393,397 ---- t org/python/modules/_jython.java ..\org\python\modules\_jython.java t org/python/modules/_sre.java ..\org\python\modules\_sre.java + t org/python/modules/_weakref.java ..\org\python\modules\_weakref.java t org/python/modules/Makefile ..\org\python\modules\Makefile t org/python/modules/sre/MatchObject.java ..\org\python\modules\sre\MatchObject.java *************** *** 455,459 **** --- 460,466 ---- t Lib/compileall.py d:\python\Python211\Lib\compileall.py t Lib/copy_reg.py d:\python\Python211\Lib\copy_reg.py + t Lib/difflib.py d:\python\Python211\Lib\difflib.py t Lib/dircache.py d:\python\Python211\Lib\dircache.py + t Lib/doctest.py d:\python\Python211\Lib\doctest.py t Lib/dospath.py d:\python\Python211\Lib\dospath.py t Lib/dumbdbm.py d:\python\Python211\Lib\dumbdbm.py *************** *** 517,523 **** --- 524,532 ---- t Lib/traceback.py d:\python\Python211\Lib\traceback.py t Lib/tzparse.py d:\python\Python211\Lib\tzparse.py + t Lib/unittest.py d:\python\Python211\Lib\unittest.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/weakref.py d:\python\Python211\Lib\weakref.py t Lib/whichdb.py d:\python\Python211\Lib\whichdb.py t Lib/whrandom.py d:\python\Python211\Lib\whrandom.py *************** *** 602,604 **** --- 611,746 ---- t Lib/UserString.py d:\python\Python211\Lib\UserString.py t Lib/warnings.py d:\python\Python211\Lib\warnings.py + # + # XML modules from CPython and PyXML + # + t Lib/xml/ns.py ..\Lib\xml\ns.py + t Lib/xml/__init__.py ..\Lib\xml\__init__.py + t Lib/xml/sax/expatreader.py ..\Lib\xml\sax\expatreader.py + t Lib/xml/sax/handler.py ..\Lib\xml\sax\handler.py + t Lib/xml/sax/sax2exts.py ..\Lib\xml\sax\sax2exts.py + t Lib/xml/sax/saxexts.py ..\Lib\xml\sax\saxexts.py + t Lib/xml/sax/saxlib.py ..\Lib\xml\sax\saxlib.py + t Lib/xml/sax/saxutils.py ..\Lib\xml\sax\saxutils.py + t Lib/xml/sax/writer.py ..\Lib\xml\sax\writer.py + t Lib/xml/sax/xmlreader.py ..\Lib\xml\sax\xmlreader.py + t Lib/xml/sax/_exceptions.py ..\Lib\xml\sax\_exceptions.py + t Lib/xml/sax/__init__.py ..\Lib\xml\sax\__init__.py + t Lib/xml/sax/drivers2/drv_xmlproc.py ..\Lib\xml\sax\drivers2\drv_xmlproc.py + t Lib/xml/sax/drivers2/__init__.py ..\Lib\xml\sax\drivers2\__init__.py + t Lib/xml/utils/characters.py ..\Lib\xml\utils\characters.py + t Lib/xml/utils/iso8601.py ..\Lib\xml\utils\iso8601.py + t Lib/xml/utils/qp_xml.py ..\Lib\xml\utils\qp_xml.py + t Lib/xml/utils/__init__.py ..\Lib\xml\utils\__init__.py + t Lib/xml/dom/Attr.py ..\Lib\xml\dom\Attr.py + t Lib/xml/dom/CDATASection.py ..\Lib\xml\dom\CDATASection.py + t Lib/xml/dom/CharacterData.py ..\Lib\xml\dom\CharacterData.py + t Lib/xml/dom/Comment.py ..\Lib\xml\dom\Comment.py + t Lib/xml/dom/Document.py ..\Lib\xml\dom\Document.py + t Lib/xml/dom/DocumentFragment.py ..\Lib\xml\dom\DocumentFragment.py + t Lib/xml/dom/DocumentType.py ..\Lib\xml\dom\DocumentType.py + t Lib/xml/dom/DOMImplementation.py ..\Lib\xml\dom\DOMImplementation.py + t Lib/xml/dom/domreg.py ..\Lib\xml\dom\domreg.py + t Lib/xml/dom/Element.py ..\Lib\xml\dom\Element.py + t Lib/xml/dom/Entity.py ..\Lib\xml\dom\Entity.py + t Lib/xml/dom/EntityReference.py ..\Lib\xml\dom\EntityReference.py + t Lib/xml/dom/Event.py ..\Lib\xml\dom\Event.py + t Lib/xml/dom/FtNode.py ..\Lib\xml\dom\FtNode.py + t Lib/xml/dom/javadom.py ..\Lib\xml\dom\javadom.py + t Lib/xml/dom/MessageSource.py ..\Lib\xml\dom\MessageSource.py + t Lib/xml/dom/minidom.py ..\Lib\xml\dom\minidom.py + t Lib/xml/dom/minitraversal.py ..\Lib\xml\dom\minitraversal.py + t Lib/xml/dom/NamedNodeMap.py ..\Lib\xml\dom\NamedNodeMap.py + t Lib/xml/dom/NodeFilter.py ..\Lib\xml\dom\NodeFilter.py + t Lib/xml/dom/NodeIterator.py ..\Lib\xml\dom\NodeIterator.py + t Lib/xml/dom/NodeList.py ..\Lib\xml\dom\NodeList.py + t Lib/xml/dom/Notation.py ..\Lib\xml\dom\Notation.py + t Lib/xml/dom/ProcessingInstruction.py ..\Lib\xml\dom\ProcessingInstruction.py + t Lib/xml/dom/pulldom.py ..\Lib\xml\dom\pulldom.py + t Lib/xml/dom/Range.py ..\Lib\xml\dom\Range.py + t Lib/xml/dom/Text.py ..\Lib\xml\dom\Text.py + t Lib/xml/dom/TreeWalker.py ..\Lib\xml\dom\TreeWalker.py + t Lib/xml/dom/__init__.py ..\Lib\xml\dom\__init__.py + t Lib/xml/dom/ext/c14n.py ..\Lib\xml\dom\ext\c14n.py + t Lib/xml/dom/ext/Printer.py ..\Lib\xml\dom\ext\Printer.py + t Lib/xml/dom/ext/Visitor.py ..\Lib\xml\dom\ext\Visitor.py + t Lib/xml/dom/ext/XHtml2HtmlPrinter.py ..\Lib\xml\dom\ext\XHtml2HtmlPrinter.py + t Lib/xml/dom/ext/XHtmlPrinter.py ..\Lib\xml\dom\ext\XHtmlPrinter.py + t Lib/xml/dom/ext/__init__.py ..\Lib\xml\dom\ext\__init__.py + t Lib/xml/dom/ext/reader/Sax.py ..\Lib\xml\dom\ext\reader\Sax.py + t Lib/xml/dom/ext/reader/Sax2.py ..\Lib\xml\dom\ext\reader\Sax2.py + t Lib/xml/dom/ext/reader/Sax2Lib.py ..\Lib\xml\dom\ext\reader\Sax2Lib.py + t Lib/xml/dom/ext/reader/__init__.py ..\Lib\xml\dom\ext\reader\__init__.py + t Lib/xml/dom/html/GenerateHtml.py ..\Lib\xml\dom\html\GenerateHtml.py + t Lib/xml/dom/html/HTMLAnchorElement.py ..\Lib\xml\dom\html\HTMLAnchorElement.py + t Lib/xml/dom/html/HTMLAppletElement.py ..\Lib\xml\dom\html\HTMLAppletElement.py + t Lib/xml/dom/html/HTMLAreaElement.py ..\Lib\xml\dom\html\HTMLAreaElement.py + t Lib/xml/dom/html/HTMLBaseElement.py ..\Lib\xml\dom\html\HTMLBaseElement.py + t Lib/xml/dom/html/HTMLBaseFontElement.py ..\Lib\xml\dom\html\HTMLBaseFontElement.py + t Lib/xml/dom/html/HTMLBodyElement.py ..\Lib\xml\dom\html\HTMLBodyElement.py + t Lib/xml/dom/html/HTMLBRElement.py ..\Lib\xml\dom\html\HTMLBRElement.py + t Lib/xml/dom/html/HTMLButtonElement.py ..\Lib\xml\dom\html\HTMLButtonElement.py + t Lib/xml/dom/html/HTMLCollection.py ..\Lib\xml\dom\html\HTMLCollection.py + t Lib/xml/dom/html/HTMLDirectoryElement.py ..\Lib\xml\dom\html\HTMLDirectoryElement.py + t Lib/xml/dom/html/HTMLDivElement.py ..\Lib\xml\dom\html\HTMLDivElement.py + t Lib/xml/dom/html/HTMLDListElement.py ..\Lib\xml\dom\html\HTMLDListElement.py + t Lib/xml/dom/html/HTMLDocument.py ..\Lib\xml\dom\html\HTMLDocument.py + t Lib/xml/dom/html/HTMLDOMImplementation.py ..\Lib\xml\dom\html\HTMLDOMImplementation.py + t Lib/xml/dom/html/HTMLElement.py ..\Lib\xml\dom\html\HTMLElement.py + t Lib/xml/dom/html/HTMLFieldSetElement.py ..\Lib\xml\dom\html\HTMLFieldSetElement.py + t Lib/xml/dom/html/HTMLFontElement.py ..\Lib\xml\dom\html\HTMLFontElement.py + t Lib/xml/dom/html/HTMLFormElement.py ..\Lib\xml\dom\html\HTMLFormElement.py + t Lib/xml/dom/html/HTMLFrameElement.py ..\Lib\xml\dom\html\HTMLFrameElement.py + t Lib/xml/dom/html/HTMLFrameSetElement.py ..\Lib\xml\dom\html\HTMLFrameSetElement.py + t Lib/xml/dom/html/HTMLHeadElement.py ..\Lib\xml\dom\html\HTMLHeadElement.py + t Lib/xml/dom/html/HTMLHeadingElement.py ..\Lib\xml\dom\html\HTMLHeadingElement.py + t Lib/xml/dom/html/HTMLHRElement.py ..\Lib\xml\dom\html\HTMLHRElement.py + t Lib/xml/dom/html/HTMLHtmlElement.py ..\Lib\xml\dom\html\HTMLHtmlElement.py + t Lib/xml/dom/html/HTMLIFrameElement.py ..\Lib\xml\dom\html\HTMLIFrameElement.py + t Lib/xml/dom/html/HTMLImageElement.py ..\Lib\xml\dom\html\HTMLImageElement.py + t Lib/xml/dom/html/HTMLInputElement.py ..\Lib\xml\dom\html\HTMLInputElement.py + t Lib/xml/dom/html/HTMLIsIndexElement.py ..\Lib\xml\dom\html\HTMLIsIndexElement.py + t Lib/xml/dom/html/HTMLLabelElement.py ..\Lib\xml\dom\html\HTMLLabelElement.py + t Lib/xml/dom/html/HTMLLegendElement.py ..\Lib\xml\dom\html\HTMLLegendElement.py + t Lib/xml/dom/html/HTMLLIElement.py ..\Lib\xml\dom\html\HTMLLIElement.py + t Lib/xml/dom/html/HTMLLinkElement.py ..\Lib\xml\dom\html\HTMLLinkElement.py + t Lib/xml/dom/html/HTMLMapElement.py ..\Lib\xml\dom\html\HTMLMapElement.py + t Lib/xml/dom/html/HTMLMenuElement.py ..\Lib\xml\dom\html\HTMLMenuElement.py + t Lib/xml/dom/html/HTMLMetaElement.py ..\Lib\xml\dom\html\HTMLMetaElement.py + t Lib/xml/dom/html/HTMLModElement.py ..\Lib\xml\dom\html\HTMLModElement.py + t Lib/xml/dom/html/HTMLObjectElement.py ..\Lib\xml\dom\html\HTMLObjectElement.py + t Lib/xml/dom/html/HTMLOListElement.py ..\Lib\xml\dom\html\HTMLOListElement.py + t Lib/xml/dom/html/HTMLOptGroupElement.py ..\Lib\xml\dom\html\HTMLOptGroupElement.py + t Lib/xml/dom/html/HTMLOptionElement.py ..\Lib\xml\dom\html\HTMLOptionElement.py + t Lib/xml/dom/html/HTMLParagraphElement.py ..\Lib\xml\dom\html\HTMLParagraphElement.py + t Lib/xml/dom/html/HTMLParamElement.py ..\Lib\xml\dom\html\HTMLParamElement.py + t Lib/xml/dom/html/HTMLPreElement.py ..\Lib\xml\dom\html\HTMLPreElement.py + t Lib/xml/dom/html/HTMLQuoteElement.py ..\Lib\xml\dom\html\HTMLQuoteElement.py + t Lib/xml/dom/html/HTMLScriptElement.py ..\Lib\xml\dom\html\HTMLScriptElement.py + t Lib/xml/dom/html/HTMLSelectElement.py ..\Lib\xml\dom\html\HTMLSelectElement.py + t Lib/xml/dom/html/HTMLStyleElement.py ..\Lib\xml\dom\html\HTMLStyleElement.py + t Lib/xml/dom/html/HTMLTableCaptionElement.py ..\Lib\xml\dom\html\HTMLTableCaptionElement.py + t Lib/xml/dom/html/HTMLTableCellElement.py ..\Lib\xml\dom\html\HTMLTableCellElement.py + t Lib/xml/dom/html/HTMLTableColElement.py ..\Lib\xml\dom\html\HTMLTableColElement.py + t Lib/xml/dom/html/HTMLTableElement.py ..\Lib\xml\dom\html\HTMLTableElement.py + t Lib/xml/dom/html/HTMLTableRowElement.py ..\Lib\xml\dom\html\HTMLTableRowElement.py + t Lib/xml/dom/html/HTMLTableSectionElement.py ..\Lib\xml\dom\html\HTMLTableSectionElement.py + t Lib/xml/dom/html/HTMLTextAreaElement.py ..\Lib\xml\dom\html\HTMLTextAreaElement.py + t Lib/xml/dom/html/HTMLTitleElement.py ..\Lib\xml\dom\html\HTMLTitleElement.py + t Lib/xml/dom/html/HTMLUListElement.py ..\Lib\xml\dom\html\HTMLUListElement.py + t Lib/xml/dom/html/__init__.py ..\Lib\xml\dom\html\__init__.py + t Lib/xml/parsers/__init__.py ..\Lib\xml\parsers\__init__.py + t Lib/xml/parsers/xmlproc/catalog.py ..\Lib\xml\parsers\xmlproc\catalog.py + t Lib/xml/parsers/xmlproc/charconv.py ..\Lib\xml\parsers\xmlproc\charconv.py + t Lib/xml/parsers/xmlproc/dtdparser.py ..\Lib\xml\parsers\xmlproc\dtdparser.py + t Lib/xml/parsers/xmlproc/errors.py ..\Lib\xml\parsers\xmlproc\errors.py + t Lib/xml/parsers/xmlproc/namespace.py ..\Lib\xml\parsers\xmlproc\namespace.py + t Lib/xml/parsers/xmlproc/utils.py ..\Lib\xml\parsers\xmlproc\utils.py + t Lib/xml/parsers/xmlproc/xcatalog.py ..\Lib\xml\parsers\xmlproc\xcatalog.py + t Lib/xml/parsers/xmlproc/xmlapp.py ..\Lib\xml\parsers\xmlproc\xmlapp.py + t Lib/xml/parsers/xmlproc/xmldtd.py ..\Lib\xml\parsers\xmlproc\xmldtd.py + t Lib/xml/parsers/xmlproc/xmlproc.py ..\Lib\xml\parsers\xmlproc\xmlproc.py + t Lib/xml/parsers/xmlproc/xmlutils.py ..\Lib\xml\parsers\xmlproc\xmlutils.py + t Lib/xml/parsers/xmlproc/xmlval.py ..\Lib\xml\parsers\xmlproc\xmlval.py + t Lib/xml/parsers/xmlproc/_outputters.py ..\Lib\xml\parsers\xmlproc\_outputters.py + t Lib/xml/parsers/xmlproc/__init__.py ..\Lib\xml\parsers\xmlproc\__init__.py #===== end of list generated by mklist.py ===== |