[Python-3000-checkins] r59737 - python/branches/py3k/Lib/plat-mac/plistlib.py

2008-01-05 Thread guido.van.rossum
Author: guido.van.rossum Date: Sat Jan 5 17:46:23 2008 New Revision: 59737 Modified: python/branches/py3k/Lib/plat-mac/plistlib.py Log: Fix merge glitch. Modified: python/branches/py3k/Lib/plat-mac/plistlib.py == ---

[Python-3000-checkins] r59741 - python/branches/py3k/Doc/library/collections.rst

2008-01-05 Thread georg.brandl
Author: georg.brandl Date: Sat Jan 5 20:25:53 2008 New Revision: 59741 Modified: python/branches/py3k/Doc/library/collections.rst Log: Typo. Modified: python/branches/py3k/Doc/library/collections.rst == --- python/br

[Python-3000-checkins] r59740 - python/branches/py3k/Lib/urllib.py

2008-01-05 Thread kurt.kaiser
Author: kurt.kaiser Date: Sat Jan 5 20:03:18 2008 New Revision: 59740 Modified: python/branches/py3k/Lib/urllib.py Log: Remove dead code brought in by merge glitch @ r59667 Modified: python/branches/py3k/Lib/urllib.py ==

[Python-3000-checkins] r59746 - in python/branches/py3k/Lib: logging/__init__.py logging/config.py logging/handlers.py pdb.py platform.py site.py test/regex_tests.py

2008-01-05 Thread georg.brandl
Author: georg.brandl Date: Sat Jan 5 21:00:55 2008 New Revision: 59746 Modified: python/branches/py3k/Lib/logging/__init__.py python/branches/py3k/Lib/logging/config.py python/branches/py3k/Lib/logging/handlers.py python/branches/py3k/Lib/pdb.py python/branches/py3k/Lib/platform.py

[Python-3000-checkins] r59747 - in python/branches/py3k: Lib/test/test_math.py Modules/mathmodule.c

2008-01-05 Thread jeffrey.yasskin
Author: jeffrey.yasskin Date: Sat Jan 5 21:03:11 2008 New Revision: 59747 Modified: python/branches/py3k/Lib/test/test_math.py python/branches/py3k/Modules/mathmodule.c Log: Make math.floor and math.ceil return ints instead of floats. Modified: python/branches/py3k/Lib/test/test_math.py =

[Python-3000-checkins] r59748 - in python/branches/py3k/Doc: c-api/utilities.rst library/collections.rst library/difflib.rst library/functions.rst library/math.rst library/msvcrt.rst library/stdtypes.

2008-01-05 Thread georg.brandl
Author: georg.brandl Date: Sat Jan 5 21:11:13 2008 New Revision: 59748 Modified: python/branches/py3k/Doc/c-api/utilities.rst python/branches/py3k/Doc/library/collections.rst python/branches/py3k/Doc/library/difflib.rst python/branches/py3k/Doc/library/functions.rst python/branches

[Python-3000-checkins] r59751 - in python/branches/py3k/Doc: ACKS.txt Makefile README.txt TODO.txt about.rst bugs.rst c-api/abstract.rst c-api/concrete.rst c-api/exceptions.rst c-api/index.rst c-api/i

2008-01-05 Thread georg.brandl
Author: georg.brandl Date: Sat Jan 5 21:41:27 2008 New Revision: 59751 Modified: python/branches/py3k/Doc/ACKS.txt (props changed) python/branches/py3k/Doc/Makefile (props changed) python/branches/py3k/Doc/README.txt (props changed) python/branches/py3k/Doc/TODO.txt (props cha

[Python-3000-checkins] r59755 - python/branches/py3k/Doc/c-api/concrete.rst

2008-01-05 Thread georg.brandl
Author: georg.brandl Date: Sat Jan 5 22:16:33 2008 New Revision: 59755 Modified: python/branches/py3k/Doc/c-api/concrete.rst Log: Big fat todo. Modified: python/branches/py3k/Doc/c-api/concrete.rst == --- python/bran

[Python-3000-checkins] r59756 - python/branches/py3k/Lib/platform.py

2008-01-05 Thread georg.brandl
Author: georg.brandl Date: Sat Jan 5 22:20:19 2008 New Revision: 59756 Modified: python/branches/py3k/Lib/platform.py Log: Fix bug introduced by r59746. Modified: python/branches/py3k/Lib/platform.py == --- python/br

[Python-3000-checkins] r59761 - in python/branches/py3k: Lib/test/test_compare.py Misc/NEWS Objects/typeobject.c

2008-01-05 Thread guido.van.rossum
Author: guido.van.rossum Date: Sun Jan 6 01:09:11 2008 New Revision: 59761 Modified: python/branches/py3k/Lib/test/test_compare.py python/branches/py3k/Misc/NEWS python/branches/py3k/Objects/typeobject.c Log: Issue #1393: object_richcompare() returns NotImplemented instead of False if t

[Python-3000-checkins] r59763 - python/branches/py3k/Misc/NEWS

2008-01-05 Thread guido.van.rossum
Author: guido.van.rossum Date: Sun Jan 6 01:44:20 2008 New Revision: 59763 Modified: python/branches/py3k/Misc/NEWS Log: Add some missing news. Add some periods. Modified: python/branches/py3k/Misc/NEWS == --- pytho

[Python-3000-checkins] r59762 - python/branches/py3k/Lib/test/test_io.py

2008-01-05 Thread alexandre.vassalotti
Author: alexandre.vassalotti Date: Sun Jan 6 01:34:32 2008 New Revision: 59762 Modified: python/branches/py3k/Lib/test/test_io.py Log: Add unit tests for the newlines property of IncrementalNewlineDecoder. Modified: python/branches/py3k/Lib/test/test_io.py ===

Re: [Python-3000-checkins] r59602 - python/branches/py3k/Lib/io.py

2008-01-05 Thread Alexandre Vassalotti
On Jan 1, 2008 11:27 AM, Guido van Rossum <[EMAIL PROTECTED]> wrote: > Where's the unittest for this fix? > Added in r59762. ___ Python-3000-checkins mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000-checkin