[Python-3000-checkins] r56847 - in python/branches/p3yk: Doc/howto/urllib2.rst Doc/lib/libstringio.tex Doc/tut/tut.tex Lib/sgmllib.py Lib/test/test_StringIO.py Modules/cStringIO.c Python/ast.c

2007-08-09 Thread guido.van.rossum
Author: guido.van.rossum Date: Thu Aug 9 16:03:34 2007 New Revision: 56847 Modified: python/branches/p3yk/ (props changed) python/branches/p3yk/Doc/howto/urllib2.rst python/branches/p3yk/Doc/lib/libstringio.tex python/branches/p3yk/Doc/tut/tut.tex python/branches/p3yk/Lib/sgmllib

[Python-3000-checkins] r56850 - python/branches/p3yk/GRIN.txt

2007-08-09 Thread guido.van.rossum
Author: guido.van.rossum Date: Thu Aug 9 16:34:26 2007 New Revision: 56850 Added: python/branches/p3yk/GRIN.txt (contents, props changed) Log: Add a tombstone. Added: python/branches/p3yk/GRIN.txt == --- (empty fil

[Python-3000-checkins] r56851 - python/branches/py3k/GRIN.txt

2007-08-09 Thread guido.van.rossum
Author: guido.van.rossum Date: Thu Aug 9 16:36:01 2007 New Revision: 56851 Added: python/branches/py3k/GRIN.txt (contents, props changed) Log: Add a tombstone. Added: python/branches/py3k/GRIN.txt == --- (empty fil

[Python-3000-checkins] r56849 - python/branches/py3k

2007-08-09 Thread guido.van.rossum
Author: guido.van.rossum Date: Thu Aug 9 16:28:23 2007 New Revision: 56849 Added: python/branches/py3k/ - copied from r56848, python/branches/py3k-struni/ Log: Create the new Py3k branch. ___ Python-3000-checkins mailing list Python-3000-check

[Python-3000-checkins] r56848 - in python/branches/py3k-struni: Doc/howto/urllib2.rst Doc/lib/libstringio.tex Doc/tut/tut.tex Lib/idlelib/run.py Lib/sgmllib.py Lib/test/test_dictcomps.py Modules/cStri

2007-08-09 Thread guido.van.rossum
Author: guido.van.rossum Date: Thu Aug 9 16:26:58 2007 New Revision: 56848 Added: python/branches/py3k-struni/Lib/test/test_dictcomps.py - copied unchanged from r56847, python/branches/p3yk/Lib/test/test_dictcomps.py Modified: python/branches/py3k-struni/ (props changed) python/

[Python-3000-checkins] r56853 - python/branches/py3k-struni/GRIN.txt

2007-08-09 Thread guido.van.rossum
Author: guido.van.rossum Date: Thu Aug 9 16:58:12 2007 New Revision: 56853 Added: python/branches/py3k-struni/GRIN.txt (contents, props changed) Log: Leave a timbstone (in the right branch!) Added: python/branches/py3k-struni/GRIN.txt ===

[Python-3000-checkins] r56852 - python/branches/py3k/GRIN.txt

2007-08-09 Thread guido.van.rossum
Author: guido.van.rossum Date: Thu Aug 9 16:56:37 2007 New Revision: 56852 Removed: python/branches/py3k/GRIN.txt Log: Oops, this was placed in the wrong branch. Deleted: /python/branches/py3k/GRIN.txt == --- /python

[Python-3000-checkins] r56860 - python/branches/py3k/Lib/idlelib/GrepDialog.py

2007-08-09 Thread kurt.kaiser
Author: kurt.kaiser Date: Thu Aug 9 19:15:54 2007 New Revision: 56860 Modified: python/branches/py3k/Lib/idlelib/GrepDialog.py Log: Use relative imports Modified: python/branches/py3k/Lib/idlelib/GrepDialog.py == ---

[Python-3000-checkins] r56862 - python/branches/py3k/Lib/idlelib/EditorWindow.py python/branches/py3k/Lib/idlelib/OutputWindow.py python/branches/py3k/Lib/idlelib/PyShell.py python/branches/py3k/Lib/i

2007-08-09 Thread kurt.kaiser
Author: kurt.kaiser Date: Thu Aug 9 20:00:23 2007 New Revision: 56862 Modified: python/branches/py3k/Lib/idlelib/EditorWindow.py python/branches/py3k/Lib/idlelib/OutputWindow.py python/branches/py3k/Lib/idlelib/PyShell.py python/branches/py3k/Lib/idlelib/RemoteObjectBrowser.py pyth

[Python-3000-checkins] r56872 - in python/branches/py3k-struni: Demo runtests.sh

2007-08-09 Thread guido.van.rossum
Author: guido.van.rossum Date: Thu Aug 9 22:14:06 2007 New Revision: 56872 Removed: python/branches/py3k-struni/Demo/ python/branches/py3k-struni/runtests.sh Log: Deleting some more. Deleted: /python/branches/py3k-struni/runtests.sh

[Python-3000-checkins] r56873 - python/branches/py3k/Objects/object.c

2007-08-09 Thread guido.van.rossum
Author: guido.van.rossum Date: Thu Aug 9 22:47:59 2007 New Revision: 56873 Modified: python/branches/py3k/Objects/object.c Log: Oops. The PyObject_Print() function was totally broken; the original code was relying on PyString.tp_print but that no longer works. Fortunately it's rarely called;

[Python-3000-checkins] r56874 - python/branches/py3k/Modules/socketmodule.c

2007-08-09 Thread guido.van.rossum
Author: guido.van.rossum Date: Thu Aug 9 23:06:37 2007 New Revision: 56874 Modified: python/branches/py3k/Modules/socketmodule.c Log: Fix two bugs in socket_getaddr(): (a) 'single' shouldn't be DECREF'ed in the cleanup code; (b) the fallback case in makesockaddr() should use y# instead of s#

[Python-3000-checkins] r56875 - python/branches/py3k/Modules/_tkinter.c

2007-08-09 Thread guido.van.rossum
Author: guido.van.rossum Date: Thu Aug 9 23:42:19 2007 New Revision: 56875 Modified: python/branches/py3k/Modules/_tkinter.c Log: Fix some logic in PythonCmd() -- if the AsString() call failed, we'd be calling LEAVE_PYTHON twice (once in PythonCmd_Error() and once in PythonCmd() itself). This

[Python-3000-checkins] r56877 - python/branches/p3yk_no_args_on_exc/NOTES.txt

2007-08-09 Thread brett.cannon
Author: brett.cannon Date: Thu Aug 9 23:52:57 2007 New Revision: 56877 Added: python/branches/p3yk_no_args_on_exc/NOTES.txt (contents, props changed) Log: Note that this branch is outdated since the switch over to the py3k branch from py3k-struni. Added: python/branches/p3yk_no_args_on_exc

[Python-3000-checkins] r56878 - python/branches/py3k/Lib/site.py

2007-08-09 Thread guido.van.rossum
Author: guido.van.rossum Date: Fri Aug 10 00:51:04 2007 New Revision: 56878 Modified: python/branches/py3k/Lib/site.py Log: Hack to avoid a nasty recursion issue when Python is invoked in verbose mode: pre-import the Latin-1 and UTF-8 codecs Modified: python/branches/py3k/Lib/site.py

[Python-3000-checkins] r56879 - python/branches/py3k/Objects/fileobject.c

2007-08-09 Thread guido.van.rossum
Author: guido.van.rossum Date: Fri Aug 10 00:58:05 2007 New Revision: 56879 Modified: python/branches/py3k/Objects/fileobject.c Log: In PyFile_WriteString(), call PyUnicode_FromString() instead of PyString_FromString(). This is arguably more correct, even if it shouldn't matter much (all the i

[Python-3000-checkins] Python Regression Test Failures doc (1)

2007-08-09 Thread Neal Norwitz
make: *** No targets specified and no makefile found. Stop. ___ Python-3000-checkins mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000-checkins

[Python-3000-checkins] r56880 - python/branches/py3k/Lib/ctypes/test/test_loading.py

2007-08-09 Thread guido.van.rossum
Author: guido.van.rossum Date: Fri Aug 10 03:01:28 2007 New Revision: 56880 Modified: python/branches/py3k/Lib/ctypes/test/test_loading.py Log: Remove spurious (and unneeded) import of StringIO. Modified: python/branches/py3k/Lib/ctypes/test/test_loading.py ===

[Python-3000-checkins] r56883 - python/branches/py3k/Lib/idlelib/AutoComplete.py python/branches/py3k/Lib/idlelib/AutoCompleteWindow.py

2007-08-09 Thread kurt.kaiser
Author: kurt.kaiser Date: Fri Aug 10 04:45:06 2007 New Revision: 56883 Modified: python/branches/py3k/Lib/idlelib/AutoComplete.py python/branches/py3k/Lib/idlelib/AutoCompleteWindow.py Log: Fix circular import issue Modified: python/branches/py3k/Lib/idlelib/AutoComplete.py ===

[Python-3000-checkins] r56882 - python/branches/py3k/Lib/idlelib/AutoComplete.py

2007-08-09 Thread kurt.kaiser
Author: kurt.kaiser Date: Fri Aug 10 04:41:21 2007 New Revision: 56882 Modified: python/branches/py3k/Lib/idlelib/AutoComplete.py Log: Fix filter() issues Modified: python/branches/py3k/Lib/idlelib/AutoComplete.py ==

[Python-3000-checkins] r56885 - python/branches/py3k/Doc/api/concrete.tex python/branches/py3k/Doc/api/utilities.tex

2007-08-09 Thread neal.norwitz
Author: neal.norwitz Date: Fri Aug 10 07:05:23 2007 New Revision: 56885 Modified: python/branches/py3k/Doc/api/concrete.tex python/branches/py3k/Doc/api/utilities.tex Log: Fix some doc problems. Modified: python/branches/py3k/Doc/api/concrete.tex