[Python-3000-checkins] r58969 - python/branches/py3k/Modules/main.c

2007-11-14 Thread christian.heimes
Author: christian.heimes Date: Wed Nov 14 17:21:32 2007 New Revision: 58969 Modified: python/branches/py3k/Modules/main.c Log: Fix for bug #1442 pythonstartup addition of minor error checking Python failed to report an error when it wasn't able to open the PYTHONSTARTUP file. Modified: python

[Python-3000-checkins] r58970 - python/branches/py3k/Lib/socket.py

2007-11-14 Thread guido.van.rossum
Author: guido.van.rossum Date: Wed Nov 14 23:32:02 2007 New Revision: 58970 Modified: python/branches/py3k/Lib/socket.py Log: Patch 1439 by Bill Janssen. I think this will work. Tested on Windows by Christian Heimes. I changed the code slightly, renaming decref_socketios() to _decref_socketios

[Python-3000-checkins] r58973 - python/branches/py3k/Lib/test/test_winsound.py

2007-11-14 Thread christian.heimes
Author: christian.heimes Date: Thu Nov 15 03:15:53 2007 New Revision: 58973 Modified: python/branches/py3k/Lib/test/test_winsound.py Log: The peeping and bawling of the builtin speaker is giving my poor cat the creeps. Modified: python/branches/py3k/Lib/test/test_winsound.py ==

[Python-3000-checkins] r58974 - in python/branches/py3k: Modules/_ctypes/callbacks.c Modules/_cursesmodule.c Modules/threadmodule.c Python/bltinmodule.c Python/errors.c Python/pythonrun.c Python/sysmo

2007-11-14 Thread christian.heimes
Author: christian.heimes Date: Thu Nov 15 03:26:46 2007 New Revision: 58974 Modified: python/branches/py3k/Modules/_ctypes/callbacks.c python/branches/py3k/Modules/_cursesmodule.c python/branches/py3k/Modules/threadmodule.c python/branches/py3k/Python/bltinmodule.c python/branches/p