[Python-3000-checkins] r58876 - in python/branches/py3k-pep3137: Doc/library/exceptions.rst Doc/library/warnings.rst Include/pydebug.h Include/pyerrors.h Lib/test/exception_hierarchy.txt Lib/test/test

2007-11-06 Thread christian.heimes
Author: christian.heimes Date: Tue Nov 6 12:52:32 2007 New Revision: 58876 Modified: python/branches/py3k-pep3137/Doc/library/exceptions.rst python/branches/py3k-pep3137/Doc/library/warnings.rst python/branches/py3k-pep3137/Include/pydebug.h python/branches/py3k-pep3137/Include/pyerro

[Python-3000-checkins] r58875 - python/branches/py3k/Lib/test/test_inspect.py

2007-11-06 Thread christian.heimes
Author: christian.heimes Date: Tue Nov 6 12:44:48 2007 New Revision: 58875 Modified: python/branches/py3k/Lib/test/test_inspect.py Log: Fixed bug #1384 Windows fix for inspect tests Thanks to Amaury Forgeot d'Arc for fixing my patch ;-) Modified: python/branches/py3k/Lib/test/test_inspect.py

[Python-3000-checkins] r58877 - in python/branches/py3k-pep3137: Lib/test/test_inspect.py

2007-11-06 Thread christian.heimes
Author: christian.heimes Date: Tue Nov 6 12:54:47 2007 New Revision: 58877 Modified: python/branches/py3k-pep3137/ (props changed) python/branches/py3k-pep3137/Lib/test/test_inspect.py Log: Merged revisions 58866-58876 via svnmerge from svn+ssh://[EMAIL PROTECTED]/python/branches/py3k .

[Python-3000-checkins] r58878 - python/branches/py3k-pep3137/Doc/library/exceptions.rst python/branches/py3k-pep3137/Doc/library/functions.rst python/branches/py3k-pep3137/Doc/library/stdtypes.rst pyt

2007-11-06 Thread georg.brandl
Author: georg.brandl Date: Tue Nov 6 13:35:55 2007 New Revision: 58878 Modified: python/branches/py3k-pep3137/Doc/library/exceptions.rst python/branches/py3k-pep3137/Doc/library/functions.rst python/branches/py3k-pep3137/Doc/library/stdtypes.rst python/branches/py3k-pep3137/Doc/librar

[Python-3000-checkins] r58879 - python/branches/py3k-pep3137/Lib/test/pickletester.py

2007-11-06 Thread guido.van.rossum
Author: guido.van.rossum Date: Tue Nov 6 15:22:33 2007 New Revision: 58879 Modified: python/branches/py3k-pep3137/Lib/test/pickletester.py Log: Make the main loop in the main program a little more practical. Modified: python/branches/py3k-pep3137/Lib/test/pickletester.py

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

2007-11-06 Thread guido.van.rossum
Author: guido.van.rossum Date: Tue Nov 6 16:12:52 2007 New Revision: 58880 Modified: python/branches/py3k-pep3137/Doc/whatsnew/3.0.rst Log: Update comments about bytes to align with PEP 3137. Modified: python/branches/py3k-pep3137/Doc/whatsnew/3.0.rst

[Python-3000-checkins] r58881 - in python/branches/py3k-pep3137/Lib: mailbox.py test/test_mailbox.py

2007-11-06 Thread christian.heimes
Author: christian.heimes Date: Tue Nov 6 19:43:23 2007 New Revision: 58881 Modified: python/branches/py3k-pep3137/Lib/mailbox.py python/branches/py3k-pep3137/Lib/test/test_mailbox.py Log: Fixed (most) problems with test_mailbox and test_old_mailbox Andrew Kuchling said: I think mailboxes sh

[Python-3000-checkins] r58883 - python/branches/py3k-pep3137/Lib/test/regrtest.py python/branches/py3k-pep3137/Lib/test/test_struct.py

2007-11-06 Thread guido.van.rossum
Author: guido.van.rossum Date: Tue Nov 6 20:21:16 2007 New Revision: 58883 Modified: python/branches/py3k-pep3137/Lib/test/regrtest.py python/branches/py3k-pep3137/Lib/test/test_struct.py Log: Move the char-cache-warming code from test_struct.py to regrtest.py, so other tests can benefit fr

