[Python-3000-checkins] r59499 - python/branches/py3k/Doc/library/functions.rst

2007-12-14 Thread mark.summerfield
Author: mark.summerfield Date: Fri Dec 14 11:07:44 2007 New Revision: 59499 Modified: python/branches/py3k/Doc/library/functions.rst Log: Updated open() to more accurately reflect io.open()'s documentation. Modified: python/branches/py3k/Doc/library/functions.rst

[Python-3000-checkins] r59502 - python/branches/py3k/Doc/library/functions.rst

2007-12-14 Thread mark.summerfield
Author: mark.summerfield Date: Fri Dec 14 19:23:42 2007 New Revision: 59502 Modified: python/branches/py3k/Doc/library/functions.rst Log: Couple of corrections to open() doc as per email from GvR. Modified: python/branches/py3k/Doc/library/functions.rst ==

[Python-3000-checkins] r59506 - in python/branches/py3k: Lib/socket.py Lib/ssl.py Lib/test/test_ssl.py Modules/_ssl.c

2007-12-14 Thread bill.janssen
Author: bill.janssen Date: Fri Dec 14 23:08:56 2007 New Revision: 59506 Modified: python/branches/py3k/Lib/socket.py python/branches/py3k/Lib/ssl.py python/branches/py3k/Lib/test/test_ssl.py python/branches/py3k/Modules/_ssl.c Log: update to fix leak in SSL code Modified: python/branc

[Python-3000-checkins] r59517 - in python/branches/py3k: Doc/ACKS.txt Doc/howto/functional.rst Doc/library/collections.rst Doc/tutorial/datastructures.rst Doc/whatsnew/2.6.rst Lib/collections.py Lib/d

2007-12-14 Thread christian.heimes
Author: christian.heimes Date: Sat Dec 15 02:27:15 2007 New Revision: 59517 Added: python/branches/py3k/Lib/test/test_property.py (contents, props changed) Modified: python/branches/py3k/ (props changed) python/branches/py3k/Doc/ACKS.txt python/branches/py3k/Doc/howto/functional.rs

[Python-3000-checkins] r59518 - python/branches/py3k/Python/sysmodule.c

2007-12-14 Thread christian.heimes
Author: christian.heimes Date: Sat Dec 15 02:28:04 2007 New Revision: 59518 Modified: python/branches/py3k/Python/sysmodule.c Log: Fixed #1630 sys.maxint was still documented and sys.float_info an sys.subversion were missing Modified: python/branches/py3k/Python/sysmodule.c ==