[Python-3000-checkins] r59388 - python/branches/py3k/PCbuild9/pyproject.vsprops

2007-12-06 Thread christian.heimes
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

[Python-3000-checkins] r59390 - python/branches/py3k/Lib/numbers.py

2007-12-06 Thread guido.van.rossum
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 ==

[Python-3000-checkins] r59392 - python/branches/py3k/RELNOTES

2007-12-06 Thread guido.van.rossum
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/

[Python-3000-checkins] r59393 - python/branches/py3k/Tools/scripts/combinerefs.py

2007-12-06 Thread guido.van.rossum
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

[Python-3000-checkins] r59394 - in python/branches/py3k: Lib/ssl.py Modules/_ssl.c

2007-12-06 Thread guido.van.rossum
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

[Python-3000-checkins] r59395 - in python/branches/py3k: Lib/ssl.py Modules/_ssl.c

2007-12-06 Thread guido.van.rossum
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 ===