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
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
==
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
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
==
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