[Python-3000-checkins] r57988 - python/branches/py3k/Doc/library/abc.rst python/branches/py3k/Doc/library/collections.rst

2007-09-05 Thread mark.summerfield
Author: mark.summerfield Date: Wed Sep 5 10:43:04 2007 New Revision: 57988 Modified: python/branches/py3k/Doc/library/abc.rst python/branches/py3k/Doc/library/collections.rst Log: Proof read/editing of abc. Added table of collections.Hashable etc. to collections with some brief notes. Mo

[Python-3000-checkins] r57992 - python/branches/py3k/Doc/reference/datamodel.rst

2007-09-05 Thread georg.brandl
Author: georg.brandl Date: Wed Sep 5 15:36:27 2007 New Revision: 57992 Modified: python/branches/py3k/Doc/reference/datamodel.rst Log: Bug #1684991: explain __special__ lookup semantics. Modified: python/branches/py3k/Doc/reference/datamodel.rst ==

[Python-3000-checkins] r57995 - python/branches/py3k/Parser/parsetok.c

2007-09-05 Thread brett.cannon
Author: brett.cannon Date: Wed Sep 5 22:35:46 2007 New Revision: 57995 Modified: python/branches/py3k/Parser/parsetok.c Log: Cast away const qualifier to silence a compiler warning about it. Modified: python/branches/py3k/Parser/parsetok.c

[Python-3000-checkins] r57997 - python/branches/py3k/Lib/test/test_ftplib.py

2007-09-05 Thread guido.van.rossum
Author: guido.van.rossum Date: Thu Sep 6 05:57:23 2007 New Revision: 57997 Modified: python/branches/py3k/Lib/test/test_ftplib.py Log: Use an event variable to wait for the server to be ready, not time.sleep(). Modified: python/branches/py3k/Lib/test/test_ftplib.py ==

[Python-3000-checkins] r57998 - python/branches/py3k/Lib/idlelib/EditorWindow.py python/branches/py3k/Lib/idlelib/FileList.py

2007-09-05 Thread kurt.kaiser
Author: kurt.kaiser Date: Thu Sep 6 06:03:04 2007 New Revision: 57998 Modified: python/branches/py3k/Lib/idlelib/EditorWindow.py python/branches/py3k/Lib/idlelib/FileList.py Log: 1. Fail gracefully if the file fails to decode when loaded. 2. If the load fails, close the half-built edit wind