[Python-3000-checkins] r59239 - in python/branches/py3k: Lib/decimal.py PC/dl_nt.c PCbuild9/debug.vsprops PCbuild9/make_buildinfo.vcproj PCbuild9/make_versioninfo.vcproj PCbuild9/pyd.vsprops PCbuild9/

2007-11-30 Thread christian.heimes
Author: christian.heimes Date: Fri Nov 30 20:27:20 2007 New Revision: 59239 Added: python/branches/py3k/PCbuild9/debug.vsprops - copied unchanged from r59238, python/trunk/PCbuild9/debug.vsprops python/branches/py3k/PCbuild9/release.vsprops - copied unchanged from r59238, python/

[Python-3000-checkins] r59250 - python/branches/py3k/Objects/descrobject.c

2007-11-30 Thread guido.van.rossum
Author: guido.van.rossum Date: Sat Dec 1 00:30:40 2007 New Revision: 59250 Modified: python/branches/py3k/Objects/descrobject.c Log: Rename the internal name of dictproxy -> dict_proxy, in analogy with dict_keys etc. Modified: python/branches/py3k/Objects/descrobject.c ==

[Python-3000-checkins] r59251 - python/branches/py3k/Modules/socketmodule.h

2007-11-30 Thread christian.heimes
Author: christian.heimes Date: Sat Dec 1 00:34:21 2007 New Revision: 59251 Modified: python/branches/py3k/Modules/socketmodule.h Log: Marc-Andre Lemburg has found the culprit of the problem in r57142. Modified: python/branches/py3k/Modules/socketmodule.h ==

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

2007-11-30 Thread Guido van Rossum
Should this (and related checkins) be backported to 2.6 (which has abc.py and _abcoll.py backported already)? I guess we could consider applying ABC-related changes to 2.6 first and merge them into 3.0. --Guido On Nov 30, 2007 1:53 PM, christian.heimes wrote: > Author: christian.heimes > Date:

[Python-3000-checkins] r59247 - in python/branches/py3k: Doc/library/os.rst Lib/test/test_bigmem.py Modules/posixmodule.c Python/getargs.c configure configure.in pyconfig.h.in

2007-11-30 Thread christian.heimes
Author: christian.heimes Date: Fri Nov 30 23:12:06 2007 New Revision: 59247 Modified: python/branches/py3k/ (props changed) python/branches/py3k/Doc/library/os.rst python/branches/py3k/Lib/test/test_bigmem.py python/branches/py3k/Modules/posixmodule.c python/branches/py3k/Python/g

[Python-3000-checkins] r59246 - python/branches/py3k/Lib/test/regrtest.py

2007-11-30 Thread christian.heimes
Author: christian.heimes Date: Fri Nov 30 23:09:59 2007 New Revision: 59246 Modified: python/branches/py3k/Lib/test/regrtest.py Log: abc's are subclasses of _Abstract, not instances. Modified: python/branches/py3k/Lib/test/regrtest.py ===

[Python-3000-checkins] r59243 - python/branches/py3k/Lib/test/regrtest.py

2007-11-30 Thread christian.heimes
Author: christian.heimes Date: Fri Nov 30 22:53:03 2007 New Revision: 59243 Modified: python/branches/py3k/Lib/test/regrtest.py Log: Fixed problem with regrtest caused by the additional of objects to _abcoll. Modified: python/branches/py3k/Lib/test/regrtest.py =

[Python-3000-checkins] r59233 - in python/branches/py3k/Lib: abc.py test/test_abc.py

2007-11-30 Thread christian.heimes
Author: christian.heimes Date: Fri Nov 30 15:32:41 2007 New Revision: 59233 Modified: python/branches/py3k/Lib/abc.py python/branches/py3k/Lib/test/test_abc.py Log: Fix for bug #1109 Warning required when calling register() on an ABCMeta subclass. Modified: python/branches/py3k/Lib/abc.py =

[Python-3000-checkins] r59234 - in python/branches/py3k: Doc/ACKS.txt Doc/library/wsgiref.rst Lib/test/test_threading.py PCbuild9/pcbuild.sln Python/pythonrun.c

2007-11-30 Thread christian.heimes
Author: christian.heimes Date: Fri Nov 30 15:35:04 2007 New Revision: 59234 Modified: python/branches/py3k/ (props changed) python/branches/py3k/Doc/ACKS.txt python/branches/py3k/Doc/library/wsgiref.rst python/branches/py3k/Lib/test/test_threading.py python/branches/py3k/PCbuild9/

[Python-3000-checkins] r59252 - python/branches/py3k/Lib/test/test_bigmem.py

2007-11-30 Thread amaury.forgeotdarc
Author: amaury.forgeotdarc Date: Sat Dec 1 00:45:17 2007 New Revision: 59252 Modified: python/branches/py3k/Lib/test/test_bigmem.py Log: Correct a failing test after merge from trunk. Modified: python/branches/py3k/Lib/test/test_bigmem.py =

[Python-3000-checkins] r59248 - in python/branches/py3k: Doc/c-api/concrete.rst Doc/library/types.rst Include/classobject.h

2007-11-30 Thread christian.heimes
Author: christian.heimes Date: Fri Nov 30 23:29:24 2007 New Revision: 59248 Modified: python/branches/py3k/Doc/c-api/concrete.rst python/branches/py3k/Doc/library/types.rst python/branches/py3k/Include/classobject.h Log: Cleanups and documentation updates related to the removal of unbound

[Python-3000-checkins] r59232 - in python/branches/py3k: Include/fileobject.h Objects/object.c Python/bltinmodule.c Python/pythonrun.c

2007-11-30 Thread christian.heimes
Author: christian.heimes Date: Fri Nov 30 11:18:26 2007 New Revision: 59232 Modified: python/branches/py3k/Include/fileobject.h python/branches/py3k/Objects/object.c python/branches/py3k/Python/bltinmodule.c python/branches/py3k/Python/pythonrun.c Log: Partial fix for bug #1306 Multipl

[Python-3000-checkins] r59236 - in python/branches/py3k/Lib: abc.py test/test_abc.py

2007-11-30 Thread christian.heimes
Author: christian.heimes Date: Fri Nov 30 16:13:13 2007 New Revision: 59236 Modified: python/branches/py3k/Lib/abc.py python/branches/py3k/Lib/test/test_abc.py Log: Backmerge -r59233:59232 Guido said: Please roll this back. The error message you added is inappropriate when the parameter to