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/
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
==
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
==
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:
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
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
===
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
=
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
=
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/
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
=
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
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
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
13 matches
Mail list logo