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
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
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
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
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/
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
===
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
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
==
---
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
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
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;
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#
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
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
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
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
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
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
===
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
===
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
==
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
21 matches
Mail list logo