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
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
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
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
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
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