Author: christian.heimes
Date: Sat Dec 8 17:13:06 2007
New Revision: 59423
Modified:
python/branches/py3k/Lib/test/test_xmlrpc.py
Log:
Disabled test_404, see issue #1572
Modified: python/branches/py3k/Lib/test/test_xmlrpc.py
Author: christian.heimes
Date: Sat Dec 8 16:33:56 2007
New Revision: 59421
Modified:
python/branches/py3k/ (props changed)
python/branches/py3k/Doc/ACKS.txt
python/branches/py3k/Doc/c-api/newtypes.rst
python/branches/py3k/Doc/library/bdb.rst
python/branches/py3k/Doc/library/loggi
Author: christian.heimes
Date: Sat Dec 8 16:34:59 2007
New Revision: 59422
Added:
python/branches/py3k/Lib/distutils/tests/test_sysconfig.py (contents,
props changed)
Log:
Readded Lib/distutils/tests/test_sysconfig.py
Somehow it went missing during the merge
Added: python/branches/py3k/Lib
Author: christian.heimes
Date: Sat Dec 8 18:09:18 2007
New Revision: 59424
Modified:
python/branches/py3k/Lib/test/test_xmlrpc.py
Log:
Added stop_serving and a timeout to tearDown()
It prevents the XML RPC tests from blocking until the end of the world.
I think it's a backport candidate and ot
Author: christian.heimes
Date: Sat Dec 8 18:28:33 2007
New Revision: 59425
Modified:
python/branches/py3k/ (props changed)
python/branches/py3k/Doc/ACKS.txt
python/branches/py3k/Doc/glossary.rst
python/branches/py3k/Doc/library/atexit.rst
python/branches/py3k/Doc/library/bsddb.rs
Author: christian.heimes
Date: Sat Dec 8 18:47:40 2007
New Revision: 59426
Modified:
python/branches/py3k/Lib/io.py
Log:
Added descriptor for builtins.open.__doc__
Before the change help(open) didn't return anything helpful but the doc string
of io.OpenWrapper. Now it shows the user the docum
Author: christian.heimes
Date: Sat Dec 8 19:27:16 2007
New Revision: 59428
Modified:
python/branches/py3k/Objects/classobject.c
Log:
Fixed a bug found by Marcin Kowalczyk
'Applying PyMethod_Type to 3 arguments crashes Python 3'
Modified: python/branches/py3k/Objects/classobject.c
Author: christian.heimes
Date: Sat Dec 8 19:38:20 2007
New Revision: 59429
Modified:
python/branches/py3k/Lib/SimpleXMLRPCServer.py
python/branches/py3k/Lib/test/test_xmlrpc.py
Log:
Fixed two of the three failing xml rpc tests
Modified: python/branches/py3k/Lib/SimpleXMLRPCServer.py
==
Author: georg.brandl
Date: Sat Dec 8 19:58:51 2007
New Revision: 59430
Modified:
python/branches/py3k/Doc/c-api/concrete.rst
python/branches/py3k/Doc/c-api/intro.rst
Log:
Replace all remaining occurrences of PyInt_.
Modified: python/branches/py3k/Doc/c-api/concrete.rst
===
Author: georg.brandl
Date: Sat Dec 8 19:59:56 2007
New Revision: 59431
Modified:
python/branches/py3k/Doc/extending/newtypes.rst
Log:
Fix one more PyInt occurrence.
Modified: python/branches/py3k/Doc/extending/newtypes.rst
=
Author: christian.heimes
Date: Sat Dec 8 23:11:32 2007
New Revision: 59432
Modified:
python/branches/py3k/Misc/NEWS
python/branches/py3k/Python/ast.c
Log:
Fixed #1573: Improper use of the keyword-only syntax makes the parser crash
>>> def f(*, **kw):
... pass
...
python: Python/ast.c:652
Author: christian.heimes
Date: Sat Dec 8 23:17:26 2007
New Revision: 59433
Modified:
python/branches/py3k/Lib/test/test_ast.py
python/branches/py3k/Lib/test/test_keywordonlyarg.py
Log:
Added two tests for f(*, **kw) syntax
Modified: python/branches/py3k/Lib/test/test_ast.py
===
Author: christian.heimes
Date: Sat Dec 8 23:32:47 2007
New Revision: 59434
Modified:
python/branches/py3k/Lib/test/test_keywordonlyarg.py
python/branches/py3k/Lib/test/test_xmlrpc.py
Log:
Added another test case for kwonly methods
Modified: python/branches/py3k/Lib/test/test_keywordonlyarg
13 matches
Mail list logo