Author: guido.van.rossum
Date: Tue Jan 15 18:41:38 2008
New Revision: 59979
Modified:
python/branches/py3k/Tools/i18n/pygettext.py
Log:
Patch #1830 by Peter Harris, fix some 2.x-isms.
Modified: python/branches/py3k/Tools/i18n/pygettext.py
==
Author: raymond.hettinger
Date: Tue Jan 15 21:42:00 2008
New Revision: 59986
Modified:
python/branches/py3k/Lib/Queue.py
Log:
Refactor if/elif chain for clarity and speed
Modified: python/branches/py3k/Lib/Queue.py
==
Author: guido.van.rossum
Date: Tue Jan 15 22:44:53 2008
New Revision: 59990
Added:
python/branches/py3k/Doc/library/rational.rst
- copied unchanged from r59984, python/trunk/Doc/library/rational.rst
python/branches/py3k/Lib/rational.py
- copied, changed from r59984, python/trunk/
Author: jeffrey.yasskin
Date: Wed Jan 16 01:20:32 2008
New Revision: 59991
Modified:
python/branches/py3k/Lib/test/test_rational.py
Log:
__floordiv__ returns an int in 3.0.
Modified: python/branches/py3k/Lib/test/test_rational.py
===
Author: christian.heimes
Date: Wed Jan 16 04:38:23 2008
New Revision: 59994
Modified:
python/branches/py3k-importhook/Include/import.h
python/branches/py3k-importhook/Include/moduleobject.h
python/branches/py3k-importhook/Lib/test/test_imp.py
python/branches/py3k-importhook/Modules/gcm
Author: christian.heimes
Date: Wed Jan 16 04:44:58 2008
New Revision: 59995
Modified:
python/branches/py3k-importhook/Python/import.c
Log:
Removed some unused code and added error checks to Get/SetNotified
Modified: python/branches/py3k-importhook/Python/import.c
==