[Python-3000-checkins] r54842 - python/branches/p3yk/Python/Python-ast.c

2007-04-16 Thread guido.van.rossum
Author: guido.van.rossum Date: Mon Apr 16 19:02:00 2007 New Revision: 54842 Modified: python/branches/p3yk/Python/Python-ast.c Log: Check in the inevitable change to the version number. I'll add this step to PEP 306. Modified: python/branches/p3yk/Python/Python-ast.c =

[Python-3000-checkins] r54845 - in python/branches/p3yk: Doc/lib/libcodecs.tex Lib/codecs.py Lib/encodings/utf_16.py Lib/encodings/utf_8_sig.py Lib/test/test_codecs.py

2007-04-16 Thread walter.doerwald
Author: walter.doerwald Date: Tue Apr 17 00:10:50 2007 New Revision: 54845 Modified: python/branches/p3yk/Doc/lib/libcodecs.tex python/branches/p3yk/Lib/codecs.py python/branches/p3yk/Lib/encodings/utf_16.py python/branches/p3yk/Lib/encodings/utf_8_sig.py python/branches/p3yk/Lib/te

[Python-3000-checkins] r54846 - in python/branches/p3yk/Lib: io.py test/test_io.py

2007-04-16 Thread guido.van.rossum
Author: guido.van.rossum Date: Tue Apr 17 04:38:04 2007 New Revision: 54846 Modified: python/branches/p3yk/Lib/io.py python/branches/p3yk/Lib/test/test_io.py Log: Instead of pickling the whole decoder, use the new getstate/setstate API. Modified: python/branches/p3yk/Lib/io.py