[Python-3000-checkins] r54850 - in python/branches/p3yk/Lib: plat-aix3 plat-irix5

2007-04-17 Thread neal.norwitz
Author: neal.norwitz Date: Tue Apr 17 10:19:58 2007 New Revision: 54850 Removed: python/branches/p3yk/Lib/plat-aix3/ python/branches/p3yk/Lib/plat-irix5/ Log: Remove ancient platforms: AIX 3 and Irix 5. (AIX 4 and Irix 6 remain.) ___ Python-3000-c

[Python-3000-checkins] r54851 - python/branches/p3yk/Lib/stringold.py

2007-04-17 Thread neal.norwitz
Author: neal.norwitz Date: Tue Apr 17 10:20:53 2007 New Revision: 54851 Removed: python/branches/p3yk/Lib/stringold.py Log: Remove old string module Deleted: /python/branches/p3yk/Lib/stringold.py == --- /python/branch

[Python-3000-checkins] r54852 - in python/branches/p3yk: Doc/howto/regex.tex Doc/lib/lib.tex Doc/lib/libxmllib.tex Lib/test/test_xmllib.py Lib/test/xmltests.py Lib/xmllib.py

2007-04-17 Thread neal.norwitz
Author: neal.norwitz Date: Tue Apr 17 10:39:58 2007 New Revision: 54852 Removed: python/branches/p3yk/Doc/lib/libxmllib.tex python/branches/p3yk/Lib/test/test_xmllib.py python/branches/p3yk/Lib/xmllib.py Modified: python/branches/p3yk/Doc/howto/regex.tex python/branches/p3yk/Doc/lib

[Python-3000-checkins] r54853 - python/branches/p3yk/Lib/xmlrpclib.py

2007-04-17 Thread neal.norwitz
Author: neal.norwitz Date: Tue Apr 17 10:42:15 2007 New Revision: 54853 Modified: python/branches/p3yk/Lib/xmlrpclib.py Log: Remove the SlowParser class because it depended on the xmllib module which was removed. Use string methods rather than the string module. Modified: python/branches/p

[Python-3000-checkins] r54855 - python/branches/p3yk/Lib/site.py

2007-04-17 Thread guido.van.rossum
Author: guido.van.rossum Date: Tue Apr 17 23:49:04 2007 New Revision: 54855 Modified: python/branches/p3yk/Lib/site.py Log: If $PYTHONNEWIO is set and nonempty, io.py is used for open() and sys.std{in,out,err}. Note that this currently breaks about 25 tests. Modified: python/branches/p3yk/Lib

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

2007-04-17 Thread guido.van.rossum
Author: guido.van.rossum Date: Tue Apr 17 23:58:50 2007 New Revision: 54856 Modified: python/branches/p3yk/Python/ast.c Log: Make it compile with C89. Modified: python/branches/p3yk/Python/ast.c == --- python/branches