Author: christian.heimes
Date: Thu Jan 10 17:02:19 2008
New Revision: 59889
Modified:
python/branches/py3k/Doc/library/collections.rst
Log:
Fixed print -> print()
Modified: python/branches/py3k/Doc/library/collections.rst
Neal Norwitz wrote:
> This print should be fixed so it works in 3k.
The py3k docs probably contain more print statements.
Raymond, can you turn the docs into doc tests?
Christian
___
Python-3000-checkins mailing list
[email protected]
htt
Author: christian.heimes
Date: Thu Jan 10 18:39:27 2008
New Revision: 59890
Modified:
python/branches/py3k-importhook/Lib/test/test_imp.py
python/branches/py3k-importhook/Python/import.c
Log:
sys.post_import_hooks[name] is set to None during and after the callbacks are
called (as proposed b
Author: christian.heimes
Date: Thu Jan 10 20:40:04 2008
New Revision: 59893
Modified:
python/branches/py3k-importhook/Lib/test/test_imp.py
python/branches/py3k-importhook/Python/import.c
Log:
Fixed a problem where the code didn't check for Py_None
Added an unit test which reveals a design fl
Author: christian.heimes
Date: Thu Jan 10 20:48:40 2008
New Revision: 59894
Modified:
python/branches/py3k-importhook/Lib/test/test_imp.py
python/branches/py3k-importhook/Python/import.c
Log:
Moved the notification to import_submodule()
import a.b.c now calls the callbacks in the right order
Author: christian.heimes
Date: Thu Jan 10 23:10:03 2008
New Revision: 59897
Modified:
python/branches/py3k-importhook/Lib/test/test_imp.py
python/branches/py3k-importhook/Python/import.c
Log:
Added notify_byname as I proposed on the mailing list
Added macro UNLOCK_IMPORT
Modified: python/br
Author: eric.smith
Date: Fri Jan 11 01:17:22 2008
New Revision: 59899
Modified:
python/branches/py3k/Lib/test/test_builtin.py
python/branches/py3k/Objects/typeobject.c
Log:
Simplifed argument parsing in object.__format__, added test case.
Modified: python/branches/py3k/Lib/test/test_builtin
Author: eric.smith
Date: Fri Jan 11 01:32:16 2008
New Revision: 59901
Modified:
python/branches/py3k/Lib/test/test_builtin.py
Log:
Added the test cases I actually meant to add.
Modified: python/branches/py3k/Lib/test/test_builtin.py
=
Author: christian.heimes
Date: Fri Jan 11 01:41:34 2008
New Revision: 59902
Modified:
python/branches/py3k-importhook/Lib/test/test_imp.py
python/branches/py3k-importhook/Python/import.c
Log:
Changed an implementation detail that causes the hooks to be called in a more
predictable order. If
Author: christian.heimes
Date: Fri Jan 11 08:03:05 2008
New Revision: 59908
Modified:
python/branches/py3k/Lib/test/test_import.py
python/branches/py3k/Python/import.c
Log:
Good catch Neal!
I completely forgot about pyo files and the tests are usually not run with -O.
The modified code chec
10 matches
Mail list logo