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