[Python-3000-checkins] Python Regression Test Failures refleak (1)

2007-06-17 Thread Neal Norwitz
test_os leaked [255, 255, 255] references, sum=765 test_threading_local leaked [0, 0, -91] references, sum=-91 test_urllib2_localnet leaked [3, 3, 3] references, sum=9 ___ Python-3000-checkins mailing list [email protected] http://mail.pytho

[Python-3000-checkins] Python Regression Test Failures refleak (1)

2007-06-17 Thread Neal Norwitz
test_os leaked [255, 255, 255] references, sum=765 test_threading_local leaked [0, 0, -91] references, sum=-91 test_urllib2_localnet leaked [3, 3, 3] references, sum=9 ___ Python-3000-checkins mailing list [email protected] http://mail.pytho

[Python-3000-checkins] r56013 - python/branches/p3yk/Lib/test/regrtest.py

2007-06-17 Thread neal.norwitz
Author: neal.norwitz Date: Mon Jun 18 04:56:31 2007 New Revision: 56013 Modified: python/branches/p3yk/Lib/test/regrtest.py Log: This should make it a little easier when adding new collections which use ABCs. The new subclass won't need to be listed in regrtest. It will be even better when Guid

Re: [Python-3000-checkins] r56004 - python/branches/p3yk/Lib/test/regrtest.py

2007-06-17 Thread Neal Norwitz
On 6/16/07, Guido van Rossum <[EMAIL PROTECTED]> wrote: > This won't scale once there are other modules using ABCs, and there > will be (starting with io). Right, I improved it a little to use __subclasses__() so that each object doesn't have to be listed. Until ... > But you're right that the r

[Python-3000-checkins] r56014 - python/branches/p3yk/Objects/longobject.c

2007-06-17 Thread martin.v.loewis
Author: martin.v.loewis Date: Mon Jun 18 05:15:51 2007 New Revision: 56014 Modified: python/branches/p3yk/Objects/longobject.c Log: Drop inline, as it's not support by VS 2003. Modified: python/branches/p3yk/Objects/longobject.c =

[Python-3000-checkins] r56015 - python/branches/p3yk/PC/_winreg.c

2007-06-17 Thread martin.v.loewis
Author: martin.v.loewis Date: Mon Jun 18 05:17:19 2007 New Revision: 56015 Modified: python/branches/p3yk/PC/_winreg.c Log: Expect long objects for DWORD values. Modified: python/branches/p3yk/PC/_winreg.c == --- pytho

[Python-3000-checkins] r56016 - python/branches/p3yk/PC/config.c

2007-06-17 Thread martin.v.loewis
Author: martin.v.loewis Date: Mon Jun 18 05:18:01 2007 New Revision: 56016 Modified: python/branches/p3yk/PC/config.c Log: Drop modules that have been deleted. Modified: python/branches/p3yk/PC/config.c == --- python/b

[Python-3000-checkins] r56017 - in python/branches/p3yk: PC/pyconfig.h PCbuild/pythoncore.vcproj

2007-06-17 Thread martin.v.loewis
Author: martin.v.loewis Date: Mon Jun 18 05:18:55 2007 New Revision: 56017 Modified: python/branches/p3yk/PC/pyconfig.h python/branches/p3yk/PCbuild/pythoncore.vcproj Log: Bump DLL version number to 30. Modified: python/branches/p3yk/PC/pyconfig.h ===

[Python-3000-checkins] r56018 - in python/branches/p3yk: Doc/api/concrete.tex Doc/howto/unicode.rst Doc/lib/libsqlite3.tex Include/pyerrors.h Include/structmember.h Misc/developers.txt Objects/excepti

2007-06-17 Thread neal.norwitz
Author: neal.norwitz Date: Mon Jun 18 05:55:43 2007 New Revision: 56018 Added: python/branches/p3yk/Tools/buildbot/README.tcltk-AMD64 - copied unchanged from r56012, python/trunk/Tools/buildbot/README.tcltk-AMD64 Modified: python/branches/p3yk/ (props changed) python/branches/p3y