[Python-3000-checkins] r59711 - in python/branches/py3k: Include/abstract.h Modules/errnomodule.c Modules/selectmodule.c Modules/socketmodule.h Objects/longobject.c PC/msvcrtmodule.c

2008-01-04 Thread christian.heimes
Author: christian.heimes Date: Fri Jan 4 14:33:00 2008 New Revision: 59711 Modified: python/branches/py3k/Include/abstract.h python/branches/py3k/Modules/errnomodule.c python/branches/py3k/Modules/selectmodule.c python/branches/py3k/Modules/socketmodule.h python/branches/py3k/Objec

[Python-3000-checkins] r59708 - python/branches/py3k/PC/VS7.1/pythoncore.vcproj

2008-01-04 Thread christian.heimes
Author: christian.heimes Date: Fri Jan 4 13:57:11 2008 New Revision: 59708 Modified: python/branches/py3k/PC/VS7.1/pythoncore.vcproj Log: Fixed #1733: Maybe PC/VS7.1/pythoncore.vcproj is missing Modules/md5module.c Modified: python/branches/py3k/PC/VS7.1/pythoncore.vcproj

[Python-3000-checkins] r59720 - python/branches/py3k/PC/VC6/_msi.dsp python/branches/py3k/PC/VC6/build_ssl.py python/branches/py3k/PC/VC6/pcbuild.dsw python/branches/py3k/PC/VC6/python.dsp python/bran

2008-01-04 Thread christian.heimes
Author: christian.heimes Date: Fri Jan 4 16:35:04 2008 New Revision: 59720 Added: python/branches/py3k/PC/VC6/_msi.dsp (contents, props changed) Modified: python/branches/py3k/PC/VC6/build_ssl.py python/branches/py3k/PC/VC6/pcbuild.dsw python/branches/py3k/PC/VC6/python.dsp pytho

[Python-3000-checkins] r59729 - in python/branches/py3k: Misc/NEWS Python/pythonrun.c

2008-01-04 Thread kurt.kaiser
Author: kurt.kaiser Date: Sat Jan 5 05:32:22 2008 New Revision: 59729 Modified: python/branches/py3k/Misc/NEWS python/branches/py3k/Python/pythonrun.c Log: Interpreter wasn't displaying the location of a SyntaxError Issue1692 Modified: python/branches/py3k/Misc/NEWS ==