Author: georg.brandl
Date: Sat Sep 1 09:27:37 2007
New Revision: 57862
Modified:
python/branches/py3k/Misc/python-config.in
Log:
Bug #1074: make python-config with Py3k.
Modified: python/branches/py3k/Misc/python-config.in
=
Author: georg.brandl
Date: Sat Sep 1 09:34:27 2007
New Revision: 57863
Modified:
python/branches/py3k/Doc/library/aepack.rst
Log:
Fix RST link.
Modified: python/branches/py3k/Doc/library/aepack.rst
==
--- python/bran
Author: eric.smith
Date: Sat Sep 1 12:56:01 2007
New Revision: 57866
Modified:
python/branches/py3k/Lib/test/test_builtin.py
python/branches/py3k/Lib/test/test_unicode.py
python/branches/py3k/Objects/stringlib/formatter.h
python/branches/py3k/Objects/stringlib/stringdefs.h
python/b
Author: georg.brandl
Date: Sat Sep 1 14:08:51 2007
New Revision: 57867
Modified:
python/branches/py3k/Doc/library/stdtypes.rst
Log:
Add a warning text about mixing bytes and strings.
Modified: python/branches/py3k/Doc/library/stdtypes.rst
=
Author: georg.brandl
Date: Sat Sep 1 14:33:24 2007
New Revision: 57868
Modified:
python/branches/py3k/Doc/c-api/abstract.rst
python/branches/py3k/Doc/c-api/concrete.rst
python/branches/py3k/Doc/c-api/exceptions.rst
python/branches/py3k/Doc/c-api/init.rst
python/branches/py3k/Doc/c-
Author: georg.brandl
Date: Sat Sep 1 14:38:06 2007
New Revision: 57869
Modified:
python/branches/py3k/Doc/reference/compound_stmts.rst
python/branches/py3k/Doc/reference/datamodel.rst
python/branches/py3k/Doc/reference/expressions.rst
Log:
Remove versionadded/versionchanged in the refere
Author: georg.brandl
Date: Sat Sep 1 15:59:50 2007
New Revision: 57871
Modified:
python/branches/py3k/Doc/c-api/newtypes.rst
python/branches/py3k/Include/methodobject.h
python/branches/py3k/Objects/methodobject.c
Log:
Get rid of METH_OLDARGS.
Modified: python/branches/py3k/Doc/c-api/ne
Author: georg.brandl
Date: Sat Sep 1 17:25:27 2007
New Revision: 57872
Modified:
python/branches/py3k/Tools/bgen/bgen/bgenGenerator.py
Log:
Use symbolic name for METH_VARAGS.
Modified: python/branches/py3k/Tools/bgen/bgen/bgenGenerator.py
=
Author: georg.brandl
Date: Sat Sep 1 17:27:35 2007
New Revision: 57873
Modified:
python/branches/py3k/Mac/Modules/MacOS.c
Log:
Use symbolic name for METH_VARARGS.
Modified: python/branches/py3k/Mac/Modules/MacOS.c
==
Author: georg.brandl
Date: Sat Sep 1 17:49:30 2007
New Revision: 57875
Modified:
python/branches/py3k/Doc/library/stdtypes.rst
Log:
Document sets' "<" and ">" operations.
Modified: python/branches/py3k/Doc/library/stdtypes.rst
=
Author: georg.brandl
Date: Sat Sep 1 18:19:25 2007
New Revision: 57877
Modified:
python/branches/py3k/Doc/c-api/newtypes.rst
Log:
Document PyCFunctionWithKeywords, add comment for PEP 3123.
Modified: python/branches/py3k/Doc/c-api/newtypes.rst
Author: andrew.kuchling
Date: Sat Sep 1 21:26:28 2007
New Revision: 57881
Modified:
python/branches/py3k/Doc/whatsnew/3.0.rst
Log:
I'm not actually an author
Modified: python/branches/py3k/Doc/whatsnew/3.0.rst
==
---
Author: kurt.kaiser
Date: Sat Sep 1 21:47:39 2007
New Revision: 57882
Modified:
python/branches/py3k/Lib/idlelib/IOBinding.py
Log:
Saving a file containing unicode failed.
Modified: python/branches/py3k/Lib/idlelib/IOBinding.py
Author: collin.winter
Date: Sat Sep 1 22:26:44 2007
New Revision: 57886
Modified:
python/branches/py3k/Lib/test/test_raise.py
python/branches/py3k/Objects/exceptions.c
python/branches/py3k/Python/ceval.c
Log:
Fix refleaks exposed by test_raise.
Modified: python/branches/py3k/Lib/test/te
Author: collin.winter
Date: Sat Sep 1 22:27:58 2007
New Revision: 57887
Modified:
python/branches/py3k/Lib/contextlib.py
Log:
Fix a poorly-translated raise statement in contextlib.
Modified: python/branches/py3k/Lib/contextlib.py
===
Author: collin.winter
Date: Sat Sep 1 22:29:04 2007
New Revision: 57888
Modified:
python/branches/py3k/Lib/test/test_with.py
Log:
Fix refleaks in test_with caused by reusing the same exception instance over
and over.
Modified: python/branches/py3k/Lib/test/test_with.py
==
Author: collin.winter
Date: Sat Sep 1 22:35:04 2007
New Revision: 57890
Modified:
python/branches/py3k/Lib/plat-os2emx/grp.py
python/branches/py3k/Lib/plat-os2emx/pwd.py
Log:
Run 2to3's fix_has_key over Lib/plat-os2emx/.
Modified: python/branches/py3k/Lib/plat-os2emx/grp.py
===
Author: collin.winter
Date: Sat Sep 1 22:37:22 2007
New Revision: 57891
Modified:
python/branches/py3k/Lib/distutils/command/install.py
python/branches/py3k/Lib/distutils/command/register.py
python/branches/py3k/Lib/distutils/command/upload.py
Log:
Run 2to3's fix_has_key over distutils.
Author: collin.winter
Date: Sun Sep 2 01:34:30 2007
New Revision: 57903
Modified:
python/branches/py3k/Doc/library/bsddb.rst
python/branches/py3k/Doc/library/cgi.rst
python/branches/py3k/Doc/library/email.message.rst
python/branches/py3k/Doc/library/imputil.rst
python/branches/py3k
On Sep 1, 2007, at 8:33 AM, georg.brandl wrote:
> Remove versionadded and versionchanged directives, fold information
> into text where necessary.
Was this discussed somewhere and I just missed the discussion?
Removing information from the documentation source is somewhat
disturbing.
The d
I approved it, but I don't think I spent more than a minute thinking
about it. Since 3.0 is fundamentally incompatible with 2.x, I don't
think it's important to keep a record in the docs about when something
was added during the 2.x era -- future historians can dig that out of
the 2.6 docs if they
21 matches
Mail list logo