From guido@newcnri.cnri.reston.va.us Thu Aug 13 02:27:03 1998 From: guido@newcnri.cnri.reston.va.us (Guido van Rossum) Date: Wed, 12 Aug 1998 21:27:03 -0400 Subject: [Python-checkins] CVS: python/dist/src/Doc/lib libpopen2.tex Message-ID: <199808130127.VAA05140@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: libpopen2.tex Log Message: Second definition of popen2 should be popen3. From guido@newcnri.cnri.reston.va.us Thu Aug 13 15:20:17 1998 From: guido@newcnri.cnri.reston.va.us (Guido van Rossum) Date: Thu, 13 Aug 1998 10:20:17 -0400 Subject: [Python-checkins] CVS: python/dist/src/Lib/test test_long.py Message-ID: <199808131420.KAA06073@eric.CNRI.Reston.Va.US> Update of /projects/cvsroot/python/dist/src/Lib/test In directory eric:/projects/python/develop/guido/src/Lib/test Added Files: test_long.py Log Message: Add Tim Peters' test for long ints From guido@newcnri.cnri.reston.va.us Thu Aug 13 15:20:19 1998 From: guido@newcnri.cnri.reston.va.us (Guido van Rossum) Date: Thu, 13 Aug 1998 10:20:19 -0400 Subject: [Python-checkins] CVS: python/dist/src/Lib/test/output test_long Message-ID: <199808131420.KAA06082@eric.CNRI.Reston.Va.US> Update of /projects/cvsroot/python/dist/src/Lib/test/output In directory eric:/projects/python/develop/guido/src/Lib/test/output Added Files: test_long Log Message: Add Tim Peters' test for long ints From guido@newcnri.cnri.reston.va.us Thu Aug 13 14:33:17 1998 From: guido@newcnri.cnri.reston.va.us (Guido van Rossum) Date: Thu, 13 Aug 1998 09:33:17 -0400 Subject: [Python-checkins] CVS: python/dist/src/Python pythonrun.c Message-ID: <199808131333.JAA05735@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: Add DebugBreak() call to Py_FatalError() for Mark Hammond (only on Win32 in Debug mode). From guido@newcnri.cnri.reston.va.us Thu Aug 13 14:29:26 1998 From: guido@newcnri.cnri.reston.va.us (Guido van Rossum) Date: Thu, 13 Aug 1998 09:29:26 -0400 Subject: [Python-checkins] CVS: python/dist/src/Modules _tkinter.c Message-ID: <199808131329.JAA05696@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 Log Message: Need mytime.h for Sleep(). From guido@newcnri.cnri.reston.va.us Thu Aug 13 17:08:46 1998 From: guido@newcnri.cnri.reston.va.us (Guido van Rossum) Date: Thu, 13 Aug 1998 12:08:46 -0400 Subject: [Python-checkins] CVS: python/dist/src install-sh Message-ID: <199808131608.MAA09977@eric.CNRI.Reston.Va.US> Update of /projects/cvsroot/python/dist/src In directory eric:/projects/python/develop/guido/src Modified Files: install-sh Log Message: Exit when a mv or cp fails (Sjoerd Mullender). From guido@newcnri.cnri.reston.va.us Thu Aug 13 17:44:46 1998 From: guido@newcnri.cnri.reston.va.us (Guido van Rossum) Date: Thu, 13 Aug 1998 12:44:46 -0400 Subject: [Python-checkins] CVS: python/dist/src/Objects abstract.c Message-ID: <199808131644.MAA10139@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: Better error messages when a sequence is indexed with a non-integer. Previously, this said "unsubscriptable object"; in 1.5.1, the reverse problem existed, where None[''] would complain about a non-integer index. This fix does the right thing in all cases (for get, set and del item). From fdrake@weyr.cnri.reston.va.us Thu Aug 13 19:32:38 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Thu, 13 Aug 1998 14:32:38 -0400 Subject: [Python-checkins] CVS: python/dist/src/Doc/icons contents.gif index.gif modules.gif next.gif previous.gif up.gif Message-ID: <199808131832.OAA03588@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/icons In directory weyr:/home/fdrake/projects/python/src/Doc/icons Added Files: contents.gif index.gif modules.gif next.gif previous.gif up.gif Log Message: New icons from Christopher Petrilli . Cool! From fdrake@weyr.cnri.reston.va.us Thu Aug 13 20:03:20 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Thu, 13 Aug 1998 15:03:20 -0400 Subject: [Python-checkins] CVS: python/dist/src/Doc/html Makefile Message-ID: <199808131903.PAA04339@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/html In directory weyr:/home/fdrake/projects/python/src/Doc/html Modified Files: Makefile Log Message: Add l2hinit.perl to COMMONPERL. From jhylton@newcnri.cnri.reston.va.us Thu Aug 13 20:57:49 1998 From: jhylton@newcnri.cnri.reston.va.us (Jeremy Hylton) Date: Thu, 13 Aug 1998 15:57:49 -0400 Subject: [Python-checkins] CVS: python/dist/src/Lib smtplib.py Message-ID: <199808131957.PAA29817@bitdiddle.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Lib In directory bitdiddle:/local/home/jhylton/local/python/src/Lib Modified Files: smtplib.py Log Message: Change interface to sendmail: if the destination address is a string instead of a list, turn it into a list containing that string. This avoids an apparently common newbie mistake -- passing in a single string for the destination and have it treated as a sequence of characters. From guido@newcnri.cnri.reston.va.us Thu Aug 13 02:27:03 1998 From: guido@newcnri.cnri.reston.va.us (Guido van Rossum) Date: Wed, 12 Aug 1998 21:27:03 -0400 Subject: [Python-checkins] CVS: python/dist/src/Doc/lib libpopen2.tex Message-ID: <199808130127.VAA05140@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: libpopen2.tex Log Message: Second definition of popen2 should be popen3. From guido@newcnri.cnri.reston.va.us Thu Aug 13 15:20:17 1998 From: guido@newcnri.cnri.reston.va.us (Guido van Rossum) Date: Thu, 13 Aug 1998 10:20:17 -0400 Subject: [Python-checkins] CVS: python/dist/src/Lib/test test_long.py Message-ID: <199808131420.KAA06073@eric.CNRI.Reston.Va.US> Update of /projects/cvsroot/python/dist/src/Lib/test In directory eric:/projects/python/develop/guido/src/Lib/test Added Files: test_long.py Log Message: Add Tim Peters' test for long ints From guido@newcnri.cnri.reston.va.us Thu Aug 13 15:20:19 1998 From: guido@newcnri.cnri.reston.va.us (Guido van Rossum) Date: Thu, 13 Aug 1998 10:20:19 -0400 Subject: [Python-checkins] CVS: python/dist/src/Lib/test/output test_long Message-ID: <199808131420.KAA06082@eric.CNRI.Reston.Va.US> Update of /projects/cvsroot/python/dist/src/Lib/test/output In directory eric:/projects/python/develop/guido/src/Lib/test/output Added Files: test_long Log Message: Add Tim Peters' test for long ints From guido@newcnri.cnri.reston.va.us Thu Aug 13 14:33:17 1998 From: guido@newcnri.cnri.reston.va.us (Guido van Rossum) Date: Thu, 13 Aug 1998 09:33:17 -0400 Subject: [Python-checkins] CVS: python/dist/src/Python pythonrun.c Message-ID: <199808131333.JAA05735@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: Add DebugBreak() call to Py_FatalError() for Mark Hammond (only on Win32 in Debug mode). From guido@newcnri.cnri.reston.va.us Thu Aug 13 14:29:26 1998 From: guido@newcnri.cnri.reston.va.us (Guido van Rossum) Date: Thu, 13 Aug 1998 09:29:26 -0400 Subject: [Python-checkins] CVS: python/dist/src/Modules _tkinter.c Message-ID: <199808131329.JAA05696@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 Log Message: Need mytime.h for Sleep(). From guido@newcnri.cnri.reston.va.us Thu Aug 13 17:08:46 1998 From: guido@newcnri.cnri.reston.va.us (Guido van Rossum) Date: Thu, 13 Aug 1998 12:08:46 -0400 Subject: [Python-checkins] CVS: python/dist/src install-sh Message-ID: <199808131608.MAA09977@eric.CNRI.Reston.Va.US> Update of /projects/cvsroot/python/dist/src In directory eric:/projects/python/develop/guido/src Modified Files: install-sh Log Message: Exit when a mv or cp fails (Sjoerd Mullender). From guido@newcnri.cnri.reston.va.us Thu Aug 13 17:44:46 1998 From: guido@newcnri.cnri.reston.va.us (Guido van Rossum) Date: Thu, 13 Aug 1998 12:44:46 -0400 Subject: [Python-checkins] CVS: python/dist/src/Objects abstract.c Message-ID: <199808131644.MAA10139@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: Better error messages when a sequence is indexed with a non-integer. Previously, this said "unsubscriptable object"; in 1.5.1, the reverse problem existed, where None[''] would complain about a non-integer index. This fix does the right thing in all cases (for get, set and del item). From fdrake@weyr.cnri.reston.va.us Thu Aug 13 19:32:38 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Thu, 13 Aug 1998 14:32:38 -0400 Subject: [Python-checkins] CVS: python/dist/src/Doc/icons contents.gif index.gif modules.gif next.gif previous.gif up.gif Message-ID: <199808131832.OAA03588@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/icons In directory weyr:/home/fdrake/projects/python/src/Doc/icons Added Files: contents.gif index.gif modules.gif next.gif previous.gif up.gif Log Message: New icons from Christopher Petrilli . Cool! From fdrake@weyr.cnri.reston.va.us Thu Aug 13 20:03:20 1998 From: fdrake@weyr.cnri.reston.va.us (Fred L. Drake) Date: Thu, 13 Aug 1998 15:03:20 -0400 Subject: [Python-checkins] CVS: python/dist/src/Doc/html Makefile Message-ID: <199808131903.PAA04339@weyr.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Doc/html In directory weyr:/home/fdrake/projects/python/src/Doc/html Modified Files: Makefile Log Message: Add l2hinit.perl to COMMONPERL. From jhylton@newcnri.cnri.reston.va.us Thu Aug 13 20:57:49 1998 From: jhylton@newcnri.cnri.reston.va.us (Jeremy Hylton) Date: Thu, 13 Aug 1998 15:57:49 -0400 Subject: [Python-checkins] CVS: python/dist/src/Lib smtplib.py Message-ID: <199808131957.PAA29817@bitdiddle.cnri.reston.va.us> Update of /projects/cvsroot/python/dist/src/Lib In directory bitdiddle:/local/home/jhylton/local/python/src/Lib Modified Files: smtplib.py Log Message: Change interface to sendmail: if the destination address is a string instead of a list, turn it into a list containing that string. This avoids an apparently common newbie mistake -- passing in a single string for the destination and have it treated as a sequence of characters.