[Python-3000-checkins] r57862 - python/branches/py3k/Misc/python-config.in

2007-09-01 Thread georg.brandl
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 =

[Python-3000-checkins] r57863 - python/branches/py3k/Doc/library/aepack.rst

2007-09-01 Thread georg.brandl
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

[Python-3000-checkins] r57866 - in python/branches/py3k: Lib/test/test_builtin.py Lib/test/test_unicode.py Objects/stringlib/formatter.h Objects/stringlib/stringdefs.h Objects/stringlib/unicodedefs.h

2007-09-01 Thread eric.smith
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

[Python-3000-checkins] r57867 - python/branches/py3k/Doc/library/stdtypes.rst

2007-09-01 Thread georg.brandl
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 =

[Python-3000-checkins] r57868 - 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/ini

2007-09-01 Thread georg.brandl
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-

[Python-3000-checkins] r57869 - python/branches/py3k/Doc/reference/compound_stmts.rst python/branches/py3k/Doc/reference/datamodel.rst python/branches/py3k/Doc/reference/expressions.rst

2007-09-01 Thread georg.brandl
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

[Python-3000-checkins] r57871 - in python/branches/py3k: Doc/c-api/newtypes.rst Include/methodobject.h Objects/methodobject.c

2007-09-01 Thread georg.brandl
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

[Python-3000-checkins] r57872 - python/branches/py3k/Tools/bgen/bgen/bgenGenerator.py

2007-09-01 Thread georg.brandl
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 =

[Python-3000-checkins] r57873 - python/branches/py3k/Mac/Modules/MacOS.c

2007-09-01 Thread georg.brandl
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 ==

[Python-3000-checkins] r57875 - python/branches/py3k/Doc/library/stdtypes.rst

2007-09-01 Thread georg.brandl
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 =

[Python-3000-checkins] r57877 - python/branches/py3k/Doc/c-api/newtypes.rst

2007-09-01 Thread georg.brandl
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

[Python-3000-checkins] r57881 - python/branches/py3k/Doc/whatsnew/3.0.rst

2007-09-01 Thread andrew.kuchling
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 == ---

[Python-3000-checkins] r57882 - python/branches/py3k/Lib/idlelib/IOBinding.py

2007-09-01 Thread kurt.kaiser
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

[Python-3000-checkins] r57886 - in python/branches/py3k: Lib/test/test_raise.py Objects/exceptions.c Python/ceval.c

2007-09-01 Thread collin.winter
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

[Python-3000-checkins] r57887 - python/branches/py3k/Lib/contextlib.py

2007-09-01 Thread collin.winter
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 ===

[Python-3000-checkins] r57888 - python/branches/py3k/Lib/test/test_with.py

2007-09-01 Thread collin.winter
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 ==

[Python-3000-checkins] r57890 - python/branches/py3k/Lib/plat-os2emx/grp.py python/branches/py3k/Lib/plat-os2emx/pwd.py

2007-09-01 Thread collin.winter
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 ===

[Python-3000-checkins] r57891 - python/branches/py3k/Lib/distutils/command/install.py python/branches/py3k/Lib/distutils/command/register.py python/branches/py3k/Lib/distutils/command/upload.py

2007-09-01 Thread collin.winter
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.

[Python-3000-checkins] r57903 - 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/

2007-09-01 Thread collin.winter
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

Re: [Python-3000-checkins] r57868 - python/branches/py3k/Doc/c-api/abstract.rst...

2007-09-01 Thread Fred Drake
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

Re: [Python-3000-checkins] r57868 - python/branches/py3k/Doc/c-api/abstract.rst...

2007-09-01 Thread Guido van Rossum
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