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