[Python-3000-checkins] r55825 - python/branches/py3k-struni/Lib/test/test_exceptions.py

2007-06-08 Thread walter.doerwald
Author: walter.doerwald Date: Fri Jun 8 12:38:38 2007 New Revision: 55825 Modified: python/branches/py3k-struni/Lib/test/test_exceptions.py Log: Fix chr() test (100 was accepted on a UCS4 build). Modified: python/branches/py3k-struni/Lib/test/test_exceptions.py ==

[Python-3000-checkins] r55827 - python/branches/py3k-struni/Lib/Cookie.py

2007-06-08 Thread walter.doerwald
Author: walter.doerwald Date: Fri Jun 8 17:33:46 2007 New Revision: 55827 Modified: python/branches/py3k-struni/Lib/Cookie.py Log: Fix Cookie.py: Fix example in the docstring (encoded SerialCookies contain unicode now). Fix _quote() and Morsel.set() which were using str8.translate(). As cPickl

[Python-3000-checkins] r55837 - in python/branches/p3yk/Lib: abc.py test/test_abc.py

2007-06-08 Thread guido.van.rossum
Author: guido.van.rossum Date: Sat Jun 9 01:04:42 2007 New Revision: 55837 Added: python/branches/p3yk/Lib/abc.py (contents, props changed) python/branches/p3yk/Lib/test/test_abc.py (contents, props changed) Log: PEP 3119 -- the abc module. Added: python/branches/p3yk/Lib/abc.py =

[Python-3000-checkins] r55838 - in python/branches/p3yk/Lib: collections.py test/test_collections.py

2007-06-08 Thread guido.van.rossum
Author: guido.van.rossum Date: Sat Jun 9 02:38:55 2007 New Revision: 55838 Modified: python/branches/p3yk/Lib/collections.py python/branches/p3yk/Lib/test/test_collections.py Log: Implement part of PEP 3119 -- One Trick Ponies. Modified: python/branches/p3yk/Lib/collections.py ===