From bwarsaw@cnri.reston.va.us Tue Dec 1 18:34:03 1998 From: bwarsaw@cnri.reston.va.us (Barry A. Warsaw) Date: Tue, 1 Dec 1998 13:34:03 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Include pyerrors.h Message-ID: <199812011834.NAA12245@anthem.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Include In directory anthem:/projects/python/develop/bwarsaw/src/Include Modified Files: pyerrors.h Log Message: Added PyExc_NotImplementedError From bwarsaw@cnri.reston.va.us Tue Dec 1 18:36:32 1998 From: bwarsaw@cnri.reston.va.us (Barry A. Warsaw) Date: Tue, 1 Dec 1998 13:36:32 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Lib exceptions.py Message-ID: <199812011836.NAA12260@anthem.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Lib In directory anthem:/projects/python/develop/bwarsaw/src/Lib Modified Files: exceptions.py Log Message: Added NotImplementedError, subclassed from RuntimeError From fdrake@weyr.cnri.reston.va.us Tue Dec 1 18:38:01 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Tue, 1 Dec 1998 13:38:01 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/lib libpdb.tex Message-ID: <199812011838.NAA00377@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/lib In directory weyr:/home/fdrake/projects/python/Doc/lib Modified Files: libpdb.tex Log Message: Nits to support conversions. From bwarsaw@cnri.reston.va.us Tue Dec 1 18:52:09 1998 From: bwarsaw@cnri.reston.va.us (Barry A. Warsaw) Date: Tue, 1 Dec 1998 13:52:09 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Python bltinmodule.c Message-ID: <199812011852.NAA12402@anthem.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Python In directory anthem:/projects/python/develop/bwarsaw/pristine/Python Modified Files: bltinmodule.c Log Message: Added new builtin standard exception: NotImplementedError (its C counterpart is PyExc_NotImplementedError). From fdrake@weyr.cnri.reston.va.us Tue Dec 1 18:58:17 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Tue, 1 Dec 1998 13:58:17 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/api .cvsignore Message-ID: <199812011858.NAA01451@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/api In directory weyr:/home/fdrake/projects/python/Doc/api Added Files: .cvsignore Log Message: Ignore the byproducts of SGML/XML conversions for now. From fdrake@weyr.cnri.reston.va.us Tue Dec 1 18:58:21 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Tue, 1 Dec 1998 13:58:21 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/ext .cvsignore Message-ID: <199812011858.NAA01463@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/ext In directory weyr:/home/fdrake/projects/python/Doc/ext Added Files: .cvsignore Log Message: Ignore the byproducts of SGML/XML conversions for now. From fdrake@weyr.cnri.reston.va.us Tue Dec 1 18:58:23 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Tue, 1 Dec 1998 13:58:23 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/lib .cvsignore Message-ID: <199812011858.NAA01471@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/lib In directory weyr:/home/fdrake/projects/python/Doc/lib Added Files: .cvsignore Log Message: Ignore the byproducts of SGML/XML conversions for now. From fdrake@weyr.cnri.reston.va.us Tue Dec 1 18:58:26 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Tue, 1 Dec 1998 13:58:26 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/mac .cvsignore Message-ID: <199812011858.NAA01485@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/mac In directory weyr:/home/fdrake/projects/python/Doc/mac Added Files: .cvsignore Log Message: Ignore the byproducts of SGML/XML conversions for now. From fdrake@weyr.cnri.reston.va.us Tue Dec 1 18:58:28 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Tue, 1 Dec 1998 13:58:28 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/ref .cvsignore Message-ID: <199812011858.NAA01496@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/ref In directory weyr:/home/fdrake/projects/python/Doc/ref Modified Files: .cvsignore Log Message: Ignore the byproducts of SGML/XML conversions for now. From fdrake@weyr.cnri.reston.va.us Tue Dec 1 18:58:30 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Tue, 1 Dec 1998 13:58:30 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/tut .cvsignore Message-ID: <199812011858.NAA01505@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/tut In directory weyr:/home/fdrake/projects/python/Doc/tut Added Files: .cvsignore Log Message: Ignore the byproducts of SGML/XML conversions for now. From fdrake@weyr.cnri.reston.va.us Tue Dec 1 19:01:01 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Tue, 1 Dec 1998 14:01:01 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/tools/sgmlconv esistools.py Message-ID: <199812011901.OAA01582@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/tools/sgmlconv In directory weyr:/home/fdrake/projects/python/Doc/tools/sgmlconv Added Files: esistools.py Log Message: Utility functions and misc. classes used in handling ESIS data. From fdrake@weyr.cnri.reston.va.us Tue Dec 1 19:01:56 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Tue, 1 Dec 1998 14:01:56 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/tools/sgmlconv esis2sgml.py Message-ID: <199812011901.OAA01608@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/tools/sgmlconv In directory weyr:/home/fdrake/projects/python/Doc/tools/sgmlconv Modified Files: esis2sgml.py Log Message: Use esistools, getopt. From fdrake@weyr.cnri.reston.va.us Tue Dec 1 19:03:04 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Tue, 1 Dec 1998 14:03:04 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/tools/sgmlconv docfixer.py Message-ID: <199812011903.OAA01634@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/tools/sgmlconv In directory weyr:/home/fdrake/projects/python/Doc/tools/sgmlconv Modified Files: docfixer.py Log Message: Use esistools. Generate ESIS data instead of XML. Misc. changes to some transforms. From fdrake@weyr.cnri.reston.va.us Tue Dec 1 19:04:15 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Tue, 1 Dec 1998 14:04:15 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/tools/sgmlconv latex2esis.py Message-ID: <199812011904.OAA01655@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/tools/sgmlconv In directory weyr:/home/fdrake/projects/python/Doc/tools/sgmlconv Modified Files: latex2esis.py Log Message: Use esistools. Lots of changes to the conversion table. From fdrake@weyr.cnri.reston.va.us Tue Dec 1 19:05:58 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Tue, 1 Dec 1998 14:05:58 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/tools/sgmlconv make.rules Message-ID: <199812011905.OAA01680@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/tools/sgmlconv In directory weyr:/home/fdrake/projects/python/Doc/tools/sgmlconv Modified Files: make.rules Log Message: Support conversions to both SGML and XML; SGML is the "default". Add dependency on esistools.py for the ESIS intermediate files. From bwarsaw@cnri.reston.va.us Tue Dec 1 19:19:23 1998 From: bwarsaw@cnri.reston.va.us (Barry A. Warsaw) Date: Tue, 1 Dec 1998 14:19:23 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Doc/lib libexcs.tex Message-ID: <199812011919.OAA12529@anthem.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/lib In directory anthem:/projects/python/develop/bwarsaw/pristine/Doc/lib Modified Files: libexcs.tex Log Message: Added documentation for NotImplementedError. Fred (I'm sure) will sanitize for your protection :-) From bwarsaw@cnri.reston.va.us Tue Dec 1 19:48:06 1998 From: bwarsaw@cnri.reston.va.us (Barry A. Warsaw) Date: Tue, 1 Dec 1998 14:48:06 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Doc/lib libexcs.tex Message-ID: <199812011948.OAA12658@anthem.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/lib In directory anthem:/projects/python/develop/bwarsaw/pristine/Doc/lib Modified Files: libexcs.tex Log Message: Moved NotImplementedError into alphabetical order, and reword description. From fdrake@weyr.cnri.reston.va.us Wed Dec 2 17:21:38 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Wed, 2 Dec 1998 12:21:38 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/tools/sgmlconv README Message-ID: <199812021721.MAA04737@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/tools/sgmlconv In directory weyr:/home/fdrake/projects/python/Doc/tools/sgmlconv Added Files: README Log Message: General comments on what's here and how to try it out. Note dependence on the XML package. From bwarsaw@cnri.reston.va.us Thu Dec 3 15:59:46 1998 From: bwarsaw@cnri.reston.va.us (Barry A. Warsaw) Date: Thu, 3 Dec 1998 10:59:46 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Tools/pynche - New directory Message-ID: <199812031559.KAA14311@anthem.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Tools/pynche In directory anthem:/projects/python/develop/bwarsaw/src/Tools/pynche Log Message: Directory /projects/cvsroot/python/dist/src/Tools/pynche added to the repository From bwarsaw@cnri.reston.va.us Thu Dec 3 15:59:59 1998 From: bwarsaw@cnri.reston.va.us (Barry A. Warsaw) Date: Thu, 3 Dec 1998 10:59:59 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Tools/audiopy - New directory Message-ID: <199812031559.KAA14324@anthem.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Tools/audiopy In directory anthem:/projects/python/develop/bwarsaw/src/Tools/audiopy Log Message: Directory /projects/cvsroot/python/dist/src/Tools/audiopy added to the repository From bwarsaw@cnri.reston.va.us Thu Dec 3 16:00:44 1998 From: bwarsaw@cnri.reston.va.us (Barry A. Warsaw) Date: Thu, 3 Dec 1998 11:00:44 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Tools/pynche/X - New directory Message-ID: <199812031600.LAA14360@anthem.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Tools/pynche/X In directory anthem:/projects/python/develop/bwarsaw/src/Tools/pynche/X Log Message: Directory /projects/cvsroot/python/dist/src/Tools/pynche/X added to the repository From bwarsaw@cnri.reston.va.us Thu Dec 3 16:27:40 1998 From: bwarsaw@cnri.reston.va.us (Barry A. Warsaw) Date: Thu, 3 Dec 1998 11:27:40 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Tools/audiopy README Message-ID: <199812031627.LAA14439@anthem.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Tools/audiopy In directory anthem:/projects/python/develop/bwarsaw/src/Tools/audiopy Added Files: README Log Message: Initial version of the README file From guido@cnri.reston.va.us Thu Dec 3 18:18:15 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Thu, 3 Dec 1998 13:18:15 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Include modsupport.h Message-ID: <199812031818.NAA14881@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Include In directory eric:/projects/python/develop/guido/src/Include Modified Files: modsupport.h Log Message: New API version (enough has changed!). From bwarsaw@cnri.reston.va.us Thu Dec 3 19:32:39 1998 From: bwarsaw@cnri.reston.va.us (Barry A. Warsaw) Date: Thu, 3 Dec 1998 14:32:39 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Tools/audiopy README audiopy Message-ID: <199812031932.OAA14881@anthem.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Tools/audiopy In directory anthem:/projects/python/develop/bwarsaw/src/Tools/audiopy Modified Files: README audiopy Log Message: audiopy: slightly revamped UI... includes a menubar, no quit button, and added a `Help' menu item that puts the README (or docstring if that can't be found) in a scrolling text widget. README: fixed a few nits From bwarsaw@cnri.reston.va.us Thu Dec 3 19:49:14 1998 From: bwarsaw@cnri.reston.va.us (Barry A. Warsaw) Date: Thu, 3 Dec 1998 14:49:14 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Tools/pynche Main.py Message-ID: <199812031949.OAA14990@anthem.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Tools/pynche In directory anthem:/projects/python/develop/bwarsaw/src/Tools/pynche Modified Files: Main.py Log Message: docstring(): Function for returning __doc__ % globals() From bwarsaw@cnri.reston.va.us Thu Dec 3 19:49:46 1998 From: bwarsaw@cnri.reston.va.us (Barry A. Warsaw) Date: Thu, 3 Dec 1998 14:49:46 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Tools/pynche README Message-ID: <199812031949.OAA15005@anthem.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Tools/pynche In directory anthem:/projects/python/develop/bwarsaw/src/Tools/pynche Modified Files: README Log Message: Untabification and other cruft From bwarsaw@cnri.reston.va.us Thu Dec 3 19:50:25 1998 From: bwarsaw@cnri.reston.va.us (Barry A. Warsaw) Date: Thu, 3 Dec 1998 14:50:25 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Tools/pynche PyncheWidget.py Message-ID: <199812031950.OAA15022@anthem.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Tools/pynche In directory anthem:/projects/python/develop/bwarsaw/src/Tools/pynche Modified Files: PyncheWidget.py Log Message: Added Helpwin -- help in a text widget From guido@cnri.reston.va.us Fri Dec 4 15:32:20 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Fri, 4 Dec 1998 10:32:20 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Doc/lib libfuncs.tex Message-ID: <199812041532.KAA18089@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/lib In directory eric:/projects/python/develop/guido/Doc/lib Modified Files: libfuncs.tex Log Message: Add explicit example on how to import a submodule of a package using __import__ and getattr(). From guido@cnri.reston.va.us Fri Dec 4 15:34:41 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Fri, 4 Dec 1998 10:34:41 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Modules readline.c Message-ID: <199812041534.KAA18140@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Modules In directory eric:/projects/python/develop/guido/src/Modules Modified Files: readline.c Log Message: Bernard Herzog pointed out that rl_parse_and_bind modifies its argument string (bad function!), so we make a temporary copy. From guido@cnri.reston.va.us Fri Dec 4 16:42:47 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Fri, 4 Dec 1998 11:42:47 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Lib turtle.py Message-ID: <199812041642.LAA18499@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Lib In directory eric:/projects/python/develop/guido/src/Lib Added Files: turtle.py Log Message: Turtle graphics From guido@cnri.reston.va.us Fri Dec 4 18:48:26 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Fri, 4 Dec 1998 13:48:26 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Include Python.h abstract.h bufferobject.h cStringIO.h ceval.h classobject.h cobject.h compile.h complexobject.h dictobject.h eval.h fileobject.h floatobject.h frameobject.h funcobject.h import.h intobject.h intrcheck.h listobject.h longintrepr.h longobject.h marshal.h methodobject.h modsupport.h moduleobject.h mymalloc.h node.h object.h objimpl.h parsetok.h pgenheaders.h pydebug.h pyerrors.h pystate.h pythonrun.h pythread.h rangeobject.h sliceobject.h stringobject.h structmember.h sysmodule.h token.h traceback.h tupleobject.h Message-ID: <199812041848.NAA18804@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Include In directory eric:/projects/python/develop/guido/src/Include Modified Files: Python.h abstract.h bufferobject.h cStringIO.h ceval.h classobject.h cobject.h compile.h complexobject.h dictobject.h eval.h fileobject.h floatobject.h frameobject.h funcobject.h import.h intobject.h intrcheck.h listobject.h longintrepr.h longobject.h marshal.h methodobject.h modsupport.h moduleobject.h mymalloc.h node.h object.h objimpl.h parsetok.h pgenheaders.h pydebug.h pyerrors.h pystate.h pythonrun.h pythread.h rangeobject.h sliceobject.h stringobject.h structmember.h sysmodule.h token.h traceback.h tupleobject.h Log Message: Add DL_IMPORT(returntype) for all officially exported functions. From guido@cnri.reston.va.us Fri Dec 4 18:48:47 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Fri, 4 Dec 1998 13:48:47 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Modules cPickle.c Message-ID: <199812041848.NAA18820@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Modules In directory eric:/projects/python/develop/guido/src/Modules Modified Files: cPickle.c Log Message: Fix two small bugs; add DL_EXPORT() to initcPickle decl. From guido@cnri.reston.va.us Fri Dec 4 18:50:00 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Fri, 4 Dec 1998 13:50:00 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Python thread.c Message-ID: <199812041850.NAA18890@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Python In directory eric:/projects/python/develop/guido/src/Python Modified Files: thread.c Log Message: Need to add default decl of DL_IMPORT, for mymalloc.h From guido@cnri.reston.va.us Fri Dec 4 18:50:19 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Fri, 4 Dec 1998 13:50:19 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Modules _localemodule.c _tkinter.c arraymodule.c audioop.c binascii.c bsddbmodule.c cStringIO.c cmathmodule.c cryptmodule.c cursesmodule.c dbmmodule.c errnomodule.c fcntlmodule.c flmodule.c fpectlmodule.c fpetestmodule.c gdbmmodule.c grpmodule.c imageop.c makesetup mathmodule.c md5module.c mpzmodule.c newmodule.c operator.c parsermodule.c pcremodule.c posixmodule.c pwdmodule.c readline.c regexmodule.c rgbimgmodule.c rotormodule.c selectmodule.c signalmodule.c socketmodule.c soundex.c stdwinmodule.c stropmodule.c structmodule.c syslogmodule.c termios.c threadmodule.c timemodule.c timingmodule.c xxmodule.c zlibmodule.c Message-ID: <199812041850.NAA18903@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Modules In directory eric:/projects/python/develop/guido/src/Modules Modified Files: _localemodule.c _tkinter.c arraymodule.c audioop.c binascii.c bsddbmodule.c cStringIO.c cmathmodule.c cryptmodule.c cursesmodule.c dbmmodule.c errnomodule.c fcntlmodule.c flmodule.c fpectlmodule.c fpetestmodule.c gdbmmodule.c grpmodule.c imageop.c makesetup mathmodule.c md5module.c mpzmodule.c newmodule.c operator.c parsermodule.c pcremodule.c posixmodule.c pwdmodule.c readline.c regexmodule.c rgbimgmodule.c rotormodule.c selectmodule.c signalmodule.c socketmodule.c soundex.c stdwinmodule.c stropmodule.c structmodule.c syslogmodule.c termios.c threadmodule.c timemodule.c timingmodule.c xxmodule.c zlibmodule.c Log Message: Add DL_EXPORT() to all modules that could possibly be used on BeOS or Windows. From guido@cnri.reston.va.us Fri Dec 4 18:50:22 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Fri, 4 Dec 1998 13:50:22 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Parser intrcheck.c Message-ID: <199812041850.NAA18919@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Parser In directory eric:/projects/python/develop/guido/src/Parser Modified Files: intrcheck.c Log Message: Need to add default decl of DL_IMPORT, for mymalloc.h From guido@cnri.reston.va.us Fri Dec 4 18:51:02 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Fri, 4 Dec 1998 13:51:02 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Parser tokenizer.c Message-ID: <199812041851.NAA18936@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Parser In directory eric:/projects/python/develop/guido/src/Parser Modified Files: tokenizer.c Log Message: One more fprintf bites the dist -- use PySys_WriteStderr From guido@cnri.reston.va.us Fri Dec 4 18:51:38 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Fri, 4 Dec 1998 13:51:38 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Python ceval.c Message-ID: <199812041851.NAA18954@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Python In directory eric:/projects/python/develop/guido/src/Python Modified Files: ceval.c Log Message: Use PyInt_AS_LONG macro instead of explicit inlining. From guido@cnri.reston.va.us Fri Dec 4 18:52:56 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Fri, 4 Dec 1998 13:52:56 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Objects methodobject.c Message-ID: <199812041852.NAA18977@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Objects In directory eric:/projects/python/develop/guido/src/Objects Modified Files: methodobject.c Log Message: When comparing bound methods, use identity test on the objects, not equality test. From guido@cnri.reston.va.us Fri Dec 4 19:25:18 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Fri, 4 Dec 1998 14:25:18 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Modules cmathmodule.c Message-ID: <199812041925.OAA19201@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Modules In directory eric:/projects/python/develop/guido/src/Modules Modified Files: cmathmodule.c Log Message: Added Doc strings -- by Chris Petrilli. From guido@cnri.reston.va.us Fri Dec 4 19:26:45 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Fri, 4 Dec 1998 14:26:45 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Modules mathmodule.c Message-ID: <199812041926.OAA19286@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Modules In directory eric:/projects/python/develop/guido/src/Modules Modified Files: mathmodule.c Log Message: Added Doc strings -- by Chris Petrilli. From guido@cnri.reston.va.us Fri Dec 4 19:37:12 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Fri, 4 Dec 1998 14:37:12 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Doc/ref ref7.tex Message-ID: <199812041937.OAA19401@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/ref In directory eric:/projects/python/develop/guido/Doc/ref Modified Files: ref7.tex Log Message: Clarify evaluation of default arguments at def time with more text and an example. From bwarsaw@cnri.reston.va.us Sat Dec 5 22:08:06 1998 From: bwarsaw@cnri.reston.va.us (Barry A. Warsaw) Date: Sat, 5 Dec 1998 17:08:06 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Tools/world - New directory Message-ID: <199812052208.RAA00893@anthem.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Tools/world In directory anthem:/projects/python/develop/bwarsaw/pristine/Tools/world Log Message: Directory /projects/cvsroot/python/dist/src/Tools/world added to the repository From bwarsaw@cnri.reston.va.us Sat Dec 5 22:19:09 1998 From: bwarsaw@cnri.reston.va.us (Barry A. Warsaw) Date: Sat, 5 Dec 1998 17:19:09 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Tools/world README Message-ID: <199812052219.RAA00990@anthem.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Tools/world In directory anthem:/projects/python/develop/bwarsaw/pristine/Tools/world Added Files: README Log Message: intermediate From guido@cnri.reston.va.us Mon Dec 7 03:53:21 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Sun, 6 Dec 1998 22:53:21 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Lib SimpleHTTPServer.py Message-ID: <199812070353.WAA26717@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Lib In directory eric:/projects/python/develop/guido/src/Lib Modified Files: SimpleHTTPServer.py Log Message: Open the file in binary mode -- so serving images from a Windows box might actually work. From guido@cnri.reston.va.us Mon Dec 7 04:08:05 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Sun, 6 Dec 1998 23:08:05 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Lib CGIHTTPServer.py Message-ID: <199812070408.XAA26789@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Lib In directory eric:/projects/python/develop/guido/src/Lib Modified Files: CGIHTTPServer.py Log Message: Patch by Jeff Rush: In CGIHTTPServer.py, the list of acceptable formats is -split- on spaces but -joined- on commas, resulting in double commas in the joined text. It appears harmless to my browser but ought to be fixed anyway. 'A, B, C' -> 'A,', 'B,', 'C,' -> 'A,,B,,C' From guido@cnri.reston.va.us Mon Dec 7 04:08:31 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Sun, 6 Dec 1998 23:08:31 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Lib SimpleHTTPServer.py Message-ID: <199812070408.XAA26805@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Lib In directory eric:/projects/python/develop/guido/src/Lib Modified Files: SimpleHTTPServer.py Log Message: Patch by Jeff Rush: In SimpleHTTPServer.py, the server specified in test() should be BaseHTTPServer.HTTPServer, in case the request handler should want to reference the two attributes added by BaseHTTPServer.server_bind: self.server_name = hostname self.server_port = port There was some Bobo CGI code that wanted access to those attributes. From guido@cnri.reston.va.us Mon Dec 7 14:28:05 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Mon, 7 Dec 1998 09:28:05 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Modules main.c Message-ID: <199812071428.JAA27594@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Modules In directory eric:/projects/python/develop/guido/src/Modules Modified Files: main.c Log Message: Py_Main() must be DL_EXPORT too. From guido@cnri.reston.va.us Mon Dec 7 14:28:48 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Mon, 7 Dec 1998 09:28:48 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Modules python.c Message-ID: <199812071428.JAA27637@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Modules In directory eric:/projects/python/develop/guido/src/Modules Modified Files: python.c Log Message: Py_Main() must be DL_EXPORT too. From fdrake@weyr.cnri.reston.va.us Mon Dec 7 17:13:19 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Mon, 7 Dec 1998 12:13:19 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/lib libfuncs.tex Message-ID: <199812071713.MAA22109@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/lib In directory weyr:/home/fdrake/projects/python/Doc/lib Modified Files: libfuncs.tex Log Message: "singed" --> "signed" (3 places) Noticed by Andrew MacIntyre . From guido@cnri.reston.va.us Mon Dec 7 21:57:02 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Mon, 7 Dec 1998 16:57:02 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Python thread_beos.h Message-ID: <199812072157.QAA28823@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Python In directory eric:/projects/python/develop/guido/src/Python Added Files: thread_beos.h Log Message: Adding thread support for BeOS by Chris Herborth. From guido@cnri.reston.va.us Mon Dec 7 21:59:45 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Mon, 7 Dec 1998 16:59:45 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Lib xmllib.py Message-ID: <199812072159.QAA28858@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Lib In directory eric:/projects/python/develop/guido/src/Lib Modified Files: xmllib.py Log Message: Sjoerd writes: When literal mode is entered it should exit automatically when the matching close tag of the last unclosed open tag is encountered. This patch fixes this. From guido@cnri.reston.va.us Mon Dec 7 21:59:57 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Mon, 7 Dec 1998 16:59:57 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Doc/lib libxmllib.tex Message-ID: <199812072159.QAA28874@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/lib In directory eric:/projects/python/develop/guido/Doc/lib Modified Files: libxmllib.tex Log Message: Sjoerd writes: When literal mode is entered it should exit automatically when the matching close tag of the last unclosed open tag is encountered. This patch fixes this. From guido@cnri.reston.va.us Tue Dec 8 13:23:25 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Tue, 8 Dec 1998 08:23:25 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Include cStringIO.h Message-ID: <199812081323.IAA29602@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Include In directory eric:/projects/python/develop/guido/src/Include Modified Files: cStringIO.h Log Message: Undo the change here -- there's no point in declaring a static function as DL_IMPORT()! From guido@cnri.reston.va.us Tue Dec 8 13:25:02 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Tue, 8 Dec 1998 08:25:02 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Lib xmllib.py Message-ID: <199812081325.IAA29636@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Lib In directory eric:/projects/python/develop/guido/src/Lib Modified Files: xmllib.py Log Message: Sjoerd patches the previous patch: In literal mode, also don't do anything about entity and character references, or about closing CDATA elements. From fdrake@weyr.cnri.reston.va.us Tue Dec 8 16:10:45 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Tue, 8 Dec 1998 11:10:45 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/lib libmath.tex Message-ID: <199812081610.LAA24507@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/lib In directory weyr:/home/fdrake/projects/python/Doc/lib Modified Files: libmath.tex Log Message: Rename the parameters of atan2(), based on comments from Guido & Peter A. Koren . From guido@cnri.reston.va.us Tue Dec 8 16:27:12 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Tue, 8 Dec 1998 11:27:12 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Modules mathmodule.c Message-ID: <199812081627.LAA29900@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Modules In directory eric:/projects/python/develop/guido/src/Modules Modified Files: mathmodule.c Log Message: Correctly document atan2. From guido@cnri.reston.va.us Tue Dec 8 16:30:12 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Tue, 8 Dec 1998 11:30:12 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Doc/lib libpoplib.tex Message-ID: <199812081630.LAA29926@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/lib In directory eric:/projects/python/develop/guido/Doc/lib Modified Files: libpoplib.tex Log Message: Correct the poplib example. Stephan Richter pointed out some problems with it. From fdrake@weyr.cnri.reston.va.us Tue Dec 8 19:59:37 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Tue, 8 Dec 1998 14:59:37 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/lib libtime.tex Message-ID: <199812081959.OAA01934@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/lib In directory weyr:/home/fdrake/projects/python/Doc/lib Modified Files: libtime.tex Log Message: Update the descriptions of strftime() and strptime() to avoid confusion, and describe what the "directives" are about. From klm@CNRI.Reston.VA.US Wed Dec 9 16:42:20 1998 From: klm@CNRI.Reston.VA.US (Ken Manheimer) Date: Wed, 9 Dec 1998 11:42:20 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src Message-ID: <199812091642.LAA00050@glyph.cnri.reston.va.us> Repaired a glitch in the synchronization mechanism, and doing an update to catchup on missed items... From guido@cnri.reston.va.us Wed Dec 9 17:05:35 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Wed, 9 Dec 1998 12:05:35 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Misc Makefile.pre.in Message-ID: <199812091705.MAA06389@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Misc In directory eric:/projects/python/develop/guido/src/Misc Modified Files: Makefile.pre.in Log Message: Sjoerd Mullender writes: The example Makefile.pre.in should also look at Setup.thread and Setup.local. Otherwise modules such as thread don't get incorporated in extensions. From guido@cnri.reston.va.us Wed Dec 9 22:15:02 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Wed, 9 Dec 1998 17:15:02 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Lib UserList.py Message-ID: <199812092215.RAA06820@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Lib In directory eric:/projects/python/develop/guido/src/Lib Modified Files: UserList.py Log Message: In __getslice__, use self.__class__ instead of UserList. From guido@cnri.reston.va.us Wed Dec 9 22:16:48 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Wed, 9 Dec 1998 17:16:48 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Lib cgi.py Message-ID: <199812092216.RAA06839@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Lib In directory eric:/projects/python/develop/guido/src/Lib Modified Files: cgi.py Log Message: In read_multi, allow a subclass to override the class we instantiate when we create a recursive instance, by setting the class variable 'FieldStorageClass' to the desired class. By default, this is set to None, in which case we use self.__class__ (as before). From guido@cnri.reston.va.us Wed Dec 9 22:24:20 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Wed, 9 Dec 1998 17:24:20 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/BeOS/ar-1.1 Makefile README.html README.txt ar ar.xMAP commands.c commands.h copy_attrs.c copy_attrs.h main.c mwlib.c mwlib.h Message-ID: <199812092224.RAA06897@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/BeOS/ar-1.1 In directory eric:/projects/python/develop/guido/src/BeOS/ar-1.1 Removed Files: Makefile README.html README.txt ar ar.xMAP commands.c commands.h copy_attrs.c copy_attrs.h main.c mwlib.c mwlib.h Log Message: Removing the BeOS specific 'ar' utility -- no longer needed, says Chris Herborth. From guido@cnri.reston.va.us Wed Dec 9 22:24:28 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Wed, 9 Dec 1998 17:24:28 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/BeOS/ar-1.1/docs ar.html dumpar.py dumpo.py notes Message-ID: <199812092224.RAA06913@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/BeOS/ar-1.1/docs In directory eric:/projects/python/develop/guido/src/BeOS/ar-1.1/docs Removed Files: ar.html dumpar.py dumpo.py notes Log Message: Removing the BeOS specific 'ar' utility -- no longer needed, says Chris Herborth. From fdrake@weyr.cnri.reston.va.us Thu Dec 10 04:56:02 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Wed, 9 Dec 1998 23:56:02 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/tools/sgmlconv fixgenents.sh Message-ID: <199812100456.XAA06009@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/tools/sgmlconv In directory weyr:/home/fdrake/projects/python/Doc/tools/sgmlconv Modified Files: fixgenents.sh Log Message: Handle SGML variant as well as XML variant. SGML is *much* more likely to be used. From fdrake@weyr.cnri.reston.va.us Thu Dec 10 05:04:22 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Thu, 10 Dec 1998 00:04:22 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/lib libarray.tex Message-ID: <199812100504.AAA06042@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/lib In directory weyr:/home/fdrake/projects/python/Doc/lib Modified Files: libarray.tex Log Message: Nits. From fdrake@weyr.cnri.reston.va.us Thu Dec 10 05:07:10 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Thu, 10 Dec 1998 00:07:10 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/tools/sgmlconv docfixer.py Message-ID: <199812100507.AAA06069@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/tools/sgmlconv In directory weyr:/home/fdrake/projects/python/Doc/tools/sgmlconv Modified Files: docfixer.py Log Message: Added a transform to start cleaning up the modulesynopsis stuff a little; more thinking is needed about what we really want. From guido@cnri.reston.va.us Thu Dec 10 16:54:20 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Thu, 10 Dec 1998 11:54:20 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Include intobject.h Message-ID: <199812101654.LAA08753@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Include In directory eric:/projects/python/develop/guido/src/Include Modified Files: intobject.h Log Message: Add prototypes for PyOS_strto[u]l -- Chris Herborth. From guido@cnri.reston.va.us Thu Dec 10 16:54:50 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Thu, 10 Dec 1998 11:54:50 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Objects abstract.c Message-ID: <199812101654.LAA08793@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Objects In directory eric:/projects/python/develop/guido/src/Objects Modified Files: abstract.c Log Message: Remove prototype for PyOS_strtol -- Chris Herborth. From guido@cnri.reston.va.us Thu Dec 10 16:56:24 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Thu, 10 Dec 1998 11:56:24 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Python compile.c Message-ID: <199812101656.LAA08827@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Python In directory eric:/projects/python/develop/guido/src/Python Modified Files: compile.c Log Message: Add more SET_LINENO instructions in long argument lists From guido@cnri.reston.va.us Thu Dec 10 16:57:15 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Thu, 10 Dec 1998 11:57:15 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Python compile.c Message-ID: <199812101657.LAA08848@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Python In directory eric:/projects/python/develop/guido/src/Python Modified Files: compile.c Log Message: Remove prototypes for PyOS_strto[u]l -- Chris Herborth. From guido@cnri.reston.va.us Thu Dec 10 16:57:46 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Thu, 10 Dec 1998 11:57:46 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Modules stropmodule.c Message-ID: <199812101657.LAA08867@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Modules In directory eric:/projects/python/develop/guido/src/Modules Modified Files: stropmodule.c Log Message: Remove prototypes for PyOS_strto[u]l -- Chris Herborth. From fdrake@weyr.cnri.reston.va.us Thu Dec 10 18:31:39 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Thu, 10 Dec 1998 13:31:39 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/tools/sgmlconv esis2sgml.py Message-ID: <199812101831.NAA11158@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/tools/sgmlconv In directory weyr:/home/fdrake/projects/python/Doc/tools/sgmlconv Modified Files: esis2sgml.py Log Message: Don't pass around a list of known empty elements, since the ESIS contains "e" events for them. This wasn't used anyway. From fdrake@weyr.cnri.reston.va.us Thu Dec 10 19:57:54 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Thu, 10 Dec 1998 14:57:54 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/lib libregex.tex Message-ID: <199812101957.OAA12958@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/lib In directory weyr:/home/fdrake/projects/python/Doc/lib Modified Files: libregex.tex Log Message: Remove another {\rm ...} construct. Sheesh, where do these things come from? From fdrake@weyr.cnri.reston.va.us Thu Dec 10 20:25:31 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Thu, 10 Dec 1998 15:25:31 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/tools/sgmlconv docfixer.py Message-ID: <199812102025.PAA13508@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/tools/sgmlconv In directory weyr:/home/fdrake/projects/python/Doc/tools/sgmlconv Modified Files: docfixer.py Log Message: create_module_info(): New function: Modify a
to create a element based on various meta information, and strip some cruftiness. This is more usable for information extraction, and organizes the information more clearly. cleanup_synopses(): Rewrite to use create_module_info(), so this will work with multi-rooted "documents". From guido@cnri.reston.va.us Fri Dec 11 01:10:32 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Thu, 10 Dec 1998 20:10:32 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Modules makesetup Message-ID: <199812110110.UAA12595@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Modules In directory eric:/projects/python/develop/guido/src/Modules Modified Files: makesetup Log Message: Gregor Hoffleit writes: But IMHO, this problem really reveals an annoyance in Python's makesetup. makesetup puts the global include directories "$(INCLUDEPY) $(EXECINCLUDEPY)" in front of the directories defined by the module in Setup. Therefore global (potentially older) header files are preferred over the ones set by the module, which makes it hard to compile new versions of modules when the old versions are installed. AFAIK, the other way around is common practice for most other software. This patch to makesetup would be an potential fix for this problem, though I don't know if it breaks anything else. From guido@cnri.reston.va.us Fri Dec 11 03:20:02 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Thu, 10 Dec 1998 22:20:02 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Modules cPickle.c Message-ID: <199812110320.WAA12858@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Modules In directory eric:/projects/python/develop/guido/src/Modules Modified Files: cPickle.c Log Message: Need to initialize self->safe_constructors early on to prevent crash in early dealloc. Patch by Andrew Dalke. From guido@cnri.reston.va.us Fri Dec 11 14:56:41 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Fri, 11 Dec 1998 09:56:41 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Objects tupleobject.c Message-ID: <199812111456.JAA13433@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Objects In directory eric:/projects/python/develop/guido/src/Objects Modified Files: tupleobject.c Log Message: When tracing references, reset the type and size of tuples allocated from the fast free list -- the type (at least) is reset by _Py_Dealloc(). From guido@cnri.reston.va.us Fri Dec 11 20:44:57 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Fri, 11 Dec 1998 15:44:57 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Objects fileobject.c Message-ID: <199812112044.PAA16899@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Objects In directory eric:/projects/python/develop/guido/src/Objects Modified Files: fileobject.c Log Message: As noted by Per Cederqvist, new_buffersize() sometimes returns the buffer increment, and sometimes the new buffer size. Make it do what its name says, and fix the one place where this matters to the caller. Also add a comment explaining why we call lseek() and then ftell(). From akuchlin@cnri.reston.va.us Mon Dec 14 19:36:18 1998 From: akuchlin@cnri.reston.va.us (Andrew M. Kuchling) Date: Mon, 14 Dec 1998 14:36:18 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Modules mpzmodule.c Message-ID: <199812141936.OAA07474@amarok.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Modules In directory amarok:/home/akuchlin/src/Python-1.5/Modules Modified Files: mpzmodule.c Log Message: Fixed bug reported to Gregor Hoffleit: > mpz.mpz('\xff') should return mpz(255). Instead it returns > mpz(4294967295L). Looks like the constructor doesn't work with strings > containing characters above chr(128). Caused by using just 'char' where 'unsigned char' should have been used. From bwarsaw@cnri.reston.va.us Mon Dec 14 21:34:49 1998 From: bwarsaw@cnri.reston.va.us (Barry A. Warsaw) Date: Mon, 14 Dec 1998 16:34:49 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Tools/world README world Message-ID: <199812142134.QAA21272@anthem.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Tools/world In directory anthem:/projects/python/develop/bwarsaw/pristine/Tools/world Modified Files: README world Log Message: "Author" -> "Contact" From bwarsaw@cnri.reston.va.us Mon Dec 14 21:36:42 1998 From: bwarsaw@cnri.reston.va.us (Barry A. Warsaw) Date: Mon, 14 Dec 1998 16:36:42 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Tools/audiopy README audiopy Message-ID: <199812142136.QAA21309@anthem.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Tools/audiopy In directory anthem:/projects/python/develop/bwarsaw/pristine/Tools/audiopy Modified Files: README audiopy Log Message: "Author" -> "Contact" From bwarsaw@cnri.reston.va.us Tue Dec 15 00:44:18 1998 From: bwarsaw@cnri.reston.va.us (Barry A. Warsaw) Date: Mon, 14 Dec 1998 19:44:18 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Lib/lib-tk Tkinter.py Message-ID: <199812150044.TAA21825@anthem.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Lib/lib-tk In directory anthem:/projects/python/develop/bwarsaw/pristine/Lib/lib-tk Modified Files: Tkinter.py Log Message: grid_bbox(): support new Tk API: grid bbox ?column row? ?column2 row2? From bwarsaw@cnri.reston.va.us Tue Dec 15 01:02:52 1998 From: bwarsaw@cnri.reston.va.us (Barry A. Warsaw) Date: Mon, 14 Dec 1998 20:02:52 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Tools/pynche Main.py PyncheWidget.py README Message-ID: <199812150102.UAA21890@anthem.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Tools/pynche In directory anthem:/projects/python/develop/bwarsaw/pristine/Tools/pynche Modified Files: Main.py PyncheWidget.py README Log Message: A start on the TestModExp applet "Author" => "Contact" From bwarsaw@cnri.reston.va.us Tue Dec 15 01:04:39 1998 From: bwarsaw@cnri.reston.va.us (Barry A. Warsaw) Date: Mon, 14 Dec 1998 20:04:39 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Tools/pynche StripViewer.py Message-ID: <199812150104.UAA21904@anthem.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Tools/pynche In directory anthem:/projects/python/develop/bwarsaw/pristine/Tools/pynche Modified Files: StripViewer.py Log Message: Added most of the mechanism to change the strips from color variations to color constants (i.e. red constant, green constant, blue constant). But I haven't hooked this up yet because the UI gets more crowded and the arrows don't reflect the correct values. Added "Go to Black" and "Go to White" buttons. From bwarsaw@cnri.reston.va.us Tue Dec 15 04:36:26 1998 From: bwarsaw@cnri.reston.va.us (Barry A. Warsaw) Date: Mon, 14 Dec 1998 23:36:26 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Misc python-mode.el Message-ID: <199812150436.XAA22946@anthem.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Misc In directory anthem:/projects/python/develop/bwarsaw/src/Misc Modified Files: python-mode.el Log Message: (py-goto-beginning-of-tqs): Finds the beginning of the triple quoted string we find ourselves in, based on the passed in delimiter. (py-compute-indentation): Fixes for indentation errors when we land inside a triple quoted string. For example: def foo(): if os.path.isfile(o_pri_mbox_file) and os.path.isfile(o_pub_mbox_file): print """\ I found both a private and a public mbox archive file private: %s public : %s I won't move either file, but you should choose one and move it to %s You may want to merge them manually, but be careful about exposing private correspondences to the public.""" % ( o_pri_mbox_file, o_pub_mbox_file, mbox_file) *----indentation would be wrong on this line. From guido@cnri.reston.va.us Tue Dec 15 15:35:24 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Tue, 15 Dec 1998 10:35:24 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Tools/freeze hello.py modulefinder.py Message-ID: <199812151535.KAA00962@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Tools/freeze In directory eric:/projects/python/develop/guido/src/Tools/freeze Modified Files: hello.py modulefinder.py Log Message: Sjoerd Mullender: When printing missing modules, also print the module they were imported from. From guido@cnri.reston.va.us Tue Dec 15 16:12:02 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Tue, 15 Dec 1998 11:12:02 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Python pythonrun.c Message-ID: <199812151612.LAA01128@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Python In directory eric:/projects/python/develop/guido/src/Python Modified Files: pythonrun.c Log Message: Move the prototype for dump_counts() to before where it is used. (This only applies when COUNT_ALLOCS is defined.) From guido@cnri.reston.va.us Tue Dec 15 21:43:18 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Tue, 15 Dec 1998 16:43:18 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Modules cStringIO.c Message-ID: <199812152143.QAA01373@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Modules In directory eric:/projects/python/develop/guido/src/Modules Modified Files: cStringIO.c Log Message: Jim Fulton writes: This fixes a bug that can cause core dumps when doing seeks in input StringIO objects. This has a number of other clean-ups. From guido@cnri.reston.va.us Thu Dec 17 18:00:35 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Thu, 17 Dec 1998 13:00:35 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/BeOS README linkcc linkmodule Message-ID: <199812171800.NAA05927@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/BeOS In directory eric:/projects/python/develop/guido/src/BeOS Modified Files: README linkcc linkmodule Log Message: Changes for new BeOS port by Chris Herborth From guido@cnri.reston.va.us Thu Dec 17 18:02:17 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Thu, 17 Dec 1998 13:02:17 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Tools/scripts h2py.py Message-ID: <199812171802.NAA05949@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Tools/scripts In directory eric:/projects/python/develop/guido/src/Tools/scripts Modified Files: h2py.py Log Message: Patch by Chris Herborth: BeOS headers live in various non-standard places; luckily, there's an environment variable that lists them all. From guido@cnri.reston.va.us Thu Dec 17 18:03:11 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Thu, 17 Dec 1998 13:03:11 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Python getopt.c Message-ID: <199812171803.NAA05966@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Python In directory eric:/projects/python/develop/guido/src/Python Modified Files: getopt.c Log Message: Patch by Chris Herborth: have to use a const-correct prototype on BeOS or the compiler gets uppity. From guido@cnri.reston.va.us Thu Dec 17 18:07:37 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Thu, 17 Dec 1998 13:07:37 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src configure.in Message-ID: <199812171807.NAA06363@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src In directory eric:/projects/python/develop/guido/src Modified Files: configure.in Log Message: Several tiny changes: - remove PowerPC specific compiler switch for BeOS (Chris Herborth) - FreeBSD/3 support - check for pthread_detach in libc instead of _create From guido@cnri.reston.va.us Thu Dec 17 18:08:58 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Thu, 17 Dec 1998 13:08:58 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src configure Message-ID: <199812171808.NAA06733@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src In directory eric:/projects/python/develop/guido/src Modified Files: configure Log Message: The usual From akuchlin@cnri.reston.va.us Fri Dec 18 13:57:01 1998 From: akuchlin@cnri.reston.va.us (Andrew M. Kuchling) Date: Fri, 18 Dec 1998 08:57:01 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Tools/scripts tabnanny.py Message-ID: <199812181357.IAA13323@amarok.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Tools/scripts In directory amarok:/home/akuchlin/src/Python-1.5/Tools/scripts Modified Files: tabnanny.py Log Message: Added a -q ('quiet') option to tabnanny, which causes only the names of offending files to be printed. Good for emacs `tabnanny.py *.py` From guido@cnri.reston.va.us Fri Dec 18 15:25:24 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Fri, 18 Dec 1998 10:25:24 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Lib urllib.py Message-ID: <199812181525.KAA18743@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Lib In directory eric:/projects/python/develop/guido/src/Lib Modified Files: urllib.py Log Message: Sjoerd Mullender: File names with "funny" characters get translated wrong by pathname2url (any variety). E.g. the (Unix) file "/ufs/sjoerd/#tmp" gets translated into "/ufs/sjoerd/#tmp" which, when interpreted as a URL is file "/ufs/sjoerd/" with fragment ID "tmp". Here's an easy fix. (An alternative fix would be to change the various implementations of pathname2url and url2pathname to include calls to quote and unquote. [The main problem is with the normal use of URLs: url = url2pathname(file) transmit url url, tag = splittag(url) urlopen(url) ] In addition, this patch fixes some uses of unquote: - the host part of URLs should be unquoted - the file path in the FTP URL should be unquoted before it is split into components. - because of the latter, I removed all unquoting from ftpwrapper, and moved it to the caller, but that is not essential From guido@cnri.reston.va.us Fri Dec 18 15:37:16 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Fri, 18 Dec 1998 10:37:16 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/BeOS ar-fake Message-ID: <199812181537.KAA18795@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/BeOS In directory eric:/projects/python/develop/guido/src/BeOS Added Files: ar-fake Log Message: Forgot to check this in for Chris Herborth From guido@cnri.reston.va.us Fri Dec 18 15:52:55 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Fri, 18 Dec 1998 10:52:55 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Tools/idle ClassBrowser.py FileList.py Message-ID: <199812181552.KAA18952@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Tools/idle In directory eric:/projects/python/develop/guido/src/Tools/idle Modified Files: ClassBrowser.py FileList.py Log Message: Fix the class browser to work even when the file is not on sys.path. From fdrake@weyr.cnri.reston.va.us Fri Dec 18 19:47:01 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Fri, 18 Dec 1998 14:47:01 -0500 Subject: [Python-checkins] CVS: python/dist/src/Modules zlibmodule.c Message-ID: <199812181947.OAA17335@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Modules In directory weyr:/home/fdrake/projects/python/Modules Modified Files: zlibmodule.c Log Message: When _PyString_Resize() reports failure, the variable referring to the string we wanted to resize is set to NULL. Don't Py_DECREF() those variables! (5 places) From guido@cnri.reston.va.us Fri Dec 18 20:16:53 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Fri, 18 Dec 1998 15:16:53 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Lib xmllib.py Message-ID: <199812182016.PAA25818@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Lib In directory eric:/projects/python/develop/guido/src/Lib Modified Files: xmllib.py Log Message: Sjoerd Mullender writes: Here is my current version of xmllib.py and the documentation. This version has some API changes with respect to the version currently in Python (also the one in 1.5.2a). This version supports XML namespaces. From guido@cnri.reston.va.us Fri Dec 18 20:17:14 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Fri, 18 Dec 1998 15:17:14 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Doc/lib libxmllib.tex Message-ID: <199812182017.PAA25835@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/lib In directory eric:/projects/python/develop/guido/Doc/lib Modified Files: libxmllib.tex Log Message: Sjoerd Mullender writes: Here is my current version of xmllib.py and the documentation. This version has some API changes with respect to the version currently in Python (also the one in 1.5.2a). This version supports XML namespaces. From guido@cnri.reston.va.us Fri Dec 18 22:00:59 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Fri, 18 Dec 1998 17:00:59 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/BeOS README Message-ID: <199812182200.RAA27131@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/BeOS In directory eric:/projects/python/develop/guido/src/BeOS Modified Files: README Log Message: Improved instructions by Chris H. From guido@cnri.reston.va.us Fri Dec 18 22:02:38 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Fri, 18 Dec 1998 17:02:38 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Python mystrtoul.c Message-ID: <199812182202.RAA27152@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Python In directory eric:/projects/python/develop/guido/src/Python Modified Files: mystrtoul.c Log Message: Chris H. writes: If we're going to put the PyOS_strtol() proto in intobject.h we should include it here or the symbol isn't exported on PowerPC. From jhylton@cnri.reston.va.us Fri Dec 18 22:13:14 1998 From: jhylton@cnri.reston.va.us (Jeremy Hylton) Date: Fri, 18 Dec 1998 17:13:14 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Modules zlibmodule.c Message-ID: <199812182213.RAA22304@bitdiddle.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Modules In directory bitdiddle:/local/home/jhylton/local/python/src/Modules Modified Files: zlibmodule.c Log Message: patches from Andrew NOTE: There is still a bug of some sort in the behavior of zlib. In at least one case, inflate returns Z_OK (which is typically interpreted to mean that more output space is needed) when it has finished inflating a buffer. This has been reported as a bug to the zlib maintainers; we may need to change the Python interface. From guido@cnri.reston.va.us Sat Dec 19 23:53:35 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Sat, 19 Dec 1998 18:53:35 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Lib types.py Message-ID: <199812192353.SAA29304@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Lib In directory eric:/projects/python/develop/guido/src/Lib Modified Files: types.py Log Message: Use __stdin__ instead of stdin to derive FileType -- safer against assignments. From guido@cnri.reston.va.us Mon Dec 21 16:26:34 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Mon, 21 Dec 1998 11:26:34 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Lib ftplib.py Message-ID: <199812211626.LAA00478@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Lib In directory eric:/projects/python/develop/guido/src/Lib Modified Files: ftplib.py Log Message: Typo discovered by Just. From jhylton@cnri.reston.va.us Mon Dec 21 16:40:23 1998 From: jhylton@cnri.reston.va.us (Jeremy Hylton) Date: Mon, 21 Dec 1998 11:40:23 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Modules zlibmodule.c Message-ID: <199812211640.LAA01227@bitdiddle.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Modules In directory bitdiddle:/local/home/jhylton/local/python/src/Modules Modified Files: zlibmodule.c Log Message: remove debugging fprintf (should have checked this before previous checkin) From jhylton@cnri.reston.va.us Mon Dec 21 17:15:02 1998 From: jhylton@cnri.reston.va.us (Jeremy Hylton) Date: Mon, 21 Dec 1998 12:15:02 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Modules zlibmodule.c Message-ID: <199812211715.MAA01689@bitdiddle.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Modules In directory bitdiddle:/local/home/jhylton/local/python/src/Modules Modified Files: zlibmodule.c Log Message: replace missing zalloc initialization (test_zlib now runs successfully) From guido@cnri.reston.va.us Mon Dec 21 18:15:30 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Mon, 21 Dec 1998 13:15:30 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Lib xmllib.py Message-ID: <199812211815.NAA01001@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Lib In directory eric:/projects/python/develop/guido/src/Lib Modified Files: xmllib.py Log Message: Sjoerd Mullender: - Fixed a bug where a syntax error was reported when a document started with white space. (White space at the start of a document is valid if there is no XML declaration.) - Improved the speed quite a bit for documents that don't make use of namespaces. From guido@cnri.reston.va.us Mon Dec 21 18:23:39 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Mon, 21 Dec 1998 13:23:39 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Lib compileall.py Message-ID: <199812211823.NAA01052@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Lib In directory eric:/projects/python/develop/guido/src/Lib Modified Files: compileall.py Log Message: A mod whose author I forget. (I must've mislaid the email. If it's yours, please let me know for propoer acknowledgement.) This avoids recompiling files that haven't changed; it adds a -f option to force recompilation. From guido@cnri.reston.va.us Mon Dec 21 18:24:10 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Mon, 21 Dec 1998 13:24:10 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Lib urlparse.py Message-ID: <199812211824.NAA01070@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Lib In directory eric:/projects/python/develop/guido/src/Lib Modified Files: urlparse.py Log Message: Add XXX comment about a test that doesn't seem right -- no time to explore this now. From guido@cnri.reston.va.us Mon Dec 21 18:25:06 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Mon, 21 Dec 1998 13:25:06 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Lib/lib-tk Tkinter.py Message-ID: <199812211825.NAA01087@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Lib/lib-tk In directory eric:/projects/python/develop/guido/src/Lib/lib-tk Modified Files: Tkinter.py Log Message: Add XXX comment about the need to add a dump() method to the Text widget -- no time to do this right now. From guido@cnri.reston.va.us Mon Dec 21 18:27:29 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Mon, 21 Dec 1998 13:27:29 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Python pystate.c Message-ID: <199812211827.NAA01112@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Python In directory eric:/projects/python/develop/guido/src/Python Modified Files: pystate.c Log Message: Make current_tstate a global, _PyThreadState_Current. This is to support a macro in pystate.h. From guido@cnri.reston.va.us Mon Dec 21 18:28:12 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Mon, 21 Dec 1998 13:28:12 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Include pystate.h Message-ID: <199812211828.NAA01127@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Include In directory eric:/projects/python/develop/guido/src/Include Modified Files: pystate.h Log Message: Add macro version of PyThreadState_GET(). This uses _PyThreadState_Current, defined in pystate.c. From guido@cnri.reston.va.us Mon Dec 21 18:30:22 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Mon, 21 Dec 1998 13:30:22 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Demo/scripts beer.py Message-ID: <199812211830.NAA01151@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Demo/scripts In directory eric:/projects/python/develop/guido/src/Demo/scripts Added Files: beer.py Log Message: 100 bottles of beer on the wall example. After a version by Fredrik Lundh that I found on the web somewhere. (I like mine better, but of course that may have to do with my alcohol consumption. :-) From guido@cnri.reston.va.us Mon Dec 21 18:32:42 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Mon, 21 Dec 1998 13:32:42 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Parser parsetok.c Message-ID: <199812211832.NAA01181@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Parser In directory eric:/projects/python/develop/guido/src/Parser Modified Files: parsetok.c Log Message: Make sure that -t and -tt also work on strings passed to compile(). From guido@cnri.reston.va.us Mon Dec 21 18:33:11 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Mon, 21 Dec 1998 13:33:11 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Python ceval.c Message-ID: <199812211833.NAA01200@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Python In directory eric:/projects/python/develop/guido/src/Python Modified Files: ceval.c Log Message: Use PyThreadState_GET() macro. From guido@cnri.reston.va.us Mon Dec 21 18:33:31 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Mon, 21 Dec 1998 13:33:31 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Python errors.c Message-ID: <199812211833.NAA01217@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Python In directory eric:/projects/python/develop/guido/src/Python Modified Files: errors.c Log Message: Use PyThreadState_GET() macro. From guido@cnri.reston.va.us Mon Dec 21 18:35:52 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Mon, 21 Dec 1998 13:35:52 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Modules pypcre.c Message-ID: <199812211835.NAA01243@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Modules In directory eric:/projects/python/develop/guido/src/Modules Modified Files: pypcre.c Log Message: Add dummy variable to avoid optimizer bug on OS/2 -- patch by Jeff Rush. (AMK: you should probably copy this into your patch set for pcre.) From guido@cnri.reston.va.us Mon Dec 21 18:51:25 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Mon, 21 Dec 1998 13:51:25 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Lib nntplib.py Message-ID: <199812211851.NAA05574@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Lib In directory eric:/projects/python/develop/guido/src/Lib Modified Files: nntplib.py Log Message: Marc-Andre Lemburg notes about statparse(): """ The message ID is returned lowercased and there is no way to access the original ID the server sent. Now at least some news servers are very picky about the case of the ID and return errors when fetching articles with mixed case given a lowercased version of the ID. The solution is simple: remove the string.lower() call. """ (I might add that the lowercasing was probably introduced as a result of sloppy copy-and-paste coding; there's a string.lower in a similar piece of code a bit higher in the source, that makes more sense -- it's lowercasing the group name.) From fdrake@weyr.cnri.reston.va.us Mon Dec 21 18:52:56 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Mon, 21 Dec 1998 13:52:56 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/lib libposix.tex Message-ID: <199812211852.NAA02790@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/lib In directory weyr:/home/fdrake/projects/python/Doc/lib Modified Files: libposix.tex Log Message: Add a bunch of index entries related to retrieving information from the process table. From fdrake@weyr.cnri.reston.va.us Mon Dec 21 18:56:16 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Mon, 21 Dec 1998 13:56:16 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/lib libstring.tex Message-ID: <199812211856.NAA02822@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/lib In directory weyr:/home/fdrake/projects/python/Doc/lib Modified Files: libstring.tex Log Message: Clarify descriptions of some operations; it's not always clear that strings are not actually modified. Problem reported by Dr. Peter Stoehr . From guido@cnri.reston.va.us Mon Dec 21 18:57:39 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Mon, 21 Dec 1998 13:57:39 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Doc/ref ref6.tex Message-ID: <199812211857.NAA06536@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/ref In directory eric:/projects/python/develop/guido/Doc/ref Modified Files: ref6.tex Log Message: Suggestion by Tim Peters clarifying what "before global" means. (Also added an XXX comment requesting clarification of module initialization -- TBD later.) From guido@cnri.reston.va.us Mon Dec 21 19:18:57 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Mon, 21 Dec 1998 14:18:57 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Lib/plat-beos1 socket.py Message-ID: <199812211918.OAA06831@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Lib/plat-beos1 In directory eric:/projects/python/develop/guido/src/Lib/plat-beos1 Removed Files: socket.py Log Message: Renaming Lib/plat-beos1 to Lib/plat-beos at Chris Herborth's request From guido@cnri.reston.va.us Mon Dec 21 19:28:39 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Mon, 21 Dec 1998 14:28:39 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/BeOS README Message-ID: <199812211928.OAA06876@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/BeOS In directory eric:/projects/python/develop/guido/src/BeOS Modified Files: README Log Message: Chris H. adds MACHDEP=beos to the CCSHARED variable From guido@cnri.reston.va.us Mon Dec 21 19:32:16 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Mon, 21 Dec 1998 14:32:16 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Include pythread.h Message-ID: <199812211932.OAA06926@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Include In directory eric:/projects/python/develop/guido/src/Include Modified Files: pythread.h Log Message: Thanks to Chris Herborth, the thread primitives now have proper Py* names in the source code (they already had those for the linker, through some smart macros; but the source still had the old, un-Py names). From guido@cnri.reston.va.us Mon Dec 21 19:32:36 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Mon, 21 Dec 1998 14:32:36 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Python ceval.c import.c importdl.c thread.c thread_beos.h thread_cthread.h thread_foobar.h thread_lwp.h thread_nt.h thread_os2.h thread_pthread.h thread_sgi.h thread_solaris.h Message-ID: <199812211932.OAA06944@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Python In directory eric:/projects/python/develop/guido/src/Python Modified Files: ceval.c import.c importdl.c thread.c thread_beos.h thread_cthread.h thread_foobar.h thread_lwp.h thread_nt.h thread_os2.h thread_pthread.h thread_sgi.h thread_solaris.h Log Message: Thanks to Chris Herborth, the thread primitives now have proper Py* names in the source code (they already had those for the linker, through some smart macros; but the source still had the old, un-Py names). From guido@cnri.reston.va.us Mon Dec 21 19:32:45 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Mon, 21 Dec 1998 14:32:45 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Modules _tkinter.c bsddbmodule.c signalmodule.c socketmodule.c stdwinmodule.c threadmodule.c Message-ID: <199812211932.OAA06956@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Modules In directory eric:/projects/python/develop/guido/src/Modules Modified Files: _tkinter.c bsddbmodule.c signalmodule.c socketmodule.c stdwinmodule.c threadmodule.c Log Message: Thanks to Chris Herborth, the thread primitives now have proper Py* names in the source code (they already had those for the linker, through some smart macros; but the source still had the old, un-Py names). From guido@cnri.reston.va.us Mon Dec 21 19:51:03 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Mon, 21 Dec 1998 14:51:03 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Python import.c Message-ID: <199812211951.OAA07602@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Python In directory eric:/projects/python/develop/guido/src/Python Modified Files: import.c Log Message: Improve comment for PyImport_Import() as suggested by Bill Tutt. From guido@cnri.reston.va.us Mon Dec 21 20:21:22 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Mon, 21 Dec 1998 15:21:22 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Include pystate.h Message-ID: <199812212021.PAA07999@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Include In directory eric:/projects/python/develop/guido/src/Include Modified Files: pystate.h Log Message: I can't seem to do anything right :-) As Chris H. points out, I should have added 'extern' to the declaration of _PyThreadState_Current. Here it is. From guido@cnri.reston.va.us Mon Dec 21 21:41:17 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Mon, 21 Dec 1998 16:41:17 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Misc HISTORY Message-ID: <199812212141.QAA08466@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Misc In directory eric:/projects/python/develop/guido/src/Misc Modified Files: HISTORY Log Message: Moved history up to and including 1.5.1 here. From guido@cnri.reston.va.us Mon Dec 21 21:42:24 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Mon, 21 Dec 1998 16:42:24 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Misc ACKS Message-ID: <199812212142.QAA08484@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Misc In directory eric:/projects/python/develop/guido/src/Misc Modified Files: ACKS Log Message: New names. Keep those contributions coming! From guido@cnri.reston.va.us Mon Dec 21 21:45:06 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Mon, 21 Dec 1998 16:45:06 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Misc NEWS Message-ID: <199812212145.QAA08501@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Misc In directory eric:/projects/python/develop/guido/src/Misc Modified Files: NEWS Log Message: News for 1.5.2b1. Moved news before 1.5.1 to HISTORY. From bwarsaw@cnri.reston.va.us Tue Dec 22 03:02:22 1998 From: bwarsaw@cnri.reston.va.us (Barry A. Warsaw) Date: Mon, 21 Dec 1998 22:02:22 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Lib smtplib.py Message-ID: <199812220302.WAA03886@anthem.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Lib In directory anthem:/projects/python/develop/bwarsaw/pristine/Lib Modified Files: smtplib.py Log Message: Nothing earthshattering, just some fixes to typos and other formatting bugs in various docstrings. From bwarsaw@cnri.reston.va.us Tue Dec 22 03:24:29 1998 From: bwarsaw@cnri.reston.va.us (Barry A. Warsaw) Date: Mon, 21 Dec 1998 22:24:29 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Lib smtplib.py Message-ID: <199812220324.WAA03951@anthem.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Lib In directory anthem:/projects/python/develop/bwarsaw/pristine/Lib Modified Files: smtplib.py Log Message: A few other docstring fixes, most importantly to be a little nicer to Emacs ;-) From guido@cnri.reston.va.us Tue Dec 22 05:18:27 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Tue, 22 Dec 1998 00:18:27 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Doc/lib libnetrc.tex libshlex.tex lib.tex Message-ID: <199812220518.AAA09527@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/lib In directory eric:/projects/python/develop/guido/Doc/lib Modified Files: lib.tex Added Files: libnetrc.tex libshlex.tex Log Message: Adding libshlex and libnetrc by Eric Raymond. From guido@cnri.reston.va.us Tue Dec 22 05:19:31 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Tue, 22 Dec 1998 00:19:31 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Lib netrc.py shlex.py Message-ID: <199812220519.AAA09546@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Lib In directory eric:/projects/python/develop/guido/src/Lib Added Files: netrc.py shlex.py Log Message: Adding shlex and netrc by Eric Raymond. From guido@cnri.reston.va.us Tue Dec 22 13:35:31 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Tue, 22 Dec 1998 08:35:31 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/BeOS README Message-ID: <199812221335.IAA09993@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/BeOS In directory eric:/projects/python/develop/guido/src/BeOS Modified Files: README Log Message: Last-minute update by Chris H. From guido@cnri.reston.va.us Tue Dec 22 13:40:56 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Tue, 22 Dec 1998 08:40:56 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/BeOS README Message-ID: <199812221340.IAA10026@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/BeOS In directory eric:/projects/python/develop/guido/src/BeOS Modified Files: README Log Message: Last-minute oopsie by Chris H. (Chris, please check that I did this right!) From guido@cnri.reston.va.us Tue Dec 22 13:44:03 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Tue, 22 Dec 1998 08:44:03 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Tools/freeze modulefinder.py Message-ID: <199812221344.IAA10069@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Tools/freeze In directory eric:/projects/python/develop/guido/src/Tools/freeze Modified Files: modulefinder.py Log Message: Fix for modulefinder so that it prints all modules an unknown module was referenced in instead of only the last. (Sjoerd Mullender) From guido@cnri.reston.va.us Tue Dec 22 13:50:34 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Tue, 22 Dec 1998 08:50:34 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Lib/dos-8x3 cgihttps.py compilea.py exceptio.py simpleht.py socketse.py userlist.py Message-ID: <199812221350.IAA10152@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Lib/dos-8x3 In directory eric:/projects/python/develop/guido/src/Lib/dos-8x3 Modified Files: cgihttps.py compilea.py exceptio.py simpleht.py socketse.py userlist.py Log Message: The usual. # Message to all python-checkins readers: we have a problem with the # CVS mirroring software. You can't check out the latest changes yet. # We hope to have fixed this by noon EST today. From guido@cnri.reston.va.us Tue Dec 22 14:23:52 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Tue, 22 Dec 1998 09:23:52 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Lib xmllib.py Message-ID: <199812221423.JAA10256@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Lib In directory eric:/projects/python/develop/guido/src/Lib Modified Files: xmllib.py Log Message: New test function by Sjoerd, adding -t option. From guido@CNRI.Reston.VA.US Tue Dec 22 15:51:48 1998 From: guido@CNRI.Reston.VA.US (Guido van Rossum) Date: Tue, 22 Dec 1998 10:51:48 -0500 Subject: [Python-checkins] CVS problem fixed Message-ID: <199812221551.KAA10342@eric.cnri.reston.va.us> I seem to have (at least temporarily) fixed the CVS mirroring problem we were experiencing, and updated the CVS mirror. If you were waiting to check out a recently changed file (say since last midnight, EST), try again! --Guido van Rossum (home page: http://www.python.org/~guido/) From guido@cnri.reston.va.us Tue Dec 22 16:37:03 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Tue, 22 Dec 1998 11:37:03 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src README Message-ID: <199812221637.LAA10458@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src In directory eric:/projects/python/develop/guido/src Modified Files: README Log Message: Optimistically, we label this as ready to go today. Also commit several improvements in the descriptions of the QNX and BeOS port, both by Chris Herborth. From guido@cnri.reston.va.us Tue Dec 22 16:41:11 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Tue, 22 Dec 1998 11:41:11 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Misc NEWS Message-ID: <199812221641.LAA10482@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Misc In directory eric:/projects/python/develop/guido/src/Misc Modified Files: NEWS Log Message: Added shlex and netrc modules; added warning about urllib change affecting subclasses (which Jeremy just found out). From guido@cnri.reston.va.us Tue Dec 22 16:49:19 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Tue, 22 Dec 1998 11:49:19 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Lib ftplib.py Message-ID: <199812221649.LAA10555@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Lib In directory eric:/projects/python/develop/guido/src/Lib Modified Files: ftplib.py Log Message: Add warning to Netrc's docstring that it is obsolete -- use the netrc module instead. (The main advantage of the latter is that it comes with documentation.) From fdrake@weyr.cnri.reston.va.us Tue Dec 22 17:40:46 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Tue, 22 Dec 1998 12:40:46 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc Makefile.deps Message-ID: <199812221740.MAA07073@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc In directory weyr:/home/fdrake/projects/python/Doc Modified Files: Makefile.deps Log Message: Added libnetrc.tex and libshlex.tex to LIBFILES. From fdrake@weyr.cnri.reston.va.us Tue Dec 22 18:02:27 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Tue, 22 Dec 1998 13:02:27 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/perl python.perl Message-ID: <199812221802.NAA07647@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/perl In directory weyr:/home/fdrake/projects/python/Doc/perl Modified Files: python.perl Log Message: do_cmd_rfc(): Make the "RFC ###" a hyperlink to the master RFC repository. From fdrake@weyr.cnri.reston.va.us Tue Dec 22 18:04:50 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Tue, 22 Dec 1998 13:04:50 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/lib libsmtplib.tex Message-ID: <199812221804.NAA07671@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/lib In directory weyr:/home/fdrake/projects/python/Doc/lib Modified Files: libsmtplib.tex Log Message: Add an explanation about what the example does and doesn't do. Fix an appearantly new behavior with latex2html with quoting. (Good incentive to work on the SGML conversion! ;) From fdrake@weyr.cnri.reston.va.us Tue Dec 22 18:06:04 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Tue, 22 Dec 1998 13:06:04 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/lib libxmllib.tex Message-ID: <199812221806.NAA07690@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/lib In directory weyr:/home/fdrake/projects/python/Doc/lib Modified Files: libxmllib.tex Log Message: Use \moduleauthor and \sectionauthor instead of a comment to credit the author (just happened to notice this one). From fdrake@weyr.cnri.reston.va.us Tue Dec 22 18:15:06 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Tue, 22 Dec 1998 13:15:06 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/templates module.tex Message-ID: <199812221815.NAA07902@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/templates In directory weyr:/home/fdrake/projects/python/Doc/templates Modified Files: module.tex Log Message: Improve a couple of comments. From fdrake@weyr.cnri.reston.va.us Tue Dec 22 18:19:47 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Tue, 22 Dec 1998 13:19:47 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/lib libre.tex Message-ID: <199812221819.NAA07968@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/lib In directory weyr:/home/fdrake/projects/python/Doc/lib Modified Files: libre.tex Log Message: Start of text that describes differences between match and search. Strengthen pointers to the search() function and method. From fdrake@weyr.cnri.reston.va.us Tue Dec 22 18:24:14 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Tue, 22 Dec 1998 13:24:14 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/lib libnetrc.tex libshlex.tex Message-ID: <199812221824.NAA08012@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/lib In directory weyr:/home/fdrake/projects/python/Doc/lib Modified Files: libnetrc.tex libshlex.tex Log Message: Adjust markup to match current conventions, and make it formattable. From fdrake@weyr.cnri.reston.va.us Tue Dec 22 18:27:23 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Tue, 22 Dec 1998 13:27:23 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/texinputs boilerplate.tex Message-ID: <199812221827.NAA08048@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/texinputs In directory weyr:/home/fdrake/projects/python/Doc/texinputs Modified Files: boilerplate.tex Log Message: Update the date. From fdrake@weyr.cnri.reston.va.us Tue Dec 22 18:40:52 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Tue, 22 Dec 1998 13:40:52 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/lib libnetrc.tex libshlex.tex Message-ID: <199812221840.NAA08213@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/lib In directory weyr:/home/fdrake/projects/python/Doc/lib Modified Files: libnetrc.tex libshlex.tex Log Message: Added information on when this was added, allowing us to release the documentation on the Web while people are still using < 1.5.2b1. From fdrake@weyr.cnri.reston.va.us Tue Dec 22 18:46:17 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Tue, 22 Dec 1998 13:46:17 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/lib libxmllib.tex Message-ID: <199812221846.NAA08272@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/lib In directory weyr:/home/fdrake/projects/python/Doc/lib Modified Files: libxmllib.tex Log Message: Added a \versionchanged since the API changed to support namespaces with 1.5.2. Added an index entry. Fixed XML expansion: XML is the "Extensible Markup Language", not the "eXtended Markup Language". From bwarsaw@cnri.reston.va.us Tue Dec 22 20:37:39 1998 From: bwarsaw@cnri.reston.va.us (Barry A. Warsaw) Date: Tue, 22 Dec 1998 15:37:39 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Lib smtplib.py Message-ID: <199812222037.PAA24143@anthem.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Lib In directory anthem:/projects/python/develop/bwarsaw/pristine/Lib Modified Files: smtplib.py Log Message: Small, and final docstring merge with Dragon's version. From fdrake@weyr.cnri.reston.va.us Tue Dec 22 22:17:43 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Tue, 22 Dec 1998 17:17:43 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc Makefile Message-ID: <199812222217.RAA09511@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc In directory weyr:/home/fdrake/projects/python/Doc Modified Files: Makefile Log Message: Bump $(RELEASE). From fdrake@weyr.cnri.reston.va.us Tue Dec 22 23:37:23 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Tue, 22 Dec 1998 18:37:23 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/lib libgetpass.tex Message-ID: <199812222337.SAA10150@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/lib In directory weyr:/home/fdrake/projects/python/Doc/lib Added Files: libgetpass.tex Log Message: Basic documentation for the getpass module. From fdrake@weyr.cnri.reston.va.us Tue Dec 22 23:37:48 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Tue, 22 Dec 1998 18:37:48 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/lib lib.tex Message-ID: <199812222337.SAA10173@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/lib In directory weyr:/home/fdrake/projects/python/Doc/lib Modified Files: lib.tex Log Message: Add the getpass module. From fdrake@weyr.cnri.reston.va.us Tue Dec 22 23:38:12 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Tue, 22 Dec 1998 18:38:12 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc Makefile.deps Message-ID: <199812222338.SAA10195@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc In directory weyr:/home/fdrake/projects/python/Doc Modified Files: Makefile.deps Log Message: Add the getpass module to $(LIBFILES). From fdrake@weyr.cnri.reston.va.us Tue Dec 22 23:41:08 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Tue, 22 Dec 1998 18:41:08 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/perl python.perl Message-ID: <199812222341.SAA10225@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/perl In directory weyr:/home/fdrake/projects/python/Doc/perl Modified Files: python.perl Log Message: Fix many of the specific targets in links from the index. In a number of places, I called next_argument() instead of next_argument_id() when the ID was also needed. (7 places) From guido@cnri.reston.va.us Wed Dec 23 04:45:07 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Tue, 22 Dec 1998 23:45:07 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Modules cursesmodule.c Message-ID: <199812230445.XAA17613@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Modules In directory eric:/projects/python/develop/guido/src/Modules Modified Files: cursesmodule.c Log Message: Chris Herborth discovered a typo in the arrow key symbols. From guido@cnri.reston.va.us Wed Dec 23 05:01:39 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Wed, 23 Dec 1998 00:01:39 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Python modsupport.c Message-ID: <199812230501.AAA17777@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Python In directory eric:/projects/python/develop/guido/src/Python Modified Files: modsupport.c Log Message: Add 'N' format character to Py_BuildValue -- like 'O' but doesn't INCREF. Patch and suggestion by Greg Couch. From guido@cnri.reston.va.us Wed Dec 23 05:02:10 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Wed, 23 Dec 1998 00:02:10 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Doc/ext ext.tex Message-ID: <199812230502.AAA17794@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/ext In directory eric:/projects/python/develop/guido/Doc/ext Modified Files: ext.tex Log Message: Document 'N' format character for Py_BuildValue -- like 'O' but doesn't INCREF. From guido@cnri.reston.va.us Wed Dec 23 19:53:48 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Wed, 23 Dec 1998 14:53:48 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Python modsupport.c Message-ID: <199812231953.OAA20040@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Python In directory eric:/projects/python/develop/guido/src/Python Modified Files: modsupport.c Log Message: Oops, forgot a pair of {}'s. (Greg Couch) From guido@cnri.reston.va.us Wed Dec 23 21:32:53 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Wed, 23 Dec 1998 16:32:53 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Tools/faqwiz faqconf.py Message-ID: <199812232132.QAA20320@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Tools/faqwiz In directory eric:/projects/python/develop/guido/src/Tools/faqwiz Modified Files: faqconf.py Log Message: Provide more detail when the commit button is not shown. From guido@cnri.reston.va.us Wed Dec 23 21:33:10 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Wed, 23 Dec 1998 16:33:10 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Tools/faqwiz faqwiz.py Message-ID: <199812232133.QAA20338@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Tools/faqwiz In directory eric:/projects/python/develop/guido/src/Tools/faqwiz Modified Files: faqwiz.py Log Message: Provide more detail when the commit button is not shown. From guido@cnri.reston.va.us Wed Dec 23 21:58:40 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Wed, 23 Dec 1998 16:58:40 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Lib rfc822.py Message-ID: <199812232158.QAA27836@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Lib In directory eric:/projects/python/develop/guido/src/Lib Modified Files: rfc822.py Log Message: Avoid crash in parsedate_tz() on certain invalid dates -- when the field assumed to be the time is in fact the year, the resulting list doesn't have enough items, and this isn't checked for. Return None instead. From guido@cnri.reston.va.us Wed Dec 23 22:05:44 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Wed, 23 Dec 1998 17:05:44 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Lib mailbox.py Message-ID: <199812232205.RAA04605@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Lib In directory eric:/projects/python/develop/guido/src/Lib Modified Files: mailbox.py Log Message: Patch by Mike Meyer: Add a class to mailbox.py for dealing with qmail directory mailboxes. The test code was extended to notice these being used as well. From guido@cnri.reston.va.us Wed Dec 23 22:22:15 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Wed, 23 Dec 1998 17:22:15 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Lib rfc822.py Message-ID: <199812232222.RAA15340@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Lib In directory eric:/projects/python/develop/guido/src/Lib Modified Files: rfc822.py Log Message: Patch by Mike Meyer: Extended the rfc822 parsedate routines to handle the cases they failed on in an archive of ~37,000 messages. I believe the changes are compatible, in that all previously correct parsing are still correct. [I still see problems with some messages, but no showstoppers.] From guido@cnri.reston.va.us Wed Dec 23 23:04:20 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Wed, 23 Dec 1998 18:04:20 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Lib telnetlib.py Message-ID: <199812232304.SAA10506@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Lib In directory eric:/projects/python/develop/guido/src/Lib Modified Files: telnetlib.py Log Message: Added mt_interact() -- multithreaded version of interact(). interact() automatically uses this on Windows (where the single-threaded version doesn't work). From bwarsaw@cnri.reston.va.us Sun Dec 27 20:08:51 1998 From: bwarsaw@cnri.reston.va.us (Barry A. Warsaw) Date: Sun, 27 Dec 1998 15:08:51 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Tools/world world Message-ID: <199812272008.PAA12945@anthem.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Tools/world In directory anthem:/projects/python/develop/bwarsaw/pristine/Tools/world Modified Files: world Log Message: Update on history of `uk' top level, greatly condensed from David Pick's emailed account. From fdrake@weyr.cnri.reston.va.us Mon Dec 28 15:17:25 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Mon, 28 Dec 1998 10:17:25 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/paper-letter Makefile Message-ID: <199812281517.KAA16785@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/paper-letter In directory weyr:/home/fdrake/projects/python/Doc/paper-letter Modified Files: Makefile Log Message: Remove all use of $* in commands; some makes (Solaris 2.5, IRIX 6.X) only expand this in dependency lists. Thanks for Sjoerd Mullendar for pointing this out. From fdrake@weyr.cnri.reston.va.us Mon Dec 28 19:03:27 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Mon, 28 Dec 1998 14:03:27 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/lib libre.tex Message-ID: <199812281903.OAA17641@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/lib In directory weyr:/home/fdrake/projects/python/Doc/lib Modified Files: libre.tex Log Message: Adjust a few niggles that affected the HTML conversion (a couple of "^"s were being dropped in the context of [^...]). From fdrake@weyr.cnri.reston.va.us Mon Dec 28 20:17:00 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Mon, 28 Dec 1998 15:17:00 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/lib libshutil.tex lib.tex Message-ID: <199812282017.PAA18320@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/lib In directory weyr:/home/fdrake/projects/python/Doc/lib Modified Files: lib.tex Added Files: libshutil.tex Log Message: Add documentation for shutil module. From fdrake@weyr.cnri.reston.va.us Mon Dec 28 20:17:34 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Mon, 28 Dec 1998 15:17:34 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc Makefile.deps Message-ID: <199812282017.PAA18344@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc In directory weyr:/home/fdrake/projects/python/Doc Modified Files: Makefile.deps Log Message: Added entry for libshutil.tex. From fdrake@weyr.cnri.reston.va.us Mon Dec 28 20:46:55 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Mon, 28 Dec 1998 15:46:55 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/tools buildindex.py Message-ID: <199812282046.PAA18770@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/tools In directory weyr:/home/fdrake/projects/python/Doc/tools Modified Files: buildindex.py Log Message: Print a line to the console reporting the number of index nodes processed. This can be interesting to see. From fdrake@weyr.cnri.reston.va.us Mon Dec 28 20:53:21 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Mon, 28 Dec 1998 15:53:21 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/lib libundoc.tex Message-ID: <199812282053.PAA18932@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/lib In directory weyr:/home/fdrake/projects/python/Doc/lib Modified Files: libundoc.tex Log Message: Remove recently documented modules from the undoc list. From fdrake@weyr.cnri.reston.va.us Mon Dec 28 21:21:39 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Mon, 28 Dec 1998 16:21:39 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/tut tut.tex Message-ID: <199812282121.QAA19095@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/tut In directory weyr:/home/fdrake/projects/python/Doc/tut Modified Files: tut.tex Log Message: Clarified what Python versions the interactivity chapter applies to, and what it doesn't apply to. From fdrake@weyr.cnri.reston.va.us Mon Dec 28 21:58:17 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Mon, 28 Dec 1998 16:58:17 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/lib libos.tex Message-ID: <199812282158.QAA19212@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/lib In directory weyr:/home/fdrake/projects/python/Doc/lib Modified Files: libos.tex Log Message: Added index entries to make it easier to locate directory operations. From fdrake@weyr.cnri.reston.va.us Mon Dec 28 21:58:58 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Mon, 28 Dec 1998 16:58:58 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/lib libshutil.tex Message-ID: <199812282158.QAA19235@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/lib In directory weyr:/home/fdrake/projects/python/Doc/lib Modified Files: libshutil.tex Log Message: Added index entries to make it easier to locate directory & file operations. From bwarsaw@cnri.reston.va.us Tue Dec 29 02:52:14 1998 From: bwarsaw@cnri.reston.va.us (Barry A. Warsaw) Date: Mon, 28 Dec 1998 21:52:14 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Tools/world world Message-ID: <199812290252.VAA14403@anthem.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Tools/world In directory anthem:/projects/python/develop/bwarsaw/pristine/Tools/world Modified Files: world Log Message: D.M. Pick gives me a more accurate distillation of his `uk' explanation :-) From akuchlin@cnri.reston.va.us Thu Dec 31 21:14:26 1998 From: akuchlin@cnri.reston.va.us (Andrew M. Kuchling) Date: Thu, 31 Dec 1998 16:14:26 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Doc/lib libzlib.tex Message-ID: <199812312114.QAA06268@amarok.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/lib In directory amarok:/home/akuchlin/src/Python-1.5/Doc/lib Modified Files: libzlib.tex Log Message: Document the optional mode argument (Z_FLUSH, Z_SYNC_FLUSH, etc.) to the flush() method of compressor objects. From bwarsaw@cnri.reston.va.us Tue Dec 1 18:34:03 1998 From: bwarsaw@cnri.reston.va.us (Barry A. Warsaw) Date: Tue, 1 Dec 1998 13:34:03 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Include pyerrors.h Message-ID: <199812011834.NAA12245@anthem.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Include In directory anthem:/projects/python/develop/bwarsaw/src/Include Modified Files: pyerrors.h Log Message: Added PyExc_NotImplementedError From bwarsaw@cnri.reston.va.us Tue Dec 1 18:36:32 1998 From: bwarsaw@cnri.reston.va.us (Barry A. Warsaw) Date: Tue, 1 Dec 1998 13:36:32 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Lib exceptions.py Message-ID: <199812011836.NAA12260@anthem.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Lib In directory anthem:/projects/python/develop/bwarsaw/src/Lib Modified Files: exceptions.py Log Message: Added NotImplementedError, subclassed from RuntimeError From fdrake@weyr.cnri.reston.va.us Tue Dec 1 18:38:01 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Tue, 1 Dec 1998 13:38:01 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/lib libpdb.tex Message-ID: <199812011838.NAA00377@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/lib In directory weyr:/home/fdrake/projects/python/Doc/lib Modified Files: libpdb.tex Log Message: Nits to support conversions. From bwarsaw@cnri.reston.va.us Tue Dec 1 18:52:09 1998 From: bwarsaw@cnri.reston.va.us (Barry A. Warsaw) Date: Tue, 1 Dec 1998 13:52:09 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Python bltinmodule.c Message-ID: <199812011852.NAA12402@anthem.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Python In directory anthem:/projects/python/develop/bwarsaw/pristine/Python Modified Files: bltinmodule.c Log Message: Added new builtin standard exception: NotImplementedError (its C counterpart is PyExc_NotImplementedError). From fdrake@weyr.cnri.reston.va.us Tue Dec 1 18:58:17 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Tue, 1 Dec 1998 13:58:17 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/api .cvsignore Message-ID: <199812011858.NAA01451@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/api In directory weyr:/home/fdrake/projects/python/Doc/api Added Files: .cvsignore Log Message: Ignore the byproducts of SGML/XML conversions for now. From fdrake@weyr.cnri.reston.va.us Tue Dec 1 18:58:21 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Tue, 1 Dec 1998 13:58:21 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/ext .cvsignore Message-ID: <199812011858.NAA01463@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/ext In directory weyr:/home/fdrake/projects/python/Doc/ext Added Files: .cvsignore Log Message: Ignore the byproducts of SGML/XML conversions for now. From fdrake@weyr.cnri.reston.va.us Tue Dec 1 18:58:23 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Tue, 1 Dec 1998 13:58:23 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/lib .cvsignore Message-ID: <199812011858.NAA01471@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/lib In directory weyr:/home/fdrake/projects/python/Doc/lib Added Files: .cvsignore Log Message: Ignore the byproducts of SGML/XML conversions for now. From fdrake@weyr.cnri.reston.va.us Tue Dec 1 18:58:26 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Tue, 1 Dec 1998 13:58:26 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/mac .cvsignore Message-ID: <199812011858.NAA01485@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/mac In directory weyr:/home/fdrake/projects/python/Doc/mac Added Files: .cvsignore Log Message: Ignore the byproducts of SGML/XML conversions for now. From fdrake@weyr.cnri.reston.va.us Tue Dec 1 18:58:28 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Tue, 1 Dec 1998 13:58:28 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/ref .cvsignore Message-ID: <199812011858.NAA01496@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/ref In directory weyr:/home/fdrake/projects/python/Doc/ref Modified Files: .cvsignore Log Message: Ignore the byproducts of SGML/XML conversions for now. From fdrake@weyr.cnri.reston.va.us Tue Dec 1 18:58:30 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Tue, 1 Dec 1998 13:58:30 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/tut .cvsignore Message-ID: <199812011858.NAA01505@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/tut In directory weyr:/home/fdrake/projects/python/Doc/tut Added Files: .cvsignore Log Message: Ignore the byproducts of SGML/XML conversions for now. From fdrake@weyr.cnri.reston.va.us Tue Dec 1 19:01:01 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Tue, 1 Dec 1998 14:01:01 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/tools/sgmlconv esistools.py Message-ID: <199812011901.OAA01582@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/tools/sgmlconv In directory weyr:/home/fdrake/projects/python/Doc/tools/sgmlconv Added Files: esistools.py Log Message: Utility functions and misc. classes used in handling ESIS data. From fdrake@weyr.cnri.reston.va.us Tue Dec 1 19:01:56 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Tue, 1 Dec 1998 14:01:56 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/tools/sgmlconv esis2sgml.py Message-ID: <199812011901.OAA01608@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/tools/sgmlconv In directory weyr:/home/fdrake/projects/python/Doc/tools/sgmlconv Modified Files: esis2sgml.py Log Message: Use esistools, getopt. From fdrake@weyr.cnri.reston.va.us Tue Dec 1 19:03:04 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Tue, 1 Dec 1998 14:03:04 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/tools/sgmlconv docfixer.py Message-ID: <199812011903.OAA01634@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/tools/sgmlconv In directory weyr:/home/fdrake/projects/python/Doc/tools/sgmlconv Modified Files: docfixer.py Log Message: Use esistools. Generate ESIS data instead of XML. Misc. changes to some transforms. From fdrake@weyr.cnri.reston.va.us Tue Dec 1 19:04:15 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Tue, 1 Dec 1998 14:04:15 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/tools/sgmlconv latex2esis.py Message-ID: <199812011904.OAA01655@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/tools/sgmlconv In directory weyr:/home/fdrake/projects/python/Doc/tools/sgmlconv Modified Files: latex2esis.py Log Message: Use esistools. Lots of changes to the conversion table. From fdrake@weyr.cnri.reston.va.us Tue Dec 1 19:05:58 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Tue, 1 Dec 1998 14:05:58 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/tools/sgmlconv make.rules Message-ID: <199812011905.OAA01680@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/tools/sgmlconv In directory weyr:/home/fdrake/projects/python/Doc/tools/sgmlconv Modified Files: make.rules Log Message: Support conversions to both SGML and XML; SGML is the "default". Add dependency on esistools.py for the ESIS intermediate files. From bwarsaw@cnri.reston.va.us Tue Dec 1 19:19:23 1998 From: bwarsaw@cnri.reston.va.us (Barry A. Warsaw) Date: Tue, 1 Dec 1998 14:19:23 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Doc/lib libexcs.tex Message-ID: <199812011919.OAA12529@anthem.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/lib In directory anthem:/projects/python/develop/bwarsaw/pristine/Doc/lib Modified Files: libexcs.tex Log Message: Added documentation for NotImplementedError. Fred (I'm sure) will sanitize for your protection :-) From bwarsaw@cnri.reston.va.us Tue Dec 1 19:48:06 1998 From: bwarsaw@cnri.reston.va.us (Barry A. Warsaw) Date: Tue, 1 Dec 1998 14:48:06 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Doc/lib libexcs.tex Message-ID: <199812011948.OAA12658@anthem.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/lib In directory anthem:/projects/python/develop/bwarsaw/pristine/Doc/lib Modified Files: libexcs.tex Log Message: Moved NotImplementedError into alphabetical order, and reword description. From fdrake@weyr.cnri.reston.va.us Wed Dec 2 17:21:38 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Wed, 2 Dec 1998 12:21:38 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/tools/sgmlconv README Message-ID: <199812021721.MAA04737@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/tools/sgmlconv In directory weyr:/home/fdrake/projects/python/Doc/tools/sgmlconv Added Files: README Log Message: General comments on what's here and how to try it out. Note dependence on the XML package. From bwarsaw@cnri.reston.va.us Thu Dec 3 15:59:46 1998 From: bwarsaw@cnri.reston.va.us (Barry A. Warsaw) Date: Thu, 3 Dec 1998 10:59:46 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Tools/pynche - New directory Message-ID: <199812031559.KAA14311@anthem.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Tools/pynche In directory anthem:/projects/python/develop/bwarsaw/src/Tools/pynche Log Message: Directory /projects/cvsroot/python/dist/src/Tools/pynche added to the repository From bwarsaw@cnri.reston.va.us Thu Dec 3 15:59:59 1998 From: bwarsaw@cnri.reston.va.us (Barry A. Warsaw) Date: Thu, 3 Dec 1998 10:59:59 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Tools/audiopy - New directory Message-ID: <199812031559.KAA14324@anthem.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Tools/audiopy In directory anthem:/projects/python/develop/bwarsaw/src/Tools/audiopy Log Message: Directory /projects/cvsroot/python/dist/src/Tools/audiopy added to the repository From bwarsaw@cnri.reston.va.us Thu Dec 3 16:00:44 1998 From: bwarsaw@cnri.reston.va.us (Barry A. Warsaw) Date: Thu, 3 Dec 1998 11:00:44 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Tools/pynche/X - New directory Message-ID: <199812031600.LAA14360@anthem.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Tools/pynche/X In directory anthem:/projects/python/develop/bwarsaw/src/Tools/pynche/X Log Message: Directory /projects/cvsroot/python/dist/src/Tools/pynche/X added to the repository From bwarsaw@cnri.reston.va.us Thu Dec 3 16:27:40 1998 From: bwarsaw@cnri.reston.va.us (Barry A. Warsaw) Date: Thu, 3 Dec 1998 11:27:40 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Tools/audiopy README Message-ID: <199812031627.LAA14439@anthem.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Tools/audiopy In directory anthem:/projects/python/develop/bwarsaw/src/Tools/audiopy Added Files: README Log Message: Initial version of the README file From guido@cnri.reston.va.us Thu Dec 3 18:18:15 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Thu, 3 Dec 1998 13:18:15 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Include modsupport.h Message-ID: <199812031818.NAA14881@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Include In directory eric:/projects/python/develop/guido/src/Include Modified Files: modsupport.h Log Message: New API version (enough has changed!). From bwarsaw@cnri.reston.va.us Thu Dec 3 19:32:39 1998 From: bwarsaw@cnri.reston.va.us (Barry A. Warsaw) Date: Thu, 3 Dec 1998 14:32:39 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Tools/audiopy README audiopy Message-ID: <199812031932.OAA14881@anthem.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Tools/audiopy In directory anthem:/projects/python/develop/bwarsaw/src/Tools/audiopy Modified Files: README audiopy Log Message: audiopy: slightly revamped UI... includes a menubar, no quit button, and added a `Help' menu item that puts the README (or docstring if that can't be found) in a scrolling text widget. README: fixed a few nits From bwarsaw@cnri.reston.va.us Thu Dec 3 19:49:14 1998 From: bwarsaw@cnri.reston.va.us (Barry A. Warsaw) Date: Thu, 3 Dec 1998 14:49:14 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Tools/pynche Main.py Message-ID: <199812031949.OAA14990@anthem.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Tools/pynche In directory anthem:/projects/python/develop/bwarsaw/src/Tools/pynche Modified Files: Main.py Log Message: docstring(): Function for returning __doc__ % globals() From bwarsaw@cnri.reston.va.us Thu Dec 3 19:49:46 1998 From: bwarsaw@cnri.reston.va.us (Barry A. Warsaw) Date: Thu, 3 Dec 1998 14:49:46 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Tools/pynche README Message-ID: <199812031949.OAA15005@anthem.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Tools/pynche In directory anthem:/projects/python/develop/bwarsaw/src/Tools/pynche Modified Files: README Log Message: Untabification and other cruft From bwarsaw@cnri.reston.va.us Thu Dec 3 19:50:25 1998 From: bwarsaw@cnri.reston.va.us (Barry A. Warsaw) Date: Thu, 3 Dec 1998 14:50:25 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Tools/pynche PyncheWidget.py Message-ID: <199812031950.OAA15022@anthem.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Tools/pynche In directory anthem:/projects/python/develop/bwarsaw/src/Tools/pynche Modified Files: PyncheWidget.py Log Message: Added Helpwin -- help in a text widget From guido@cnri.reston.va.us Fri Dec 4 15:32:20 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Fri, 4 Dec 1998 10:32:20 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Doc/lib libfuncs.tex Message-ID: <199812041532.KAA18089@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/lib In directory eric:/projects/python/develop/guido/Doc/lib Modified Files: libfuncs.tex Log Message: Add explicit example on how to import a submodule of a package using __import__ and getattr(). From guido@cnri.reston.va.us Fri Dec 4 15:34:41 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Fri, 4 Dec 1998 10:34:41 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Modules readline.c Message-ID: <199812041534.KAA18140@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Modules In directory eric:/projects/python/develop/guido/src/Modules Modified Files: readline.c Log Message: Bernard Herzog pointed out that rl_parse_and_bind modifies its argument string (bad function!), so we make a temporary copy. From guido@cnri.reston.va.us Fri Dec 4 16:42:47 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Fri, 4 Dec 1998 11:42:47 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Lib turtle.py Message-ID: <199812041642.LAA18499@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Lib In directory eric:/projects/python/develop/guido/src/Lib Added Files: turtle.py Log Message: Turtle graphics From guido@cnri.reston.va.us Fri Dec 4 18:48:26 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Fri, 4 Dec 1998 13:48:26 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Include Python.h abstract.h bufferobject.h cStringIO.h ceval.h classobject.h cobject.h compile.h complexobject.h dictobject.h eval.h fileobject.h floatobject.h frameobject.h funcobject.h import.h intobject.h intrcheck.h listobject.h longintrepr.h longobject.h marshal.h methodobject.h modsupport.h moduleobject.h mymalloc.h node.h object.h objimpl.h parsetok.h pgenheaders.h pydebug.h pyerrors.h pystate.h pythonrun.h pythread.h rangeobject.h sliceobject.h stringobject.h structmember.h sysmodule.h token.h traceback.h tupleobject.h Message-ID: <199812041848.NAA18804@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Include In directory eric:/projects/python/develop/guido/src/Include Modified Files: Python.h abstract.h bufferobject.h cStringIO.h ceval.h classobject.h cobject.h compile.h complexobject.h dictobject.h eval.h fileobject.h floatobject.h frameobject.h funcobject.h import.h intobject.h intrcheck.h listobject.h longintrepr.h longobject.h marshal.h methodobject.h modsupport.h moduleobject.h mymalloc.h node.h object.h objimpl.h parsetok.h pgenheaders.h pydebug.h pyerrors.h pystate.h pythonrun.h pythread.h rangeobject.h sliceobject.h stringobject.h structmember.h sysmodule.h token.h traceback.h tupleobject.h Log Message: Add DL_IMPORT(returntype) for all officially exported functions. From guido@cnri.reston.va.us Fri Dec 4 18:48:47 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Fri, 4 Dec 1998 13:48:47 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Modules cPickle.c Message-ID: <199812041848.NAA18820@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Modules In directory eric:/projects/python/develop/guido/src/Modules Modified Files: cPickle.c Log Message: Fix two small bugs; add DL_EXPORT() to initcPickle decl. From guido@cnri.reston.va.us Fri Dec 4 18:50:00 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Fri, 4 Dec 1998 13:50:00 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Python thread.c Message-ID: <199812041850.NAA18890@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Python In directory eric:/projects/python/develop/guido/src/Python Modified Files: thread.c Log Message: Need to add default decl of DL_IMPORT, for mymalloc.h From guido@cnri.reston.va.us Fri Dec 4 18:50:19 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Fri, 4 Dec 1998 13:50:19 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Modules _localemodule.c _tkinter.c arraymodule.c audioop.c binascii.c bsddbmodule.c cStringIO.c cmathmodule.c cryptmodule.c cursesmodule.c dbmmodule.c errnomodule.c fcntlmodule.c flmodule.c fpectlmodule.c fpetestmodule.c gdbmmodule.c grpmodule.c imageop.c makesetup mathmodule.c md5module.c mpzmodule.c newmodule.c operator.c parsermodule.c pcremodule.c posixmodule.c pwdmodule.c readline.c regexmodule.c rgbimgmodule.c rotormodule.c selectmodule.c signalmodule.c socketmodule.c soundex.c stdwinmodule.c stropmodule.c structmodule.c syslogmodule.c termios.c threadmodule.c timemodule.c timingmodule.c xxmodule.c zlibmodule.c Message-ID: <199812041850.NAA18903@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Modules In directory eric:/projects/python/develop/guido/src/Modules Modified Files: _localemodule.c _tkinter.c arraymodule.c audioop.c binascii.c bsddbmodule.c cStringIO.c cmathmodule.c cryptmodule.c cursesmodule.c dbmmodule.c errnomodule.c fcntlmodule.c flmodule.c fpectlmodule.c fpetestmodule.c gdbmmodule.c grpmodule.c imageop.c makesetup mathmodule.c md5module.c mpzmodule.c newmodule.c operator.c parsermodule.c pcremodule.c posixmodule.c pwdmodule.c readline.c regexmodule.c rgbimgmodule.c rotormodule.c selectmodule.c signalmodule.c socketmodule.c soundex.c stdwinmodule.c stropmodule.c structmodule.c syslogmodule.c termios.c threadmodule.c timemodule.c timingmodule.c xxmodule.c zlibmodule.c Log Message: Add DL_EXPORT() to all modules that could possibly be used on BeOS or Windows. From guido@cnri.reston.va.us Fri Dec 4 18:50:22 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Fri, 4 Dec 1998 13:50:22 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Parser intrcheck.c Message-ID: <199812041850.NAA18919@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Parser In directory eric:/projects/python/develop/guido/src/Parser Modified Files: intrcheck.c Log Message: Need to add default decl of DL_IMPORT, for mymalloc.h From guido@cnri.reston.va.us Fri Dec 4 18:51:02 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Fri, 4 Dec 1998 13:51:02 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Parser tokenizer.c Message-ID: <199812041851.NAA18936@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Parser In directory eric:/projects/python/develop/guido/src/Parser Modified Files: tokenizer.c Log Message: One more fprintf bites the dist -- use PySys_WriteStderr From guido@cnri.reston.va.us Fri Dec 4 18:51:38 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Fri, 4 Dec 1998 13:51:38 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Python ceval.c Message-ID: <199812041851.NAA18954@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Python In directory eric:/projects/python/develop/guido/src/Python Modified Files: ceval.c Log Message: Use PyInt_AS_LONG macro instead of explicit inlining. From guido@cnri.reston.va.us Fri Dec 4 18:52:56 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Fri, 4 Dec 1998 13:52:56 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Objects methodobject.c Message-ID: <199812041852.NAA18977@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Objects In directory eric:/projects/python/develop/guido/src/Objects Modified Files: methodobject.c Log Message: When comparing bound methods, use identity test on the objects, not equality test. From guido@cnri.reston.va.us Fri Dec 4 19:25:18 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Fri, 4 Dec 1998 14:25:18 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Modules cmathmodule.c Message-ID: <199812041925.OAA19201@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Modules In directory eric:/projects/python/develop/guido/src/Modules Modified Files: cmathmodule.c Log Message: Added Doc strings -- by Chris Petrilli. From guido@cnri.reston.va.us Fri Dec 4 19:26:45 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Fri, 4 Dec 1998 14:26:45 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Modules mathmodule.c Message-ID: <199812041926.OAA19286@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Modules In directory eric:/projects/python/develop/guido/src/Modules Modified Files: mathmodule.c Log Message: Added Doc strings -- by Chris Petrilli. From guido@cnri.reston.va.us Fri Dec 4 19:37:12 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Fri, 4 Dec 1998 14:37:12 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Doc/ref ref7.tex Message-ID: <199812041937.OAA19401@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/ref In directory eric:/projects/python/develop/guido/Doc/ref Modified Files: ref7.tex Log Message: Clarify evaluation of default arguments at def time with more text and an example. From bwarsaw@cnri.reston.va.us Sat Dec 5 22:08:06 1998 From: bwarsaw@cnri.reston.va.us (Barry A. Warsaw) Date: Sat, 5 Dec 1998 17:08:06 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Tools/world - New directory Message-ID: <199812052208.RAA00893@anthem.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Tools/world In directory anthem:/projects/python/develop/bwarsaw/pristine/Tools/world Log Message: Directory /projects/cvsroot/python/dist/src/Tools/world added to the repository From bwarsaw@cnri.reston.va.us Sat Dec 5 22:19:09 1998 From: bwarsaw@cnri.reston.va.us (Barry A. Warsaw) Date: Sat, 5 Dec 1998 17:19:09 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Tools/world README Message-ID: <199812052219.RAA00990@anthem.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Tools/world In directory anthem:/projects/python/develop/bwarsaw/pristine/Tools/world Added Files: README Log Message: intermediate From guido@cnri.reston.va.us Mon Dec 7 03:53:21 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Sun, 6 Dec 1998 22:53:21 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Lib SimpleHTTPServer.py Message-ID: <199812070353.WAA26717@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Lib In directory eric:/projects/python/develop/guido/src/Lib Modified Files: SimpleHTTPServer.py Log Message: Open the file in binary mode -- so serving images from a Windows box might actually work. From guido@cnri.reston.va.us Mon Dec 7 04:08:05 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Sun, 6 Dec 1998 23:08:05 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Lib CGIHTTPServer.py Message-ID: <199812070408.XAA26789@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Lib In directory eric:/projects/python/develop/guido/src/Lib Modified Files: CGIHTTPServer.py Log Message: Patch by Jeff Rush: In CGIHTTPServer.py, the list of acceptable formats is -split- on spaces but -joined- on commas, resulting in double commas in the joined text. It appears harmless to my browser but ought to be fixed anyway. 'A, B, C' -> 'A,', 'B,', 'C,' -> 'A,,B,,C' From guido@cnri.reston.va.us Mon Dec 7 04:08:31 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Sun, 6 Dec 1998 23:08:31 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Lib SimpleHTTPServer.py Message-ID: <199812070408.XAA26805@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Lib In directory eric:/projects/python/develop/guido/src/Lib Modified Files: SimpleHTTPServer.py Log Message: Patch by Jeff Rush: In SimpleHTTPServer.py, the server specified in test() should be BaseHTTPServer.HTTPServer, in case the request handler should want to reference the two attributes added by BaseHTTPServer.server_bind: self.server_name = hostname self.server_port = port There was some Bobo CGI code that wanted access to those attributes. From guido@cnri.reston.va.us Mon Dec 7 14:28:05 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Mon, 7 Dec 1998 09:28:05 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Modules main.c Message-ID: <199812071428.JAA27594@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Modules In directory eric:/projects/python/develop/guido/src/Modules Modified Files: main.c Log Message: Py_Main() must be DL_EXPORT too. From guido@cnri.reston.va.us Mon Dec 7 14:28:48 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Mon, 7 Dec 1998 09:28:48 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Modules python.c Message-ID: <199812071428.JAA27637@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Modules In directory eric:/projects/python/develop/guido/src/Modules Modified Files: python.c Log Message: Py_Main() must be DL_EXPORT too. From fdrake@weyr.cnri.reston.va.us Mon Dec 7 17:13:19 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Mon, 7 Dec 1998 12:13:19 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/lib libfuncs.tex Message-ID: <199812071713.MAA22109@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/lib In directory weyr:/home/fdrake/projects/python/Doc/lib Modified Files: libfuncs.tex Log Message: "singed" --> "signed" (3 places) Noticed by Andrew MacIntyre . From guido@cnri.reston.va.us Mon Dec 7 21:57:02 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Mon, 7 Dec 1998 16:57:02 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Python thread_beos.h Message-ID: <199812072157.QAA28823@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Python In directory eric:/projects/python/develop/guido/src/Python Added Files: thread_beos.h Log Message: Adding thread support for BeOS by Chris Herborth. From guido@cnri.reston.va.us Mon Dec 7 21:59:45 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Mon, 7 Dec 1998 16:59:45 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Lib xmllib.py Message-ID: <199812072159.QAA28858@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Lib In directory eric:/projects/python/develop/guido/src/Lib Modified Files: xmllib.py Log Message: Sjoerd writes: When literal mode is entered it should exit automatically when the matching close tag of the last unclosed open tag is encountered. This patch fixes this. From guido@cnri.reston.va.us Mon Dec 7 21:59:57 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Mon, 7 Dec 1998 16:59:57 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Doc/lib libxmllib.tex Message-ID: <199812072159.QAA28874@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/lib In directory eric:/projects/python/develop/guido/Doc/lib Modified Files: libxmllib.tex Log Message: Sjoerd writes: When literal mode is entered it should exit automatically when the matching close tag of the last unclosed open tag is encountered. This patch fixes this. From guido@cnri.reston.va.us Tue Dec 8 13:23:25 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Tue, 8 Dec 1998 08:23:25 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Include cStringIO.h Message-ID: <199812081323.IAA29602@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Include In directory eric:/projects/python/develop/guido/src/Include Modified Files: cStringIO.h Log Message: Undo the change here -- there's no point in declaring a static function as DL_IMPORT()! From guido@cnri.reston.va.us Tue Dec 8 13:25:02 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Tue, 8 Dec 1998 08:25:02 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Lib xmllib.py Message-ID: <199812081325.IAA29636@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Lib In directory eric:/projects/python/develop/guido/src/Lib Modified Files: xmllib.py Log Message: Sjoerd patches the previous patch: In literal mode, also don't do anything about entity and character references, or about closing CDATA elements. From fdrake@weyr.cnri.reston.va.us Tue Dec 8 16:10:45 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Tue, 8 Dec 1998 11:10:45 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/lib libmath.tex Message-ID: <199812081610.LAA24507@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/lib In directory weyr:/home/fdrake/projects/python/Doc/lib Modified Files: libmath.tex Log Message: Rename the parameters of atan2(), based on comments from Guido & Peter A. Koren . From guido@cnri.reston.va.us Tue Dec 8 16:27:12 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Tue, 8 Dec 1998 11:27:12 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Modules mathmodule.c Message-ID: <199812081627.LAA29900@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Modules In directory eric:/projects/python/develop/guido/src/Modules Modified Files: mathmodule.c Log Message: Correctly document atan2. From guido@cnri.reston.va.us Tue Dec 8 16:30:12 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Tue, 8 Dec 1998 11:30:12 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Doc/lib libpoplib.tex Message-ID: <199812081630.LAA29926@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/lib In directory eric:/projects/python/develop/guido/Doc/lib Modified Files: libpoplib.tex Log Message: Correct the poplib example. Stephan Richter pointed out some problems with it. From fdrake@weyr.cnri.reston.va.us Tue Dec 8 19:59:37 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Tue, 8 Dec 1998 14:59:37 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/lib libtime.tex Message-ID: <199812081959.OAA01934@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/lib In directory weyr:/home/fdrake/projects/python/Doc/lib Modified Files: libtime.tex Log Message: Update the descriptions of strftime() and strptime() to avoid confusion, and describe what the "directives" are about. From klm@CNRI.Reston.VA.US Wed Dec 9 16:42:20 1998 From: klm@CNRI.Reston.VA.US (Ken Manheimer) Date: Wed, 9 Dec 1998 11:42:20 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src Message-ID: <199812091642.LAA00050@glyph.cnri.reston.va.us> Repaired a glitch in the synchronization mechanism, and doing an update to catchup on missed items... From guido@cnri.reston.va.us Wed Dec 9 17:05:35 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Wed, 9 Dec 1998 12:05:35 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Misc Makefile.pre.in Message-ID: <199812091705.MAA06389@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Misc In directory eric:/projects/python/develop/guido/src/Misc Modified Files: Makefile.pre.in Log Message: Sjoerd Mullender writes: The example Makefile.pre.in should also look at Setup.thread and Setup.local. Otherwise modules such as thread don't get incorporated in extensions. From guido@cnri.reston.va.us Wed Dec 9 22:15:02 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Wed, 9 Dec 1998 17:15:02 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Lib UserList.py Message-ID: <199812092215.RAA06820@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Lib In directory eric:/projects/python/develop/guido/src/Lib Modified Files: UserList.py Log Message: In __getslice__, use self.__class__ instead of UserList. From guido@cnri.reston.va.us Wed Dec 9 22:16:48 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Wed, 9 Dec 1998 17:16:48 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Lib cgi.py Message-ID: <199812092216.RAA06839@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Lib In directory eric:/projects/python/develop/guido/src/Lib Modified Files: cgi.py Log Message: In read_multi, allow a subclass to override the class we instantiate when we create a recursive instance, by setting the class variable 'FieldStorageClass' to the desired class. By default, this is set to None, in which case we use self.__class__ (as before). From guido@cnri.reston.va.us Wed Dec 9 22:24:20 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Wed, 9 Dec 1998 17:24:20 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/BeOS/ar-1.1 Makefile README.html README.txt ar ar.xMAP commands.c commands.h copy_attrs.c copy_attrs.h main.c mwlib.c mwlib.h Message-ID: <199812092224.RAA06897@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/BeOS/ar-1.1 In directory eric:/projects/python/develop/guido/src/BeOS/ar-1.1 Removed Files: Makefile README.html README.txt ar ar.xMAP commands.c commands.h copy_attrs.c copy_attrs.h main.c mwlib.c mwlib.h Log Message: Removing the BeOS specific 'ar' utility -- no longer needed, says Chris Herborth. From guido@cnri.reston.va.us Wed Dec 9 22:24:28 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Wed, 9 Dec 1998 17:24:28 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/BeOS/ar-1.1/docs ar.html dumpar.py dumpo.py notes Message-ID: <199812092224.RAA06913@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/BeOS/ar-1.1/docs In directory eric:/projects/python/develop/guido/src/BeOS/ar-1.1/docs Removed Files: ar.html dumpar.py dumpo.py notes Log Message: Removing the BeOS specific 'ar' utility -- no longer needed, says Chris Herborth. From fdrake@weyr.cnri.reston.va.us Thu Dec 10 04:56:02 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Wed, 9 Dec 1998 23:56:02 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/tools/sgmlconv fixgenents.sh Message-ID: <199812100456.XAA06009@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/tools/sgmlconv In directory weyr:/home/fdrake/projects/python/Doc/tools/sgmlconv Modified Files: fixgenents.sh Log Message: Handle SGML variant as well as XML variant. SGML is *much* more likely to be used. From fdrake@weyr.cnri.reston.va.us Thu Dec 10 05:04:22 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Thu, 10 Dec 1998 00:04:22 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/lib libarray.tex Message-ID: <199812100504.AAA06042@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/lib In directory weyr:/home/fdrake/projects/python/Doc/lib Modified Files: libarray.tex Log Message: Nits. From fdrake@weyr.cnri.reston.va.us Thu Dec 10 05:07:10 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Thu, 10 Dec 1998 00:07:10 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/tools/sgmlconv docfixer.py Message-ID: <199812100507.AAA06069@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/tools/sgmlconv In directory weyr:/home/fdrake/projects/python/Doc/tools/sgmlconv Modified Files: docfixer.py Log Message: Added a transform to start cleaning up the modulesynopsis stuff a little; more thinking is needed about what we really want. From guido@cnri.reston.va.us Thu Dec 10 16:54:20 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Thu, 10 Dec 1998 11:54:20 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Include intobject.h Message-ID: <199812101654.LAA08753@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Include In directory eric:/projects/python/develop/guido/src/Include Modified Files: intobject.h Log Message: Add prototypes for PyOS_strto[u]l -- Chris Herborth. From guido@cnri.reston.va.us Thu Dec 10 16:54:50 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Thu, 10 Dec 1998 11:54:50 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Objects abstract.c Message-ID: <199812101654.LAA08793@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Objects In directory eric:/projects/python/develop/guido/src/Objects Modified Files: abstract.c Log Message: Remove prototype for PyOS_strtol -- Chris Herborth. From guido@cnri.reston.va.us Thu Dec 10 16:56:24 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Thu, 10 Dec 1998 11:56:24 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Python compile.c Message-ID: <199812101656.LAA08827@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Python In directory eric:/projects/python/develop/guido/src/Python Modified Files: compile.c Log Message: Add more SET_LINENO instructions in long argument lists From guido@cnri.reston.va.us Thu Dec 10 16:57:15 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Thu, 10 Dec 1998 11:57:15 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Python compile.c Message-ID: <199812101657.LAA08848@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Python In directory eric:/projects/python/develop/guido/src/Python Modified Files: compile.c Log Message: Remove prototypes for PyOS_strto[u]l -- Chris Herborth. From guido@cnri.reston.va.us Thu Dec 10 16:57:46 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Thu, 10 Dec 1998 11:57:46 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Modules stropmodule.c Message-ID: <199812101657.LAA08867@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Modules In directory eric:/projects/python/develop/guido/src/Modules Modified Files: stropmodule.c Log Message: Remove prototypes for PyOS_strto[u]l -- Chris Herborth. From fdrake@weyr.cnri.reston.va.us Thu Dec 10 18:31:39 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Thu, 10 Dec 1998 13:31:39 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/tools/sgmlconv esis2sgml.py Message-ID: <199812101831.NAA11158@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/tools/sgmlconv In directory weyr:/home/fdrake/projects/python/Doc/tools/sgmlconv Modified Files: esis2sgml.py Log Message: Don't pass around a list of known empty elements, since the ESIS contains "e" events for them. This wasn't used anyway. From fdrake@weyr.cnri.reston.va.us Thu Dec 10 19:57:54 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Thu, 10 Dec 1998 14:57:54 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/lib libregex.tex Message-ID: <199812101957.OAA12958@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/lib In directory weyr:/home/fdrake/projects/python/Doc/lib Modified Files: libregex.tex Log Message: Remove another {\rm ...} construct. Sheesh, where do these things come from? From fdrake@weyr.cnri.reston.va.us Thu Dec 10 20:25:31 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Thu, 10 Dec 1998 15:25:31 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/tools/sgmlconv docfixer.py Message-ID: <199812102025.PAA13508@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/tools/sgmlconv In directory weyr:/home/fdrake/projects/python/Doc/tools/sgmlconv Modified Files: docfixer.py Log Message: create_module_info(): New function: Modify a
to create a element based on various meta information, and strip some cruftiness. This is more usable for information extraction, and organizes the information more clearly. cleanup_synopses(): Rewrite to use create_module_info(), so this will work with multi-rooted "documents". From guido@cnri.reston.va.us Fri Dec 11 01:10:32 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Thu, 10 Dec 1998 20:10:32 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Modules makesetup Message-ID: <199812110110.UAA12595@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Modules In directory eric:/projects/python/develop/guido/src/Modules Modified Files: makesetup Log Message: Gregor Hoffleit writes: But IMHO, this problem really reveals an annoyance in Python's makesetup. makesetup puts the global include directories "$(INCLUDEPY) $(EXECINCLUDEPY)" in front of the directories defined by the module in Setup. Therefore global (potentially older) header files are preferred over the ones set by the module, which makes it hard to compile new versions of modules when the old versions are installed. AFAIK, the other way around is common practice for most other software. This patch to makesetup would be an potential fix for this problem, though I don't know if it breaks anything else. From guido@cnri.reston.va.us Fri Dec 11 03:20:02 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Thu, 10 Dec 1998 22:20:02 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Modules cPickle.c Message-ID: <199812110320.WAA12858@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Modules In directory eric:/projects/python/develop/guido/src/Modules Modified Files: cPickle.c Log Message: Need to initialize self->safe_constructors early on to prevent crash in early dealloc. Patch by Andrew Dalke. From guido@cnri.reston.va.us Fri Dec 11 14:56:41 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Fri, 11 Dec 1998 09:56:41 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Objects tupleobject.c Message-ID: <199812111456.JAA13433@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Objects In directory eric:/projects/python/develop/guido/src/Objects Modified Files: tupleobject.c Log Message: When tracing references, reset the type and size of tuples allocated from the fast free list -- the type (at least) is reset by _Py_Dealloc(). From guido@cnri.reston.va.us Fri Dec 11 20:44:57 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Fri, 11 Dec 1998 15:44:57 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Objects fileobject.c Message-ID: <199812112044.PAA16899@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Objects In directory eric:/projects/python/develop/guido/src/Objects Modified Files: fileobject.c Log Message: As noted by Per Cederqvist, new_buffersize() sometimes returns the buffer increment, and sometimes the new buffer size. Make it do what its name says, and fix the one place where this matters to the caller. Also add a comment explaining why we call lseek() and then ftell(). From akuchlin@cnri.reston.va.us Mon Dec 14 19:36:18 1998 From: akuchlin@cnri.reston.va.us (Andrew M. Kuchling) Date: Mon, 14 Dec 1998 14:36:18 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Modules mpzmodule.c Message-ID: <199812141936.OAA07474@amarok.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Modules In directory amarok:/home/akuchlin/src/Python-1.5/Modules Modified Files: mpzmodule.c Log Message: Fixed bug reported to Gregor Hoffleit: > mpz.mpz('\xff') should return mpz(255). Instead it returns > mpz(4294967295L). Looks like the constructor doesn't work with strings > containing characters above chr(128). Caused by using just 'char' where 'unsigned char' should have been used. From bwarsaw@cnri.reston.va.us Mon Dec 14 21:34:49 1998 From: bwarsaw@cnri.reston.va.us (Barry A. Warsaw) Date: Mon, 14 Dec 1998 16:34:49 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Tools/world README world Message-ID: <199812142134.QAA21272@anthem.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Tools/world In directory anthem:/projects/python/develop/bwarsaw/pristine/Tools/world Modified Files: README world Log Message: "Author" -> "Contact" From bwarsaw@cnri.reston.va.us Mon Dec 14 21:36:42 1998 From: bwarsaw@cnri.reston.va.us (Barry A. Warsaw) Date: Mon, 14 Dec 1998 16:36:42 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Tools/audiopy README audiopy Message-ID: <199812142136.QAA21309@anthem.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Tools/audiopy In directory anthem:/projects/python/develop/bwarsaw/pristine/Tools/audiopy Modified Files: README audiopy Log Message: "Author" -> "Contact" From bwarsaw@cnri.reston.va.us Tue Dec 15 00:44:18 1998 From: bwarsaw@cnri.reston.va.us (Barry A. Warsaw) Date: Mon, 14 Dec 1998 19:44:18 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Lib/lib-tk Tkinter.py Message-ID: <199812150044.TAA21825@anthem.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Lib/lib-tk In directory anthem:/projects/python/develop/bwarsaw/pristine/Lib/lib-tk Modified Files: Tkinter.py Log Message: grid_bbox(): support new Tk API: grid bbox ?column row? ?column2 row2? From bwarsaw@cnri.reston.va.us Tue Dec 15 01:02:52 1998 From: bwarsaw@cnri.reston.va.us (Barry A. Warsaw) Date: Mon, 14 Dec 1998 20:02:52 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Tools/pynche Main.py PyncheWidget.py README Message-ID: <199812150102.UAA21890@anthem.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Tools/pynche In directory anthem:/projects/python/develop/bwarsaw/pristine/Tools/pynche Modified Files: Main.py PyncheWidget.py README Log Message: A start on the TestModExp applet "Author" => "Contact" From bwarsaw@cnri.reston.va.us Tue Dec 15 01:04:39 1998 From: bwarsaw@cnri.reston.va.us (Barry A. Warsaw) Date: Mon, 14 Dec 1998 20:04:39 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Tools/pynche StripViewer.py Message-ID: <199812150104.UAA21904@anthem.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Tools/pynche In directory anthem:/projects/python/develop/bwarsaw/pristine/Tools/pynche Modified Files: StripViewer.py Log Message: Added most of the mechanism to change the strips from color variations to color constants (i.e. red constant, green constant, blue constant). But I haven't hooked this up yet because the UI gets more crowded and the arrows don't reflect the correct values. Added "Go to Black" and "Go to White" buttons. From bwarsaw@cnri.reston.va.us Tue Dec 15 04:36:26 1998 From: bwarsaw@cnri.reston.va.us (Barry A. Warsaw) Date: Mon, 14 Dec 1998 23:36:26 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Misc python-mode.el Message-ID: <199812150436.XAA22946@anthem.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Misc In directory anthem:/projects/python/develop/bwarsaw/src/Misc Modified Files: python-mode.el Log Message: (py-goto-beginning-of-tqs): Finds the beginning of the triple quoted string we find ourselves in, based on the passed in delimiter. (py-compute-indentation): Fixes for indentation errors when we land inside a triple quoted string. For example: def foo(): if os.path.isfile(o_pri_mbox_file) and os.path.isfile(o_pub_mbox_file): print """\ I found both a private and a public mbox archive file private: %s public : %s I won't move either file, but you should choose one and move it to %s You may want to merge them manually, but be careful about exposing private correspondences to the public.""" % ( o_pri_mbox_file, o_pub_mbox_file, mbox_file) *----indentation would be wrong on this line. From guido@cnri.reston.va.us Tue Dec 15 15:35:24 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Tue, 15 Dec 1998 10:35:24 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Tools/freeze hello.py modulefinder.py Message-ID: <199812151535.KAA00962@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Tools/freeze In directory eric:/projects/python/develop/guido/src/Tools/freeze Modified Files: hello.py modulefinder.py Log Message: Sjoerd Mullender: When printing missing modules, also print the module they were imported from. From guido@cnri.reston.va.us Tue Dec 15 16:12:02 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Tue, 15 Dec 1998 11:12:02 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Python pythonrun.c Message-ID: <199812151612.LAA01128@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Python In directory eric:/projects/python/develop/guido/src/Python Modified Files: pythonrun.c Log Message: Move the prototype for dump_counts() to before where it is used. (This only applies when COUNT_ALLOCS is defined.) From guido@cnri.reston.va.us Tue Dec 15 21:43:18 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Tue, 15 Dec 1998 16:43:18 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Modules cStringIO.c Message-ID: <199812152143.QAA01373@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Modules In directory eric:/projects/python/develop/guido/src/Modules Modified Files: cStringIO.c Log Message: Jim Fulton writes: This fixes a bug that can cause core dumps when doing seeks in input StringIO objects. This has a number of other clean-ups. From guido@cnri.reston.va.us Thu Dec 17 18:00:35 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Thu, 17 Dec 1998 13:00:35 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/BeOS README linkcc linkmodule Message-ID: <199812171800.NAA05927@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/BeOS In directory eric:/projects/python/develop/guido/src/BeOS Modified Files: README linkcc linkmodule Log Message: Changes for new BeOS port by Chris Herborth From guido@cnri.reston.va.us Thu Dec 17 18:02:17 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Thu, 17 Dec 1998 13:02:17 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Tools/scripts h2py.py Message-ID: <199812171802.NAA05949@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Tools/scripts In directory eric:/projects/python/develop/guido/src/Tools/scripts Modified Files: h2py.py Log Message: Patch by Chris Herborth: BeOS headers live in various non-standard places; luckily, there's an environment variable that lists them all. From guido@cnri.reston.va.us Thu Dec 17 18:03:11 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Thu, 17 Dec 1998 13:03:11 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Python getopt.c Message-ID: <199812171803.NAA05966@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Python In directory eric:/projects/python/develop/guido/src/Python Modified Files: getopt.c Log Message: Patch by Chris Herborth: have to use a const-correct prototype on BeOS or the compiler gets uppity. From guido@cnri.reston.va.us Thu Dec 17 18:07:37 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Thu, 17 Dec 1998 13:07:37 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src configure.in Message-ID: <199812171807.NAA06363@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src In directory eric:/projects/python/develop/guido/src Modified Files: configure.in Log Message: Several tiny changes: - remove PowerPC specific compiler switch for BeOS (Chris Herborth) - FreeBSD/3 support - check for pthread_detach in libc instead of _create From guido@cnri.reston.va.us Thu Dec 17 18:08:58 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Thu, 17 Dec 1998 13:08:58 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src configure Message-ID: <199812171808.NAA06733@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src In directory eric:/projects/python/develop/guido/src Modified Files: configure Log Message: The usual From akuchlin@cnri.reston.va.us Fri Dec 18 13:57:01 1998 From: akuchlin@cnri.reston.va.us (Andrew M. Kuchling) Date: Fri, 18 Dec 1998 08:57:01 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Tools/scripts tabnanny.py Message-ID: <199812181357.IAA13323@amarok.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Tools/scripts In directory amarok:/home/akuchlin/src/Python-1.5/Tools/scripts Modified Files: tabnanny.py Log Message: Added a -q ('quiet') option to tabnanny, which causes only the names of offending files to be printed. Good for emacs `tabnanny.py *.py` From guido@cnri.reston.va.us Fri Dec 18 15:25:24 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Fri, 18 Dec 1998 10:25:24 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Lib urllib.py Message-ID: <199812181525.KAA18743@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Lib In directory eric:/projects/python/develop/guido/src/Lib Modified Files: urllib.py Log Message: Sjoerd Mullender: File names with "funny" characters get translated wrong by pathname2url (any variety). E.g. the (Unix) file "/ufs/sjoerd/#tmp" gets translated into "/ufs/sjoerd/#tmp" which, when interpreted as a URL is file "/ufs/sjoerd/" with fragment ID "tmp". Here's an easy fix. (An alternative fix would be to change the various implementations of pathname2url and url2pathname to include calls to quote and unquote. [The main problem is with the normal use of URLs: url = url2pathname(file) transmit url url, tag = splittag(url) urlopen(url) ] In addition, this patch fixes some uses of unquote: - the host part of URLs should be unquoted - the file path in the FTP URL should be unquoted before it is split into components. - because of the latter, I removed all unquoting from ftpwrapper, and moved it to the caller, but that is not essential From guido@cnri.reston.va.us Fri Dec 18 15:37:16 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Fri, 18 Dec 1998 10:37:16 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/BeOS ar-fake Message-ID: <199812181537.KAA18795@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/BeOS In directory eric:/projects/python/develop/guido/src/BeOS Added Files: ar-fake Log Message: Forgot to check this in for Chris Herborth From guido@cnri.reston.va.us Fri Dec 18 15:52:55 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Fri, 18 Dec 1998 10:52:55 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Tools/idle ClassBrowser.py FileList.py Message-ID: <199812181552.KAA18952@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Tools/idle In directory eric:/projects/python/develop/guido/src/Tools/idle Modified Files: ClassBrowser.py FileList.py Log Message: Fix the class browser to work even when the file is not on sys.path. From fdrake@weyr.cnri.reston.va.us Fri Dec 18 19:47:01 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Fri, 18 Dec 1998 14:47:01 -0500 Subject: [Python-checkins] CVS: python/dist/src/Modules zlibmodule.c Message-ID: <199812181947.OAA17335@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Modules In directory weyr:/home/fdrake/projects/python/Modules Modified Files: zlibmodule.c Log Message: When _PyString_Resize() reports failure, the variable referring to the string we wanted to resize is set to NULL. Don't Py_DECREF() those variables! (5 places) From guido@cnri.reston.va.us Fri Dec 18 20:16:53 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Fri, 18 Dec 1998 15:16:53 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Lib xmllib.py Message-ID: <199812182016.PAA25818@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Lib In directory eric:/projects/python/develop/guido/src/Lib Modified Files: xmllib.py Log Message: Sjoerd Mullender writes: Here is my current version of xmllib.py and the documentation. This version has some API changes with respect to the version currently in Python (also the one in 1.5.2a). This version supports XML namespaces. From guido@cnri.reston.va.us Fri Dec 18 20:17:14 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Fri, 18 Dec 1998 15:17:14 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Doc/lib libxmllib.tex Message-ID: <199812182017.PAA25835@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/lib In directory eric:/projects/python/develop/guido/Doc/lib Modified Files: libxmllib.tex Log Message: Sjoerd Mullender writes: Here is my current version of xmllib.py and the documentation. This version has some API changes with respect to the version currently in Python (also the one in 1.5.2a). This version supports XML namespaces. From guido@cnri.reston.va.us Fri Dec 18 22:00:59 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Fri, 18 Dec 1998 17:00:59 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/BeOS README Message-ID: <199812182200.RAA27131@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/BeOS In directory eric:/projects/python/develop/guido/src/BeOS Modified Files: README Log Message: Improved instructions by Chris H. From guido@cnri.reston.va.us Fri Dec 18 22:02:38 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Fri, 18 Dec 1998 17:02:38 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Python mystrtoul.c Message-ID: <199812182202.RAA27152@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Python In directory eric:/projects/python/develop/guido/src/Python Modified Files: mystrtoul.c Log Message: Chris H. writes: If we're going to put the PyOS_strtol() proto in intobject.h we should include it here or the symbol isn't exported on PowerPC. From jhylton@cnri.reston.va.us Fri Dec 18 22:13:14 1998 From: jhylton@cnri.reston.va.us (Jeremy Hylton) Date: Fri, 18 Dec 1998 17:13:14 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Modules zlibmodule.c Message-ID: <199812182213.RAA22304@bitdiddle.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Modules In directory bitdiddle:/local/home/jhylton/local/python/src/Modules Modified Files: zlibmodule.c Log Message: patches from Andrew NOTE: There is still a bug of some sort in the behavior of zlib. In at least one case, inflate returns Z_OK (which is typically interpreted to mean that more output space is needed) when it has finished inflating a buffer. This has been reported as a bug to the zlib maintainers; we may need to change the Python interface. From guido@cnri.reston.va.us Sat Dec 19 23:53:35 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Sat, 19 Dec 1998 18:53:35 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Lib types.py Message-ID: <199812192353.SAA29304@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Lib In directory eric:/projects/python/develop/guido/src/Lib Modified Files: types.py Log Message: Use __stdin__ instead of stdin to derive FileType -- safer against assignments. From guido@cnri.reston.va.us Mon Dec 21 16:26:34 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Mon, 21 Dec 1998 11:26:34 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Lib ftplib.py Message-ID: <199812211626.LAA00478@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Lib In directory eric:/projects/python/develop/guido/src/Lib Modified Files: ftplib.py Log Message: Typo discovered by Just. From jhylton@cnri.reston.va.us Mon Dec 21 16:40:23 1998 From: jhylton@cnri.reston.va.us (Jeremy Hylton) Date: Mon, 21 Dec 1998 11:40:23 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Modules zlibmodule.c Message-ID: <199812211640.LAA01227@bitdiddle.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Modules In directory bitdiddle:/local/home/jhylton/local/python/src/Modules Modified Files: zlibmodule.c Log Message: remove debugging fprintf (should have checked this before previous checkin) From jhylton@cnri.reston.va.us Mon Dec 21 17:15:02 1998 From: jhylton@cnri.reston.va.us (Jeremy Hylton) Date: Mon, 21 Dec 1998 12:15:02 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Modules zlibmodule.c Message-ID: <199812211715.MAA01689@bitdiddle.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Modules In directory bitdiddle:/local/home/jhylton/local/python/src/Modules Modified Files: zlibmodule.c Log Message: replace missing zalloc initialization (test_zlib now runs successfully) From guido@cnri.reston.va.us Mon Dec 21 18:15:30 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Mon, 21 Dec 1998 13:15:30 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Lib xmllib.py Message-ID: <199812211815.NAA01001@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Lib In directory eric:/projects/python/develop/guido/src/Lib Modified Files: xmllib.py Log Message: Sjoerd Mullender: - Fixed a bug where a syntax error was reported when a document started with white space. (White space at the start of a document is valid if there is no XML declaration.) - Improved the speed quite a bit for documents that don't make use of namespaces. From guido@cnri.reston.va.us Mon Dec 21 18:23:39 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Mon, 21 Dec 1998 13:23:39 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Lib compileall.py Message-ID: <199812211823.NAA01052@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Lib In directory eric:/projects/python/develop/guido/src/Lib Modified Files: compileall.py Log Message: A mod whose author I forget. (I must've mislaid the email. If it's yours, please let me know for propoer acknowledgement.) This avoids recompiling files that haven't changed; it adds a -f option to force recompilation. From guido@cnri.reston.va.us Mon Dec 21 18:24:10 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Mon, 21 Dec 1998 13:24:10 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Lib urlparse.py Message-ID: <199812211824.NAA01070@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Lib In directory eric:/projects/python/develop/guido/src/Lib Modified Files: urlparse.py Log Message: Add XXX comment about a test that doesn't seem right -- no time to explore this now. From guido@cnri.reston.va.us Mon Dec 21 18:25:06 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Mon, 21 Dec 1998 13:25:06 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Lib/lib-tk Tkinter.py Message-ID: <199812211825.NAA01087@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Lib/lib-tk In directory eric:/projects/python/develop/guido/src/Lib/lib-tk Modified Files: Tkinter.py Log Message: Add XXX comment about the need to add a dump() method to the Text widget -- no time to do this right now. From guido@cnri.reston.va.us Mon Dec 21 18:27:29 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Mon, 21 Dec 1998 13:27:29 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Python pystate.c Message-ID: <199812211827.NAA01112@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Python In directory eric:/projects/python/develop/guido/src/Python Modified Files: pystate.c Log Message: Make current_tstate a global, _PyThreadState_Current. This is to support a macro in pystate.h. From guido@cnri.reston.va.us Mon Dec 21 18:28:12 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Mon, 21 Dec 1998 13:28:12 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Include pystate.h Message-ID: <199812211828.NAA01127@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Include In directory eric:/projects/python/develop/guido/src/Include Modified Files: pystate.h Log Message: Add macro version of PyThreadState_GET(). This uses _PyThreadState_Current, defined in pystate.c. From guido@cnri.reston.va.us Mon Dec 21 18:30:22 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Mon, 21 Dec 1998 13:30:22 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Demo/scripts beer.py Message-ID: <199812211830.NAA01151@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Demo/scripts In directory eric:/projects/python/develop/guido/src/Demo/scripts Added Files: beer.py Log Message: 100 bottles of beer on the wall example. After a version by Fredrik Lundh that I found on the web somewhere. (I like mine better, but of course that may have to do with my alcohol consumption. :-) From guido@cnri.reston.va.us Mon Dec 21 18:32:42 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Mon, 21 Dec 1998 13:32:42 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Parser parsetok.c Message-ID: <199812211832.NAA01181@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Parser In directory eric:/projects/python/develop/guido/src/Parser Modified Files: parsetok.c Log Message: Make sure that -t and -tt also work on strings passed to compile(). From guido@cnri.reston.va.us Mon Dec 21 18:33:11 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Mon, 21 Dec 1998 13:33:11 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Python ceval.c Message-ID: <199812211833.NAA01200@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Python In directory eric:/projects/python/develop/guido/src/Python Modified Files: ceval.c Log Message: Use PyThreadState_GET() macro. From guido@cnri.reston.va.us Mon Dec 21 18:33:31 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Mon, 21 Dec 1998 13:33:31 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Python errors.c Message-ID: <199812211833.NAA01217@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Python In directory eric:/projects/python/develop/guido/src/Python Modified Files: errors.c Log Message: Use PyThreadState_GET() macro. From guido@cnri.reston.va.us Mon Dec 21 18:35:52 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Mon, 21 Dec 1998 13:35:52 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Modules pypcre.c Message-ID: <199812211835.NAA01243@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Modules In directory eric:/projects/python/develop/guido/src/Modules Modified Files: pypcre.c Log Message: Add dummy variable to avoid optimizer bug on OS/2 -- patch by Jeff Rush. (AMK: you should probably copy this into your patch set for pcre.) From guido@cnri.reston.va.us Mon Dec 21 18:51:25 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Mon, 21 Dec 1998 13:51:25 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Lib nntplib.py Message-ID: <199812211851.NAA05574@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Lib In directory eric:/projects/python/develop/guido/src/Lib Modified Files: nntplib.py Log Message: Marc-Andre Lemburg notes about statparse(): """ The message ID is returned lowercased and there is no way to access the original ID the server sent. Now at least some news servers are very picky about the case of the ID and return errors when fetching articles with mixed case given a lowercased version of the ID. The solution is simple: remove the string.lower() call. """ (I might add that the lowercasing was probably introduced as a result of sloppy copy-and-paste coding; there's a string.lower in a similar piece of code a bit higher in the source, that makes more sense -- it's lowercasing the group name.) From fdrake@weyr.cnri.reston.va.us Mon Dec 21 18:52:56 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Mon, 21 Dec 1998 13:52:56 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/lib libposix.tex Message-ID: <199812211852.NAA02790@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/lib In directory weyr:/home/fdrake/projects/python/Doc/lib Modified Files: libposix.tex Log Message: Add a bunch of index entries related to retrieving information from the process table. From fdrake@weyr.cnri.reston.va.us Mon Dec 21 18:56:16 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Mon, 21 Dec 1998 13:56:16 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/lib libstring.tex Message-ID: <199812211856.NAA02822@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/lib In directory weyr:/home/fdrake/projects/python/Doc/lib Modified Files: libstring.tex Log Message: Clarify descriptions of some operations; it's not always clear that strings are not actually modified. Problem reported by Dr. Peter Stoehr . From guido@cnri.reston.va.us Mon Dec 21 18:57:39 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Mon, 21 Dec 1998 13:57:39 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Doc/ref ref6.tex Message-ID: <199812211857.NAA06536@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/ref In directory eric:/projects/python/develop/guido/Doc/ref Modified Files: ref6.tex Log Message: Suggestion by Tim Peters clarifying what "before global" means. (Also added an XXX comment requesting clarification of module initialization -- TBD later.) From guido@cnri.reston.va.us Mon Dec 21 19:18:57 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Mon, 21 Dec 1998 14:18:57 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Lib/plat-beos1 socket.py Message-ID: <199812211918.OAA06831@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Lib/plat-beos1 In directory eric:/projects/python/develop/guido/src/Lib/plat-beos1 Removed Files: socket.py Log Message: Renaming Lib/plat-beos1 to Lib/plat-beos at Chris Herborth's request From guido@cnri.reston.va.us Mon Dec 21 19:28:39 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Mon, 21 Dec 1998 14:28:39 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/BeOS README Message-ID: <199812211928.OAA06876@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/BeOS In directory eric:/projects/python/develop/guido/src/BeOS Modified Files: README Log Message: Chris H. adds MACHDEP=beos to the CCSHARED variable From guido@cnri.reston.va.us Mon Dec 21 19:32:16 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Mon, 21 Dec 1998 14:32:16 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Include pythread.h Message-ID: <199812211932.OAA06926@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Include In directory eric:/projects/python/develop/guido/src/Include Modified Files: pythread.h Log Message: Thanks to Chris Herborth, the thread primitives now have proper Py* names in the source code (they already had those for the linker, through some smart macros; but the source still had the old, un-Py names). From guido@cnri.reston.va.us Mon Dec 21 19:32:36 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Mon, 21 Dec 1998 14:32:36 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Python ceval.c import.c importdl.c thread.c thread_beos.h thread_cthread.h thread_foobar.h thread_lwp.h thread_nt.h thread_os2.h thread_pthread.h thread_sgi.h thread_solaris.h Message-ID: <199812211932.OAA06944@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Python In directory eric:/projects/python/develop/guido/src/Python Modified Files: ceval.c import.c importdl.c thread.c thread_beos.h thread_cthread.h thread_foobar.h thread_lwp.h thread_nt.h thread_os2.h thread_pthread.h thread_sgi.h thread_solaris.h Log Message: Thanks to Chris Herborth, the thread primitives now have proper Py* names in the source code (they already had those for the linker, through some smart macros; but the source still had the old, un-Py names). From guido@cnri.reston.va.us Mon Dec 21 19:32:45 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Mon, 21 Dec 1998 14:32:45 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Modules _tkinter.c bsddbmodule.c signalmodule.c socketmodule.c stdwinmodule.c threadmodule.c Message-ID: <199812211932.OAA06956@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Modules In directory eric:/projects/python/develop/guido/src/Modules Modified Files: _tkinter.c bsddbmodule.c signalmodule.c socketmodule.c stdwinmodule.c threadmodule.c Log Message: Thanks to Chris Herborth, the thread primitives now have proper Py* names in the source code (they already had those for the linker, through some smart macros; but the source still had the old, un-Py names). From guido@cnri.reston.va.us Mon Dec 21 19:51:03 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Mon, 21 Dec 1998 14:51:03 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Python import.c Message-ID: <199812211951.OAA07602@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Python In directory eric:/projects/python/develop/guido/src/Python Modified Files: import.c Log Message: Improve comment for PyImport_Import() as suggested by Bill Tutt. From guido@cnri.reston.va.us Mon Dec 21 20:21:22 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Mon, 21 Dec 1998 15:21:22 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Include pystate.h Message-ID: <199812212021.PAA07999@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Include In directory eric:/projects/python/develop/guido/src/Include Modified Files: pystate.h Log Message: I can't seem to do anything right :-) As Chris H. points out, I should have added 'extern' to the declaration of _PyThreadState_Current. Here it is. From guido@cnri.reston.va.us Mon Dec 21 21:41:17 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Mon, 21 Dec 1998 16:41:17 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Misc HISTORY Message-ID: <199812212141.QAA08466@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Misc In directory eric:/projects/python/develop/guido/src/Misc Modified Files: HISTORY Log Message: Moved history up to and including 1.5.1 here. From guido@cnri.reston.va.us Mon Dec 21 21:42:24 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Mon, 21 Dec 1998 16:42:24 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Misc ACKS Message-ID: <199812212142.QAA08484@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Misc In directory eric:/projects/python/develop/guido/src/Misc Modified Files: ACKS Log Message: New names. Keep those contributions coming! From guido@cnri.reston.va.us Mon Dec 21 21:45:06 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Mon, 21 Dec 1998 16:45:06 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Misc NEWS Message-ID: <199812212145.QAA08501@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Misc In directory eric:/projects/python/develop/guido/src/Misc Modified Files: NEWS Log Message: News for 1.5.2b1. Moved news before 1.5.1 to HISTORY. From bwarsaw@cnri.reston.va.us Tue Dec 22 03:02:22 1998 From: bwarsaw@cnri.reston.va.us (Barry A. Warsaw) Date: Mon, 21 Dec 1998 22:02:22 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Lib smtplib.py Message-ID: <199812220302.WAA03886@anthem.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Lib In directory anthem:/projects/python/develop/bwarsaw/pristine/Lib Modified Files: smtplib.py Log Message: Nothing earthshattering, just some fixes to typos and other formatting bugs in various docstrings. From bwarsaw@cnri.reston.va.us Tue Dec 22 03:24:29 1998 From: bwarsaw@cnri.reston.va.us (Barry A. Warsaw) Date: Mon, 21 Dec 1998 22:24:29 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Lib smtplib.py Message-ID: <199812220324.WAA03951@anthem.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Lib In directory anthem:/projects/python/develop/bwarsaw/pristine/Lib Modified Files: smtplib.py Log Message: A few other docstring fixes, most importantly to be a little nicer to Emacs ;-) From guido@cnri.reston.va.us Tue Dec 22 05:18:27 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Tue, 22 Dec 1998 00:18:27 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Doc/lib libnetrc.tex libshlex.tex lib.tex Message-ID: <199812220518.AAA09527@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/lib In directory eric:/projects/python/develop/guido/Doc/lib Modified Files: lib.tex Added Files: libnetrc.tex libshlex.tex Log Message: Adding libshlex and libnetrc by Eric Raymond. From guido@cnri.reston.va.us Tue Dec 22 05:19:31 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Tue, 22 Dec 1998 00:19:31 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Lib netrc.py shlex.py Message-ID: <199812220519.AAA09546@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Lib In directory eric:/projects/python/develop/guido/src/Lib Added Files: netrc.py shlex.py Log Message: Adding shlex and netrc by Eric Raymond. From guido@cnri.reston.va.us Tue Dec 22 13:35:31 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Tue, 22 Dec 1998 08:35:31 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/BeOS README Message-ID: <199812221335.IAA09993@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/BeOS In directory eric:/projects/python/develop/guido/src/BeOS Modified Files: README Log Message: Last-minute update by Chris H. From guido@cnri.reston.va.us Tue Dec 22 13:40:56 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Tue, 22 Dec 1998 08:40:56 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/BeOS README Message-ID: <199812221340.IAA10026@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/BeOS In directory eric:/projects/python/develop/guido/src/BeOS Modified Files: README Log Message: Last-minute oopsie by Chris H. (Chris, please check that I did this right!) From guido@cnri.reston.va.us Tue Dec 22 13:44:03 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Tue, 22 Dec 1998 08:44:03 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Tools/freeze modulefinder.py Message-ID: <199812221344.IAA10069@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Tools/freeze In directory eric:/projects/python/develop/guido/src/Tools/freeze Modified Files: modulefinder.py Log Message: Fix for modulefinder so that it prints all modules an unknown module was referenced in instead of only the last. (Sjoerd Mullender) From guido@cnri.reston.va.us Tue Dec 22 13:50:34 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Tue, 22 Dec 1998 08:50:34 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Lib/dos-8x3 cgihttps.py compilea.py exceptio.py simpleht.py socketse.py userlist.py Message-ID: <199812221350.IAA10152@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Lib/dos-8x3 In directory eric:/projects/python/develop/guido/src/Lib/dos-8x3 Modified Files: cgihttps.py compilea.py exceptio.py simpleht.py socketse.py userlist.py Log Message: The usual. # Message to all python-checkins readers: we have a problem with the # CVS mirroring software. You can't check out the latest changes yet. # We hope to have fixed this by noon EST today. From guido@cnri.reston.va.us Tue Dec 22 14:23:52 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Tue, 22 Dec 1998 09:23:52 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Lib xmllib.py Message-ID: <199812221423.JAA10256@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Lib In directory eric:/projects/python/develop/guido/src/Lib Modified Files: xmllib.py Log Message: New test function by Sjoerd, adding -t option. From guido@CNRI.Reston.VA.US Tue Dec 22 15:51:48 1998 From: guido@CNRI.Reston.VA.US (Guido van Rossum) Date: Tue, 22 Dec 1998 10:51:48 -0500 Subject: [Python-checkins] CVS problem fixed Message-ID: <199812221551.KAA10342@eric.cnri.reston.va.us> I seem to have (at least temporarily) fixed the CVS mirroring problem we were experiencing, and updated the CVS mirror. If you were waiting to check out a recently changed file (say since last midnight, EST), try again! --Guido van Rossum (home page: http://www.python.org/~guido/) From guido@cnri.reston.va.us Tue Dec 22 16:37:03 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Tue, 22 Dec 1998 11:37:03 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src README Message-ID: <199812221637.LAA10458@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src In directory eric:/projects/python/develop/guido/src Modified Files: README Log Message: Optimistically, we label this as ready to go today. Also commit several improvements in the descriptions of the QNX and BeOS port, both by Chris Herborth. From guido@cnri.reston.va.us Tue Dec 22 16:41:11 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Tue, 22 Dec 1998 11:41:11 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Misc NEWS Message-ID: <199812221641.LAA10482@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Misc In directory eric:/projects/python/develop/guido/src/Misc Modified Files: NEWS Log Message: Added shlex and netrc modules; added warning about urllib change affecting subclasses (which Jeremy just found out). From guido@cnri.reston.va.us Tue Dec 22 16:49:19 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Tue, 22 Dec 1998 11:49:19 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Lib ftplib.py Message-ID: <199812221649.LAA10555@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Lib In directory eric:/projects/python/develop/guido/src/Lib Modified Files: ftplib.py Log Message: Add warning to Netrc's docstring that it is obsolete -- use the netrc module instead. (The main advantage of the latter is that it comes with documentation.) From fdrake@weyr.cnri.reston.va.us Tue Dec 22 17:40:46 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Tue, 22 Dec 1998 12:40:46 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc Makefile.deps Message-ID: <199812221740.MAA07073@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc In directory weyr:/home/fdrake/projects/python/Doc Modified Files: Makefile.deps Log Message: Added libnetrc.tex and libshlex.tex to LIBFILES. From fdrake@weyr.cnri.reston.va.us Tue Dec 22 18:02:27 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Tue, 22 Dec 1998 13:02:27 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/perl python.perl Message-ID: <199812221802.NAA07647@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/perl In directory weyr:/home/fdrake/projects/python/Doc/perl Modified Files: python.perl Log Message: do_cmd_rfc(): Make the "RFC ###" a hyperlink to the master RFC repository. From fdrake@weyr.cnri.reston.va.us Tue Dec 22 18:04:50 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Tue, 22 Dec 1998 13:04:50 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/lib libsmtplib.tex Message-ID: <199812221804.NAA07671@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/lib In directory weyr:/home/fdrake/projects/python/Doc/lib Modified Files: libsmtplib.tex Log Message: Add an explanation about what the example does and doesn't do. Fix an appearantly new behavior with latex2html with quoting. (Good incentive to work on the SGML conversion! ;) From fdrake@weyr.cnri.reston.va.us Tue Dec 22 18:06:04 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Tue, 22 Dec 1998 13:06:04 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/lib libxmllib.tex Message-ID: <199812221806.NAA07690@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/lib In directory weyr:/home/fdrake/projects/python/Doc/lib Modified Files: libxmllib.tex Log Message: Use \moduleauthor and \sectionauthor instead of a comment to credit the author (just happened to notice this one). From fdrake@weyr.cnri.reston.va.us Tue Dec 22 18:15:06 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Tue, 22 Dec 1998 13:15:06 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/templates module.tex Message-ID: <199812221815.NAA07902@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/templates In directory weyr:/home/fdrake/projects/python/Doc/templates Modified Files: module.tex Log Message: Improve a couple of comments. From fdrake@weyr.cnri.reston.va.us Tue Dec 22 18:19:47 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Tue, 22 Dec 1998 13:19:47 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/lib libre.tex Message-ID: <199812221819.NAA07968@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/lib In directory weyr:/home/fdrake/projects/python/Doc/lib Modified Files: libre.tex Log Message: Start of text that describes differences between match and search. Strengthen pointers to the search() function and method. From fdrake@weyr.cnri.reston.va.us Tue Dec 22 18:24:14 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Tue, 22 Dec 1998 13:24:14 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/lib libnetrc.tex libshlex.tex Message-ID: <199812221824.NAA08012@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/lib In directory weyr:/home/fdrake/projects/python/Doc/lib Modified Files: libnetrc.tex libshlex.tex Log Message: Adjust markup to match current conventions, and make it formattable. From fdrake@weyr.cnri.reston.va.us Tue Dec 22 18:27:23 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Tue, 22 Dec 1998 13:27:23 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/texinputs boilerplate.tex Message-ID: <199812221827.NAA08048@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/texinputs In directory weyr:/home/fdrake/projects/python/Doc/texinputs Modified Files: boilerplate.tex Log Message: Update the date. From fdrake@weyr.cnri.reston.va.us Tue Dec 22 18:40:52 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Tue, 22 Dec 1998 13:40:52 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/lib libnetrc.tex libshlex.tex Message-ID: <199812221840.NAA08213@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/lib In directory weyr:/home/fdrake/projects/python/Doc/lib Modified Files: libnetrc.tex libshlex.tex Log Message: Added information on when this was added, allowing us to release the documentation on the Web while people are still using < 1.5.2b1. From fdrake@weyr.cnri.reston.va.us Tue Dec 22 18:46:17 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Tue, 22 Dec 1998 13:46:17 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/lib libxmllib.tex Message-ID: <199812221846.NAA08272@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/lib In directory weyr:/home/fdrake/projects/python/Doc/lib Modified Files: libxmllib.tex Log Message: Added a \versionchanged since the API changed to support namespaces with 1.5.2. Added an index entry. Fixed XML expansion: XML is the "Extensible Markup Language", not the "eXtended Markup Language". From bwarsaw@cnri.reston.va.us Tue Dec 22 20:37:39 1998 From: bwarsaw@cnri.reston.va.us (Barry A. Warsaw) Date: Tue, 22 Dec 1998 15:37:39 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Lib smtplib.py Message-ID: <199812222037.PAA24143@anthem.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Lib In directory anthem:/projects/python/develop/bwarsaw/pristine/Lib Modified Files: smtplib.py Log Message: Small, and final docstring merge with Dragon's version. From fdrake@weyr.cnri.reston.va.us Tue Dec 22 22:17:43 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Tue, 22 Dec 1998 17:17:43 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc Makefile Message-ID: <199812222217.RAA09511@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc In directory weyr:/home/fdrake/projects/python/Doc Modified Files: Makefile Log Message: Bump $(RELEASE). From fdrake@weyr.cnri.reston.va.us Tue Dec 22 23:37:23 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Tue, 22 Dec 1998 18:37:23 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/lib libgetpass.tex Message-ID: <199812222337.SAA10150@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/lib In directory weyr:/home/fdrake/projects/python/Doc/lib Added Files: libgetpass.tex Log Message: Basic documentation for the getpass module. From fdrake@weyr.cnri.reston.va.us Tue Dec 22 23:37:48 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Tue, 22 Dec 1998 18:37:48 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/lib lib.tex Message-ID: <199812222337.SAA10173@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/lib In directory weyr:/home/fdrake/projects/python/Doc/lib Modified Files: lib.tex Log Message: Add the getpass module. From fdrake@weyr.cnri.reston.va.us Tue Dec 22 23:38:12 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Tue, 22 Dec 1998 18:38:12 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc Makefile.deps Message-ID: <199812222338.SAA10195@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc In directory weyr:/home/fdrake/projects/python/Doc Modified Files: Makefile.deps Log Message: Add the getpass module to $(LIBFILES). From fdrake@weyr.cnri.reston.va.us Tue Dec 22 23:41:08 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Tue, 22 Dec 1998 18:41:08 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/perl python.perl Message-ID: <199812222341.SAA10225@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/perl In directory weyr:/home/fdrake/projects/python/Doc/perl Modified Files: python.perl Log Message: Fix many of the specific targets in links from the index. In a number of places, I called next_argument() instead of next_argument_id() when the ID was also needed. (7 places) From guido@cnri.reston.va.us Wed Dec 23 04:45:07 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Tue, 22 Dec 1998 23:45:07 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Modules cursesmodule.c Message-ID: <199812230445.XAA17613@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Modules In directory eric:/projects/python/develop/guido/src/Modules Modified Files: cursesmodule.c Log Message: Chris Herborth discovered a typo in the arrow key symbols. From guido@cnri.reston.va.us Wed Dec 23 05:01:39 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Wed, 23 Dec 1998 00:01:39 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Python modsupport.c Message-ID: <199812230501.AAA17777@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Python In directory eric:/projects/python/develop/guido/src/Python Modified Files: modsupport.c Log Message: Add 'N' format character to Py_BuildValue -- like 'O' but doesn't INCREF. Patch and suggestion by Greg Couch. From guido@cnri.reston.va.us Wed Dec 23 05:02:10 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Wed, 23 Dec 1998 00:02:10 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Doc/ext ext.tex Message-ID: <199812230502.AAA17794@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/ext In directory eric:/projects/python/develop/guido/Doc/ext Modified Files: ext.tex Log Message: Document 'N' format character for Py_BuildValue -- like 'O' but doesn't INCREF. From guido@cnri.reston.va.us Wed Dec 23 19:53:48 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Wed, 23 Dec 1998 14:53:48 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Python modsupport.c Message-ID: <199812231953.OAA20040@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Python In directory eric:/projects/python/develop/guido/src/Python Modified Files: modsupport.c Log Message: Oops, forgot a pair of {}'s. (Greg Couch) From guido@cnri.reston.va.us Wed Dec 23 21:32:53 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Wed, 23 Dec 1998 16:32:53 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Tools/faqwiz faqconf.py Message-ID: <199812232132.QAA20320@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Tools/faqwiz In directory eric:/projects/python/develop/guido/src/Tools/faqwiz Modified Files: faqconf.py Log Message: Provide more detail when the commit button is not shown. From guido@cnri.reston.va.us Wed Dec 23 21:33:10 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Wed, 23 Dec 1998 16:33:10 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Tools/faqwiz faqwiz.py Message-ID: <199812232133.QAA20338@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Tools/faqwiz In directory eric:/projects/python/develop/guido/src/Tools/faqwiz Modified Files: faqwiz.py Log Message: Provide more detail when the commit button is not shown. From guido@cnri.reston.va.us Wed Dec 23 21:58:40 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Wed, 23 Dec 1998 16:58:40 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Lib rfc822.py Message-ID: <199812232158.QAA27836@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Lib In directory eric:/projects/python/develop/guido/src/Lib Modified Files: rfc822.py Log Message: Avoid crash in parsedate_tz() on certain invalid dates -- when the field assumed to be the time is in fact the year, the resulting list doesn't have enough items, and this isn't checked for. Return None instead. From guido@cnri.reston.va.us Wed Dec 23 22:05:44 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Wed, 23 Dec 1998 17:05:44 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Lib mailbox.py Message-ID: <199812232205.RAA04605@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Lib In directory eric:/projects/python/develop/guido/src/Lib Modified Files: mailbox.py Log Message: Patch by Mike Meyer: Add a class to mailbox.py for dealing with qmail directory mailboxes. The test code was extended to notice these being used as well. From guido@cnri.reston.va.us Wed Dec 23 22:22:15 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Wed, 23 Dec 1998 17:22:15 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Lib rfc822.py Message-ID: <199812232222.RAA15340@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Lib In directory eric:/projects/python/develop/guido/src/Lib Modified Files: rfc822.py Log Message: Patch by Mike Meyer: Extended the rfc822 parsedate routines to handle the cases they failed on in an archive of ~37,000 messages. I believe the changes are compatible, in that all previously correct parsing are still correct. [I still see problems with some messages, but no showstoppers.] From guido@cnri.reston.va.us Wed Dec 23 23:04:20 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Wed, 23 Dec 1998 18:04:20 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Lib telnetlib.py Message-ID: <199812232304.SAA10506@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Lib In directory eric:/projects/python/develop/guido/src/Lib Modified Files: telnetlib.py Log Message: Added mt_interact() -- multithreaded version of interact(). interact() automatically uses this on Windows (where the single-threaded version doesn't work). From bwarsaw@cnri.reston.va.us Sun Dec 27 20:08:51 1998 From: bwarsaw@cnri.reston.va.us (Barry A. Warsaw) Date: Sun, 27 Dec 1998 15:08:51 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Tools/world world Message-ID: <199812272008.PAA12945@anthem.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Tools/world In directory anthem:/projects/python/develop/bwarsaw/pristine/Tools/world Modified Files: world Log Message: Update on history of `uk' top level, greatly condensed from David Pick's emailed account. From fdrake@weyr.cnri.reston.va.us Mon Dec 28 15:17:25 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Mon, 28 Dec 1998 10:17:25 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/paper-letter Makefile Message-ID: <199812281517.KAA16785@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/paper-letter In directory weyr:/home/fdrake/projects/python/Doc/paper-letter Modified Files: Makefile Log Message: Remove all use of $* in commands; some makes (Solaris 2.5, IRIX 6.X) only expand this in dependency lists. Thanks for Sjoerd Mullendar for pointing this out. From fdrake@weyr.cnri.reston.va.us Mon Dec 28 19:03:27 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Mon, 28 Dec 1998 14:03:27 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/lib libre.tex Message-ID: <199812281903.OAA17641@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/lib In directory weyr:/home/fdrake/projects/python/Doc/lib Modified Files: libre.tex Log Message: Adjust a few niggles that affected the HTML conversion (a couple of "^"s were being dropped in the context of [^...]). From fdrake@weyr.cnri.reston.va.us Mon Dec 28 20:17:00 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Mon, 28 Dec 1998 15:17:00 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/lib libshutil.tex lib.tex Message-ID: <199812282017.PAA18320@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/lib In directory weyr:/home/fdrake/projects/python/Doc/lib Modified Files: lib.tex Added Files: libshutil.tex Log Message: Add documentation for shutil module. From fdrake@weyr.cnri.reston.va.us Mon Dec 28 20:17:34 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Mon, 28 Dec 1998 15:17:34 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc Makefile.deps Message-ID: <199812282017.PAA18344@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc In directory weyr:/home/fdrake/projects/python/Doc Modified Files: Makefile.deps Log Message: Added entry for libshutil.tex. From fdrake@weyr.cnri.reston.va.us Mon Dec 28 20:46:55 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Mon, 28 Dec 1998 15:46:55 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/tools buildindex.py Message-ID: <199812282046.PAA18770@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/tools In directory weyr:/home/fdrake/projects/python/Doc/tools Modified Files: buildindex.py Log Message: Print a line to the console reporting the number of index nodes processed. This can be interesting to see. From fdrake@weyr.cnri.reston.va.us Mon Dec 28 20:53:21 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Mon, 28 Dec 1998 15:53:21 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/lib libundoc.tex Message-ID: <199812282053.PAA18932@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/lib In directory weyr:/home/fdrake/projects/python/Doc/lib Modified Files: libundoc.tex Log Message: Remove recently documented modules from the undoc list. From fdrake@weyr.cnri.reston.va.us Mon Dec 28 21:21:39 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Mon, 28 Dec 1998 16:21:39 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/tut tut.tex Message-ID: <199812282121.QAA19095@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/tut In directory weyr:/home/fdrake/projects/python/Doc/tut Modified Files: tut.tex Log Message: Clarified what Python versions the interactivity chapter applies to, and what it doesn't apply to. From fdrake@weyr.cnri.reston.va.us Mon Dec 28 21:58:17 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Mon, 28 Dec 1998 16:58:17 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/lib libos.tex Message-ID: <199812282158.QAA19212@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/lib In directory weyr:/home/fdrake/projects/python/Doc/lib Modified Files: libos.tex Log Message: Added index entries to make it easier to locate directory operations. From fdrake@weyr.cnri.reston.va.us Mon Dec 28 21:58:58 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Mon, 28 Dec 1998 16:58:58 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/lib libshutil.tex Message-ID: <199812282158.QAA19235@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/lib In directory weyr:/home/fdrake/projects/python/Doc/lib Modified Files: libshutil.tex Log Message: Added index entries to make it easier to locate directory & file operations. From bwarsaw@cnri.reston.va.us Tue Dec 29 02:52:14 1998 From: bwarsaw@cnri.reston.va.us (Barry A. Warsaw) Date: Mon, 28 Dec 1998 21:52:14 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Tools/world world Message-ID: <199812290252.VAA14403@anthem.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Tools/world In directory anthem:/projects/python/develop/bwarsaw/pristine/Tools/world Modified Files: world Log Message: D.M. Pick gives me a more accurate distillation of his `uk' explanation :-) From akuchlin@cnri.reston.va.us Thu Dec 31 21:14:26 1998 From: akuchlin@cnri.reston.va.us (Andrew M. Kuchling) Date: Thu, 31 Dec 1998 16:14:26 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Doc/lib libzlib.tex Message-ID: <199812312114.QAA06268@amarok.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/lib In directory amarok:/home/akuchlin/src/Python-1.5/Doc/lib Modified Files: libzlib.tex Log Message: Document the optional mode argument (Z_FLUSH, Z_SYNC_FLUSH, etc.) to the flush() method of compressor objects.