From fdrake@weyr.cnri.reston.va.us Mon Nov 23 15:12:03 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Mon, 23 Nov 1998 10:12:03 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/tools latex2esis.py Message-ID: <199811231512.KAA00436@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: latex2esis.py Log Message: Fix some minor problems. Make the table of attribute information contain only one kind of entry. Simplifies some stuff in subconvert(). _______________________________________________ Python-checkins mailing list Python-checkins@python.org http://www.python.org/mailman/listinfo/python-checkins From klm@CNRI.Reston.VA.US Mon Nov 23 17:26:46 1998 From: klm@CNRI.Reston.VA.US (Ken Manheimer) Date: Mon, 23 Nov 1998 12:26:46 -0500 (EST) Subject: [Python-checkins] Test - please ignore Message-ID: <199811231726.MAA04281@glyph.cnri.reston.va.us> This is a test of the python-checkins public broadcast service. This is only a test. If there had been a real checkin, well, just forget it, game over man, you know?-) From guido@cnri.reston.va.us Mon Nov 23 17:49:54 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Mon, 23 Nov 1998 12:49:54 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Doc/lib libsys.tex Message-ID: <199811231749.MAA21373@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: libsys.tex Log Message: Rewrote the section on sys.exit(), documenting other argument types than integers and recommending sys.exit("message"). (I see this as Python's answer to Perls ``die "message";''.) From fdrake@weyr.cnri.reston.va.us Mon Nov 23 18:21:56 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Mon, 23 Nov 1998 13:21:56 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/tools/sgmlconv latex2esis.py Message-ID: <199811231821.NAA01189@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: Fix comment regex so we don't screw up structured comments with different internal indentation levels. From guido@cnri.reston.va.us Mon Nov 23 21:09:53 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Mon, 23 Nov 1998 16:09:53 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Python ceval.c Message-ID: <199811232109.QAA21860@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: Whoops! One the "redundant" initializations removed by Vladimir in the previous patch wasn't -- there was a path through the code that bypassed all initializations. Thanks to Just for reporting the bug! From guido@cnri.reston.va.us Mon Nov 23 22:13:08 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Mon, 23 Nov 1998 17:13:08 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Python bltinmodule.c Message-ID: <199811232213.RAA22127@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Python In directory eric:/projects/python/develop/guido/src/Python Modified Files: bltinmodule.c Log Message: Fix cosmetic bug in delattr docstring discovered by JvR. From fdrake@weyr.cnri.reston.va.us Mon Nov 23 23:10:38 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Mon, 23 Nov 1998 18:10:38 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/tools/sgmlconv docfixer.py Message-ID: <199811232310.SAA01989@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: Add some additional cleanup transformations. From fdrake@weyr.cnri.reston.va.us Mon Nov 23 23:11:14 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Mon, 23 Nov 1998 18:11:14 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/tools/sgmlconv latex2esis.py Message-ID: <199811232311.SAA02012@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: The & character is also escaped using \. From fdrake@weyr.cnri.reston.va.us Tue Nov 24 17:07:34 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Tue, 24 Nov 1998 12:07:34 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/ext ext.tex Message-ID: <199811241707.MAA05584@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/ext In directory weyr:/home/fdrake/projects/python/Doc/ext Modified Files: ext.tex Log Message: Rationalize a word-space markup to not break in the LaTeX->*ML conversion tools currently being constructed. Add a chapter from Jim Fulton on using Misc/Makefile.pre.in. Still preliminary. The "Dynamic Loading" chapter needs to be updated (and possibly removed, since it's no longer an issue for most (any?) users. From fdrake@weyr.cnri.reston.va.us Tue Nov 24 17:38:51 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Tue, 24 Nov 1998 12:38:51 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/tools/sgmlconv fixgenents.sh Message-ID: <199811241738.MAA05732@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: fixgenents.sh Log Message: Script to convert things like and to &C; and &Cpp;. This is something that con't be done with the DOM as far as I can tell. From fdrake@weyr.cnri.reston.va.us Tue Nov 24 17:40:35 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Tue, 24 Nov 1998 12:40:35 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/tools/sgmlconv make.rules Message-ID: <199811241740.MAA05761@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: make.rules Log Message: Supplemental rules to convert a .tex file to a .xml file. Both XML and SGML will be supported soon, probably using an ESIS representation saved in a temp file. From guido@cnri.reston.va.us Wed Nov 25 15:57:49 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Wed, 25 Nov 1998 10:57:49 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Lib site.py Message-ID: <199811251557.KAA25423@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Lib In directory eric:/projects/python/develop/guido/src/Lib Modified Files: site.py Log Message: Wrong pathname in docstring detected by Fredrik Nehr. From guido@cnri.reston.va.us Wed Nov 25 16:17:33 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Wed, 25 Nov 1998 11:17:33 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Modules cStringIO.c Message-ID: <199811251617.LAA25564@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: New version from Jim Fulton: - New copyright. (Open source) - Fixed problem in seek method. The seek method should (and now does) fill with nulls when seeking past the end of the "file". From guido@cnri.reston.va.us Wed Nov 25 16:18:02 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Wed, 25 Nov 1998 11:18:02 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Modules cPickle.c Message-ID: <199811251618.LAA25581@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: New version from Jim Fulton: - New copyright. (Open source) - Added new protocol for binary string pickles that takes out unneeded puts: p=Pickler() p.dump(x) p.dump(y) thePickle=p.getvalue() This has little or no impact on pickling time, but often reduces unpickling time and pickle size, sometimes significantly. - Changed unpickler to use internal data structure instead of list to reduce unpickling times by about a third. - Many cleanups to get rid of obfuscated error handling involving 'goto finally' and status variables. - Extensive reGuidofication. (formatting :) - Fixed binary floating-point pickling bug. 0.0 was not pickled correctly. - Now use binary floating point format when saving floats in binary mode. - Fixed some error message spelling error. From fdrake@weyr.cnri.reston.va.us Wed Nov 25 17:09:22 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Wed, 25 Nov 1998 12:09:22 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/lib libstdtypes.tex Message-ID: <199811251709.MAA08640@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: libstdtypes.tex Log Message: Fix indexing of func_code attribute; this is on a function, not a code object. Add "()" to method names indexed using \ttindex{}. From fdrake@weyr.cnri.reston.va.us Wed Nov 25 17:13:30 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Wed, 25 Nov 1998 12:13:30 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/texinputs python.sty Message-ID: <199811251713.MAA08667@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: python.sty Log Message: Minor nit that fixes a bunch of indexing: the way the classdesc environment saves the name of the last class described, method and member descriptions were not picking it up correctly. Thus, many index entries were described as "( method)" instead of "(FooClass method)". Multiple entries were collapsed in the index when methods/members from multiple classes share the same name. From fdrake@weyr.cnri.reston.va.us Wed Nov 25 17:40:02 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Wed, 25 Nov 1998 12:40:02 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/ref ref6.tex Message-ID: <199811251740.MAA08835@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: ref6.tex Log Message: Minor adjustments to a few index entries. From fdrake@weyr.cnri.reston.va.us Wed Nov 25 17:48:12 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Wed, 25 Nov 1998 12:48:12 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/ref ref7.tex Message-ID: <199811251748.MAA08905@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: ref7.tex Log Message: Minor fixups to some index entries. From fdrake@weyr.cnri.reston.va.us Wed Nov 25 17:51:16 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Wed, 25 Nov 1998 12:51:16 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/ref ref5.tex Message-ID: <199811251751.MAA08951@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: ref5.tex Log Message: Markup nits. Fixed an index entry, added three more. From fdrake@weyr.cnri.reston.va.us Wed Nov 25 17:58:52 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Wed, 25 Nov 1998 12:58:52 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/ref ref3.tex Message-ID: <199811251758.MAA09014@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: ref3.tex Log Message: Massive change to just about every construct that impacts the index. Blame it on Just. ;-) From guido@cnri.reston.va.us Wed Nov 25 18:53:06 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Wed, 25 Nov 1998 13:53:06 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Doc/lib libfuncs.tex Message-ID: <199811251853.NAA26143@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: Clarify that min and max also take multiple arguments. From fdrake@weyr.cnri.reston.va.us Wed Nov 25 19:09:26 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Wed, 25 Nov 1998 14:09:26 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/ref ref3.tex Message-ID: <199811251909.OAA09352@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: ref3.tex Log Message: Remove two remaining {\tt ...} constructs. From fdrake@weyr.cnri.reston.va.us Wed Nov 25 19:23:34 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Wed, 25 Nov 1998 14:23:34 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/ref ref5.tex Message-ID: <199811251923.OAA09420@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: ref5.tex Log Message: Remove two remaining {\tt ...} constructs. From fdrake@weyr.cnri.reston.va.us Wed Nov 25 19:28:04 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Wed, 25 Nov 1998 14:28:04 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/tools/sgmlconv fixgenents.sh Message-ID: <199811251928.OAA09467@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: Do the right stuff to convert what was originally \e, \ldots, and --- in the LaTeX sources. From fdrake@weyr.cnri.reston.va.us Wed Nov 25 19:55:49 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Wed, 25 Nov 1998 14:55:49 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/mac libmactcp.tex Message-ID: <199811251955.OAA09702@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/mac In directory weyr:/home/fdrake/projects/python/Doc/mac Modified Files: libmactcp.tex Log Message: Remove bogus \@. From fdrake@weyr.cnri.reston.va.us Wed Nov 25 20:07:37 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Wed, 25 Nov 1998 15:07:37 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/mac libmacfs.tex Message-ID: <199811252007.PAA09846@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/mac In directory weyr:/home/fdrake/projects/python/Doc/mac Modified Files: libmacfs.tex Log Message: Remove bogus \@. From fdrake@weyr.cnri.reston.va.us Wed Nov 25 20:15:54 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Wed, 25 Nov 1998 15:15:54 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/mac libmacdnr.tex Message-ID: <199811252015.PAA09981@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/mac In directory weyr:/home/fdrake/projects/python/Doc/mac Modified Files: libmacdnr.tex Log Message: Remove some optional parameters that are unnecessary in context. From fdrake@weyr.cnri.reston.va.us Wed Nov 25 20:55:05 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Wed, 25 Nov 1998 15:55:05 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/lib libexcs.tex Message-ID: <199811252055.PAA10872@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: libexcs.tex Log Message: Fix remaining {\rm ...} construct. From fdrake@weyr.cnri.reston.va.us Wed Nov 25 22:38:26 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Wed, 25 Nov 1998 17:38:26 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/lib libstdwin.tex Message-ID: <199811252238.RAA11766@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: libstdwin.tex Log Message: Logical markup. Fix a few things for the conversion to structured markup. Removed texinfo special cases, since there's likely a new info process. From fdrake@weyr.cnri.reston.va.us Mon Nov 30 14:36:30 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Mon, 30 Nov 1998 09:36:30 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/tools/sgmlconv fixgenents.sh Message-ID: <199811301436.JAA17272@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 output of \geq and \leq. From fdrake@weyr.cnri.reston.va.us Mon Nov 30 14:43:01 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Mon, 30 Nov 1998 09:43:01 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/texinputs python.sty Message-ID: <199811301443.JAA17313@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: python.sty Log Message: Make \var work correctly in math mode. From fdrake@weyr.cnri.reston.va.us Mon Nov 30 14:45:26 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Mon, 30 Nov 1998 09:45:26 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/tools/sgmlconv latex2esis.py Message-ID: <199811301445.JAA17341@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: Several small adjustments. From guido@cnri.reston.va.us Mon Nov 30 15:07:05 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Mon, 30 Nov 1998 10:07:05 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Lib SocketServer.py Message-ID: <199811301507.KAA02055@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Lib In directory eric:/projects/python/develop/guido/src/Lib Modified Files: SocketServer.py Log Message: Patch by Jeff Bauer: a minor change to declare two new threaded versions of Unix Server classes, using the ThreadingMixIn class: ThreadingUnixStreamServer ThreadingUnixDatagramServer From fdrake@weyr.cnri.reston.va.us Mon Nov 30 15:07:29 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Mon, 30 Nov 1998 10:07:29 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/lib libsmtplib.tex Message-ID: <199811301507.KAA17468@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: Do all the right imports. Problem reported by Martijn Faassen . From fdrake@weyr.cnri.reston.va.us Mon Nov 30 16:26:52 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Mon, 30 Nov 1998 11:26:52 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/lib libthread.tex Message-ID: <199811301626.LAA17952@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: libthread.tex Log Message: Minor markup nit to ease conversion processing. From fdrake@weyr.cnri.reston.va.us Mon Nov 30 16:27:38 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Mon, 30 Nov 1998 11:27:38 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/lib librgbimg.tex Message-ID: <199811301627.LAA17973@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: librgbimg.tex Log Message: Remove bogus \@. From fdrake@weyr.cnri.reston.va.us Mon Nov 30 17:33:41 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Mon, 30 Nov 1998 12:33:41 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/lib libaudioop.tex Message-ID: <199811301733.MAA20279@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: libaudioop.tex Log Message: Remove cruft from the old Texinfo conversion. This simplifies some of the newer processing. From fdrake@weyr.cnri.reston.va.us Mon Nov 30 18:59:46 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Mon, 30 Nov 1998 13:59:46 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/lib libcopy.tex Message-ID: <199811301859.NAA21369@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: libcopy.tex Log Message: Markup improvements to help with conversions. From fdrake@weyr.cnri.reston.va.us Mon Nov 30 19:00:17 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Mon, 30 Nov 1998 14:00:17 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/lib libhttplib.tex Message-ID: <199811301900.OAA21394@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: libhttplib.tex Log Message: Markup nit to ease conversions. From fdrake@weyr.cnri.reston.va.us Mon Nov 30 19:24:15 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Mon, 30 Nov 1998 14:24:15 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/html about.dat Message-ID: <199811301924.OAA21475@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/html In directory weyr:/home/fdrake/projects/python/Doc/html Added Files: about.dat Log Message: New file. Contains boilerplate text for the "About this document..." section of LaTeX2HTML-generated documents. Includes credit to Christopher Petrilli for the navigation icons. From fdrake@weyr.cnri.reston.va.us Mon Nov 30 19:25:49 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Mon, 30 Nov 1998 14:25:49 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/perl l2hinit.perl Message-ID: <199811301925.OAA21497@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: l2hinit.perl Log Message: do_cmd_textohtmlinfopage(): Rip out most of the boilerplate and move it to the about.dat file. Only what really needs to be generated is, and the remainder is easier to maintain than Perl code. From fdrake@weyr.cnri.reston.va.us Mon Nov 30 19:29:35 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Mon, 30 Nov 1998 14:29:35 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/html about.dat Message-ID: <199811301929.OAA21565@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/html In directory weyr:/home/fdrake/projects/python/Doc/html Modified Files: about.dat Log Message: Oops, remove LaTeX2HTML version number. Could become wrong and isn't needed, since it's always added to the comments in the page header anyway. From fdrake@weyr.cnri.reston.va.us Mon Nov 30 20:27:33 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Mon, 30 Nov 1998 15:27:33 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/tools mkhtml.sh Message-ID: <199811302027.PAA23038@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: mkhtml.sh Log Message: Add a -address parameter to the LaTeX2HTML command line to direct documentation comments appropriately. In response to comment from Martijn Faassen . From fdrake@weyr.cnri.reston.va.us Mon Nov 30 20:28:39 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Mon, 30 Nov 1998 15:28:39 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/html Makefile Message-ID: <199811302028.PAA23060@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/html In directory weyr:/home/fdrake/projects/python/Doc/html Modified Files: Makefile Log Message: Add a --address parameter to the mkhowto command line to direct documentation comments appropriately. In response to comment from Martijn Faassen . Add dependency to about.dat. From fdrake@weyr.cnri.reston.va.us Mon Nov 30 20:30:27 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Mon, 30 Nov 1998 15:30:27 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/tools mkhowto.sh Message-ID: <199811302030.PAA23086@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: mkhowto.sh Log Message: l2hoption: Do the "right thing" to quote the right-hand-side of Perl assignments. This allows '"', '$', and '@' to be included in the values passed to parameters like --address. From fdrake@weyr.cnri.reston.va.us Mon Nov 30 20:37:26 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Mon, 30 Nov 1998 15:37:26 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/tut tut.tex Message-ID: <199811302037.PAA23187@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: Change "for" explanation slightly based on comment passed along by Blake Winton . From fdrake@weyr.cnri.reston.va.us Mon Nov 30 21:51:28 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Mon, 30 Nov 1998 16:51:28 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/lib libstdtypes.tex Message-ID: <199811302151.QAA23548@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: libstdtypes.tex Log Message: Remove some remaining {\rm ...} constructs. Update logical markup in a few spots. From fdrake@weyr.cnri.reston.va.us Mon Nov 30 21:53:49 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Mon, 30 Nov 1998 16:53:49 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/lib libposix.tex Message-ID: <199811302153.QAA23621@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: Remove {\rm ...} constructs. From fdrake@weyr.cnri.reston.va.us Mon Nov 30 22:15:00 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Mon, 30 Nov 1998 17:15:00 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/lib libstruct.tex Message-ID: <199811302215.RAA23729@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: libstruct.tex Log Message: Fix minor nit with respect to conversion. Update some logical markup. From fdrake@weyr.cnri.reston.va.us Mon Nov 30 22:30:33 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Mon, 30 Nov 1998 17:30:33 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/tools/sgmlconv fixgenents.sh Message-ID: <199811302230.RAA24677@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: Move nasty cruft from make.rules' $(CUTCRUFT) here, mostly to clean up make.rules. From fdrake@weyr.cnri.reston.va.us Mon Nov 30 22:31:48 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Mon, 30 Nov 1998 17:31:48 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/tools/sgmlconv make.rules Message-ID: <199811302231.RAA24778@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: Remove $(CUTCRUFT) garbage; now in fixgenents.sh. Separate ESIS generation from XML generation. This will evolve a bit more in a couple of days. From fdrake@weyr.cnri.reston.va.us Mon Nov 30 22:58:14 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Mon, 30 Nov 1998 17:58:14 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/lib libre.tex Message-ID: <199811302258.RAA25046@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: Nits to support conversions. From fdrake@weyr.cnri.reston.va.us Mon Nov 23 15:12:03 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Mon, 23 Nov 1998 10:12:03 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/tools latex2esis.py Message-ID: <199811231512.KAA00436@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: latex2esis.py Log Message: Fix some minor problems. Make the table of attribute information contain only one kind of entry. Simplifies some stuff in subconvert(). _______________________________________________ Python-checkins mailing list Python-checkins@python.org http://www.python.org/mailman/listinfo/python-checkins From klm@CNRI.Reston.VA.US Mon Nov 23 17:26:46 1998 From: klm@CNRI.Reston.VA.US (Ken Manheimer) Date: Mon, 23 Nov 1998 12:26:46 -0500 (EST) Subject: [Python-checkins] Test - please ignore Message-ID: <199811231726.MAA04281@glyph.cnri.reston.va.us> This is a test of the python-checkins public broadcast service. This is only a test. If there had been a real checkin, well, just forget it, game over man, you know?-) From guido@cnri.reston.va.us Mon Nov 23 17:49:54 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Mon, 23 Nov 1998 12:49:54 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Doc/lib libsys.tex Message-ID: <199811231749.MAA21373@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: libsys.tex Log Message: Rewrote the section on sys.exit(), documenting other argument types than integers and recommending sys.exit("message"). (I see this as Python's answer to Perls ``die "message";''.) From fdrake@weyr.cnri.reston.va.us Mon Nov 23 18:21:56 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Mon, 23 Nov 1998 13:21:56 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/tools/sgmlconv latex2esis.py Message-ID: <199811231821.NAA01189@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: Fix comment regex so we don't screw up structured comments with different internal indentation levels. From guido@cnri.reston.va.us Mon Nov 23 21:09:53 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Mon, 23 Nov 1998 16:09:53 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Python ceval.c Message-ID: <199811232109.QAA21860@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: Whoops! One the "redundant" initializations removed by Vladimir in the previous patch wasn't -- there was a path through the code that bypassed all initializations. Thanks to Just for reporting the bug! From guido@cnri.reston.va.us Mon Nov 23 22:13:08 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Mon, 23 Nov 1998 17:13:08 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Python bltinmodule.c Message-ID: <199811232213.RAA22127@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Python In directory eric:/projects/python/develop/guido/src/Python Modified Files: bltinmodule.c Log Message: Fix cosmetic bug in delattr docstring discovered by JvR. From fdrake@weyr.cnri.reston.va.us Mon Nov 23 23:10:38 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Mon, 23 Nov 1998 18:10:38 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/tools/sgmlconv docfixer.py Message-ID: <199811232310.SAA01989@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: Add some additional cleanup transformations. From fdrake@weyr.cnri.reston.va.us Mon Nov 23 23:11:14 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Mon, 23 Nov 1998 18:11:14 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/tools/sgmlconv latex2esis.py Message-ID: <199811232311.SAA02012@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: The & character is also escaped using \. From fdrake@weyr.cnri.reston.va.us Tue Nov 24 17:07:34 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Tue, 24 Nov 1998 12:07:34 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/ext ext.tex Message-ID: <199811241707.MAA05584@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/ext In directory weyr:/home/fdrake/projects/python/Doc/ext Modified Files: ext.tex Log Message: Rationalize a word-space markup to not break in the LaTeX->*ML conversion tools currently being constructed. Add a chapter from Jim Fulton on using Misc/Makefile.pre.in. Still preliminary. The "Dynamic Loading" chapter needs to be updated (and possibly removed, since it's no longer an issue for most (any?) users. From fdrake@weyr.cnri.reston.va.us Tue Nov 24 17:38:51 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Tue, 24 Nov 1998 12:38:51 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/tools/sgmlconv fixgenents.sh Message-ID: <199811241738.MAA05732@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: fixgenents.sh Log Message: Script to convert things like and to &C; and &Cpp;. This is something that con't be done with the DOM as far as I can tell. From fdrake@weyr.cnri.reston.va.us Tue Nov 24 17:40:35 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Tue, 24 Nov 1998 12:40:35 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/tools/sgmlconv make.rules Message-ID: <199811241740.MAA05761@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: make.rules Log Message: Supplemental rules to convert a .tex file to a .xml file. Both XML and SGML will be supported soon, probably using an ESIS representation saved in a temp file. From guido@cnri.reston.va.us Wed Nov 25 15:57:49 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Wed, 25 Nov 1998 10:57:49 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Lib site.py Message-ID: <199811251557.KAA25423@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Lib In directory eric:/projects/python/develop/guido/src/Lib Modified Files: site.py Log Message: Wrong pathname in docstring detected by Fredrik Nehr. From guido@cnri.reston.va.us Wed Nov 25 16:17:33 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Wed, 25 Nov 1998 11:17:33 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Modules cStringIO.c Message-ID: <199811251617.LAA25564@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: New version from Jim Fulton: - New copyright. (Open source) - Fixed problem in seek method. The seek method should (and now does) fill with nulls when seeking past the end of the "file". From guido@cnri.reston.va.us Wed Nov 25 16:18:02 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Wed, 25 Nov 1998 11:18:02 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Modules cPickle.c Message-ID: <199811251618.LAA25581@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: New version from Jim Fulton: - New copyright. (Open source) - Added new protocol for binary string pickles that takes out unneeded puts: p=Pickler() p.dump(x) p.dump(y) thePickle=p.getvalue() This has little or no impact on pickling time, but often reduces unpickling time and pickle size, sometimes significantly. - Changed unpickler to use internal data structure instead of list to reduce unpickling times by about a third. - Many cleanups to get rid of obfuscated error handling involving 'goto finally' and status variables. - Extensive reGuidofication. (formatting :) - Fixed binary floating-point pickling bug. 0.0 was not pickled correctly. - Now use binary floating point format when saving floats in binary mode. - Fixed some error message spelling error. From fdrake@weyr.cnri.reston.va.us Wed Nov 25 17:09:22 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Wed, 25 Nov 1998 12:09:22 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/lib libstdtypes.tex Message-ID: <199811251709.MAA08640@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: libstdtypes.tex Log Message: Fix indexing of func_code attribute; this is on a function, not a code object. Add "()" to method names indexed using \ttindex{}. From fdrake@weyr.cnri.reston.va.us Wed Nov 25 17:13:30 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Wed, 25 Nov 1998 12:13:30 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/texinputs python.sty Message-ID: <199811251713.MAA08667@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: python.sty Log Message: Minor nit that fixes a bunch of indexing: the way the classdesc environment saves the name of the last class described, method and member descriptions were not picking it up correctly. Thus, many index entries were described as "( method)" instead of "(FooClass method)". Multiple entries were collapsed in the index when methods/members from multiple classes share the same name. From fdrake@weyr.cnri.reston.va.us Wed Nov 25 17:40:02 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Wed, 25 Nov 1998 12:40:02 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/ref ref6.tex Message-ID: <199811251740.MAA08835@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: ref6.tex Log Message: Minor adjustments to a few index entries. From fdrake@weyr.cnri.reston.va.us Wed Nov 25 17:48:12 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Wed, 25 Nov 1998 12:48:12 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/ref ref7.tex Message-ID: <199811251748.MAA08905@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: ref7.tex Log Message: Minor fixups to some index entries. From fdrake@weyr.cnri.reston.va.us Wed Nov 25 17:51:16 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Wed, 25 Nov 1998 12:51:16 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/ref ref5.tex Message-ID: <199811251751.MAA08951@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: ref5.tex Log Message: Markup nits. Fixed an index entry, added three more. From fdrake@weyr.cnri.reston.va.us Wed Nov 25 17:58:52 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Wed, 25 Nov 1998 12:58:52 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/ref ref3.tex Message-ID: <199811251758.MAA09014@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: ref3.tex Log Message: Massive change to just about every construct that impacts the index. Blame it on Just. ;-) From guido@cnri.reston.va.us Wed Nov 25 18:53:06 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Wed, 25 Nov 1998 13:53:06 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Doc/lib libfuncs.tex Message-ID: <199811251853.NAA26143@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: Clarify that min and max also take multiple arguments. From fdrake@weyr.cnri.reston.va.us Wed Nov 25 19:09:26 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Wed, 25 Nov 1998 14:09:26 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/ref ref3.tex Message-ID: <199811251909.OAA09352@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: ref3.tex Log Message: Remove two remaining {\tt ...} constructs. From fdrake@weyr.cnri.reston.va.us Wed Nov 25 19:23:34 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Wed, 25 Nov 1998 14:23:34 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/ref ref5.tex Message-ID: <199811251923.OAA09420@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: ref5.tex Log Message: Remove two remaining {\tt ...} constructs. From fdrake@weyr.cnri.reston.va.us Wed Nov 25 19:28:04 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Wed, 25 Nov 1998 14:28:04 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/tools/sgmlconv fixgenents.sh Message-ID: <199811251928.OAA09467@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: Do the right stuff to convert what was originally \e, \ldots, and --- in the LaTeX sources. From fdrake@weyr.cnri.reston.va.us Wed Nov 25 19:55:49 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Wed, 25 Nov 1998 14:55:49 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/mac libmactcp.tex Message-ID: <199811251955.OAA09702@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/mac In directory weyr:/home/fdrake/projects/python/Doc/mac Modified Files: libmactcp.tex Log Message: Remove bogus \@. From fdrake@weyr.cnri.reston.va.us Wed Nov 25 20:07:37 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Wed, 25 Nov 1998 15:07:37 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/mac libmacfs.tex Message-ID: <199811252007.PAA09846@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/mac In directory weyr:/home/fdrake/projects/python/Doc/mac Modified Files: libmacfs.tex Log Message: Remove bogus \@. From fdrake@weyr.cnri.reston.va.us Wed Nov 25 20:15:54 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Wed, 25 Nov 1998 15:15:54 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/mac libmacdnr.tex Message-ID: <199811252015.PAA09981@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/mac In directory weyr:/home/fdrake/projects/python/Doc/mac Modified Files: libmacdnr.tex Log Message: Remove some optional parameters that are unnecessary in context. From fdrake@weyr.cnri.reston.va.us Wed Nov 25 20:55:05 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Wed, 25 Nov 1998 15:55:05 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/lib libexcs.tex Message-ID: <199811252055.PAA10872@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: libexcs.tex Log Message: Fix remaining {\rm ...} construct. From fdrake@weyr.cnri.reston.va.us Wed Nov 25 22:38:26 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Wed, 25 Nov 1998 17:38:26 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/lib libstdwin.tex Message-ID: <199811252238.RAA11766@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: libstdwin.tex Log Message: Logical markup. Fix a few things for the conversion to structured markup. Removed texinfo special cases, since there's likely a new info process. From fdrake@weyr.cnri.reston.va.us Mon Nov 30 14:36:30 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Mon, 30 Nov 1998 09:36:30 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/tools/sgmlconv fixgenents.sh Message-ID: <199811301436.JAA17272@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 output of \geq and \leq. From fdrake@weyr.cnri.reston.va.us Mon Nov 30 14:43:01 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Mon, 30 Nov 1998 09:43:01 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/texinputs python.sty Message-ID: <199811301443.JAA17313@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: python.sty Log Message: Make \var work correctly in math mode. From fdrake@weyr.cnri.reston.va.us Mon Nov 30 14:45:26 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Mon, 30 Nov 1998 09:45:26 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/tools/sgmlconv latex2esis.py Message-ID: <199811301445.JAA17341@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: Several small adjustments. From guido@cnri.reston.va.us Mon Nov 30 15:07:05 1998 From: guido@cnri.reston.va.us (Guido van Rossum) Date: Mon, 30 Nov 1998 10:07:05 -0500 (EST) Subject: [Python-checkins] CVS: python/dist/src/Lib SocketServer.py Message-ID: <199811301507.KAA02055@eric.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Lib In directory eric:/projects/python/develop/guido/src/Lib Modified Files: SocketServer.py Log Message: Patch by Jeff Bauer: a minor change to declare two new threaded versions of Unix Server classes, using the ThreadingMixIn class: ThreadingUnixStreamServer ThreadingUnixDatagramServer From fdrake@weyr.cnri.reston.va.us Mon Nov 30 15:07:29 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Mon, 30 Nov 1998 10:07:29 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/lib libsmtplib.tex Message-ID: <199811301507.KAA17468@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: Do all the right imports. Problem reported by Martijn Faassen . From fdrake@weyr.cnri.reston.va.us Mon Nov 30 16:26:52 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Mon, 30 Nov 1998 11:26:52 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/lib libthread.tex Message-ID: <199811301626.LAA17952@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: libthread.tex Log Message: Minor markup nit to ease conversion processing. From fdrake@weyr.cnri.reston.va.us Mon Nov 30 16:27:38 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Mon, 30 Nov 1998 11:27:38 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/lib librgbimg.tex Message-ID: <199811301627.LAA17973@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: librgbimg.tex Log Message: Remove bogus \@. From fdrake@weyr.cnri.reston.va.us Mon Nov 30 17:33:41 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Mon, 30 Nov 1998 12:33:41 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/lib libaudioop.tex Message-ID: <199811301733.MAA20279@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: libaudioop.tex Log Message: Remove cruft from the old Texinfo conversion. This simplifies some of the newer processing. From fdrake@weyr.cnri.reston.va.us Mon Nov 30 18:59:46 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Mon, 30 Nov 1998 13:59:46 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/lib libcopy.tex Message-ID: <199811301859.NAA21369@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: libcopy.tex Log Message: Markup improvements to help with conversions. From fdrake@weyr.cnri.reston.va.us Mon Nov 30 19:00:17 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Mon, 30 Nov 1998 14:00:17 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/lib libhttplib.tex Message-ID: <199811301900.OAA21394@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: libhttplib.tex Log Message: Markup nit to ease conversions. From fdrake@weyr.cnri.reston.va.us Mon Nov 30 19:24:15 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Mon, 30 Nov 1998 14:24:15 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/html about.dat Message-ID: <199811301924.OAA21475@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/html In directory weyr:/home/fdrake/projects/python/Doc/html Added Files: about.dat Log Message: New file. Contains boilerplate text for the "About this document..." section of LaTeX2HTML-generated documents. Includes credit to Christopher Petrilli for the navigation icons. From fdrake@weyr.cnri.reston.va.us Mon Nov 30 19:25:49 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Mon, 30 Nov 1998 14:25:49 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/perl l2hinit.perl Message-ID: <199811301925.OAA21497@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: l2hinit.perl Log Message: do_cmd_textohtmlinfopage(): Rip out most of the boilerplate and move it to the about.dat file. Only what really needs to be generated is, and the remainder is easier to maintain than Perl code. From fdrake@weyr.cnri.reston.va.us Mon Nov 30 19:29:35 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Mon, 30 Nov 1998 14:29:35 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/html about.dat Message-ID: <199811301929.OAA21565@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/html In directory weyr:/home/fdrake/projects/python/Doc/html Modified Files: about.dat Log Message: Oops, remove LaTeX2HTML version number. Could become wrong and isn't needed, since it's always added to the comments in the page header anyway. From fdrake@weyr.cnri.reston.va.us Mon Nov 30 20:27:33 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Mon, 30 Nov 1998 15:27:33 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/tools mkhtml.sh Message-ID: <199811302027.PAA23038@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: mkhtml.sh Log Message: Add a -address parameter to the LaTeX2HTML command line to direct documentation comments appropriately. In response to comment from Martijn Faassen . From fdrake@weyr.cnri.reston.va.us Mon Nov 30 20:28:39 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Mon, 30 Nov 1998 15:28:39 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/html Makefile Message-ID: <199811302028.PAA23060@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/html In directory weyr:/home/fdrake/projects/python/Doc/html Modified Files: Makefile Log Message: Add a --address parameter to the mkhowto command line to direct documentation comments appropriately. In response to comment from Martijn Faassen . Add dependency to about.dat. From fdrake@weyr.cnri.reston.va.us Mon Nov 30 20:30:27 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Mon, 30 Nov 1998 15:30:27 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/tools mkhowto.sh Message-ID: <199811302030.PAA23086@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: mkhowto.sh Log Message: l2hoption: Do the "right thing" to quote the right-hand-side of Perl assignments. This allows '"', '$', and '@' to be included in the values passed to parameters like --address. From fdrake@weyr.cnri.reston.va.us Mon Nov 30 20:37:26 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Mon, 30 Nov 1998 15:37:26 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/tut tut.tex Message-ID: <199811302037.PAA23187@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: Change "for" explanation slightly based on comment passed along by Blake Winton . From fdrake@weyr.cnri.reston.va.us Mon Nov 30 21:51:28 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Mon, 30 Nov 1998 16:51:28 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/lib libstdtypes.tex Message-ID: <199811302151.QAA23548@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: libstdtypes.tex Log Message: Remove some remaining {\rm ...} constructs. Update logical markup in a few spots. From fdrake@weyr.cnri.reston.va.us Mon Nov 30 21:53:49 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Mon, 30 Nov 1998 16:53:49 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/lib libposix.tex Message-ID: <199811302153.QAA23621@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: Remove {\rm ...} constructs. From fdrake@weyr.cnri.reston.va.us Mon Nov 30 22:15:00 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Mon, 30 Nov 1998 17:15:00 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/lib libstruct.tex Message-ID: <199811302215.RAA23729@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: libstruct.tex Log Message: Fix minor nit with respect to conversion. Update some logical markup. From fdrake@weyr.cnri.reston.va.us Mon Nov 30 22:30:33 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Mon, 30 Nov 1998 17:30:33 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/tools/sgmlconv fixgenents.sh Message-ID: <199811302230.RAA24677@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: Move nasty cruft from make.rules' $(CUTCRUFT) here, mostly to clean up make.rules. From fdrake@weyr.cnri.reston.va.us Mon Nov 30 22:31:48 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Mon, 30 Nov 1998 17:31:48 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/tools/sgmlconv make.rules Message-ID: <199811302231.RAA24778@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: Remove $(CUTCRUFT) garbage; now in fixgenents.sh. Separate ESIS generation from XML generation. This will evolve a bit more in a couple of days. From fdrake@weyr.cnri.reston.va.us Mon Nov 30 22:58:14 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Mon, 30 Nov 1998 17:58:14 -0500 Subject: [Python-checkins] CVS: python/dist/src/Doc/lib libre.tex Message-ID: <199811302258.RAA25046@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: Nits to support conversions.