Author: christian.heimes
Date: Thu Dec 6 14:32:14 2007
New Revision: 59388
Modified:
python/branches/py3k/PCbuild9/pyproject.vsprops
Log:
Silence more warnings, _CRT_NONSTDC_NO_DEPRECATE is already defined in
pyconfig.h but several projects don't include it.
Modified: python/branches/py3k/PC
Author: guido.van.rossum
Date: Thu Dec 6 18:45:33 2007
New Revision: 59390
Modified:
python/branches/py3k/Lib/numbers.py
Log:
Small set of updates (with Jeffrey's OK).
Modified: python/branches/py3k/Lib/numbers.py
==
Author: guido.van.rossum
Date: Thu Dec 6 19:25:07 2007
New Revision: 59392
Modified:
python/branches/py3k/RELNOTES
Log:
Some Windows notes by Christian.
Modified: python/branches/py3k/RELNOTES
==
--- python/branches/
Author: guido.van.rossum
Date: Thu Dec 6 19:37:53 2007
New Revision: 59393
Modified:
python/branches/py3k/Tools/scripts/combinerefs.py
Log:
Fix a last use of file() that should be open().
Modified: python/branches/py3k/Tools/scripts/combinerefs.py
Author: guido.van.rossum
Date: Thu Dec 6 19:39:46 2007
New Revision: 59394
Modified:
python/branches/py3k/Lib/ssl.py
python/branches/py3k/Modules/_ssl.c
Log:
Fix the leaks in test_ssl. Issue 1469. Patch by Christian Heimes:
(a) added GC support to the PySSL object
(b) move the call to _re
Author: guido.van.rossum
Date: Thu Dec 6 20:05:55 2007
New Revision: 59395
Modified:
python/branches/py3k/Lib/ssl.py
python/branches/py3k/Modules/_ssl.c
Log:
Reverting revision 59394. We'll sort this out later.
Modified: python/branches/py3k/Lib/ssl.py
===