[Python-3000-checkins] r58882 - python/branches/py3k-pep3137/Lib/io.py

2007-11-06 Thread guido.van.rossum
Author: guido.van.rossum Date: Tue Nov 6 19:57:40 2007 New Revision: 58882 Modified: python/branches/py3k-pep3137/Lib/io.py Log: Fix the final two failing tests in test_mailbox. They failed because io.py didn't equate f.readline(-1) with f.readline(None) i.e. f.readline(). Modified: python/

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

2007-11-06 Thread guido.van.rossum
Author: guido.van.rossum Date: Tue Nov 6 21:40:52 2007 New Revision: 58884 Modified: python/branches/py3k-pep3137/Lib/test/regrtest.py Log: Don't leave args and tests as iterators after mapping through removepy. Modified: python/branches/py3k-pep3137/Lib/test/regrtest.py

[Python-3000-checkins] r58885 - in python/branches/py3k-pep3137: Lib/io.py Lib/plat-mac/aetypes.py Lib/plat-mac/plistlib.py Mac/Modules/ae/_AEmodule.c Modules/pyexpat.c Python/mactoolboxglue.c

2007-11-06 Thread guido.van.rossum
Author: guido.van.rossum Date: Tue Nov 6 21:41:49 2007 New Revision: 58885 Modified: python/branches/py3k-pep3137/Lib/io.py python/branches/py3k-pep3137/Lib/plat-mac/aetypes.py python/branches/py3k-pep3137/Lib/plat-mac/plistlib.py python/branches/py3k-pep3137/Mac/Modules/ae/_AEmodule.

[Python-3000-checkins] r58886 - in python/branches/py3k: Doc/library/hashlib.rst Lib/hmac.py Lib/test/test_hmac.py

2007-11-06 Thread guido.van.rossum
Author: guido.van.rossum Date: Tue Nov 6 21:51:31 2007 New Revision: 58886 Modified: python/branches/py3k/ (props changed) python/branches/py3k/Doc/library/hashlib.rst python/branches/py3k/Lib/hmac.py python/branches/py3k/Lib/test/test_hmac.py Log: Merged revisions 58862-58885 via s

[Python-3000-checkins] r58889 - python/branches/py3k-pep3137

2007-11-06 Thread guido.van.rossum
Author: guido.van.rossum Date: Tue Nov 6 22:37:04 2007 New Revision: 58889 Removed: python/branches/py3k-pep3137/ Log: Deleting the py3k-pep3137 branch (if I understand svn delete correctly). ___ Python-3000-checkins mailing list Python-3000-checkin

[Python-3000-checkins] r58887 - in python/branches/py3k-pep3137: Doc/library/hashlib.rst Lib/hmac.py Lib/test/test_hmac.py

2007-11-06 Thread guido.van.rossum
Author: guido.van.rossum Date: Tue Nov 6 21:52:47 2007 New Revision: 58887 Modified: python/branches/py3k-pep3137/ (props changed) python/branches/py3k-pep3137/Doc/library/hashlib.rst python/branches/py3k-pep3137/Lib/hmac.py python/branches/py3k-pep3137/Lib/test/test_hmac.py Log: Me

[Python-3000-checkins] r58890 - python/branches/py3k/Modules/_sqlite/statement.c

2007-11-06 Thread brett.cannon
Author: brett.cannon Date: Wed Nov 7 00:14:42 2007 New Revision: 58890 Modified: python/branches/py3k/Modules/_sqlite/statement.c Log: Remove an unused local variable. Modified: python/branches/py3k/Modules/_sqlite/statement.c =

[Python-3000-checkins] r58891 - python/branches/py3k/Modules/datetimemodule.c

2007-11-06 Thread brett.cannon
Author: brett.cannon Date: Wed Nov 7 00:15:11 2007 New Revision: 58891 Modified: python/branches/py3k/Modules/datetimemodule.c Log: Change a variable to Py_ssize_t to silence a compiler warning (and because it is more appropriate). Modified: python/branches/py3k/Modules/datetimemodule.c