[Python-Dev] BRANCH FREEZE for 2.3.5

2005-02-07 Thread Anthony Baxter
Can people stay off the release23-maint branch while we cut 2.3.5 (final), starting in about 5 hours time (say, around 1200 UTC). Thanks, Anthony -- Anthony Baxter <[EMAIL PROTECTED]> It's never too late to have a happy childhood. ___ Python-Dev m

[Python-Dev] test_codecs failing

2005-02-07 Thread Raymond Hettinger
The most recent test_codecs check-in (1.19) is failing on a MSCV6.0 compilation running on WinMe: -- Ran 35 tests in 1.430s FAILED (failures=1) Traceback (most recent call last): File "\py25\lib\test\test_codecs.py", line 786,

[Python-Dev] Re: python/dist/src/Lib DocXMLRPCServer.py, 1.4, 1.5 cookielib.py, 1.6, 1.7 copy.py, 1.43, 1.44 optparse.py, 1.12, 1.13 pickle.py, 1.160, 1.161 subprocess.py, 1.13, 1.14 unittest.py, 1.37, 1.38 xmlrpclib.py, 1.36, 1.37

2005-02-07 Thread Fredrik Lundh
> Reduce the usage of the types module. > Index: xmlrpclib.py > === > RCS file: /cvsroot/python/python/dist/src/Lib/xmlrpclib.py,v # Notes: # this version is designed to work with Python 2.1 or newer. > -dispatch[IntType

Re: [Python-Dev] Other library updates

2005-02-07 Thread Guido van Rossum
> Any objections to replacing the likes of types.IntType and > types.ListType with int and list? I presume in isinstance tests etc.? In general the procedure for modernizing source code is not to touch it unless you're reviewing or editing the whole module (or at least part of it) anyway. This wo

Re: [Python-Dev] Other library updates

2005-02-07 Thread Skip Montanaro
Raymond> Any objections to replacing the likes of types.IntType and Raymond> types.ListType with int and list? +1 Skip ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mai

Re: [Python-Dev] RE: [Python-checkins] python/dist/src/Lib/test test_copy.py, 1.11.8.1, 1.11.8.2

2005-02-07 Thread Alex Martelli
On 2005 Feb 06, at 19:42, Raymond Hettinger wrote: Modified Files: Tag: release23-maint test_copy.py Log Message: fix bug 1114776 Don't forget release24-maint. Done -- but the maintenance branch of 2.4 has a problem right now: it doesn't pass unit tests, specifically test_os (I check

[Python-Dev] license issues with profiler.py and md5.h/md5c.c

2005-02-07 Thread Matthias Klose
A Debian user pointed out (http://bugs.debian.org/293932), that the current license for the Python profiler is not conforming to the DFSG (Debian free software guidelines). http://www.python.org/doc/current/lib/node829.html states "This permission is explicitly restricted to the copying and m