[Python-3000-checkins] r59979 - python/branches/py3k/Tools/i18n/pygettext.py

2008-01-15 Thread guido.van.rossum
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 ==

[Python-3000-checkins] r59986 - python/branches/py3k/Lib/Queue.py

2008-01-15 Thread raymond.hettinger
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 ==

[Python-3000-checkins] r59990 - in python/branches/py3k: Demo/classes/Rat.py Doc/glossary.rst Doc/library/numeric.rst Doc/library/queue.rst Doc/library/rational.rst Doc/library/sys.rst Doc/library/tes

2008-01-15 Thread guido.van.rossum
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/

[Python-3000-checkins] r59991 - python/branches/py3k/Lib/test/test_rational.py

2008-01-15 Thread jeffrey.yasskin
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 ===

[Python-3000-checkins] r59994 - in python/branches/py3k-importhook: Include/import.h Include/moduleobject.h Lib/test/test_imp.py Modules/gcmodule.c Objects/moduleobject.c Python/import.c

2008-01-15 Thread christian.heimes
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

[Python-3000-checkins] r59995 - python/branches/py3k-importhook/Python/import.c

2008-01-15 Thread christian.heimes
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 ==