Showing content from http://mail.python.org/pipermail/python-checkins/2001-October/thread.html below:
The Python-checkins 2001-October Archive by Thread
2001-October Archives by Thread
Starting: Mon Oct 1 11:09:33 2001
Ending: Wed Oct 31 23:09:37 2001
Messages: 876
- [Python-checkins] CVS: python/dist/src/Misc NEWS,1.262,1.263 Martin v. L?wis
- [Python-checkins] CVS: python/dist/src/Lib/lib-tk Tkinter.py,1.157,1.158 Martin v. L?wis
- [Python-checkins] CVS: python/dist/src/Objects typeobject.c,2.78,2.79 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Lib nntplib.py,1.26,1.27 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Misc ACKS,1.113,1.114 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Doc/lib libnntplib.tex,1.25,1.26 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Doc/lib libmailbox.tex,1.22,1.23 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Objects typeobject.c,2.79,2.80 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Doc/ref ref3.tex,1.74,1.75 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Objects typeobject.c,2.80,2.81 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Lib/lib-tk Tkinter.py,1.158,1.159 Martin v. L?wis
- [Python-checkins] CVS: python/dist/src/Doc/lib libxmlrpclib.tex,1.3,1.4 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Misc NEWS,1.263,1.264 Martin v. L?wis
- [Python-checkins] CVS: python/dist/src/Doc/mac undoc.tex,1.6,1.7 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Doc/lib libcfgparser.tex,1.17,1.18 libdis.tex,1.32,1.33 libformatter.tex,1.21,1.22 libparser.tex,1.37,1.38 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Objects abstract.c,2.82,2.83 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Objects typeobject.c,2.81,2.82 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Lib/test test_xmlrpc.py,NONE,1.1 Skip Montanaro
- [Python-checkins] CVS: python/dist/src/Lib xmlrpclib.py,1.8,1.9 Skip Montanaro
- [Python-checkins] CVS: python/dist/src/Misc ACKS,1.114,1.115 NEWS,1.264,1.265 Tim Peters
- [Python-checkins] CVS: python/dist/src/Modules signalmodule.c,2.59,2.60 Tim Peters
- [Python-checkins] CVS: python/dist/src/Lib xmlrpclib.py,1.9,1.10 Fredrik Lundh
- [Python-checkins] CVS: python/dist/src/Include pyport.h,2.36,2.37 Tim Peters
- [Python-checkins] CVS: python/dist/src/Doc/ref ref5.tex,1.49,1.50 Tim Peters
- [Python-checkins] CVS: python/dist/src/Doc/ref ref5.tex,1.50,1.51 Tim Peters
- [Python-checkins] CVS: python/dist/src/Doc/lib libxmlrpclib.tex,1.4,1.5 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Lib doctest.py,1.17,1.18 Tim Peters
- [Python-checkins] CVS: python/dist/src/Lib/test test_pyclbr.py,1.4,1.5 Tim Peters
- [Python-checkins] CVS: python/dist/src/Misc NEWS,1.265,1.266 Tim Peters
- [Python-checkins] CVS: python/dist/src/Demo/dns README,1.2,1.3 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Lib site.py,1.35,1.36 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Lib xmlrpclib.py,1.10,1.11 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Lib/test test_gc.py,1.8,1.9 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Lib/test test_descr.py,1.79,1.80 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Doc/lib libdoctest.tex,1.8,1.9 Tim Peters
- [Python-checkins] CVS: python/dist/src/Include object.h,2.92,2.93 objimpl.h,2.38,2.39 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Lib/test test_gc.py,1.9,1.10 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Objects descrobject.c,2.14,2.15 typeobject.c,2.82,2.83 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Objects stringobject.c,2.135,2.136 Tim Peters
- [Python-checkins] CVS: python/dist/src/Python errors.c,2.65,2.66 Tim Peters
- [Python-checkins] CVS: python/dist/src/Lib doctest.py,1.18,1.19 Tim Peters
- [Python-checkins] CVS: python/dist/src/Demo/dns README,1.3,NONE asgethost.py,1.2,NONE dnsclass.py,1.1,NONE dnslib.py,1.3,NONE dnsopcode.py,1.1,NONE dnstype.py,1.1,NONE Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Misc NEWS,1.266,1.267 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Objects typeobject.c,2.83,2.84 Guido van Rossum
- [Python-checkins] CVS: python/dist/src PLAN.txt,1.11,1.12 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Lib doctest.py,1.19,1.20 Tim Peters
- [Python-checkins] CVS: python/dist/src/Lib/test test_doctest2.py,NONE,1.1 test_pyclbr.py,1.5,1.6 test_support.py,1.37,1.38 Tim Peters
- [Python-checkins] CVS: python/dist/src/Lib/test test_doctest2.py,1.1,1.2 Tim Peters
- [Python-checkins] CVS: python/dist/src/Include descrobject.h,2.5,2.6 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Objects descrobject.c,2.15,2.16 typeobject.c,2.84,2.85 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Lib SocketServer.py,1.26,1.27 Skip Montanaro
- [Python-checkins] CVS: python/dist/src/Objects typeobject.c,2.85,2.86 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Lib/test test_descr.py,1.80,1.81 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Lib asyncore.py,1.19,1.20 A.M. Kuchling
- [Python-checkins] CVS: python/dist/src setup.py,1.57,1.58 Greg Ward
- [Python-checkins] CVS: python/dist/src/Lib profile.py,1.31,1.32 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Lib/test test_profilehooks.py,1.4,1.5 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Doc/api api.tex,1.151,1.152 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Lib profile.py,1.32,1.33 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Lib/test test_profile.py,NONE,1.1 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Lib/test/output test_profile,NONE,1.1 Guido van Rossum
- [Python-checkins] CVS: python/nondist/peps pep-0252.txt,1.18,1.19 Skip Montanaro
- [Python-checkins] CVS: python/dist/src/Lib/test test_descr.py,1.81,1.82 test_doctest2.py,1.2,1.3 Tim Peters
- [Python-checkins] CVS: python/dist/src/Objects typeobject.c,2.86,2.87 Tim Peters
- [Python-checkins] CVS: python/dist/src/Lib difflib.py,1.5,1.6 quopri.py,1.16,1.17 Tim Peters
- [Python-checkins] CVS: python/dist/src/Lib/email Encoders.py,1.2,1.3 Errors.py,1.1,1.2 Generator.py,1.2,1.3 Iterators.py,1.2,1.3 MIMEBase.py,1.2,1.3 MIMEImage.py,1.1,1.2 MIMEMessage.py,1.1,1.2 MIMEText.py,1.1,1.2 Message.py,1.2,1.3 Parser.py,1.2,1.3 Utils.py,1.1,1.2 __init__.py,1.1,1.2 Tim Peters
- [Python-checkins] CVS: python/dist/src/Lib/test test_email.py,1.2,1.3 test_iter.py,1.21,1.22 test_profile.py,1.1,1.2 test_unicode.py,1.40,1.41 Tim Peters
- [Python-checkins] CVS: python/dist/src/Objects typeobject.c,2.87,2.88 Tim Peters
- [Python-checkins] CVS: python/dist/src/Lib/test test_descr.py,1.82,1.83 Tim Peters
- [Python-checkins] CVS: python/dist/src/Lib/test test_email.py,1.3,1.4 Tim Peters
- [Python-checkins] CVS: python/dist/src/Misc NEWS,1.267,1.268 Tim Peters
- [Python-checkins] CVS: python/dist/src/Doc/lib libfuncs.tex,1.88,1.89 Tim Peters
- [Python-checkins] CVS: python/dist/src/Misc NEWS,1.268,1.269 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Python ceval.c,2.279,2.280 sysmodule.c,2.92,2.93 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Lib/test test_profilehooks.py,1.5,1.6 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Python import.c,2.186,2.187 Greg Ward
- [Python-checkins] CVS: python/dist/src/Modules binascii.c,2.30,2.31 Greg Ward
- [Python-checkins] CVS: python/dist/src/Lib smtpd.py,1.7,1.8 Barry Warsaw
- [Python-checkins] CVS: python/dist/src README,1.126,1.127 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Lib/email Encoders.py,1.3,1.4 Errors.py,1.2,1.3 Generator.py,1.3,1.4 Iterators.py,1.3,1.4 MIMEBase.py,1.3,1.4 MIMEImage.py,1.2,1.3 MIMEMessage.py,1.2,1.3 MIMEText.py,1.2,1.3 Message.py,1.3,1.4 Parser.py,1.3,1.4 Utils.py,1.2,1.3 __init__.py,1.2,1.3 Barry Warsaw
- [Python-checkins] CVS: python/dist/src/Lib/test test_email.py,1.4,1.5 Barry Warsaw
- [Python-checkins] CVS: python/dist/src/Lib/test/data msg_18.txt,NONE,1.1 msg_19.txt,NONE,1.1 Barry Warsaw
- [Python-checkins] CVS: python/dist/src/Lib/test test_email.py,1.5,1.6 Barry Warsaw
- [Python-checkins] CVS: python/dist/src/Python ceval.c,2.280,2.281 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Tools/scripts reindent.py,1.1,1.2 Tim Peters
- [Python-checkins] CVS: python/dist/src/Misc NEWS,1.269,1.270 Guido van Rossum
- [Python-checkins] CVS: python/dist/src PLAN.txt,1.12,1.13 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Objects typeobject.c,2.88,2.89 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Lib/test test_support.py,1.38,1.39 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Lib ConfigParser.py,1.36,1.37 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Lib/test test_htmllib.py,NONE,1.1 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Doc/lib libresource.tex,1.14,1.15 librestricted.tex,1.7,1.8 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Doc/lib libos.tex,1.65,1.66 Martin v. L?wis
- [Python-checkins] CVS: python/dist/src configure,1.254,1.255 configure.in,1.262,1.263 pyconfig.h.in,1.12,1.13 Martin v. L?wis
- [Python-checkins] CVS: python/dist/src/Modules posixmodule.c,2.199,2.200 Martin v. L?wis
- [Python-checkins] CVS: python/dist/src/Misc NEWS,1.270,1.271 Martin v. L?wis
- [Python-checkins] CVS: python/dist/src/Modules threadmodule.c,2.41,2.42 A.M. Kuchling
- [Python-checkins] CVS: python/dist/src/Misc ACKS,1.115,1.116 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Misc ACKS,1.116,1.117 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Doc/mac mac.tex,1.8,1.9 libmacconsole.tex,1.13,NONE libmacdnr.tex,1.12,NONE libmactcp.tex,1.15,NONE Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Doc Makefile.deps,1.75,1.76 Fred L. Drake
- [Python-checkins] CVS: python/dist/src README,1.127,1.128 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Lib smtpd.py,1.8,1.9 Barry Warsaw
- [Python-checkins] CVS: python/dist/src/Doc/lib libre.tex,1.67,1.68 Tim Peters
- [Python-checkins] CVS: python/dist/src/Python ceval.c,2.281,2.282 Tim Peters
- [Python-checkins] CVS: distutils/misc install.c,1.12,1.13 install.rc,1.6,1.7 resource.h,1.5,1.6 wininst.dsp,1.3,1.4 wininst.exe,1.10,1.11 Thomas Heller
- [Python-checkins] CVS: distutils/distutils/command bdist_wininst.py,1.23,1.24 Thomas Heller
- [Python-checkins] CVS: python/dist/src/Include listobject.h,2.22,2.23 Tim Peters
- [Python-checkins] CVS: python/dist/src/Python ceval.c,2.282,2.283 Tim Peters
- [Python-checkins] CVS: distutils setup.py,1.30,1.31 Thomas Heller
- [Python-checkins] CVS: distutils/distutils __init__.py,1.21,1.22 Thomas Heller
- [Python-checkins] CVS: python/dist/src/Lib/test test_gc.py,1.10,1.11 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Objects complexobject.c,2.49,2.50 dictobject.c,2.113,2.114 fileobject.c,2.131,2.132 floatobject.c,2.100,2.101 funcobject.c,2.45,2.46 listobject.c,2.101,2.102 longobject.c,1.110,1.111 moduleobject.c,2.38,2.39 stringobject.c,2.136,2.137 tupleobject.c,2.60,2.61 typeobject.c,2.89,2.90 unicodeobject.c,2.117,2.118 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Lib multifile.py,1.19,1.20 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Include pyerrors.h,2.49,2.50 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Python exceptions.c,1.26,1.27 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Include weakrefobject.h,NONE,1.1 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Objects weakrefobject.c,NONE,1.1 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Lib weakref.py,1.13,1.14 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Include Python.h,2.38,2.39 Fred L. Drake
- [Python-checkins] CVS: python/dist/src Makefile.pre.in,1.61,1.62 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Include object.h,2.93,2.94 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Objects object.c,2.152,2.153 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Modules _weakref.c,1.13,1.14 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Doc/api api.tex,1.152,1.153 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Include weakrefobject.h,1.1,1.2 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/PCbuild pythoncore.dsp,1.23,1.24 Tim Peters
- [Python-checkins] CVS: python/dist/src/Lib profile.py,1.33,1.34 Tim Peters
- [Python-checkins] CVS: python/dist/src/Doc/lib libexcs.tex,1.41,1.42 libweakref.tex,1.11,1.12 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Modules gcmodule.c,2.19,2.20 Tim Peters
- [Python-checkins] CVS: python/dist/src/Objects object.c,2.153,2.154 Tim Peters
- [Python-checkins] CVS: python/dist/src/Include objimpl.h,2.39,2.40 Tim Peters
- [Python-checkins] CVS: python/dist/src/Modules gcmodule.c,2.20,2.21 Tim Peters
- [Python-checkins] CVS: python/dist/src/Objects typeobject.c,2.90,2.91 Tim Peters
- [Python-checkins] CVS: python/dist/src/Include objimpl.h,2.40,2.41 Tim Peters
- [Python-checkins] CVS: python/dist/src/Modules gcmodule.c,2.21,2.22 Tim Peters
- [Python-checkins] CVS: python/dist/src/Objects object.c,2.154,2.155 typeobject.c,2.91,2.92 Tim Peters
- [Python-checkins] CVS: python/dist/src/Doc/lib libprofile.tex,1.36,1.37 Tim Peters
- [Python-checkins] CVS: python/dist/src/Lib profile.py,1.34,1.35 Tim Peters
- [Python-checkins] CVS: python/dist/src/Misc NEWS,1.271,1.272 Tim Peters
- [Python-checkins] CVS: python/dist/src/Include objimpl.h,2.41,2.42 Tim Peters
- [Python-checkins] CVS: python/dist/src/Modules gcmodule.c,2.22,2.23 Tim Peters
- [Python-checkins] CVS: python/dist/src/Objects object.c,2.155,2.156 typeobject.c,2.92,2.93 Tim Peters
- [Python-checkins] CVS: python/dist/src/Lib profile.py,1.35,1.36 Tim Peters
- [Python-checkins] CVS: python/dist/src/Lib profile.py,1.36,1.37 Tim Peters
- [Python-checkins] CVS: python/dist/src configure,1.255,1.256 configure.in,1.263,1.264 Martin v. L?wis
- [Python-checkins] CVS: python/dist/src/Lib profile.py,1.37,1.38 Tim Peters
- [Python-checkins] CVS: python/dist/src configure.in,1.264,1.265 configure,1.256,1.257 Martin v. L?wis
- [Python-checkins] CVS: python/dist/src/Lib profile.py,1.38,1.39 Tim Peters
- [Python-checkins] CVS: python/dist/src/Lib ftplib.py,1.57,1.58 httplib.py,1.39,1.40 poplib.py,1.17,1.18 smtplib.py,1.43,1.44 telnetlib.py,1.15,1.16 Martin v. L?wis
- [Python-checkins] CVS: python/dist/src/Objects abstract.c,2.83,2.84 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Python bltinmodule.c,2.239,2.240 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Lib pstats.py,1.21,1.22 Tim Peters
- [Python-checkins] CVS: python/dist/src/Lib pstats.py,1.22,1.23 Tim Peters
- [Python-checkins] CVS: python/dist/src/Mac/Build PythonCore.mcp,1.27,1.28 Jack Jansen
- [Python-checkins] CVS: python/dist/src/Mac/Build PythonStandSmall.mcp,1.27,1.28 Jack Jansen
- [Python-checkins] CVS: python/dist/src/Mac/Build PythonCore.exp,1.15,1.16 Jack Jansen
- [Python-checkins] CVS: python/dist/src/Mac/Build PythonCoreCarbon.exp,1.15,1.16 Jack Jansen
- [Python-checkins] CVS: python/dist/src/Mac/Include macglue.h,1.58,1.59 Jack Jansen
- [Python-checkins] CVS: python/dist/src configure.in,1.265,1.266 configure,1.257,1.258 Martin v. L?wis
- [Python-checkins] CVS: python/dist/src setup.py,1.58,1.59 Martin v. L?wis
- [Python-checkins] CVS: python/dist/src README,1.128,1.129 Jack Jansen
- [Python-checkins] CVS: python/dist/src/Objects typeobject.c,2.93,2.94 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Include object.h,2.94,2.95 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Mac/Demo/embed embeddemo.prj,1.1,1.2 Jack Jansen
- [Python-checkins] CVS: python/dist/src/Mac/Demo/embed demo.c,1.1,1.2 Jack Jansen
- [Python-checkins] CVS: python/dist/src/Mac/Build PythonCore.exp,1.16,1.17 Jack Jansen
- [Python-checkins] CVS: python/dist/src/Mac/Build PythonCoreCarbon.exp,1.16,1.17 Jack Jansen
- [Python-checkins] CVS: python/dist/src/Mac/Python pyGUSISIOUX.cp,1.2,1.3 Jack Jansen
- [Python-checkins] CVS: python/dist/src/Doc/lib libcfgparser.tex,1.18,1.19 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Lib/test test_descr.py,1.83,1.84 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Objects typeobject.c,2.94,2.95 Tim Peters
- [Python-checkins] CVS: python/dist/src/Lib/test test_cfgparser.py,1.8,1.9 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Lib/test/output test_cfgparser,1.4,1.5 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Tools/scripts trace.py,1.4,1.5 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Tools/idle help.txt,1.9,1.10 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Lib profile.py,1.39,1.40 Tim Peters
- [Python-checkins] CVS: python/dist/src/Misc NEWS,1.272,1.273 Tim Peters
- [Python-checkins] CVS: python/dist/src/Lib asyncore.py,1.20,1.21 Martin v. L?wis
- [Python-checkins] CVS: python/dist/src/Modules xxmodule.c,2.22,2.23 Martin v. L?wis
- [Python-checkins] CVS: python/dist/src/Modules zlibmodule.c,2.42,2.43 Martin v. L?wis
- [Python-checkins] CVS: python/dist/src/Lib/test test_descr.py,1.84,1.85 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Objects typeobject.c,2.95,2.96 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Lib/lib-tk Tix.py,1.3,1.4 Martin v. L?wis
- [Python-checkins] CVS: python/dist/src/Misc ACKS,1.117,1.118 Martin v. L?wis
- [Python-checkins] CVS: python/dist/src/Doc/lib libcfgparser.tex,1.19,1.20 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Lib smtpd.py,1.9,1.10 Barry Warsaw
- [Python-checkins] CVS: python/dist/src/Lib/email Message.py,1.4,1.5 Barry Warsaw
- [Python-checkins] CVS: python/dist/src/Lib/test test_email.py,1.6,1.7 Barry Warsaw
- [Python-checkins] CVS: python/dist/src/Lib/test/data msg_20.txt,NONE,1.1 Barry Warsaw
- [Python-checkins] CVS: python/dist/src/Lib urllib2.py,1.21,1.22 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Doc/doc doc.tex,1.54,1.55 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Doc/perl python.perl,1.110,1.111 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Doc/texinputs python.sty,1.82,1.83 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Doc/tools/sgmlconv conversion.xml,1.21,1.22 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Doc/lib libos.tex,1.66,1.67 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Doc/lib email.tex,1.4,1.5 Barry Warsaw
- [Python-checkins] CVS: python/dist/src/Lib/email __init__.py,1.3,1.4 Barry Warsaw
- [Python-checkins] CVS: python/dist/src/Lib/test test_email.py,1.7,1.8 Barry Warsaw
- [Python-checkins] CVS: python/dist/src/Doc/lib libfuncs.tex,1.89,1.90 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Doc/lib email.tex,1.5,1.6 Barry Warsaw
- [Python-checkins] CVS: python/dist/src/Lib/test test_descrtut.py,1.8,1.9 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Objects typeobject.c,2.96,2.97 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Lib/email MIMEAudio.py,NONE,1.1 Barry Warsaw
- [Python-checkins] CVS: python/dist/src/Objects typeobject.c,2.97,2.98 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Lib/test test_descr.py,1.85,1.86 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Doc/lib libprofile.tex,1.37,1.38 Tim Peters
- [Python-checkins] CVS: python/dist/src/Lib profile.py,1.40,1.41 Tim Peters
- [Python-checkins] CVS: python/dist/src/Misc NEWS,1.273,1.274 Tim Peters
- [Python-checkins] CVS: python/dist/src/Lib pprint.py,1.15,1.16 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Doc/lib libprofile.tex,1.38,1.39 Tim Peters
- [Python-checkins] CVS: python/dist/src/Lib profile.py,1.41,1.42 Tim Peters
- [Python-checkins] CVS: python/nondist/peps pep-0247.txt,1.6,1.7 A.M. Kuchling
- [Python-checkins] CVS: python/dist/src/PCbuild python20.wse,1.92,1.93 Tim Peters
- [Python-checkins] CVS: python/dist/src/Misc NEWS,1.274,1.275 Tim Peters
- [Python-checkins] CVS: python/dist/src/Mac/Demo/embed demo.c,1.2,1.3 Jack Jansen
- [Python-checkins] CVS: python/dist/src/Mac/Demo/embed embeddemo.prj,1.2,1.3 Jack Jansen
- [Python-checkins] CVS: python/dist/src/Mac/Demo embed.html,1.5,1.6 Jack Jansen
- [Python-checkins] CVS: python/dist/src/Lib/test test_grammar.py,1.38,1.39 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Python getargs.c,2.64,2.65 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Python getargs.c,2.65,2.66 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Modules socketmodule.c,1.168,1.169 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Modules socketmodule.c,1.169,1.170 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Modules socketmodule.c,1.170,1.171 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Lib dospath.py,1.24,1.25 macpath.py,1.30,1.31 ntpath.py,1.42,1.43 posixpath.py,1.45,1.46 Tim Peters
- [Python-checkins] CVS: python/dist/src/Lib/plat-riscos riscospath.py,1.5,1.6 Tim Peters
- [Python-checkins] CVS: python/dist/src PLAN.txt,1.13,1.14 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Lib xmlrpclib.py,1.11,1.12 Skip Montanaro
- [Python-checkins] CVS: python/dist/src/Mac/Build PythonStandalone.mcp,1.17,1.18 Jack Jansen
- [Python-checkins] CVS: python/dist/src/Mac/Build PythonStandSmall.mcp,1.28,1.29 Jack Jansen
- [Python-checkins] CVS: python/dist/src/Objects fileobject.c,2.132,2.133 Jack Jansen
- [Python-checkins] CVS: python/dist/src/Modules socketmodule.c,1.171,1.172 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Modules socketmodule.c,1.172,1.173 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Modules socketmodule.c,1.173,1.174 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Modules socketmodule.c,1.174,1.175 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Lib/test test_binascii.py,1.9,1.10 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Python getargs.c,2.66,2.67 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Lib/email Parser.py,1.4,1.5 Barry Warsaw
- [Python-checkins] CVS: python/dist/src/Lib/test test_email.py,1.8,1.9 Barry Warsaw
- [Python-checkins] CVS: python/dist/src/Doc/lib emailparser.tex,1.2,1.3 Barry Warsaw
- [Python-checkins] CVS: python/dist/src/Doc/lib libsocket.tex,1.54,1.55 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Modules socketmodule.c,1.175,1.176 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Modules socketmodule.c,1.176,1.177 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Modules socketmodule.c,1.177,1.178 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Lib httplib.py,1.40,1.41 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Lib httplib.py,1.41,1.42 Tim Peters
- [Python-checkins] CVS: python/dist/src/Include objimpl.h,2.42,2.43 Tim Peters
- [Python-checkins] CVS: python/dist/src/Modules gcmodule.c,2.23,2.24 Tim Peters
- [Python-checkins] CVS: python/dist/src/Objects typeobject.c,2.98,2.99 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Lib/test test_descr.py,1.86,1.87 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Demo/rpc README,1.5,1.6 mountclient.py,1.7,1.8 Martin v. L?wis
- [Python-checkins] CVS: python/dist/src/Lib/test test_descr.py,1.87,1.88 Tim Peters
- [Python-checkins] CVS: python/dist/src/Objects typeobject.c,2.99,2.100 Tim Peters
- [Python-checkins] CVS: python/dist/src/Modules cPickle.c,2.64,2.65 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Objects typeobject.c,2.100,2.101 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Lib/lib-tk FixTk.py,1.4,1.5 Guido van Rossum
- [Python-checkins] CVS: python/dist/src PLAN.txt,1.14,1.15 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Modules socketmodule.c,1.178,1.179 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Doc/api abstract.tex,NONE,1.1 concrete.tex,NONE,1.1 exceptions.tex,NONE,1.1 init.tex,NONE,1.1 intro.tex,NONE,1.1 memory.tex,NONE,1.1 newtypes.tex,NONE,1.1 refcounting.tex,NONE,1.1 utilities.tex,NONE,1.1 veryhigh.tex,NONE,1.1 api.tex,1.153,1.154 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Doc Makefile.deps,1.76,1.77 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Objects fileobject.c,2.133,2.134 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Lib/hotshot - New directory Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Modules gcmodule.c,2.24,2.25 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Lib/test test_hotshot.py,NONE,1.1 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Lib/hotshot __init__.py,NONE,1.1 log.py,NONE,1.1 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Modules _hotshot.c,NONE,1.1 Fred L. Drake
- [Python-checkins] CVS: python/dist/src setup.py,1.59,1.60 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Python thread_pthread.h,2.32,2.33 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Misc ACKS,1.118,1.119 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Modules _hotshot.c,1.1,1.2 Tim Peters
- [Python-checkins] CVS: python/dist/src/PC config.c,1.32,1.33 Tim Peters
- [Python-checkins] CVS: python/dist/src/PCbuild pythoncore.dsp,1.24,1.25 Tim Peters
- [Python-checkins] CVS: python/dist/src/Python pythonrun.c,2.148,2.149 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Misc python.man,1.22,1.23 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Lib asyncore.py,1.21,1.22 Martin v. L?wis
- [Python-checkins] CVS: python/dist/src/Modules _hotshot.c,1.2,1.3 Tim Peters
- [Python-checkins] CVS: python/dist/src/Modules _hotshot.c,1.3,1.4 Tim Peters
- [Python-checkins] CVS: python/dist/src/Lib/test test_hotshot.py,1.1,1.2 Tim Peters
- [Python-checkins] CVS: python/dist/src/PCbuild python20.wse,1.93,1.94 Tim Peters
- [Python-checkins] CVS: python/dist/src/Lib/hotshot log.py,1.1,1.2 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Lib/test test_hotshot.py,1.2,1.3 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Python ceval.c,2.283,2.284 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Modules _hotshot.c,1.4,1.5 Tim Peters
- [Python-checkins] CVS: python/dist/src/Modules _curses_panel.c,1.6,1.7 Martin v. L?wis
- [Python-checkins] CVS: python/dist/src/Modules socketmodule.c,1.179,1.180 _cursesmodule.c,2.55,2.56 Martin v. L?wis
- [Python-checkins] CVS: python/dist/src/Include py_curses.h,1.1,1.2 Martin v. L?wis
- [Python-checkins] CVS: python/dist/src pyconfig.h.in,1.13,1.14 configure,1.258,1.259 configure.in,1.266,1.267 Martin v. L?wis
- [Python-checkins] CVS: python/dist/src/Lib/lib-tk Tkinter.py,1.159,1.160 Martin v. L?wis
- [Python-checkins] CVS: python/dist/src/Objects stringobject.c,2.137,2.138 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Lib markupbase.py,1.2,1.3 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Lib webbrowser.py,1.21,1.22 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Lib gzip.py,1.27,1.28 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Lib rexec.py,1.33,1.34 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Lib smtplib.py,1.44,1.45 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Lib urllib.py,1.133,1.134 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Lib cgi.py,1.67,1.68 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Objects typeobject.c,2.101,2.102 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Parser grammar.mak,NONE,1.1 Tim Peters
- [Python-checkins] CVS: python/dist/src/Doc/api utilities.tex,1.1,1.2 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Lib/email Iterators.py,1.4,1.5 Barry Warsaw
- [Python-checkins] CVS: python/dist/src/Lib/test test_email.py,1.9,1.10 Barry Warsaw
- [Python-checkins] CVS: python/dist/src configure.in,1.267,1.268 configure,1.259,1.260 Martin v. L?wis
- [Python-checkins] CVS: python/dist/src/Doc/lib libbinascii.tex,1.21,1.22 libzlib.tex,1.25,1.26 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Lib imaplib.py,1.34,1.35 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Misc ACKS,1.119,1.120 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Python thread_pthread.h,2.33,2.34 Martin v. L?wis
- [Python-checkins] CVS: python/dist/src pyconfig.h.in,1.14,1.15 configure,1.260,1.261 configure.in,1.268,1.269 Martin v. L?wis
- [Python-checkins] CVS: python/dist/src/Grammar Grammar,1.44,1.45 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Include graminit.h,2.17,2.18 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Python compile.c,2.224,2.225 graminit.c,2.30,2.31 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Modules parsermodule.c,2.65,2.66 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Misc NEWS,1.275,1.276 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Include node.h,2.18,2.19 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Lib quopri.py,1.17,1.18 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Misc ACKS,1.120,1.121 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Objects typeobject.c,2.102,2.103 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Misc ACKS,1.121,1.122 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Python ceval.c,2.284,2.285 Skip Montanaro
- [Python-checkins] CVS: python/dist/src/Include object.h,2.95,2.96 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Lib/test test_descr.py,1.88,1.89 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Objects typeobject.c,2.103,2.104 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Modules socketmodule.c,1.180,1.181 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Modules xxmodule.c,2.23,2.24 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Lib pickle.py,1.52,1.53 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Modules cPickle.c,2.65,2.66 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Lib/test pickletester.py,1.8,1.9 test_cpickle.py,1.7,1.8 test_pickle.py,1.6,1.7 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Lib/test/output test_cpickle,1.3,NONE test_pickle,1.2,NONE Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Include object.h,2.96,2.97 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Lib inspect.py,1.25,1.26 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Misc NEWS,1.276,1.277 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Objects typeobject.c,2.104,2.105 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Lib/hotshot log.py,1.2,1.3 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Modules _hotshot.c,1.5,1.6 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Lib/hotshot __init__.py,1.1,1.2 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Lib/hotshot stats.py,NONE,1.1 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Lib/test test_gc.py,1.11,1.12 Tim Peters
- [Python-checkins] CVS: python/dist/src/Lib/test test_inspect.py,1.6,1.7 Tim Peters
- [Python-checkins] CVS: python/dist/src/Lib/xml/dom minidom.py,1.39,1.40 Tim Peters
- [Python-checkins] CVS: python/dist/src/Lib/test pydocfodder.py,1.1,1.2 Tim Peters
- [Python-checkins] CVS: python/dist/src/Misc NEWS,1.277,1.278 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Doc/tut tut.tex,1.150,1.151 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Doc/lib libsys.tex,1.52,1.53 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Python structmember.c,2.21,2.22 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Objects typeobject.c,2.105,2.106 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Modules cPickle.c,2.66,2.67 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Doc/lib emailparser.tex,1.3,1.4 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Doc/api init.tex,1.1,1.2 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Lib ftplib.py,1.58,1.59 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Python importdl.c,2.68,2.69 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Misc ACKS,1.122,1.123 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Lib/test test_descr.py,1.89,1.90 Tim Peters
- [Python-checkins] CVS: python/dist/src/Objects object.c,2.156,2.157 stringobject.c,2.138,2.139 Tim Peters
- [Python-checkins] CVS: python/dist/src/Doc/ext newtypes.tex,1.3,1.4 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Doc/lib libzlib.tex,1.26,1.27 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Lib/test test_zlib.py,1.14,1.15 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Lib/test/output test_zlib,1.4,1.5 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Modules zlibmodule.c,2.43,2.44 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Misc NEWS,1.278,1.279 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Doc/lib libthread.tex,1.22,1.23 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Include pythread.h,2.17,2.18 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Misc NEWS,1.279,1.280 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Modules threadmodule.c,2.42,2.43 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Python thread.c,2.38,2.39 thread_beos.h,2.6,2.7 thread_cthread.h,2.14,2.15 thread_foobar.h,2.11,2.12 thread_lwp.h,2.14,2.15 thread_nt.h,2.18,2.19 thread_os2.h,2.10,2.11 thread_pth.h,2.7,2.8 thread_pthread.h,2.34,2.35 thread_sgi.h,2.14,2.15 thread_solaris.h,2.15,2.16 thread_wince.h,2.6,2.7 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Modules zlibmodule.c,2.44,2.45 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Modules zlibmodule.c,2.45,2.46 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Python bltinmodule.c,2.240,2.241 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Misc NEWS,1.280,1.281 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Python thread_nt.h,2.19,2.20 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Modules zlibmodule.c,2.46,2.47 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Modules zlibmodule.c,2.47,2.48 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Doc/lib libinspect.tex,1.5,1.6 Tim Peters
- [Python-checkins] CVS: python/dist/src/Modules zlibmodule.c,2.48,2.49 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Modules zlibmodule.c,2.49,2.50 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Misc ACKS,1.123,1.124 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Lib profile.py,1.42,1.43 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Lib xmlrpclib.py,1.12,1.13 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Modules zlibmodule.c,2.50,2.51 Tim Peters
- [Python-checkins] CVS: python/dist/src/Modules zlibmodule.c,2.51,2.52 Tim Peters
- [Python-checkins] CVS: python/dist/src/Modules zlibmodule.c,2.52,2.53 Tim Peters
- [Python-checkins] CVS: python/dist/src/Modules zlibmodule.c,2.53,2.54 Tim Peters
- [Python-checkins] CVS: python/dist/src/Lib mhlib.py,1.27,1.28 Guido van Rossum
- [Python-checkins] CVS: python/dist/src Makefile.pre.in,1.62,1.63 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Lib CGIHTTPServer.py,1.18,1.19 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Misc ACKS,1.124,1.125 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Objects typeobject.c,2.106,2.107 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Lib symbol.py,1.13,1.14 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Python compile.c,2.225,2.226 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Python ceval.c,2.285,2.286 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Modules zlibmodule.c,2.54,2.55 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Lib/compiler transformer.py,1.28,1.29 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Lib/compiler pyassem.py,1.27,1.28 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Tools/compiler stacktest.py,NONE,1.1 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Lib/test regrtest.py,1.59,1.60 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Modules Setup.dist,1.23,1.24 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src setup.py,1.60,1.61 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Objects typeobject.c,2.107,2.108 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Lib ftplib.py,1.59,1.60 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Objects classobject.c,2.151,2.152 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Lib/email Generator.py,1.4,1.5 Barry Warsaw
- [Python-checkins] CVS: python/dist/src/Lib/test test_email.py,1.10,1.11 Barry Warsaw
- [Python-checkins] CVS: python/dist/src/Lib xmlrpclib.py,1.13,1.14 Skip Montanaro
- [Python-checkins] CVS: python/dist/src/Modules socketmodule.c,1.181,1.182 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Lib/test test_socket_ssl.py,1.2,1.3 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Objects abstract.c,2.84,2.85 Neil Schemenauer
- [Python-checkins] CVS: python/dist/src configure,1.261,1.262 configure.in,1.269,1.270 pyconfig.h.in,1.15,1.16 Martin v. L?wis
- [Python-checkins] CVS: python/dist/src/Doc/lib libos.tex,1.67,1.68 Martin v. L?wis
- [Python-checkins] CVS: python/dist/src/Misc NEWS,1.281,1.282 Martin v. L?wis
- [Python-checkins] CVS: python/dist/src/Modules posixmodule.c,2.200,2.201 Martin v. L?wis
- [Python-checkins] CVS: python/dist/src/Lib asyncore.py,1.22,1.23 Martin v. L?wis
- [Python-checkins] CVS: python/dist/src/Python dynload_shlib.c,2.10,2.11 Martin v. L?wis
- [Python-checkins] CVS: python/dist/src/Doc/lib libos.tex,1.68,1.69 Martin v. L?wis
- [Python-checkins] CVS: python/dist/src/Doc/lib libinspect.tex,1.6,1.7 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/PCbuild BUILDno.txt,1.22,1.23 pythoncore.dsp,1.25,1.26 Tim Peters
- [Python-checkins] CVS: python/dist/src/Doc/ref refa1.tex,1.6,1.7 Fred L. Drake
- [Python-checkins] CVS: python/dist/src configure,1.262,1.263 configure.in,1.270,1.271 Martin v. L?wis
- [Python-checkins] CVS: python/dist/src/Misc ACKS,1.125,1.126 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Objects typeobject.c,2.108,2.109 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Lib/test test_descr.py,1.90,1.91 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Python compile.c,2.226,2.227 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Lib/test test_scope.py,1.20,1.21 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Lib/test/output test_scope,1.9,1.10 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Lib asyncore.py,1.23,1.24 Martin v. L?wis
- [Python-checkins] CVS: python/nondist/peps pep-0251.txt,1.5,1.6 Barry Warsaw
- [Python-checkins] CVS: python/nondist/peps pep-0238.txt,1.17,1.18 Barry Warsaw
- [Python-checkins] CVS: python/nondist/peps pep-0000.txt,1.135,1.136 Barry Warsaw
- [Python-checkins] CVS: python/dist/src/Misc NEWS,1.282,1.283 ACKS,1.126,1.127 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Lib SocketServer.py,1.27,1.28 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Objects weakrefobject.c,1.1,1.2 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Lib/test test_weakref.py,1.12,1.13 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Misc NEWS,1.283,1.284 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Doc/texinputs boilerplate.tex,1.66,1.67 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Doc Makefile,1.226,1.227 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Python frozen.c,1.9,1.10 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Lib __phello__.foo.py,NONE,1.1 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Lib/test test_frozen.py,NONE,1.1 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Lib/test/output test_frozen,NONE,1.1 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Python import.c,2.187,2.188 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Python frozen.c,1.10,1.11 Tim Peters
- [Python-checkins] CVS: python/dist/src/Doc/lib libos.tex,1.69,1.70 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Tools/freeze freeze.py,1.39,1.40 makefreeze.py,1.11,1.12 modulefinder.py,1.17,1.18 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Misc NEWS,1.284,1.285 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Objects weakrefobject.c,1.2,1.3 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Lib/test test_weakref.py,1.13,1.14 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Modules _sre.c,2.66,2.67 Fredrik Lundh
- [Python-checkins] CVS: python/dist/src/Lib sre.py,1.38,1.39 Fredrik Lundh
- [Python-checkins] CVS: python/dist/src/Lib/test test_sre.py,1.29,1.30 Fredrik Lundh
- [Python-checkins] CVS: python/dist/src/Lib/test test_hotshot.py,1.3,1.4 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Doc/lib libgettext.tex,1.8,1.9 Barry Warsaw
- [Python-checkins] CVS: python/dist/src configure,1.263,1.264 configure.in,1.271,1.272 pyconfig.h.in,1.16,1.17 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Modules posixmodule.c,2.201,2.202 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Lib pydoc.py,1.54,1.55 Tim Peters
- [Python-checkins] CVS: python/dist/src/Lib/test pydocfodder.py,1.2,1.3 Tim Peters
- [Python-checkins] CVS: python/dist/src/Include structseq.h,NONE,1.1 Guido van Rossum
- [Python-checkins] CVS: python/dist/src Makefile.pre.in,1.63,1.64 configure,1.264,1.265 configure.in,1.272,1.273 pyconfig.h.in,1.17,1.18 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Lib/test test_os.py,1.6,1.7 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Mac/Modules macmodule.c,1.45,1.46 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Misc NEWS,1.285,1.286 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Modules posixmodule.c,2.202,2.203 timemodule.c,2.114,2.115 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/RISCOS/Modules riscosmodule.c,1.1,1.2 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Objects structseq.c,NONE,1.1 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Python ceval.c,2.286,2.287 Tim Peters
- [Python-checkins] CVS: python/dist/src/PCbuild pythoncore.dsp,1.26,1.27 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Modules posixmodule.c,2.203,2.204 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Lib nntplib.py,1.27,1.28 Fredrik Lundh
- [Python-checkins] CVS: python/dist/src/Doc/lib libnntplib.tex,1.26,1.27 Fredrik Lundh
- [Python-checkins] CVS: python/dist/src/Lib/test test_os.py,1.7,1.8 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Python dynload_shlib.c,2.11,2.12 Martin v. L?wis
- [Python-checkins] CVS: python/dist/src/Lib ConfigParser.py,1.37,1.38 Tim Peters
- [Python-checkins] CVS: python/dist/src/Lib/compiler __init__.py,1.6,1.7 ast.py,1.18,1.19 future.py,1.2,1.3 misc.py,1.10,1.11 pyassem.py,1.28,1.29 pycodegen.py,1.55,1.56 symbols.py,1.9,1.10 transformer.py,1.29,1.30 visitor.py,1.8,1.9 Tim Peters
- [Python-checkins] CVS: python/dist/src/Lib/test pickletester.py,1.9,1.10 regrtest.py,1.60,1.61 test_binascii.py,1.10,1.11 test_cpickle.py,1.8,1.9 test_email.py,1.11,1.12 test_os.py,1.8,1.9 test_pickle.py,1.7,1.8 test_socket_ssl.py,1.3,1.4 test_zlib.py,1.15,1.16 Tim Peters
- [Python-checkins] CVS: python/dist/src/Modules posixmodule.c,2.204,2.205 Martin v. L?wis
- [Python-checkins] CVS: python/dist/src/Lib/test test_fcntl.py,1.18,1.19 Martin v. L?wis
- [Python-checkins] CVS: python/dist/src/Doc/lib libreadline.tex,1.7,1.8 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Modules readline.c,2.38,2.39 Guido van Rossum
- [Python-checkins] CVS: python/dist/src configure,1.265,1.266 configure.in,1.273,1.274 pyconfig.h.in,1.18,1.19 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Lib os.py,1.47,1.48 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Misc NEWS,1.286,1.287 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Modules posixmodule.c,2.205,2.206 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Python marshal.c,1.67,1.68 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Misc ACKS,1.127,1.128 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Include unicodeobject.h,2.35,2.36 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Objects object.c,2.157,2.158 unicodeobject.c,2.118,2.119 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Misc NEWS,1.287,1.288 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Misc NEWS,1.288,1.289 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Lib/email Generator.py,1.5,1.6 Barry Warsaw
- [Python-checkins] CVS: python/dist/src/Lib/test/data msg_21.txt,NONE,1.1 Barry Warsaw
- [Python-checkins] CVS: python/dist/src/Lib/test test_email.py,1.12,1.13 Barry Warsaw
- [Python-checkins] CVS: python/dist/src/Doc/lib emailmessage.tex,1.2,1.3 Barry Warsaw
- [Python-checkins] CVS: python/nondist/peps pep-0101.txt,1.6,1.7 Barry Warsaw
- [Python-checkins] CVS: python/dist/src/Misc NEWS,1.289,1.290 Barry Warsaw
- [Python-checkins] CVS: python/dist/src/Include patchlevel.h,2.55,2.55.2.1 Barry Warsaw
- [Python-checkins] CVS: python/dist/src/Lib/distutils __init__.py,1.19,1.19.2.1 Thomas Heller
- [Python-checkins] CVS: python/dist/src/Doc/lib libfuncs.tex,1.90,1.91 M.-A. Lemburg
- [Python-checkins] CVS: python/dist/src/Lib/test test_unicode.py,1.41,1.42 M.-A. Lemburg
- [Python-checkins] CVS: python/dist/src/Lib/test/output test_unicode,1.12,1.13 M.-A. Lemburg
- [Python-checkins] CVS: python/dist/src/Misc NEWS,1.290,1.291 M.-A. Lemburg
- [Python-checkins] CVS: python/dist/src/Objects unicodeobject.c,2.119,2.120 M.-A. Lemburg
- [Python-checkins] CVS: python/dist/src/Modules socketmodule.c,1.182,1.182.2.1 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Modules socketmodule.c,1.182,1.183 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Objects bufferobject.c,2.15,2.16 Thomas Heller
- [Python-checkins] CVS: python/nondist/peps pep-0042.txt,1.55,1.56 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Include patchlevel.h,2.49.2.3,2.49.2.4 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Doc/lib libfuncs.tex,1.90,1.90.2.1 Barry Warsaw
- [Python-checkins] CVS: python/dist/src/Lib/test test_unicode.py,1.41,1.41.2.1 Barry Warsaw
- [Python-checkins] CVS: python/dist/src/Lib/test/output test_unicode,1.12,1.12.4.1 Barry Warsaw
- [Python-checkins] CVS: python/dist/src/Misc NEWS,1.290,1.290.2.1 Barry Warsaw
- [Python-checkins] CVS: python/dist/src/Objects unicodeobject.c,2.119,2.119.2.1 Barry Warsaw
- [Python-checkins] CVS: python/dist/src/Lib profile.py,1.27,1.27.2.1 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Lib/test test_profile.py,NONE,1.2.4.1 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Lib/test/output test_profile,NONE,1.1.4.1 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Modules socketmodule.c,1.141.2.1,1.141.2.2 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Lib/test test_profile.py,1.2.4.1,1.2.4.2 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Lib/test test_xmlrpc.py,1.1,1.2 Skip Montanaro
- [Python-checkins] CVS: python/dist/src/Doc/lib libprofile.tex,1.32.2.2,1.32.2.3 Fred L. Drake
- [Python-checkins] CVS: python/nondist/peps pep-0101.txt,1.7,1.8 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Include patchlevel.h,2.55,2.56 Barry Warsaw
- [Python-checkins] CVS: python/dist/src/Doc/lib libsocket.tex,1.55,1.56 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Misc NEWS,1.291,1.292 Tim Peters
- [Python-checkins] CVS: python/dist/src/PCbuild python20.wse,1.94,1.95 Tim Peters
- [Python-checkins] CVS: python/nondist/peps pep-0253.txt,1.17,1.18 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Doc/isilo - New directory Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Doc/perl isilo.perl,NONE,1.1 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Doc/isilo .cvsignore,NONE,1.1 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Doc Makefile,1.227,1.228 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Doc/doc doc.tex,1.55,1.56 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Doc/texinputs license.tex,1.2,1.3 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Doc/ext extending.tex,1.3,1.4 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Doc/mac libctb.tex,1.17,1.18 libmacfs.tex,1.25,1.26 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Doc/ref ref3.tex,1.75,1.76 ref7.tex,1.28,1.29 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Doc/lib libal.tex,1.13,1.14 libarray.tex,1.30,1.31 libcgihttp.tex,1.5,1.6 libcmpcache.tex,1.5,1.6 libcodecs.tex,1.6,1.7 libcurses.tex,1.34,1.35 libdl.tex,1.3,1.4 libfpformat.tex,1.3,1.4 libgetopt.tex,1.18,1.19 libgl.tex,1.16,1.17 libhttplib.tex,1.25,1.26 libinspect.tex,1.7,1.8 liblocale.tex,1.26,1.27 libmarshal.tex,1.20,1.21 liboperator.tex,1.20,1.21 libpanel.tex,1.11,1.12 libpickle.tex,1.29,1.30 libposix.tex,1.58,1.59 libposixfile.tex,1.23,1.24 libposixpath.tex,1.20,1.21 libpwd.tex,1.12,1.13 libre.tex,1.68,1.69 librexec.tex,1.17,1.18 libselect.tex,1.18,1.19 libsmtplib.tex,1.20,1.21 libsocket.tex,1.56,1.57 libstdtypes.tex,1.71,1.72 libstdwin.tex,1.24,1.25 libstring.tex,1.44,1.45 libsys.tex,1.53,1.54 libtabnanny.tex,1.1,1.2 libtime.tex,1.45,1.46 libunittest.tex,1.6,1.7 liburllib.tex,1.39,1.40 liburllib2.tex,1.4,1.5 libwhrandom.tex,1.14,1.15 libwinsound.tex,1.11,1.12 xmldom.tex,1.14,1.15 xmlsaxhandler.tex,1.4,1.5 Fred L. Drake
- [Python-checkins] CVS: python/dist/src Makefile.pre.in,1.64,1.65 configure,1.266,1.267 configure.in,1.274,1.275 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Misc ACKS,1.128,1.129 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Parser parsetok.c,2.27,2.28 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Modules _cursesmodule.c,2.56,2.57 A.M. Kuchling
- [Python-checkins] CVS: python/dist/src/Doc/lib libcurses.tex,1.35,1.36 A.M. Kuchling
- [Python-checkins] CVS: python/dist/src/Modules _sre.c,2.67,2.68 Fredrik Lundh
- [Python-checkins] CVS: python/dist/src/Include descrobject.h,2.6,2.7 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Objects typeobject.c,2.109,2.110 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Python ceval.c,2.238.2.2,2.238.2.3 Anthony Baxter
- [Python-checkins] CVS: python/dist/src/Python ceval.c,2.238.2.2,2.238.2.3 Anthony Baxter
- [Python-checkins] CVS: python/dist/src/Modules pyexpat.c,2.51,2.52 Martin v. L?wis
- [Python-checkins] CVS: python/dist/src/Modules _sre.c,2.68,2.69 Fredrik Lundh
- [Python-checkins] CVS: python/dist/src/Lib sre.py,1.39,1.40 Fredrik Lundh
- [Python-checkins] CVS: python/dist/src/Modules _sre.c,2.69,2.70 Fredrik Lundh
- [Python-checkins] CVS: python/dist/src/Lib sre.py,1.40,1.41 Fredrik Lundh
- [Python-checkins] CVS: python/dist/src/Lib/test test_sre.py,1.30,1.31 Fredrik Lundh
- [Python-checkins] CVS: python/nondist/peps pep-0006.txt,1.6,1.7 Tim Peters
- [Python-checkins] CVS: python/dist/src/Lib imaplib.py,1.35,1.36 Piers Lauder
- [Python-checkins] CVS: python/dist/src/Modules _sre.c,2.70,2.71 Fredrik Lundh
- [Python-checkins] CVS: python/dist/src/Lib sre.py,1.41,1.42 Fredrik Lundh
- [Python-checkins] CVS: python/dist/src setup.py,1.61,1.62 Neil Schemenauer
- [Python-checkins] CVS: python/dist/src/Modules newmodule.c,2.34,2.35 Neil Schemenauer
- [Python-checkins] CVS: python/dist/src/Modules xxsubtype.c,2.7,2.8 Neil Schemenauer
- [Python-checkins] CVS: python/dist/src/Objects descrobject.c,2.16,2.17 Neil Schemenauer
- [Python-checkins] CVS: python/dist/src/Objects moduleobject.c,2.39,2.40 Neil Schemenauer
- [Python-checkins] CVS: python/dist/src/Objects typeobject.c,2.110,2.111 Neil Schemenauer
- [Python-checkins] CVS: python/dist/src configure,1.267,1.268 configure.in,1.275,1.276 Neil Schemenauer
- [Python-checkins] CVS: python/dist/src/Lib imaplib.py,1.36,1.37 Piers Lauder
- [Python-checkins] CVS: python/nondist/peps pep-0268.txt,1.5,1.6 pep-0000.txt,1.136,1.137 Greg Stein
- [Python-checkins] CVS: python/dist/src/Lib imaplib.py,1.37,1.38 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Include descrobject.h,2.7,2.8 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Lib/test test_descr.py,1.91,1.92 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Misc NEWS,1.292,1.293 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Objects descrobject.c,2.17,2.18 typeobject.c,2.111,2.112 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Misc NEWS,1.293,1.294 A.M. Kuchling
- [Python-checkins] CVS: python/dist/src/Lib/test test_funcattrs.py,1.10,1.11 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Objects classobject.c,2.152,2.153 Guido van Rossum
- [Python-checkins] CVS: python/nondist/peps pep-0247.txt,1.7,1.8 A.M. Kuchling
- [Python-checkins] CVS: python/dist/src/Objects abstract.c,2.85,2.86 stringobject.c,2.139,2.140 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Modules _sre.c,2.71,2.72 Fredrik Lundh
- [Python-checkins] CVS: python/dist/src/Lib/test test_sre.py,1.31,1.32 Fredrik Lundh
- [Python-checkins] CVS: python/dist/src/Doc/lib libresource.tex,1.15,1.16 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Doc/lib libresource.tex,1.13,1.13.12.1 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Doc/tools support.py,1.3,1.4 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Lib/test test_curses.py,NONE,1.1 regrtest.py,1.61,1.62 A.M. Kuchling
- [Python-checkins] CVS: python/dist/src/Objects object.c,2.158,2.159 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Objects weakrefobject.c,1.3,1.4 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Misc NEWS,1.294,1.295 A.M. Kuchling
- [Python-checkins] CVS: python/dist/src/Doc/perl l2hinit.perl,1.55,1.56 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Lib unittest.py,1.11,1.12 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Misc NEWS,1.295,1.296 Fred L. Drake
- [Python-checkins] CVS: python/nondist/peps pep-0101.txt,1.8,1.9 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Python traceback.c,2.32,2.33 Tim Peters
- [Python-checkins] CVS: python/dist/src/Doc/lib emailutil.tex,1.2,1.3 Barry Warsaw
- [Python-checkins] CVS: python/dist/src/Modules _sre.c,2.72,2.73 Fredrik Lundh
- [Python-checkins] CVS: python/dist/src/Lib/test test_descr.py,1.92,1.93 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Lib/test regrtest.py,1.62,1.63 Tim Peters
- [Python-checkins] CVS: python/dist/src/Python traceback.c,2.33,2.34 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Doc/lib libsys.tex,1.54,1.55 Tim Peters
- [Python-checkins] CVS: python/dist/src/Misc NEWS,1.296,1.297 Tim Peters
- [Python-checkins] CVS: python/dist/src/Include pgenheaders.h,2.26,2.27 Neil Schemenauer
- [Python-checkins] CVS: python/dist/src/Include pyerrors.h,2.50,2.51 Neil Schemenauer
- [Python-checkins] CVS: python/dist/src/Include pyport.h,2.37,2.38 Neil Schemenauer
- [Python-checkins] CVS: python/dist/src/Include stringobject.h,2.31,2.32 Neil Schemenauer
- [Python-checkins] CVS: python/dist/src/Include sysmodule.h,2.23,2.24 Neil Schemenauer
- [Python-checkins] CVS: python/dist/src/Lib doctest.py,1.20,1.21 Tim Peters
- [Python-checkins] CVS: python/dist/src/Python getargs.c,2.67,2.68 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Lib/test regrtest.py,1.63,1.64 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Include modsupport.h,2.37,2.38 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Python getargs.c,2.68,2.69 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Doc/api utilities.tex,1.2,1.3 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Modules _weakref.c,1.14,1.15 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Misc ACKS,1.129,1.130 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Objects fileobject.c,2.134,2.135 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Lib SocketServer.py,1.28,1.29 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Mac/Build PythonCore.mcp,1.28,1.29 Jack Jansen
- [Python-checkins] CVS: python/dist/src/Mac/Distributions dev.exclude,1.6,1.7 Jack Jansen
- [Python-checkins] CVS: python/dist/src/Mac/Distributions dev.include,1.21,1.22 Jack Jansen
- [Python-checkins] CVS: python/dist/src/Mac/Distributions binary.exclude,1.9,1.10 Jack Jansen
- [Python-checkins] CVS: python/dist/src/Mac/Distributions binary.include,1.18,1.19 Jack Jansen
- [Python-checkins] CVS: python/dist/src/Mac Relnotes,1.26,1.27 Jack Jansen
- [Python-checkins] CVS: python/dist/src/Mac ReadMe,1.34,1.35 Jack Jansen
- [Python-checkins] CVS: python/dist/src/Include patchlevel.h,2.56,2.57 Jack Jansen
- [Python-checkins] CVS: python/dist/src/Mac _checkversion.py,1.10,1.11 Jack Jansen
- [Python-checkins] CVS: python/dist/src/Mac/Include macbuildno.h,1.20,1.21 Jack Jansen
- [Python-checkins] CVS: python/dist/src/Mac/Build PythonCoreCarbon.exp,1.17,1.18 Jack Jansen
- [Python-checkins] CVS: python/dist/src/Mac/Build PythonCore.exp,1.17,1.18 Jack Jansen
- [Python-checkins] CVS: python/dist/src/Mac/Lib/lib-scriptpackages/CodeWarrior Standard_Suite.py,1.2,1.3 Jack Jansen
- [Python-checkins] CVS: python/dist/src/Mac/scripts fullbuild.py,1.74,1.75 Jack Jansen
- [Python-checkins] CVS: python/dist/src/Mac/scripts genpluginprojects.py,1.20,1.21 Jack Jansen
- [Python-checkins] CVS: python/dist/src/Modules _hotshot.c,1.6,1.7 Jack Jansen
- [Python-checkins] CVS: python/dist/src/Mac/Demo index.html,1.16,1.17 Jack Jansen
- [Python-checkins] CVS: python/dist/src/Mac/Modules macmodule.c,1.46,1.47 Jack Jansen
- [Python-checkins] CVS: python/dist/src/Modules zlibmodule.c,2.55,2.56 Jack Jansen
- [Python-checkins] CVS: python/dist/src/Include patchlevel.h,2.57,2.58 Jack Jansen
- [Python-checkins] CVS: python/dist/src configure,1.268,1.269 configure.in,1.276,1.277 Martin v. L?wis
- [Python-checkins] CVS: python/dist/src/Modules socketmodule.c,1.183,1.184 Martin v. L?wis
- [Python-checkins] CVS: python/dist/src/Modules socketmodule.c,1.183,1.184 Jack Jansen
- [Python-checkins] CVS: python/dist/src acconfig.h,1.57,1.58 configure.in,1.277,1.278 pyconfig.h.in,1.19,1.20 Martin v. L?wis
- [Python-checkins] CVS: python/dist/src/Include py_curses.h,1.2,1.3 Martin v. L?wis
- [Python-checkins] CVS: python/dist/src/Modules _cursesmodule.c,2.57,2.58 Martin v. L?wis
- [Python-checkins] CVS: python/dist/src/Modules socketmodule.c,1.184,1.185 Martin v. L?wis
- [Python-checkins] CVS: python/dist/src/Doc/ref ref6.tex,1.41,1.42 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Doc/ref ref6.tex,1.37,1.37.2.1 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/RISCOS Makefile,1.2,1.3 pyconfig.h,1.1,1.2 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/RISCOS README,1.1,1.2 sleep.c,1.1,1.2 unixstuff.c,1.1,1.2 unixstuff.h,1.1,1.2 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/RISCOS/Modules riscosmodule.c,1.2,1.3 swimodule.c,1.1,1.2 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/RISCOS/Python dynload_riscos.c,1.1,1.2 getmtime_riscos.c,1.1,1.2 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/RISCOS/support !Boot,1.1,1.2 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Lib pyclbr.py,1.22,1.23 Tim Peters
- [Python-checkins] CVS: python/dist/src/Include pyport.h,2.38,2.39 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Lib os.py,1.48,1.49 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Lib/test regrtest.py,1.64,1.65 test_imageop.py,1.11,1.12 test_import.py,1.9,1.10 test_mailbox.py,1.7,1.8 test_mhlib.py,1.5,1.6 test_minidom.py,1.28,1.29 test_pkg.py,1.13,1.14 test_pkgimport.py,1.4,1.5 test_repr.py,1.8,1.9 test_rgbimg.py,1.12,1.13 test_sax.py,1.18,1.19 test_signal.py,1.8,1.9 test_tokenize.py,1.5,1.6 test_urllib2.py,1.5,1.6 test_zipfile.py,1.7,1.8 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Lib dumbdbm.py,1.13,1.14 fileinput.py,1.7,1.8 site.py,1.36,1.37 socket.py,1.13,1.14 tempfile.py,1.30,1.31 whichdb.py,1.11,1.12 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Lib/plat-riscos riscosenviron.py,1.4,1.5 riscospath.py,1.6,1.7 rourl2path.py,1.2,1.3 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Modules selectmodule.c,2.56,2.57 socketmodule.c,1.185,1.186 structmodule.c,2.50,2.51 timemodule.c,2.115,2.116 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Objects floatobject.c,2.101,2.102 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Python bltinmodule.c,2.241,2.242 import.c,2.188,2.189 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Python sysmodule.c,2.93,2.94 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Misc NEWS,1.297,1.298 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Doc/lib libposix.tex,1.59,1.60 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Doc/lib libposixfile.tex,1.24,1.25 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Lib posixfile.py,1.23,1.24 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Modules _sre.c,2.73,2.74 Fredrik Lundh
- [Python-checkins] CVS: python/dist/src/Lib sre.py,1.42,1.43 Fredrik Lundh
- [Python-checkins] CVS: python/nondist/peps pep-0101.txt,1.9,1.10 Barry Warsaw
- [Python-checkins] CVS: python/nondist/peps pep-0101.txt,1.10,1.11 Barry Warsaw
- [Python-checkins] CVS: python/dist/src/Modules socketmodule.c,1.186,1.187 Martin v. L?wis
- [Python-checkins] CVS: python/dist/src/Doc Makefile,1.228,1.229 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Doc/tools push-docs.sh,1.12,1.13 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Doc/tools/sgmlconv conversion.xml,1.22,1.23 Fred L. Drake
- [Python-checkins] CVS: python/nondist/peps pep-0101.txt,1.11,1.12 Barry Warsaw
- [Python-checkins] CVS: python/nondist/peps pep-0101.txt,1.12,1.13 Barry Warsaw
- [Python-checkins] CVS: python/dist/src/Doc/api intro.tex,1.1,1.2 Fred L. Drake
- [Python-checkins] CVS: python/nondist/peps pep-0273.txt,NONE,1.1 Barry Warsaw
- [Python-checkins] CVS: python/nondist/peps pep-0000.txt,1.137,1.138 Barry Warsaw
- [Python-checkins] CVS: python/nondist/peps pep-0000.txt,1.138,1.139 Barry Warsaw
- [Python-checkins] CVS: python/dist/src/Objects complexobject.c,2.50,2.51 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Lib/test test_sundry.py,1.6,1.7 Fred L. Drake
- [Python-checkins] CVS: python/nondist/peps pep-0234.txt,1.15,1.16 Barry Warsaw
- [Python-checkins] CVS: python/nondist/peps pep-0000.txt,1.139,1.140 Barry Warsaw
- [Python-checkins] CVS: python/dist/src/Modules selectmodule.c,2.57,2.58 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Misc ACKS,1.130,1.131 Guido van Rossum
- [Python-checkins] CVS: python/nondist/peps pep-0274.txt,NONE,1.1 Barry Warsaw
- [Python-checkins] CVS: python/nondist/peps pep-0000.txt,1.140,1.141 Barry Warsaw
- [Python-checkins] CVS: python/dist/src/Doc/lib xmldom.tex,1.15,1.16 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Doc/lib xmldom.tex,1.13,1.13.2.1 Fred L. Drake
- [Python-checkins] CVS: python/nondist/peps pep-0229.txt,1.3,1.4 A.M. Kuchling
- [Python-checkins] CVS: python/dist/src/Python import.c,2.189,2.190 Fred L. Drake
- [Python-checkins] CVS: python/nondist/peps pep-0229.txt,1.4,1.5 A.M. Kuchling
- [Python-checkins] CVS: python/dist/src/Doc/lib libmimetypes.tex,1.9,1.10 Barry Warsaw
- [Python-checkins] CVS: python/dist/src/Lib mimetypes.py,1.19,1.20 Barry Warsaw
- [Python-checkins] CVS: python/dist/src/Lib/test test_mimetypes.py,1.2,1.3 Barry Warsaw
- [Python-checkins] CVS: python/dist/src/Misc NEWS,1.298,1.299 Barry Warsaw
- [Python-checkins] CVS: python/nondist/peps pep-0000.txt,1.141,1.142 pep-0229.txt,1.5,1.6 Barry Warsaw
- [Python-checkins] CVS: python/dist/src/Mac/Distributions readme.txt,1.5,1.6 Jack Jansen
- [Python-checkins] CVS: python/dist/src/Lib/email Message.py,1.5,1.6 Barry Warsaw
- [Python-checkins] CVS: python/dist/src/Lib/test test_email.py,1.13,1.14 Barry Warsaw
- [Python-checkins] CVS: python/dist/src/Lib/test/data msg_22.txt,NONE,1.1 Barry Warsaw
- [Python-checkins] CVS: python/dist/src/Doc/lib libweakref.tex,1.12,1.13 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Doc/lib libdifflib.tex,1.9,1.10 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Doc/perl python.perl,1.111,1.112 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Modules socketmodule.c,1.187,1.188 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Lib CGIHTTPServer.py,1.19,1.20 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Misc ACKS,1.131,1.132 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Objects typeobject.c,2.112,2.113 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Lib/test test_descr.py,1.93,1.94 Guido van Rossum
- [Python-checkins] CVS: python/dist/src PLAN.txt,1.15,1.16 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Doc/api abstract.tex,1.1,1.2 Tim Peters
- [Python-checkins] CVS: python/dist/src/Doc/lib libfuncs.tex,1.91,1.92 Tim Peters
- [Python-checkins] CVS: python/dist/src/Include abstract.h,2.37,2.38 Tim Peters
- [Python-checkins] CVS: python/dist/src/Lib/test test_descr.py,1.94,1.95 Tim Peters
- [Python-checkins] CVS: python/dist/src/Misc NEWS,1.299,1.300 Tim Peters
- [Python-checkins] CVS: python/dist/src/Objects abstract.c,2.86,2.87 dictobject.c,2.114,2.115 Tim Peters
- [Python-checkins] CVS: python/nondist/peps pep-0264.txt,1.5,1.6 Michael Hudson
- [Python-checkins] CVS: python/dist/src/Doc/lib libweakref.tex,1.13,1.14 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Mac/Unsupported/PythonScript - New directory Jack Jansen
- [Python-checkins] CVS: python/dist/src/Mac/Contrib/PythonScript PyScriptTest.py,1.1.1.1,NONE PythonScript.py,1.2,NONE ReadMe.txt,1.2,NONE baepack.py,1.3,NONE baetools.py,1.2,NONE baetypes.py,1.3,NONE getaete.py,1.2,NONE printaete.py,1.2,NONE testeudora.py,1.1.1.1,NONE Jack Jansen
- [Python-checkins] CVS: python/dist/src/Mac/Unsupported/PythonScript PyScriptTest.py,NONE,1.1 PythonScript.py,NONE,1.1 ReadMe.txt,NONE,1.1 baepack.py,NONE,1.1 baetools.py,NONE,1.1 baetypes.py,NONE,1.1 getaete.py,NONE,1.1 printaete.py,NONE,1.1 testeudora.py,NONE,1.1 Jack Jansen
- [Python-checkins] CVS: python/nondist/peps pep-0101.txt,1.12,1.13 Jack Jansen
- [Python-checkins] CVS: python/dist/src/Doc/perl l2hinit.perl,1.56,1.57 Fred L. Drake
- [Python-checkins] CVS: python/nondist/peps pep-0264.txt,1.6,1.7 Barry Warsaw
- [Python-checkins] CVS: python/nondist/peps pep-0000.txt,1.142,1.143 Barry Warsaw
- [Python-checkins] CVS: python/dist/src/Misc Makefile.pre.in,1.21,NONE A.M. Kuchling
- [Python-checkins] CVS: python/dist/src/Misc NEWS,1.300,1.301 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Misc README,1.15,1.16 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Doc/lib libfuncs.tex,1.92,1.93 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Include abstract.h,2.38,2.39 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Objects abstract.c,2.87,2.88 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Objects abstract.c,2.87,2.88 M.-A. Lemburg
- [Python-checkins] CVS: python/dist/src/Objects abstract.c,2.87,2.88 Fred L. Drake, Jr.
- [Python-checkins] CVS: python/dist/src/Objects abstract.c,2.87,2.88 Barry A. Warsaw
- [Python-checkins] CVS: python/dist/src/Objects abstract.c,2.87,2.88 M.-A. Lemburg
- [Python-checkins] CVS: python/dist/src/Objects abstract.c,2.87,2.88 Fredrik Lundh
- [Python-checkins] CVS: python/dist/src/Objects abstract.c,2.87,2.88 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Objects abstract.c,2.87,2.88 Fred L. Drake, Jr.
- [Python-checkins] CVS: python/dist/src/Doc/api refcounts.dat,1.33,1.34 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Doc/api abstract.tex,1.2,1.3 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Doc/lib libweakref.tex,1.14,1.15 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Objects classobject.c,2.153,2.154 funcobject.c,2.46,2.47 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Lib sgmllib.py,1.38,1.39 markupbase.py,1.3,1.4 Fred L. Drake
- [Python-checkins] CVS: python/nondist/peps pep-0251.txt,1.6,1.7 Barry Warsaw
- [Python-checkins] CVS: python/dist/src/Doc/lib libuserdict.tex,1.19,1.20 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Doc/lib libstdtypes.tex,1.72,1.73 Fred L. Drake
- [Python-checkins] CVS: python/dist/src Makefile.pre.in,1.65,1.66 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Doc/lib minidom-example.py,1.1,1.2 Fred L. Drake
- [Python-checkins] CVS: python/nondist/peps pep-0273.txt,1.1,1.2 Barry Warsaw
- [Python-checkins] CVS: python/dist/src/Doc/lib xmldom.tex,1.16,1.17 xmldomminidom.tex,1.4,1.5 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Lib/test test_descr.py,1.95,1.96 Tim Peters
- [Python-checkins] CVS: python/dist/src/Python getargs.c,2.69,2.70 Tim Peters
- [Python-checkins] CVS: python/dist/src/Python getargs.c,2.70,2.71 Tim Peters
- [Python-checkins] CVS: python/dist/src/Python getargs.c,2.71,2.72 Tim Peters
- [Python-checkins] CVS: python/dist/src/Python getargs.c,2.72,2.73 Tim Peters
- [Python-checkins] CVS: python/dist/src/Python getargs.c,2.73,2.74 Tim Peters
- [Python-checkins] CVS: python/dist/src/Python getargs.c,2.74,2.75 Tim Peters
- [Python-checkins] CVS: python/dist/src/Python getargs.c,2.75,2.76 Tim Peters
- [Python-checkins] CVS: python/dist/src/Python getargs.c,2.76,2.77 Tim Peters
- [Python-checkins] CVS: python/dist/src/Python getargs.c,2.77,2.78 Tim Peters
- [Python-checkins] CVS: python/dist/src/Python getargs.c,2.78,2.79 Tim Peters
- [Python-checkins] CVS: python/dist/src/Python getargs.c,2.79,2.80 Tim Peters
- [Python-checkins] CVS: python/dist/src/Objects abstract.c,2.88,2.89 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Python getargs.c,2.80,2.81 Tim Peters
- [Python-checkins] CVS: python/dist/src/Python getargs.c,2.81,2.82 Tim Peters
- [Python-checkins] CVS: python/dist/src/Python getargs.c,2.82,2.83 Tim Peters
- [Python-checkins] CVS: python/dist/src/Python getargs.c,2.83,2.84 Tim Peters
- [Python-checkins] CVS: python/dist/src/Lib/test test_descr.py,1.96,1.97 Tim Peters
- [Python-checkins] CVS: python/dist/src/Objects dictobject.c,2.115,2.116 Tim Peters
- [Python-checkins] CVS: python/dist/src/Include object.h,2.97,2.98 Tim Peters
- [Python-checkins] CVS: python/dist/src/Objects typeobject.c,2.113,2.114 Tim Peters
- [Python-checkins] CVS: python/dist/src/Include pyport.h,2.39,2.40 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/RISCOS Makefile,1.3,1.4 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/RISCOS/Modules riscosmodule.c,1.3,1.4 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Modules socketmodule.c,1.188,1.189 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Misc NEWS,1.301,1.302 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Include abstract.h,2.39,2.40 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Objects abstract.c,2.89,2.90 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Doc/api abstract.tex,1.3,1.4 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Doc/api refcounts.dat,1.34,1.35 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Modules socketmodule.c,1.189,1.190 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Lib sre.py,1.43,1.44 Fredrik Lundh
- [Python-checkins] CVS: python/dist/src/Lib/test test_sre.py,1.32,1.33 Fredrik Lundh
- [Python-checkins] CVS: python/dist/src/Lib socket.py,1.14,1.15 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Lib/test test_socket.py,1.19,1.20 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Lib/test test_socketserver.py,1.5,1.6 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Objects typeobject.c,2.114,2.115 Guido van Rossum
- [Python-checkins] CVS: python/nondist/peps pep-0101.txt,1.13,1.14 Barry Warsaw
- [Python-checkins] CVS: python/nondist/peps pep-0264.txt,1.7,1.8 A.M. Kuchling
- [Python-checkins] CVS: python/dist/src/Lib asyncore.py,1.24,1.25 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Lib asyncore.py,1.25,1.26 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Doc Makefile,1.229,1.230 Makefile.deps,1.77,1.78 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Doc/paper-a4 .cvsignore,1.8,1.9 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Doc/paper-letter .cvsignore,1.8,1.9 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Doc/api refcounts.dat,1.35,1.36 Fred L. Drake
- [Python-checkins] CVS: python/nondist/peps pep-0273.txt,1.2,1.3 Barry Warsaw
- [Python-checkins] CVS: python/dist/src/Doc/lib libtime.tex,1.46,1.47 Fred L. Drake
- [Python-checkins] CVS: python/nondist/peps pep-0274.txt,1.1,1.2 Barry Warsaw
- [Python-checkins] CVS: python/dist/src/Modules _hotshot.c,1.7,1.8 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Lib/hotshot __init__.py,1.2,1.3 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Lib/test test_hotshot.py,1.4,1.5 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Lib/hotshot log.py,1.3,1.4 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Doc/texinputs python.sty,1.83,1.84 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Lib tempfile.py,1.31,1.32 Tim Peters
- [Python-checkins] CVS: python/dist/src/Lib/test test_tempfile.py,NONE,1.1 Tim Peters
- [Python-checkins] CVS: python/dist/src/Objects typeobject.c,2.115,2.116 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Misc NEWS,1.302,1.303 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Doc/lib libfuncs.tex,1.93,1.94 Tim Peters
- [Python-checkins] CVS: python/dist/src/Lib repr.py,1.13,1.14 types.py,1.23,1.24 Tim Peters
- [Python-checkins] CVS: python/dist/src/Lib/test test_descr.py,1.97,1.98 test_descrtut.py,1.9,1.10 test_repr.py,1.9,1.10 Tim Peters
- [Python-checkins] CVS: python/dist/src/Misc NEWS,1.303,1.304 Tim Peters
- [Python-checkins] CVS: python/dist/src/Objects dictobject.c,2.116,2.117 typeobject.c,2.116,2.117 Tim Peters
- [Python-checkins] CVS: python/dist/src/Python bltinmodule.c,2.242,2.243 Tim Peters
- [Python-checkins] CVS: python/nondist/peps pep-0264.txt,1.8,1.9 A.M. Kuchling
- [Python-checkins] CVS: python/nondist/peps pep-0272.txt,1.2,1.3 A.M. Kuchling
- [Python-checkins] CVS: python/dist/src/Lib/lib-tk tkDirectoryChooser.py,NONE,1.1 Fredrik Lundh
- [Python-checkins] CVS: python/dist/src/Modules socketmodule.c,1.190,1.191 Tim Peters
- [Python-checkins] CVS: python/dist/src/Lib/test test_descr.py,1.98,1.99 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Objects sliceobject.c,2.9,2.10 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Modules binascii.c,2.31,2.32 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Misc ACKS,1.132,1.133 NEWS,1.304,1.305 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Lib/test test_commands.py,1.2,1.3 Guido van Rossum
- [Python-checkins] CVS: python/dist/src/Lib/test test_descr.py,1.99,1.100 Tim Peters
- [Python-checkins] CVS: python/dist/src/Lib/test test_descr.py,1.100,1.101 Tim Peters
- [Python-checkins] CVS: python/dist/src/Doc/lib libstdtypes.tex,1.73,1.74 Tim Peters
- [Python-checkins] CVS: python/dist/src/Lib imaplib.py,1.38,1.39 os.py,1.49,1.50 Tim Peters
- [Python-checkins] CVS: python/dist/src/Lib/test regrtest.py,1.65,1.66 test_mimetypes.py,1.3,1.4 Tim Peters
- [Python-checkins] CVS: python/dist/src/Doc/lib lib.tex,1.193,1.194 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Doc/lib libobjs.tex,1.9,1.10 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Doc/lib libstdtypes.tex,1.74,1.75 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Python import.c,2.190,2.191 Jack Jansen
- [Python-checkins] CVS: python/dist/src/Tools/bgen/bgen scantools.py,1.23,1.24 Jack Jansen
- [Python-checkins] CVS: python/dist/src/Lib asyncore.py,1.26,1.27 Jeremy Hylton
- [Python-checkins] CVS: python/dist/src/Doc/tools mkhowto,1.29,1.30 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Doc Makefile,1.230,1.231 Fred L. Drake
- [Python-checkins] CVS: python/dist/src/Misc ACKS,1.133,1.134 Tim Peters
- [Python-checkins] CVS: python/dist/src/PC pyconfig.h,1.4,1.5 Tim Peters
- [Python-checkins] CVS: python/nondist/peps pep-0237.txt,1.12,1.13 A.M. Kuchling
- [Python-checkins] CVS: python/dist/src/Mac/Distributions src.exclude,1.6,1.7 Jack Jansen
- [Python-checkins] CVS: python/dist/src/Mac/Distributions src.include,1.6,1.7 Jack Jansen
- [Python-checkins] CVS: python/dist/src/Mac/Distributions/(vise) Python 2.2.vct,1.4,1.5 Jack Jansen
- [Python-checkins] CVS: python/dist/src/Mac/Python macmain.c,1.70,1.71 Jack Jansen
- [Python-checkins] CVS: python/dist/src/Lib/test test_structseq.py,NONE,1.1 test_descr.py,1.101,1.102 test_support.py,1.39,1.40 Tim Peters
- [Python-checkins] CVS: python/dist/src/Objects structseq.c,1.1,1.2 Tim Peters
- [Python-checkins] CVS: python/nondist/peps pep-0247.txt,1.8,1.9 A.M. Kuchling
- [Python-checkins] CVS: python/dist/src/Lib/test test_structseq.py,1.1,1.2 Tim Peters
- [Python-checkins] CVS: python/dist/src/Misc ACKS,1.134,1.135 Tim Peters
- [Python-checkins] CVS: python/dist/src/Python thread_os2.h,2.11,2.12 Tim Peters
- [Python-checkins] CVS: python/dist/src/Lib pydoc.py,1.55,1.56 Tim Peters
- [Python-checkins] CVS: python/dist/src/Misc ACKS,1.135,1.136 Tim Peters
- [Python-checkins] CVS: python/dist/src/Misc ACKS,1.136,1.137 Tim Peters
- [Python-checkins] CVS: python/dist/src/Mac ReadMe,1.35,1.36 Jack Jansen
- [Python-checkins] CVS: python/dist/src/Mac/Build PythonStandSmall.mcp,1.29,1.30 Just van Rossum
- [Python-checkins] CVS: python/dist/src/Mac/Build PythonCore.exp,1.18,1.19 Jack Jansen
- [Python-checkins] CVS: python/dist/src/Mac/Build PythonCoreCarbon.exp,1.18,1.19 Jack Jansen
- [Python-checkins] CVS: python/dist/src configure.in,1.278,1.279 configure,1.269,1.270 setup.py,1.62,1.63 Jack Jansen
- [Python-checkins] CVS: python/dist/src/Python mactoolboxglue.c,1.6,1.7 Jack Jansen
- [Python-checkins] CVS: python/dist/src/Mac/Tools/IDE Wbase.py,1.5,1.6 Just van Rossum
- [Python-checkins] CVS: python/nondist/peps pep-0273.txt,1.3,1.4 Barry Warsaw
- [Python-checkins] CVS: python/nondist/peps pep-0274.txt,1.2,1.3 Barry Warsaw
- [Python-checkins] CVS: python/nondist/peps pep-0274.txt,1.3,1.4 Barry Warsaw
- [Python-checkins] CVS: python/nondist/peps pep-0000.txt,1.143,1.144 Barry Warsaw
- [Python-checkins] CVS: python/nondist/peps pep-0247.txt,1.9,1.10 Barry Warsaw
- [Python-checkins] CVS: python/dist/src/Objects fileobject.c,2.135,2.136 Michael Hudson
- [Python-checkins] CVS: python/dist/src/Mac/Python macmain.c,1.71,1.72 Just van Rossum
- [Python-checkins] CVS: python/dist/src/Mac/Modules macfsmodule.c,1.45,1.46 Just van Rossum
- [Python-checkins] CVS: python/dist/src/Mac/Lib macfsn.py,1.5,1.6 Just van Rossum
- [Python-checkins] CVS: python/dist/src/Modules gcmodule.c,2.25,2.26 Neil Schemenauer
Last message date: Wed Oct 31 23:09:37 2001
Archived on: Wed Oct 31 18:10:02 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