Showing content from http://mail.python.org/pipermail/python-checkins/2001-February/thread.html below:
The Python-checkins 2001-February Archive by Thread
2001-February Archives by Thread
Starting: Thu Feb 1 03:51:01 2001
Ending: Wed Feb 28 23:49:21 2001
Messages: 689
- [Python-checkins] CVS: python/dist/src/Doc/ref ref4.tex,1.22,1.23 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Doc/lib librandom.tex,1.21,1.22 Tim Peters
- [Python-checkins] CVS: python/dist/src/Lib random.py,1.21,1.22 Tim Peters
- [Python-checkins] CVS: python/dist/src/Misc NEWS,1.111,1.112 Tim Peters
- [Python-checkins] CVS: python/dist/src/PCbuild BUILDno.txt,1.5,1.6 python20.wse,1.23,1.24 pythoncore.dsp,1.2,1.3 readme.txt,1.16,1.17 Tim Peters
- [Python-checkins] CVS: python/dist/src/Doc/lib libweakref.tex,NONE,1.1 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Doc Makefile.deps,1.54,1.55 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Doc/lib lib.tex,1.175,1.176 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Modules _weakref.c,NONE,1.1 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Lib weakref.py,NONE,1.1 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Lib/test test_weakref.py,NONE,1.1 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Lib/test/output test_weakref,NONE,1.1 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Include classobject.h,2.35,2.36 object.h,2.73,2.74 objimpl.h,2.30,2.31 Fred L. Drake
- [Python-checkins] CVS: python/dist/src setup.py,1.19,1.20 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Modules Setup.dist,1.13,1.14 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Objects classobject.c,2.120,2.121 object.c,2.118,2.119 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Lib random.py,1.22,1.23 Tim Peters
- [Python-checkins] CVS: python/dist/src/Doc/ref ref4.tex,1.23,1.24 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Doc/lib librandom.tex,1.22,1.23 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Lib/test test_minidom.py,1.22,1.23 Fred L. Drake
- [Python-checkins] CVS: python/dist/src README,1.110,1.111 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Modules newmodule.c,2.31,2.32 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Lib/test test_new.py,1.10,1.11 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src Makefile.pre.in,1.8,1.9 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Misc NEWS,1.112,1.113 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Include object.h,2.74,2.75 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Lib/test test_grammar.py,1.27,1.28 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Lib/test/output test_grammar,1.11,1.12 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Python ceval.c,2.225,2.226 compile.c,2.154,2.155 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Misc NEWS,1.113,1.114 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Tools/pynche pyColorChooser.py,2.5,2.6 Barry Warsaw
- [Python-checkins] CVS: python/dist/src/Tools/pynche TypeinViewer.py,2.13,2.14 Barry Warsaw
- [Python-checkins] CVS: python/dist/src/Doc/ref ref7.tex,1.22,1.23 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Include opcode.h,2.33,2.34 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Lib dis.py,1.31,1.32 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Lib/test test_exceptions.py,1.11,1.12 test_grammar.py,1.28,1.29 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Lib/test/output test_exceptions,1.5,1.6 test_grammar,1.12,1.13 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Python ceval.c,2.226,2.227 compile.c,2.155,2.156 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Misc NEWS,1.114,1.115 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Lib httplib.py,1.32,1.33 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Modules socketmodule.c,1.132,1.133 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Objects floatobject.c,2.78,2.79 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Modules _weakref.c,1.1,1.2 Tim Peters
- [Python-checkins] CVS: python/dist/src/PC config.c,1.30,1.31 Tim Peters
- [Python-checkins] CVS: python/dist/src/PCbuild pythoncore.dsp,1.3,1.4 Tim Peters
- [Python-checkins] CVS: python/dist/src/Doc/lib libwhrandom.tex,1.12,1.13 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Doc/lib librandom.tex,1.23,1.24 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Doc/ref ref4.tex,1.24,1.25 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Doc/lib lib.tex,1.176,1.177 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Lib/plat-netbsd1 SOCKET.py,1.1,NONE Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Lib/plat-freebsd3 SOCKET.py,1.1,NONE Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Lib/plat-aix3 SOCKET.py,1.1,NONE Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Lib/plat-aix4 SOCKET.py,1.1,NONE Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Lib/plat-freebsd2 SOCKET.py,1.1,NONE Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Lib/plat-irix5 SOCKET.py,1.3,NONE Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Lib/plat-irix6 SOCKET.py,1.1,NONE Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Lib/plat-linux1 SOCKET.py,1.2,NONE Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Lib/plat-linux2 SOCKET.py,1.2,NONE Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Lib/plat-sunos4 SOCKET.py,1.2,NONE Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Lib/plat-sunos5 SOCKET.py,1.2,NONE Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Lib/plat-freebsd4 SOCKET.py,1.1,NONE Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Lib/plat-freebsd5 SOCKET.py,1.1,NONE Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Lib/plat-beos5 SOCKET.py,1.1,NONE Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Python compile.c,2.156,2.157 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src Makefile.pre.in,1.9,1.10 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Modules socketmodule.c,1.133,1.134 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Misc NEWS,1.115,1.116 ACKS,1.76,1.77 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Doc/lib libmailbox.tex,1.16,1.17 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Lib/test test_capi.py,NONE,1.1 Tim Peters
- [Python-checkins] CVS: python/dist/src/Lib/test/output test_capi,NONE,1.1 Tim Peters
- [Python-checkins] CVS: python/dist/src/Misc NEWS,1.116,1.117 Tim Peters
- [Python-checkins] CVS: python/dist/src/Modules _testmodule.c,NONE,1.1 Tim Peters
- [Python-checkins] CVS: python/dist/src/PCbuild _test.dsp,NONE,1.1 pcbuild.dsw,1.23,1.24 readme.txt,1.17,1.18 Tim Peters
- [Python-checkins] CVS: python/dist/src/PCbuild python20.wse,1.24,1.25 Tim Peters
- [Python-checkins] CVS: python/dist/src setup.py,1.20,1.21 M.-A. Lemburg
- [Python-checkins] CVS: python/dist/src/Modules Setup.dist,1.14,1.15 M.-A. Lemburg
- [Python-checkins] CVS: python/dist/src setup.py,1.21,1.22 M.-A. Lemburg
- [Python-checkins] CVS: python/dist/src/Lib weakref.py,1.1,1.2 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Doc/tools mksourcepkg,1.4,1.5 Fred L. Drake
- [Python-checkins] CVS: python/dist/src Makefile.pre.in,1.10,1.11 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Include object.h,2.75,2.76 objimpl.h,2.31,2.32 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Include symtable.h,NONE,2.1 pythonrun.h,2.37,2.38 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Python compile.c,2.157,2.158 pythonrun.c,2.120,2.121 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src setup.py,1.22,1.23 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Modules symtablemodule.c,NONE,1.1 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Lib/test test_symtable.py,NONE,1.1 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Lib/test/output test_symtable,NONE,1.1 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Python import.c,2.158,2.159 Barry Warsaw
- [Python-checkins] CVS: python/dist/src/Lib weakref.py,1.2,1.3 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Lib/xml/dom minidom.py,1.21,1.22 Fred L. Drake
- [Python-checkins] CVS: python/dist/src Makefile.pre.in,1.11,1.12 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Modules socketmodule.c,1.134,1.135 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Include symtable.h,2.1,2.2 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Python compile.c,2.158,2.159 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Misc NEWS,1.117,1.118 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Tools/idle IOBinding.py,1.3,1.4 Percolator.py,1.2,1.3 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src configure,1.191,1.192 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Include patchlevel.h,2.43,2.44 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Python import.c,2.159,2.160 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Modules _weakref.c,1.2,1.3 Tim Peters
- [Python-checkins] CVS: python/dist/src/Misc NEWS,1.118,1.119 Tim Peters
- [Python-checkins] CVS: python/dist/src/PCbuild _symtable.dsp,NONE,1.1 pcbuild.dsw,1.24,1.25 python20.wse,1.25,1.26 readme.txt,1.18,1.19 Tim Peters
- [Python-checkins] CVS: python/dist/src/Doc/api api.tex,1.105,1.106 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Doc/lib libwhrandom.tex,1.13,1.14 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Doc/lib lib.tex,1.177,1.178 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Doc/lib xmldom.tex,1.8,1.9 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Doc/lib libtime.tex,1.36,1.37 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Misc NEWS,1.119,1.120 Guido van Rossum
- [Python-checkins] CVS: python/dist/src Makefile.pre.in,1.12,1.13 Neil Schemenauer
- [Python-checkins] CVS: python/dist/src Makefile.in,1.113,NONE Neil Schemenauer
- [Python-checkins] CVS: python/dist/src/Demo Makefile,1.1,NONE Neil Schemenauer
- [Python-checkins] CVS: python/dist/src/Grammar Makefile.in,1.2,NONE Neil Schemenauer
- [Python-checkins] CVS: python/dist/src/Include Makefile,2.1,NONE Neil Schemenauer
- [Python-checkins] CVS: python/dist/src/Lib Makefile,1.2,NONE Neil Schemenauer
- [Python-checkins] CVS: python/dist/src/Misc Makefile,1.1,NONE Neil Schemenauer
- [Python-checkins] CVS: python/dist/src/Modules Makefile.pre.in,1.75,NONE Neil Schemenauer
- [Python-checkins] CVS: python/dist/src/Objects Makefile.in,2.14,NONE Neil Schemenauer
- [Python-checkins] CVS: python/dist/src/Parser Makefile.in,2.11,NONE Neil Schemenauer
- [Python-checkins] CVS: python/dist/src/Python Makefile.in,2.27,NONE Neil Schemenauer
- [Python-checkins] CVS: python/dist/src setup.py,1.23,1.24 Tim Peters
- [Python-checkins] CVS: python/dist/src/Lib/test test_capi.py,1.1,1.2 Tim Peters
- [Python-checkins] CVS: python/dist/src/Misc NEWS,1.120,1.121 Tim Peters
- [Python-checkins] CVS: python/dist/src/Modules _testcapimodule.c,NONE,1.1 _testmodule.c,1.1,NONE Tim Peters
- [Python-checkins] CVS: python/dist/src/PCbuild _testcapi.dsp,NONE,1.1 pcbuild.dsw,1.25,1.26 python20.wse,1.26,1.27 readme.txt,1.19,1.20 _test.dsp,1.1,NONE Tim Peters
- [Python-checkins] CVS: python/nondist/peps pep-0234.txt,NONE,1.1 Ka-Ping Yee
- [Python-checkins] CVS: python/dist/src/Modules Setup.dist,1.15,1.16 Tim Peters
- [Python-checkins] CVS: python/dist/src/Doc/tools mkhowto,1.20,1.21 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Misc NEWS,1.121,1.122 Martin v. Löwis
- [Python-checkins] CVS: python/nondist/peps pep-0207.txt,1.9,1.10 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Python ceval.c,2.227,2.228 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Lib/test test_scope.py,1.2,1.3 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Lib/test/output test_scope,1.1,1.2 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Misc ACKS,1.77,1.78 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Lib/distutils/command install_data.py,1.17,1.18 A.M. Kuchling
- [Python-checkins] CVS: python/dist/src/Lib/xml/dom pulldom.py,1.17,1.18 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Lib/xml/dom minidom.py,1.22,1.23 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Lib/test test___all__.py,1.8,1.9 Skip Montanaro
- [Python-checkins] CVS: python/dist/src/Lib os.py,1.40,1.41 ntpath.py,1.33,1.34 nturl2path.py,1.7,1.8 nntplib.py,1.24,1.25 netrc.py,1.9,1.10 mutex.py,1.7,1.8 multifile.py,1.14,1.15 Skip Montanaro
- [Python-checkins] CVS: python/dist/src/Lib/xml/dom minidom.py,1.24,1.25 pulldom.py,1.18,1.19 Martin v. Löwis
- [Python-checkins] CVS: python/dist/src/Lib/test test_minidom.py,1.23,1.24 Martin v. Löwis
- [Python-checkins] CVS: python/dist/src/Modules Setup.dist,1.16,1.17 pyexpat.c,2.37,2.38 Martin v. Löwis
- [Python-checkins] CVS: python/dist/src Makefile.pre.in,1.13,1.14 Neil Schemenauer
- [Python-checkins] CVS: python/dist/src setup.py,1.24,1.25 A.M. Kuchling
- [Python-checkins] CVS: python/dist/src setup.py,1.25,1.26 A.M. Kuchling
- [Python-checkins] CVS: python/dist/src/Modules mpzmodule.c,2.34,2.35 A.M. Kuchling
- [Python-checkins] CVS: python/dist/src/Modules socketmodule.c,1.135,1.136 A.M. Kuchling
- [Python-checkins] CVS: python/dist/src setup.py,1.26,1.27 A.M. Kuchling
- [Python-checkins] CVS: python/dist/src/Modules socketmodule.c,1.136,1.137 A.M. Kuchling
- [Python-checkins] CVS: python/dist/src/Lib/test test___all__.py,1.9,1.10 Skip Montanaro
- [Python-checkins] CVS: python/dist/src/Lib pdb.py,1.48,1.49 pickle.py,1.43,1.44 pipes.py,1.7,1.8 popen2.py,1.17,1.18 Skip Montanaro
- [Python-checkins] CVS: python/dist/src/Lib/test test___all__.py,1.10,1.11 Skip Montanaro
- [Python-checkins] CVS: python/dist/src/Modules pyexpat.c,2.38,2.39 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Doc/lib libpyexpat.tex,1.12,1.13 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Lib cmd.py,1.21,1.22 Eric S. Raymond
- [Python-checkins] CVS: python/dist/src/Lib BaseHTTPServer.py,1.13,1.14 Eric S. Raymond
- [Python-checkins] CVS: python/dist/src/Lib bdb.py,1.29,1.30 Eric S. Raymond
- [Python-checkins] CVS: python/dist/src/Lib asyncore.py,1.9,1.10 Eric S. Raymond
- [Python-checkins] CVS: python/dist/src/Lib asynchat.py,1.9,1.10 Eric S. Raymond
- [Python-checkins] CVS: python/dist/src/Lib binhex.py,1.18,1.19 Eric S. Raymond
- [Python-checkins] CVS: python/dist/src/Lib ConfigParser.py,1.27,1.28 Eric S. Raymond
- [Python-checkins] CVS: python/dist/src/Lib ConfigParser.py,1.28,1.29 Eric S. Raymond
- [Python-checkins] CVS: python/dist/src/Lib BaseHTTPServer.py,1.14,1.15 Eric S. Raymond
- [Python-checkins] CVS: python/dist/src/Lib smtplib.py,1.32,1.33 Eric S. Raymond
- [Python-checkins] CVS: python/dist/src/Lib imaplib.py,1.24,1.25 Eric S. Raymond
- [Python-checkins] CVS: python/dist/src/Lib poplib.py,1.12,1.13 Eric S. Raymond
- [Python-checkins] CVS: python/dist/src/Lib nntplib.py,1.25,1.26 Eric S. Raymond
- [Python-checkins] CVS: python/dist/src/Misc ACKS,1.78,1.79 Tim Peters
- [Python-checkins] CVS: python/dist/src/PC python_nt.rc,1.11,1.12 Tim Peters
- [Python-checkins] CVS: python/dist/src/Lib mimify.py,1.17,1.18 Eric S. Raymond
- [Python-checkins] CVS: python/dist/src/Lib telnetlib.py,1.9,1.10 Eric S. Raymond
- [Python-checkins] CVS: python/dist/src/Lib smtplib.py,1.33,1.34 Eric S. Raymond
- [Python-checkins] CVS: python/dist/src/Lib sgmllib.py,1.23,1.24 Eric S. Raymond
- [Python-checkins] CVS: python/dist/src/Lib pdb.py,1.49,1.50 Eric S. Raymond
- [Python-checkins] CVS: python/dist/src/Lib dis.py,1.32,1.33 Eric S. Raymond
- [Python-checkins] CVS: python/dist/src/Lib htmllib.py,1.16,1.17 Eric S. Raymond
- [Python-checkins] CVS: python/dist/src/Lib pstats.py,1.9,1.10 Eric S. Raymond
- [Python-checkins] CVS: python/dist/src/Lib doctest.py,1.2,1.3 Eric S. Raymond
- [Python-checkins] CVS: python/dist/src/Lib robotparser.py,1.6,1.7 Eric S. Raymond
- [Python-checkins] CVS: python/dist/src/Lib CGIHTTPServer.py,1.15,1.16 Eric S. Raymond
- [Python-checkins] CVS: python/dist/src/Lib py_compile.py,1.16,1.17 Eric S. Raymond
- [Python-checkins] CVS: python/dist/src/Lib repr.py,1.7,1.8 Eric S. Raymond
- [Python-checkins] CVS: python/dist/src/Lib codeop.py,1.2,1.3 Eric S. Raymond
- [Python-checkins] CVS: python/dist/src/Lib code.py,1.14,1.15 Eric S. Raymond
- [Python-checkins] CVS: python/dist/src/Lib gzip.py,1.21,1.22 Eric S. Raymond
- [Python-checkins] CVS: python/dist/src/Lib keyword.py,1.9,1.10 Eric S. Raymond
- [Python-checkins] CVS: python/dist/src/Lib mhlib.py,1.23,1.24 Eric S. Raymond
- [Python-checkins] CVS: python/dist/src/Lib regsub.py,1.10,1.11 Eric S. Raymond
- [Python-checkins] CVS: python/dist/src/Lib regsub.py,1.11,1.12 Eric S. Raymond
- [Python-checkins] CVS: python/dist/src/Lib pyclbr.py,1.16,1.17 Eric S. Raymond
- [Python-checkins] CVS: python/dist/src/Lib MimeWriter.py,1.6,1.7 Eric S. Raymond
- [Python-checkins] CVS: python/dist/src/Lib traceback.py,1.19,1.20 Eric S. Raymond
- [Python-checkins] CVS: python/dist/src/Lib pre.py,1.4,1.5 Eric S. Raymond
- [Python-checkins] CVS: python/dist/src/Lib mimetypes.py,1.12,1.13 Eric S. Raymond
- [Python-checkins] CVS: python/dist/src/Lib knee.py,1.4,1.5 Eric S. Raymond
- [Python-checkins] CVS: python/dist/src/Lib macurl2path.py,1.10,1.11 Eric S. Raymond
- [Python-checkins] CVS: python/dist/src configure.in,1.199,1.200 M.-A. Lemburg
- [Python-checkins] CVS: python/dist/src/Misc ACKS,1.79,1.80 M.-A. Lemburg
- [Python-checkins] CVS: python/dist/src/Lib cgi.py,1.59,1.60 Eric S. Raymond
- [Python-checkins] CVS: python/dist/src/Lib ftplib.py,1.49,1.50 Eric S. Raymond
- [Python-checkins] CVS: python/dist/src/Lib gopherlib.py,1.8,1.9 Eric S. Raymond
- [Python-checkins] CVS: python/dist/src/Lib sgmllib.py,1.24,1.25 Eric S. Raymond
- [Python-checkins] CVS: python/dist/src/Lib smtplib.py,1.34,1.35 Eric S. Raymond
- [Python-checkins] CVS: python/dist/src/Lib ihooks.py,1.12,1.13 Eric S. Raymond
- [Python-checkins] CVS: python/dist/src/Lib SimpleHTTPServer.py,1.15,1.16 Eric S. Raymond
- [Python-checkins] CVS: python/dist/src/Lib mailcap.py,1.8,1.9 Eric S. Raymond
- [Python-checkins] CVS: python/dist/src/Lib SimpleHTTPServer.py,1.16,1.17 Eric S. Raymond
- [Python-checkins] CVS: python/dist/src/Lib mhlib.py,1.24,1.25 Eric S. Raymond
- [Python-checkins] CVS: python/dist/src/Lib sre_constants.py,1.23,1.24 Eric S. Raymond
- [Python-checkins] CVS: python/dist/src/Lib xmllib.py,1.26,1.27 Eric S. Raymond
- [Python-checkins] CVS: python/dist/src/Lib locale.py,1.14,1.15 Eric S. Raymond
- [Python-checkins] CVS: python/dist/src/Lib urllib2.py,1.7,1.8 Eric S. Raymond
- [Python-checkins] CVS: python/dist/src/Lib formatter.py,1.16,1.17 Eric S. Raymond
- [Python-checkins] CVS: python/dist/src/Lib nturl2path.py,1.8,1.9 Eric S. Raymond
- [Python-checkins] CVS: python/dist/src/Lib sre.py,1.27,1.28 Eric S. Raymond
- [Python-checkins] CVS: python/dist/src/Lib tokenize.py,1.17,1.18 Eric S. Raymond
- [Python-checkins] CVS: python/dist/src/Lib token.py,1.8,1.9 Eric S. Raymond
- [Python-checkins] CVS: python/dist/src/Lib/distutils bcppcompiler.py,1.7,1.8 Eric S. Raymond
- [Python-checkins] CVS: python/dist/src/Lib/distutils cmd.py,1.25,1.26 Eric S. Raymond
- [Python-checkins] CVS: python/dist/src/Lib/lib-tk tkFont.py,1.2,1.3 Eric S. Raymond
- [Python-checkins] CVS: python/dist/src/Lib/lib-tk Tkinter.py,1.151,1.152 Eric S. Raymond
- [Python-checkins] CVS: python/dist/src/Lib/lib-tk tkSimpleDialog.py,1.6,1.7 Eric S. Raymond
- [Python-checkins] CVS: python/dist/src/Lib/lib-old codehack.py,1.4,1.5 Eric S. Raymond
- [Python-checkins] CVS: python/dist/src/Lib/lib-old grep.py,1.8,1.9 Eric S. Raymond
- [Python-checkins] CVS: python/dist/src/Lib/lib-old packmail.py,1.8,1.9 Eric S. Raymond
- [Python-checkins] CVS: python/dist/src/Lib/lib-old tb.py,1.8,1.9 Eric S. Raymond
- [Python-checkins] CVS: python/dist/src/Lib/lib-old ni.py,1.3,1.4 Eric S. Raymond
- [Python-checkins] CVS: python/dist/src/Lib sre_parse.py,1.41,1.42 Eric S. Raymond
- [Python-checkins] CVS: python/dist/src/Lib/test regrtest.py,1.29,1.30 Eric S. Raymond
- [Python-checkins] CVS: python/dist/src/Lib/test sortperf.py,1.5,1.6 Eric S. Raymond
- [Python-checkins] CVS: python/dist/src/Lib/test string_tests.py,1.6,1.7 Eric S. Raymond
- [Python-checkins] CVS: python/dist/src/Lib/test test_dospath.py,1.2,1.3 Eric S. Raymond
- [Python-checkins] CVS: python/dist/src/Lib/test test_extcall.py,1.12,1.13 Eric S. Raymond
- [Python-checkins] CVS: python/dist/src/Lib/test test_format.py,1.8,1.9 Eric S. Raymond
- [Python-checkins] CVS: python/dist/src/Lib/test test_imgfile.py,1.9,1.10 Eric S. Raymond
- [Python-checkins] CVS: python/dist/src/Lib/test test_mmap.py,1.14,1.15 Eric S. Raymond
- [Python-checkins] CVS: python/dist/src/Lib/test test_ntpath.py,1.6,1.7 Eric S. Raymond
- [Python-checkins] CVS: python/dist/src/Lib/test test_pkg.py,1.12,1.13 Eric S. Raymond
- [Python-checkins] CVS: python/dist/src/Lib/test test_posixpath.py,1.3,1.4 Eric S. Raymond
- [Python-checkins] CVS: python/dist/src/Lib/test test_pty.py,1.9,1.10 Eric S. Raymond
- [Python-checkins] CVS: python/dist/src/Lib/test test_pwd.py,1.10,1.11 Eric S. Raymond
- [Python-checkins] CVS: python/dist/src/Lib/test test_re.py,1.28,1.29 Eric S. Raymond
- [Python-checkins] CVS: python/dist/src/Lib/test test_socket.py,1.17,1.18 Eric S. Raymond
- [Python-checkins] CVS: python/dist/src/Lib/test test_sre.py,1.20,1.21 Eric S. Raymond
- [Python-checkins] CVS: python/dist/src/Lib/test test_strftime.py,1.23,1.24 Eric S. Raymond
- [Python-checkins] CVS: python/dist/src/Lib/test test_userstring.py,1.4,1.5 Eric S. Raymond
- [Python-checkins] CVS: python/dist/src/Lib/test test_zlib.py,1.9,1.10 Eric S. Raymond
- [Python-checkins] CVS: python/dist/src/Lib/xml __init__.py,1.8,1.9 Eric S. Raymond
- [Python-checkins] CVS: python/dist/src/Lib CGIHTTPServer.py,1.16,1.17 Eric S. Raymond
- [Python-checkins] CVS: python/dist/src/Lib/distutils cygwinccompiler.py,1.9,1.10 Eric S. Raymond
- [Python-checkins] CVS: python/dist/src/Lib/plat-irix6 flp.py,1.7,1.8 Eric S. Raymond
- [Python-checkins] CVS: python/dist/src/Lib/plat-irix6 cdplayer.py,1.4,1.5 Eric S. Raymond
- [Python-checkins] CVS: python/dist/src/Lib/distutils version.py,1.3,1.4 Eric S. Raymond
- [Python-checkins] CVS: python/dist/src/Lib/distutils extension.py,1.6,1.7 Eric S. Raymond
- [Python-checkins] CVS: python/dist/src/Lib StringIO.py,1.16,1.17 M.-A. Lemburg
- [Python-checkins] CVS: python/dist/src/Python compile.c,2.159,2.160 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Lib/lib-old packmail.py,1.9,1.10 Eric S. Raymond
- [Python-checkins] CVS: python/dist/src/Lib/lib-old grep.py,1.9,1.10 Sjoerd Mullender
- [Python-checkins] CVS: python/dist/src/Lib/plat-irix5 cddb.py,1.10,1.11 Eric S. Raymond
- [Python-checkins] CVS: python/dist/src/Lib/plat-irix6 cddb.py,1.2,1.3 Eric S. Raymond
- [Python-checkins] CVS: python/dist/src/Lib multifile.py,1.15,1.16 Eric S. Raymond
- [Python-checkins] CVS: python/dist/src/Lib string.py,1.55,1.56 Eric S. Raymond
- [Python-checkins] CVS: python/dist/src/Lib stringold.py,1.45,1.46 Eric S. Raymond
- [Python-checkins] CVS: python/dist/src/Lib/test test_imgfile.py,1.10,1.11 Eric S. Raymond
- [Python-checkins] CVS: python/dist/src/Python import.c,2.160,2.161 M.-A. Lemburg
- [Python-checkins] CVS: python/dist/src/Lib asynchat.py,1.10,1.11 pickle.py,1.44,1.45 popen2.py,1.18,1.19 posixpath.py,1.40,1.41 pyclbr.py,1.17,1.18 smtpd.py,1.1,1.2 urllib.py,1.115,1.116 webbrowser.py,1.10,1.11 Tim Peters
- [Python-checkins] CVS: python/dist/src/Lib/test test_funcattrs.py,1.4,1.5 test_grammar.py,1.29,1.30 test_new.py,1.11,1.12 test_scope.py,1.3,1.4 Tim Peters
- [Python-checkins] CVS: python/dist/src/Lib string.py,1.56,1.57 stringold.py,1.46,1.47 Tim Peters
- [Python-checkins] CVS: python/dist/src/Tools/idle setup.py,1.1,1.2 Tim Peters
- [Python-checkins] CVS: python/dist/src Makefile.pre.in,1.14,1.15 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Python symtable.c,NONE,2.1 compile.c,2.160,2.161 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Include symtable.h,2.2,2.3 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Modules symtablemodule.c,1.1,1.2 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Python compile.c,2.161,2.162 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Lib/test test_grammar.py,1.30,1.31 test_scope.py,1.4,1.5 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Lib/test/output test_grammar,1.13,1.14 test_scope,1.2,1.3 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Lib/test test_symtable.py,1.1,1.2 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/PCbuild pythoncore.dsp,1.4,1.5 Tim Peters
- [Python-checkins] CVS: python/dist/src/Python ceval.c,2.228,2.229 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Lib pdb.py,1.50,1.51 Tim Peters
- [Python-checkins] CVS: python/dist/src/Lib/test test_StringIO.py,1.5,1.6 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Modules cStringIO.c,2.27,2.28 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Lib/test/output test_StringIO,1.4,1.5 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Lib binhex.py,1.19,1.20 Eric S. Raymond
- [Python-checkins] CVS: python/dist/src/Lib mhlib.py,1.25,1.26 Eric S. Raymond
- [Python-checkins] CVS: python/dist/src/Lib mimify.py,1.18,1.19 Eric S. Raymond
- [Python-checkins] CVS: python/dist/src/Lib pre.py,1.5,1.6 Eric S. Raymond
- [Python-checkins] CVS: python/nondist/peps pep-0226.txt,1.4,1.5 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Lib token.py,1.9,1.10 Eric S. Raymond
- [Python-checkins] CVS: python/dist/src/Lib traceback.py,1.20,1.21 Eric S. Raymond
- [Python-checkins] CVS: python/dist/src/Lib doctest.py,1.3,1.4 Tim Peters
- [Python-checkins] CVS: python/dist/src/Lib/test test_doctest.py,NONE,1.1 Tim Peters
- [Python-checkins] CVS: python/dist/src/Lib/test/output test_doctest,NONE,1.1 Tim Peters
- [Python-checkins] CVS: python/dist/src/Lib difflib.py,NONE,1.1 Tim Peters
- [Python-checkins] CVS: python/dist/src/Lib/test test_difflib.py,NONE,1.1 Tim Peters
- [Python-checkins] CVS: python/dist/src/Lib/test/output test_difflib,NONE,1.1 Tim Peters
- [Python-checkins] CVS: python/dist/src/Tools/scripts ndiff.py,1.7,1.8 Tim Peters
- [Python-checkins] CVS: python/dist/src/Lib/test test_unicode.py,1.30,1.31 M.-A. Lemburg
- [Python-checkins] CVS: python/dist/src install-sh,2.3,2.4 Neil Schemenauer
- [Python-checkins] CVS: python/dist/src Makefile.pre.in,1.15,1.16 Neil Schemenauer
- [Python-checkins] CVS: python/dist/src/Misc ACKS,1.80,1.81 Neil Schemenauer
- [Python-checkins] CVS: python/dist/src/PCbuild rmpyc.py,NONE,1.1 rt.bat,1.5,1.6 Tim Peters
- [Python-checkins] CVS: python/dist/src/Python pythonrun.c,2.121,2.122 Tim Peters
- [Python-checkins] CVS: python/dist/src/Lib/test test___all__.py,1.11,1.12 Skip Montanaro
- [Python-checkins] CVS: python/dist/src/Lib poplib.py,1.13,1.14 posixfile.py,1.17,1.18 posixpath.py,1.41,1.42 pprint.py,1.11,1.12 pre.py,1.6,1.7 profile.py,1.25,1.26 pstats.py,1.10,1.11 pty.py,1.6,1.7 py_compile.py,1.17,1.18 pyclbr.py,1.18,1.19 quopri.py,1.9,1.10 Skip Montanaro
- [Python-checkins] CVS: python/dist/src/Lib/test test___all__.py,1.12,1.13 Tim Peters
- [Python-checkins] CVS: python/dist/src/Lib imputil.py,1.17,1.18 Thomas Heller
- [Python-checkins] CVS: python/dist/src/Doc/tools mkhowto,1.21,1.22 mkmodindex,1.9,1.10 support.py,1.2,1.3 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Python compile.c,2.162,2.163 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Doc/html index.html.in,1.12,1.13 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Modules mpzmodule.c,2.35,2.36 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Lib ConfigParser.py,1.29,1.30 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Lib/test test_cfgparser.py,1.4,1.5 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Lib/test/output test_cfgparser,1.2,1.3 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Doc/api api.tex,1.106,1.107 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Doc/tools mkackshtml,1.1,1.2 mkmodindex,1.10,1.11 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Lib robotparser.py,1.7,1.8 Skip Montanaro
- [Python-checkins] CVS: python/dist/src/Objects listobject.c,2.69.2.2,2.69.2.3 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Objects listobject.c,2.69.2.3,2.69.2.4 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Objects listobject.c,2.88,2.88.2.1 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Objects listobject.c,2.91,2.92 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Modules _testcapimodule.c,1.1,1.2 Tim Peters
- [Python-checkins] CVS: python/dist/src/Python getargs.c,2.53,2.54 Tim Peters
- [Python-checkins] CVS: python/dist/src/Lib cgi.py,1.60,1.61 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Lib doctest.py,1.4,1.5 Tim Peters
- [Python-checkins] CVS: python/dist/src/Lib/test/output test_doctest,1.1,1.2 Tim Peters
- [Python-checkins] CVS: python/dist/src/Doc/tut tut.tex,1.126,1.127 Ka-Ping Yee
- [Python-checkins] CVS: python/dist/src/Lib doctest.py,1.5,1.6 Tim Peters
- [Python-checkins] CVS: python/dist/src/Lib/test/output test_doctest,1.2,1.3 Tim Peters
- [Python-checkins] CVS: python/dist/src/Doc/lib libweakref.tex,1.1,1.2 A.M. Kuchling
- [Python-checkins] CVS: python/dist/src/Doc/tut tut.tex,1.127,1.128 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Doc/lib libpdb.tex,1.29,1.30 libtraceback.tex,1.13,1.14 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Doc/ref ref2.tex,1.22,1.23 Tim Peters
- [Python-checkins] CVS: python/dist/src/Lib doctest.py,1.6,1.7 Tim Peters
- [Python-checkins] CVS: python/dist/src/PCbuild _symtable.dsp,1.1,1.2 _testcapi.dsp,1.1,1.2 pythoncore.dsp,1.5,1.6 Thomas Wouters
- [Python-checkins] CVS: python/dist/src/Lib ConfigParser.py,1.30,1.31 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Lib/test test_cfgparser.py,1.5,1.6 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Lib/test test_zlib.py,1.10,1.11 A.M. Kuchling
- [Python-checkins] CVS: python/dist/src/Modules pyexpat.c,2.39,2.40 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Doc/lib libpyexpat.tex,1.13,1.14 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Doc/lib xmldom.tex,1.9,1.10 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Doc/texinputs boilerplate.tex,1.53,1.54 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Doc/tools update-docs.sh,1.3,1.4 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Doc/lib libpyexpat.tex,1.14,1.15 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Modules posixmodule.c,2.183,2.184 Thomas Wouters
- [Python-checkins] CVS: python/dist/src README,1.111,1.112 Thomas Wouters
- [Python-checkins] CVS: python/nondist/peps pep-0042.txt,1.48,1.49 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Lib ftplib.py,1.50,1.51 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Doc/lib libftplib.tex,1.30,1.31 Guido van Rossum
- [Python-checkins] CVS: python/nondist/sf-html index.html,1.8,1.9 Fred L. Drake
- [Python-checkins] CVS: python/nondist/sf-html sf-faq.html,1.17,1.18 Fred L. Drake
- [Python-checkins] CVS: python/nondist/sf-html index.html,1.9,1.10 Jeremy Hylton
- [Python-checkins] CVS: python/nondist/sf-html index.html,1.10,1.11 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Lib urllib.py,1.116,1.117 Skip Montanaro
- [Python-checkins] CVS: python/dist/src/Doc/lib liburllib.tex,1.33,1.34 Skip Montanaro
- [Python-checkins] CVS: python/dist/src/Lib/test test___all__.py,1.13,1.14 Skip Montanaro
- [Python-checkins] CVS: python/dist/src/Lib pre.py,1.7,1.8 random.py,1.23,1.24 re.py,1.39,1.40 reconvert.py,1.4,1.5 regex_syntax.py,1.4,1.5 regsub.py,1.12,1.13 repr.py,1.8,1.9 rexec.py,1.27,1.28 rfc822.py,1.53,1.54 rlcompleter.py,1.8,1.9 sched.py,1.12,1.13 sgmllib.py,1.25,1.26 shelve.py,1.14,1.15 shlex.py,1.14,1.15 shutil.py,1.19,1.20 smtpd.py,1.2,1.3 smtplib.py,1.35,1.36 sndhdr.py,1.5,1.6 socket.py,1.6,1.7 sre.py,1.28,1.29 sre_compile.py,1.34,1.35 sre_constants.py,1.24,1.25 sre_parse.py,1.42,1.43 stat.py,1.8,1.9 statcache.py,1.10,1.11 statvfs.py,1.5,1.6 string.py,1.57,1.58 Skip Montanaro
- [Python-checkins] CVS: python/nondist/peps pep-0209.txt,1.2,1.3 Barry Warsaw
- [Python-checkins] CVS: python/nondist/peps pep-0000.txt,1.66,1.67 Barry Warsaw
- [Python-checkins] CVS: python/dist/src/Lib random.py,1.24,1.25 robotparser.py,1.8,1.9 Tim Peters
- [Python-checkins] CVS: python/dist/src/Lib/test test_scope.py,1.5,1.6 test_symtable.py,1.2,1.3 Tim Peters
- [Python-checkins] CVS: python/dist/src/BeOS README.readline-2.2,1.1,NONE linkcc,1.3,NONE Neil Schemenauer
- [Python-checkins] CVS: python/dist/src/BeOS README,1.11,NONE Neil Schemenauer
- [Python-checkins] CVS: python/dist/src/Misc BeOS-NOTES,NONE,1.1 Neil Schemenauer
- [Python-checkins] CVS: python/dist/src/BeOS ar-fake,1.5,NONE linkmodule,1.5,NONE Neil Schemenauer
- [Python-checkins] CVS: python/dist/src/Modules ar_beos,NONE,1.1 ld_so_beos,NONE,1.1 Neil Schemenauer
- [Python-checkins] CVS: python/dist/src/Modules ld_so_beos,1.1,1.2 Neil Schemenauer
- [Python-checkins] CVS: python/dist/src/Lib/distutils sysconfig.py,1.32,1.33 Neil Schemenauer
- [Python-checkins] CVS: python/dist/src Makefile.pre.in,1.16,1.17 Neil Schemenauer
- [Python-checkins] CVS: python/dist/src configure,1.192,1.193 Neil Schemenauer
- [Python-checkins] CVS: python/dist/src/Parser pgenmain.c,2.22,2.23 Neil Schemenauer
- [Python-checkins] CVS: python/dist/src Makefile.pre.in,1.17,1.18 Neil Schemenauer
- [Python-checkins] CVS: python/dist/src configure.in,1.200,1.201 Neil Schemenauer
- [Python-checkins] CVS: python/dist/src configure,1.193,1.194 configure.in,1.201,1.202 Neil Schemenauer
- [Python-checkins] CVS: python/dist/src Makefile.pre.in,1.18,1.19 Neil Schemenauer
- [Python-checkins] CVS: python/dist/src README,1.112,1.113 Neil Schemenauer
- [Python-checkins] CVS: python/dist/src/Misc BeOS-NOTES,1.1,1.2 Neil Schemenauer
- [Python-checkins] CVS: python/dist/src/Python ceval.c,2.229,2.230 Thomas Wouters
- [Python-checkins] CVS: python/dist/src/Modules pyexpat.c,2.40,2.41 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Tools/idle PyParse.py,1.7,1.8 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Doc/dist dist.tex,1.29,1.30 A.M. Kuchling
- [Python-checkins] CVS: python/dist/src/Doc/inst inst.tex,1.27,1.28 A.M. Kuchling
- [Python-checkins] CVS: python/dist/src/Lib/distutils/command build_ext.py,1.71,1.72 A.M. Kuchling
- [Python-checkins] CVS: python/dist/src/Python compile.c,2.163,2.164 Tim Peters
- [Python-checkins] CVS: python/dist/src Makefile.pre.in,1.19,1.20 A.M. Kuchling
- [Python-checkins] CVS: python/dist/src/Doc/lib libdoctest.tex,NONE,1.1 Tim Peters
- [Python-checkins] CVS: python/dist/src/Doc/lib libdoctest.tex,1.1,1.2 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Doc Makefile.deps,1.55,1.56 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Doc/lib lib.tex,1.178,1.179 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Doc/lib libdoctest.tex,1.2,1.3 Tim Peters
- [Python-checkins] CVS: python/dist/src/Modules pyexpat.c,2.41,2.42 Tim Peters
- [Python-checkins] CVS: python/dist/src/Python pythonrun.c,2.122,2.123 Tim Peters
- [Python-checkins] CVS: python/dist/src/Lib pickle.py,1.45,1.46 Skip Montanaro
- [Python-checkins] CVS: python/dist/src/Lib sre_constants.py,1.25,1.26 Skip Montanaro
- [Python-checkins] CVS: python/dist/src/Lib/test test___all__.py,1.14,1.15 Skip Montanaro
- [Python-checkins] CVS: python/dist/src/Lib Queue.py,1.13,1.14 UserDict.py,1.10,1.11 UserList.py,1.15,1.16 anydbm.py,1.9,1.10 bisect.py,1.6,1.7 chunk.py,1.8,1.9 dumbdbm.py,1.8,1.9 htmlentitydefs.py,1.7,1.8 mutex.py,1.8,1.9 nturl2path.py,1.9,1.10 posixfile.py,1.18,1.19 regex_syntax.py,1.5,1.6 stat.py,1.9,1.10 statvfs.py,1.6,1.7 string.py,1.58,1.59 Skip Montanaro
- [Python-checkins] CVS: python/dist/src/Python compile.c,2.164,2.165 Tim Peters
- [Python-checkins] CVS: python/dist/src/Modules _weakref.c,1.3,1.4 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Misc NEWS,1.122,1.123 Tim Peters
- [Python-checkins] CVS: python/dist/src/Misc NEWS,1.123,1.124 Tim Peters
- [Python-checkins] CVS: python/dist/src/Modules unicodedata.c,2.9,2.10 Fredrik Lundh
- [Python-checkins] CVS: python/dist/src/Lib sre.py,1.29,1.30 sre_compile.py,1.35,1.36 sre_parse.py,1.43,1.44 sre_constants.py,1.26,1.27 Fredrik Lundh
- [Python-checkins] CVS: python/dist/src/Lib/test test_sre.py,1.21,1.22 Fredrik Lundh
- [Python-checkins] CVS: python/dist/src/Lib/test test___all__.py,1.15,1.16 Tim Peters
- [Python-checkins] CVS: python/dist/src/Lib sre_parse.py,1.44,1.45 Fredrik Lundh
- [Python-checkins] CVS: python/dist/src/Lib/test re_tests.py,1.26,1.27 Fredrik Lundh
- [Python-checkins] CVS: python/dist/src/Modules unicodedata.c,2.10,2.11 Fredrik Lundh
- [Python-checkins] CVS: python/dist/src/Objects unicodeobject.c,2.79,2.80 Fredrik Lundh
- [Python-checkins] CVS: python/dist/src Makefile.pre.in,1.20,1.21 Neil Schemenauer
- [Python-checkins] CVS: python/dist/src configure.in,1.202,1.203 Neil Schemenauer
- [Python-checkins] CVS: python/dist/src configure,1.194,1.195 Neil Schemenauer
- [Python-checkins] CVS: python/nondist/peps pep-0234.txt,1.1,1.2 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Doc/lib libwinsound.tex,1.7,1.8 Tim Peters
- [Python-checkins] CVS: python/dist/src/Misc NEWS,1.124,1.125 Tim Peters
- [Python-checkins] CVS: python/dist/src/PC winsound.c,1.4,1.5 Tim Peters
- [Python-checkins] CVS: python/dist/src/PC winsound.c,1.5,1.6 Tim Peters
- [Python-checkins] CVS: python/dist/src/Doc/lib libwinsound.tex,1.8,1.9 Tim Peters
- [Python-checkins] CVS: python/dist/src/PC winsound.c,1.6,1.7 Tim Peters
- [Python-checkins] CVS: distutils/misc archive.h,1.3,1.4 extract.c,1.4,1.5 install.c,1.8,1.9 install.rc,1.4,1.5 resource.h,1.4,1.5 wininst.exe,1.6,1.7 Thomas Heller
- [Python-checkins] CVS: python/dist/src/Lib/distutils ccompiler.py,1.37,1.38 M.-A. Lemburg
- [Python-checkins] CVS: distutils/distutils/command bdist_wininst.py,1.18,1.19 Thomas Heller
- [Python-checkins] CVS: python/dist/src/Lib/xml/dom __init__.py,1.7,1.8 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Python compile.c,2.165,2.166 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Lib tempfile.py,1.27,1.28 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Lib/test test_grammar.py,1.31,1.32 test_scope.py,1.6,1.7 test_support.py,1.14,1.15 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Lib/test/output test_grammar,1.14,1.15 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Python compile.c,2.166,2.167 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Lib/test test_grammar.py,1.32,1.33 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Lib/test/output test_grammar,1.15,1.16 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Doc/lib libdifflib.tex,NONE,1.1 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Doc Makefile.deps,1.56,1.57 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Doc/lib lib.tex,1.179,1.180 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Doc/dist dist.tex,1.30,1.31 Thomas Heller
- [Python-checkins] CVS: python/dist/src/Doc/html Makefile,1.42,1.43 Fred L. Drake
- [Python-checkins] CVS: python/dist/src configure.in,1.203,1.204 Neil Schemenauer
- [Python-checkins] CVS: python/dist/src configure,1.195,1.196 Neil Schemenauer
- [Python-checkins] CVS: python/dist/src/Lib sgmllib.py,1.26,1.27 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Doc/longhtml .cvsignore,1.1,NONE Makefile,1.2,NONE README,1.1,NONE Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Doc/dist dist.tex,1.31,1.32 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Doc/tools mkhowto,1.22,1.23 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Doc Makefile,1.206,1.207 Makefile.deps,1.57,1.58 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Doc/html Makefile,1.43,NONE Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Doc/paper-a4 Makefile,1.4,NONE Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Doc/paper-letter Makefile,1.18,NONE Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Doc/ext ext.tex,1.90,1.91 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Lib difflib.py,1.1,1.2 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Modules bsddbmodule.c,1.26,1.27 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/PCbuild rt.bat,1.6,1.7 Tim Peters
- [Python-checkins] CVS: python/dist/src/Doc/lib libcfgparser.tex,1.15,1.16 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Python compile.c,2.167,2.168 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Lib/test test_compile.py,1.4,1.5 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Lib/test/output test_compile,1.1,1.2 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Doc/lib libwinsound.tex,1.9,1.10 Tim Peters
- [Python-checkins] CVS: python/dist/src/PC winsound.c,1.7,1.8 Tim Peters
- [Python-checkins] CVS: python/dist/src/Doc/lib libdoctest.tex,1.3,1.4 Tim Peters
- [Python-checkins] CVS: python/dist/src/Doc/lib libdifflib.tex,1.1,1.2 Tim Peters
- [Python-checkins] CVS: python/dist/src/Lib difflib.py,1.2,1.3 Tim Peters
- [Python-checkins] CVS: python/dist/src/Demo/scripts pi.py,1.5,1.6 Moshe Zadka
- [Python-checkins] CVS: python/dist/src/Demo/scripts from.py,1.7,1.8 Moshe Zadka
- [Python-checkins] CVS: python/dist/src/Demo/scripts unbirthday.py,1.3,1.4 Moshe Zadka
- [Python-checkins] CVS: python/nondist/peps pep-0232.txt,1.5,1.6 Barry Warsaw
- [Python-checkins] CVS: python/nondist/peps pep-0000.txt,1.67,1.68 Barry Warsaw
- [Python-checkins] CVS: python/dist/src/Modules cmathmodule.c,2.20,2.21 Tim Peters
- [Python-checkins] CVS: python/dist/src/Modules cmathmodule.c,2.21,2.22 Tim Peters
- [Python-checkins] CVS: python/dist/src/Demo/embed Makefile,1.8,1.9 Barry Warsaw
- [Python-checkins] CVS: python/dist/src/Demo/embed .cvsignore,1.1,1.2 Barry Warsaw
- [Python-checkins] CVS: python/dist/src/Demo/embed importexc.c,NONE,1.1 import.c,1.1,NONE Barry Warsaw
- [Python-checkins] CVS: python/dist/src/Python import.c,2.161,2.162 Guido van Rossum
- [Python-checkins] CVS: python/nondist/peps pep-0232.txt,1.6,1.7 Barry Warsaw
- [Python-checkins] CVS: python/dist/src/Lib Cookie.py,1.6,1.7 A.M. Kuchling
- [Python-checkins] CVS: python/dist/src/Misc python-mode.el,3.109,3.110 Barry Warsaw
- [Python-checkins] CVS: python/dist/src/Lib/test test_cookie.py,1.7,1.8 A.M. Kuchling
- [Python-checkins] CVS: python/dist/src/Lib/test/output test_cookie,1.4,1.5 A.M. Kuchling
- [Python-checkins] CVS: python/dist/src/Lib/xml/dom minidom.py,1.25,1.26 A.M. Kuchling
- [Python-checkins] CVS: python/dist/src/Lib/test test_minidom.py,1.24,1.25 A.M. Kuchling
- [Python-checkins] CVS: python/dist/src/Modules zlibmodule.c,2.38,2.39 A.M. Kuchling
- [Python-checkins] CVS: python/dist/src/Lib/test test_zlib.py,1.11,1.12 A.M. Kuchling
- [Python-checkins] CVS: python/dist/src/Lib/test/output test_zlib,1.3,1.4 A.M. Kuchling
- [Python-checkins] CVS: python/dist/src/Misc ACKS,1.81,1.82 A.M. Kuchling
- [Python-checkins] CVS: python/dist/src setup.py,1.27,1.28 A.M. Kuchling
- [Python-checkins] CVS: python/dist/src/Modules cmathmodule.c,2.22,2.23 Tim Peters
- [Python-checkins] CVS: python/nondist/peps pep-0000.txt,1.68,1.69 Barry Warsaw
- [Python-checkins] CVS: python/nondist/peps pep-0235.txt,NONE,1.1 Barry Warsaw
- [Python-checkins] CVS: python/nondist/peps pep-0235.txt,1.1,1.2 Barry Warsaw
- [Python-checkins] CVS: python/nondist/peps pep-0000.txt,1.69,1.70 Barry Warsaw
- [Python-checkins] CVS: python/dist/src/Lib/test test_compile.py,1.5,1.6 test_minidom.py,1.25,1.26 test_support.py,1.15,1.16 test_zlib.py,1.12,1.13 Tim Peters
- [Python-checkins] CVS: python/dist/src/Lib gzip.py,1.22,1.23 Jack Jansen
- [Python-checkins] CVS: python/dist/src/Lib imaplib.py,1.25,1.26 Jeremy Hylton
- [Python-checkins] CVS: python/nondist/peps pep-0227.txt,1.5,1.6 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Modules Setup.dist,1.17,1.18 Setup.config.in,1.9,1.10 A.M. Kuchling
- [Python-checkins] CVS: python/dist/src config.h.in,2.86,2.87 configure.in,1.204,1.205 configure,1.196,1.197 A.M. Kuchling
- [Python-checkins] CVS: python/dist/src/Modules main.c,1.47,1.48 Tim Peters
- [Python-checkins] CVS: python/dist/src/Lib imaplib.py,1.26,1.27 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Lib/xml/dom domreg.py,NONE,1.1 __init__.py,1.8,1.9 minidom.py,1.26,1.27 Martin v. L?wis
- [Python-checkins] CVS: python/dist/src/Doc/lib xmldom.tex,1.10,1.11 Martin v. L?wis
- [Python-checkins] CVS: python/dist/src/Modules Setup.dist,1.18,1.19 soundex.c,2.9,NONE A.M. Kuchling
- [Python-checkins] CVS: python/dist/src/Modules dlmodule.c,2.15,2.16 zlibmodule.c,2.39,2.40 A.M. Kuchling
- [Python-checkins] CVS: python/dist/src/Misc NEWS,1.125,1.126 A.M. Kuchling
- [Python-checkins] CVS: python/dist/src/PCbuild pythoncore.dsp,1.6,1.7 Tim Peters
- [Python-checkins] CVS: python/dist/src/Modules cmathmodule.c,2.23,2.24 Tim Peters
- [Python-checkins] CVS: python/dist/src/Doc/lib lib.tex,1.180,1.181 libsoundex.tex,1.11,NONE Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Doc/ref ref3.tex,1.60,1.61 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Objects object.c,2.119,2.120 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Objects object.c,2.120,2.121 Barry Warsaw
- [Python-checkins] CVS: python/dist/src/Doc Makefile.deps,1.58,1.59 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Doc Makefile,1.207,1.208 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Doc Makefile,1.208,1.209 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Doc/lib libdoctest.tex,1.4,1.5 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Tools/freeze extensions_win32.ini,1.4,1.5 Tim Peters
- [Python-checkins] CVS: python/dist/src/PC getpathp.c,1.22,1.23 Mark Hammond
- [Python-checkins] CVS: python/dist/src LICENSE,1.1.2.9,1.1.2.10 Guido van Rossum
- [Python-checkins] CVS: python/dist/src LICENSE,1.1.2.10,1.1.2.11 Guido van Rossum
- [Python-checkins] CVS: python/dist/src LICENSE,1.1.2.11,1.1.2.12 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Objects listobject.c,2.69.2.4,2.69.2.5 Guido van Rossum
- [Python-checkins] CVS: python/dist/src setup.py,1.28,1.29 A.M. Kuchling
- [Python-checkins] CVS: python/dist/src setup.py,1.29,1.30 A.M. Kuchling
- [Python-checkins] CVS: python/dist/src/Objects stringobject.c,2.99,2.100 Barry Warsaw
- [Python-checkins] CVS: python/dist/src/Include stringobject.h,2.24,2.25 Barry Warsaw
- [Python-checkins] CVS: python/dist/src/Modules main.c,1.48,1.49 Barry Warsaw
- [Python-checkins] CVS: python/dist/src/Python compile.c,2.168,2.169 symtable.c,2.1,2.2 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Python compile.c,2.169,2.170 Barry Warsaw
- [Python-checkins] CVS: python/dist/src/Lib/test regrtest.py,1.30,1.31 Barry Warsaw
- [Python-checkins] CVS: python/dist/src/Doc/lib libwinsound.tex,1.10,1.11 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Doc ACKS,1.15,1.16 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Doc/lib libdifflib.tex,1.2,1.3 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Doc/lib xmldom.tex,1.11,1.12 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Lib mimetools.py,1.22,1.23 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Python compile.c,2.170,2.171 Tim Peters
- [Python-checkins] CVS: python/dist/src/Misc python-mode.el,3.110,3.111 Barry Warsaw
- [Python-checkins] CVS: python/dist/src README,1.85.2.3,1.85.2.4 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Include patchlevel.h,2.35.2.3,2.35.2.4 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Python getcopyright.c,1.6.2.4,1.6.2.5 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/PCbuild python16.wse,1.8.2.2.2.3,1.8.2.2.2.3.2.1 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Tools/i18n pygettext.py,1.11,1.12 Barry Warsaw
- [Python-checkins] CVS: python/nondist/peps pep-0232.txt,1.7,1.8 Barry Warsaw
- [Python-checkins] CVS: python/dist/src/Lib/test test_funcattrs.py,1.5,1.6 Barry Warsaw
- [Python-checkins] CVS: python/dist/src/Objects classobject.c,2.121,2.122 Barry Warsaw
- [Python-checkins] CVS: python/nondist/peps pep-0232.txt,1.8,1.9 Barry Warsaw
- [Python-checkins] CVS: python/dist/src/Include object.h,2.76,2.77 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Modules _weakref.c,1.4,1.5 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Objects classobject.c,2.122,2.123 object.c,2.121,2.122 Fred L. Drake
- [Python-checkins] CVS: python/nondist/peps pep-0205.txt,1.11,1.12 Fred L. Drake
- [Python-checkins] CVS: python/nondist/peps pep-0227.txt,1.6,1.7 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Modules _weakref.c,1.5,1.6 Fred L. Drake
- [Python-checkins] CVS: python/nondist/peps pep-0000.txt,1.70,1.71 Barry Warsaw
- [Python-checkins] CVS: python/nondist/peps pep-0236.txt,NONE,1.1 Tim Peters
- [Python-checkins] CVS: python/dist/src/Lib __future__.py,NONE,1.1 Tim Peters
- [Python-checkins] CVS: python/dist/src/Lib/test test___future__.py,NONE,1.1 Tim Peters
- [Python-checkins] CVS: python/dist/src/Lib/test/output test___future__,NONE,1.1 Tim Peters
- [Python-checkins] CVS: python/dist/src/Lib ConfigParser.py,1.31,1.32 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Lib/test test_cfgparser.py,1.6,1.7 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Lib/test/output test_cfgparser,1.3,1.4 Fred L. Drake
- [Python-checkins] CVS: python/nondist/peps pep-0236.txt,1.1,1.2 Tim Peters
- [Python-checkins] CVS: python/dist/src configure.in,1.205,1.206 configure,1.197,1.198 Neil Schemenauer
- [Python-checkins] CVS: python/dist/src Makefile.pre.in,1.21,1.22 Neil Schemenauer
- [Python-checkins] CVS: python/dist/src Makefile.pre.in,1.22,1.23 Neil Schemenauer
- [Python-checkins] CVS: python/dist/src README,1.113,1.114 A.M. Kuchling
- [Python-checkins] CVS: python/dist/src README,1.114,1.115 A.M. Kuchling
- [Python-checkins] CVS: python/dist/src/Modules Setup.dist,1.19,1.20 A.M. Kuchling
- [Python-checkins] CVS: python/dist/src/Doc/lib libstdtypes.tex,1.51,1.52 Barry Warsaw
- [Python-checkins] CVS: python/dist/src/Doc/ref ref3.tex,1.61,1.62 Barry Warsaw
- [Python-checkins] CVS: python/dist/src/Misc NEWS,1.126,1.127 Martin v. L?wis
- [Python-checkins] CVS: python/dist/src/Include compile.h,2.24,2.25 symtable.h,2.3,2.4 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Lib/test test_scope.py,1.7,1.8 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Python compile.c,2.171,2.172 symtable.c,2.2,2.3 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Objects obmalloc.c,NONE,2.1 object.c,2.122,2.123 Neil Schemenauer
- [Python-checkins] CVS: python/dist/src/Misc NEWS,1.127,1.128 Neil Schemenauer
- [Python-checkins] CVS: python/dist/src/Include objimpl.h,2.32,2.33 Neil Schemenauer
- [Python-checkins] CVS: python/dist/src configure.in,1.206,1.207 configure,1.198,1.199 config.h.in,2.87,2.88 acconfig.h,1.43,1.44 Makefile.pre.in,1.23,1.24 Neil Schemenauer
- [Python-checkins] CVS: python/dist/src/Python compile.c,2.172,2.173 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Lib urllib.py,1.117,1.118 Moshe Zadka
- [Python-checkins] CVS: python/nondist/sandbox/help inspect.py,1.3,1.4 pydoc.py,1.3,1.4 test_inspect.py,1.2,1.3 htmldoc.py,1.6,NONE textdoc.py,1.4,NONE Ka-Ping Yee
- [Python-checkins] CVS: python/nondist/sandbox/help pydoc.py,1.4,1.5 Ka-Ping Yee
- [Python-checkins] CVS: python/dist/src/Tools/bgen/bgen scantools.py,1.19,1.20 Jack Jansen
- [Python-checkins] CVS: python/dist/src/Tools/bgen/bgen macsupport.py,1.20,1.21 Jack Jansen
- [Python-checkins] CVS: python/nondist/sandbox/help pydoc.py,1.5,1.6 Ka-Ping Yee
- [Python-checkins] CVS: python/nondist/sandbox/help pydoc.py,1.6,1.7 Ka-Ping Yee
- [Python-checkins] CVS: python/dist/src/Doc/lib libinspect.tex,NONE,1.1 Ka-Ping Yee
- [Python-checkins] CVS: python/dist/src/Lib inspect.py,NONE,1.1 Ka-Ping Yee
- [Python-checkins] CVS: python/dist/src/Lib/test test_inspect.py,NONE,1.1 Ka-Ping Yee
- [Python-checkins] CVS: python/dist/src/Lib/test/output test_inspect,NONE,1.1 Ka-Ping Yee
- [Python-checkins] CVS: python/dist/src/Lib pydoc.py,NONE,1.1 Ka-Ping Yee
- [Python-checkins] CVS: python/dist/src/Modules posixmodule.c,2.184,2.185 Skip Montanaro
- [Python-checkins] CVS: python/dist/src/Grammar Grammar,1.41,1.42 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Doc/lib libweakref.tex,1.2,1.3 Martin v. L?wis
- [Python-checkins] CVS: python/dist/src/Lib weakref.py,1.3,1.4 Martin v. L?wis
- [Python-checkins] CVS: python/dist/src/Lib/test/output test_weakref,1.1,1.2 Martin v. L?wis
- [Python-checkins] CVS: python/dist/src/Lib/test test_weakref.py,1.1,1.2 Martin v. L?wis
- [Python-checkins] CVS: python/dist/src/Modules _weakref.c,1.6,1.7 Martin v. L?wis
- [Python-checkins] CVS: python/dist/src/Lib webbrowser.py,1.11,1.12 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Lib/distutils util.py,1.59,1.60 A.M. Kuchling
- [Python-checkins] CVS: python/dist/src Makefile.pre.in,1.24,1.25 Neil Schemenauer
- [Python-checkins] CVS: python/dist/src/Modules bsddbmodule.c,1.27,1.28 Fred L. Drake
- [Python-checkins] CVS: python/dist/src Makefile.pre.in,1.25,1.26 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Python future.c,NONE,2.1 compile.c,2.173,2.174 symtable.c,2.3,2.4 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Include symtable.h,2.4,2.5 compile.h,2.25,2.26 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Lib/distutils ccompiler.py,1.38,1.39 A.M. Kuchling
- [Python-checkins] CVS: python/dist/src/Lib/distutils util.py,1.60,1.61 A.M. Kuchling
- [Python-checkins] CVS: python/dist/src/PCbuild pythoncore.dsp,1.7,1.8 Tim Peters
- [Python-checkins] CVS: python/dist/src/Lib/test test_scope.py,1.8,1.9 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src setup.py,1.30,1.31 A.M. Kuchling
- [Python-checkins] CVS: python/dist/src/Lib/test test_dl.py,1.10,1.11 A.M. Kuchling
- [Python-checkins] CVS: python/dist/src/Modules dlmodule.c,2.16,2.17 A.M. Kuchling
- [Python-checkins] CVS: python/nondist/peps pep-0228.txt,1.3,1.4 Moshe Zadka
- [Python-checkins] CVS: python/dist/src/PCbuild rmpyc.py,1.1,1.2 Tim Peters
- [Python-checkins] CVS: python/dist/src/Modules termios.c,2.14,2.15 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Lib getpass.py,1.11,1.12 tty.py,1.3,1.4 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Lib TERMIOS.py,NONE,1.1 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Lib/plat-aix3 TERMIOS.py,1.1,NONE Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Lib/plat-aix4 TERMIOS.py,1.1,NONE Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Lib/plat-beos5 TERMIOS.py,1.1,NONE Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Lib/plat-freebsd2 TERMIOS.py,1.1,NONE Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Lib/plat-freebsd3 TERMIOS.py,1.1,NONE Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Lib/plat-freebsd4 TERMIOS.py,1.1,NONE Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Lib/plat-freebsd5 TERMIOS.py,1.1,NONE Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Lib/plat-irix5 TERMIOS.py,1.2,NONE Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Lib/plat-irix6 TERMIOS.py,1.1,NONE Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Lib/plat-linux1 TERMIOS.py,1.2,NONE Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Lib/plat-linux2 TERMIOS.py,1.2,NONE Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Lib/plat-netbsd1 TERMIOS.py,1.1,NONE Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Lib/plat-sunos5 TERMIOS.py,1.2,NONE Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Lib TERMIOS.py,1.1,1.2 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Doc/lib libtermios.tex,1.18,1.19 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Lib pydoc.py,1.1,1.2 Ka-Ping Yee
- [Python-checkins] CVS: python/dist/src/Lib pydoc.py,1.2,1.3 Ka-Ping Yee
- [Python-checkins] CVS: python/dist/src/Lib pydoc.py,1.3,1.4 Ka-Ping Yee
- [Python-checkins] CVS: python/dist/src/Lib pydoc.py,1.4,1.5 Ka-Ping Yee
- [Python-checkins] CVS: python/dist/src/Lib pydoc.py,1.5,1.6 Ka-Ping Yee
- [Python-checkins] CVS: python/nondist/peps pep-0236.txt,1.2,1.3 Tim Peters
- [Python-checkins] CVS: python/dist/src/Lib os.py,1.41,1.42 Skip Montanaro
- [Python-checkins] CVS: python/dist/src/Lib cgi.py,1.61,1.62 Skip Montanaro
- [Python-checkins] CVS: python/dist/src/Lib/test test_global.py,NONE,1.1 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Lib/test/output test_global,NONE,1.1 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Include compile.h,2.26,2.27 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Python compile.c,2.174,2.175 future.c,2.1,2.2 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Python future.c,2.2,2.3 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Objects funcobject.c,2.34,2.35 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Lib zipfile.py,1.5,1.6 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Lib/test test_zipfile.py,1.2,1.3 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Python import.c,2.162,2.163 Tim Peters
- [Python-checkins] CVS: python/dist/src/Python import.c,2.163,2.164 Tim Peters
- [Python-checkins] CVS: python/dist/src/Python import.c,2.164,2.165 Tim Peters
- [Python-checkins] CVS: python/dist/src/Python compile.c,2.175,2.176 pythonrun.c,2.123,2.124 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/PC config.h,1.48,1.49 Tim Peters
- [Python-checkins] CVS: python/dist/src/Lib/test test_global.py,1.1,1.2 Tim Peters
- [Python-checkins] CVS: python/dist/src/Lib __future__.py,1.1,1.2 inspect.py,1.1,1.2 pydoc.py,1.6,1.7 urllib.py,1.118,1.119 webbrowser.py,1.12,1.13 Tim Peters
- [Python-checkins] CVS: python/dist/src/Modules _sre.c,2.52,2.53 gdbmmodule.c,2.28,2.29 Tim Peters
- [Python-checkins] CVS: python/dist/src/Python exceptions.c,1.20,1.21 Tim Peters
- [Python-checkins] CVS: python/dist/src/Include pyerrors.h,2.42,2.43 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Python future.c,2.3,2.4 compile.c,2.176,2.177 errors.c,2.59,2.60 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Lib/test test_future.py,NONE,1.1 test_future1.py,NONE,1.1 test_future2.py,NONE,1.1 test_future3.py,NONE,1.1 test_future4.py,NONE,1.1 test_future5.py,NONE,1.1 test_future6.py,NONE,1.1 test_future7.py,NONE,1.1 regrtest.py,1.31,1.32 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Lib/test/output test_future,NONE,1.1 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Lib zipfile.py,1.6,1.7 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Lib/distutils sysconfig.py,1.33,1.34 A.M. Kuchling
- [Python-checkins] CVS: python/dist/src setup.py,1.31,1.32 A.M. Kuchling
- [Python-checkins] CVS: python/dist/src/Tools/scripts pydoc,NONE,1.1 A.M. Kuchling
- [Python-checkins] CVS: python/dist/src setup.py,1.32,1.33 A.M. Kuchling
- [Python-checkins] CVS: python/dist/src/Python pythonrun.c,2.124,2.125 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Lib/distutils/command build_scripts.py,1.6,1.7 A.M. Kuchling
- [Python-checkins] CVS: python/dist/src/Misc NEWS,1.128,1.129 A.M. Kuchling
- [Python-checkins] CVS: python/dist/src/Lib warnings.py,1.4,1.5 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Include pyerrors.h,2.43,2.44 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Python errors.c,2.60,2.61 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Lib ftplib.py,1.51,1.52 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Python exceptions.c,1.21,1.22 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Python compile.c,2.177,2.178 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Doc/lib libtokenize.tex,1.2,1.3 Skip Montanaro
- [Python-checkins] CVS: python/dist/src/Python compile.c,2.178,2.179 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Lib warnings.py,1.5,1.6 Guido van Rossum
- [Python-checkins] CVS: python/dist/src setup.py,1.33,1.34 A.M. Kuchling
- [Python-checkins] CVS: python/dist/src/Lib/test test_global.py,1.2,1.3 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Python compile.c,2.179,2.180 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Doc Makefile,1.209,1.210 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Doc/lib libinspect.tex,1.1,1.2 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Doc Makefile.deps,1.59,1.60 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Doc/lib lib.tex,1.181,1.182 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Include symtable.h,2.5,2.6 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Lib/test/output test_global,1.1,1.2 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Doc/lib libwarnings.tex,1.4,1.5 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Python compile.c,2.180,2.181 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Doc/api api.tex,1.107,1.108 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Python compile.c,2.181,2.182 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Lib/test test_grammar.py,1.33,1.34 test_global.py,1.3,1.4 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Lib/test/output test_global,1.2,1.3 Jeremy Hylton
Last message date: Wed Feb 28 23:49:21 2001
Archived on: Wed Feb 28 18:50:11 2001
This archive was generated by Pipermail 0.05 (Mailman edition).
RetroSearch is an open source project built by @garambo
| Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4