Author: christian.heimes
Date: Thu Dec 20 14:16:07 2007
New Revision: 59579
Modified:
python/branches/py3k/Lib/test/test_import.py
Log:
Removed test from test_import. It will never work on all systems, see #1377
Modified: python/branches/py3k/Lib/test/test_import.py
===
Author: christian.heimes
Date: Thu Dec 20 15:44:41 2007
New Revision: 59580
Modified:
python/branches/py3k/Lib/test/test_pep277.py
Log:
Fixed #1673. I hope it works. I don't have access to a Windows box right now.
Modified: python/branches/py3k/Lib/test/test_pep277.py
=
Author: barry.warsaw
Date: Thu Dec 20 16:55:58 2007
New Revision: 59581
Modified:
python/branches/py3k/Tools/world/world
Log:
Update to the world tool for Python 3. Provided by quentin.gallet-gilles via
tracker issue 1671:
http://bugs.python.org/issue1671
In addition to updating the code for
Author: guido.van.rossum
Date: Thu Dec 20 19:42:56 2007
New Revision: 59583
Modified:
python/branches/py3k/Lib/site.py
Log:
Fix issue #1667. The _Printer() class was using sys.stdin.readline()
instead of input() to read the user's input (since at some point in
the past raw_input() was removed)
Author: martin.v.loewis
Date: Thu Dec 20 23:57:23 2007
New Revision: 59585
Modified:
python/branches/py3k/Include/longobject.h
python/branches/py3k/Objects/longobject.c
python/branches/py3k/Objects/rangeobject.c
Log:
Drop _PyLong_FitsInLong. Fixes #1666.
Modified: python/branches/py3k/I
Author: nick.coghlan
Date: Fri Dec 21 08:31:17 2007
New Revision: 59587
Modified:
python/branches/py3k/Python/sysmodule.c
Log:
Fix thoroughly misleading comment
Modified: python/branches/py3k/Python/sysmodule.c
==
---