[Python-checkins] r81010 - in python/branches/py3k: Doc/library/_dummy_thread.rst Doc/library/_thread.rst Doc/library/html.parser.rst Doc/library/http.client.rst Doc/library/http.cookiejar.rst Doc/library/http.cookies.rst Doc/library/http.server.rst Doc/library/tkinter.scrolledtext.rst Doc/library/tkinter.tix.rst Doc/library/tkinter.ttk.rst Doc/library/turtle.rst Doc/library/winreg.rst Doc/library/xmlrpc.client.rst Doc/library/xmlrpc.server.rst Lib/_dummy_thread.py Lib/dbm/dumb.py Lib/email/test/test_email_codecs.py Lib/http/client.py Lib/http/cookiejar.py Lib/http/cookies.py Lib/http/server.py Lib/test/test_dbm.py Lib/test/test_dbm_dumb.py Lib/test/test_dbm_gnu.py Lib/test/test_dbm_ndbm.py Lib/test/test_http_cookiejar.py Lib/test/test_http_cookies.py Lib/test/test_ttk_guionly.py Lib/test/test_ttk_textonly.py Lib/tkinter/__init__.py Lib/tkinter/_fix.py Lib/tkinter/colorchooser.py Lib/tkinter/commondialog.py Lib/tkinter/constants.py Lib/tkinter/dialog.py Lib/tkinter/dnd.py Lib/tkinter/filedialog.py Lib/tkinter/font.py Lib/tkinter/messagebox.py Lib/tkinter/scrolledtext.py Lib/tkinter/simpledialog.py Lib/tkinter/test/support.py Lib/tkinter/tix.py Lib/turtle.py Lib/xmlrpc/client.py Lib/xmlrpc/server.py Modules/_dbmmodule.c Modules/_gdbmmodule.c Modules/_io/_iomodule.c Modules/_io/_iomodule.h Modules/_io/bufferedio.c Modules/_io/bytesio.c Modules/_io/fileio.c Modules/_io/iobase.c Modules/_io/stringio.c Modules/_io/textio.c Modules/_threadmodule.c PC/os2emx/python27.def PC/winreg.c
benjamin.peterson
python-checkins at python.org
Sat May 8 23:05:35 CEST 2010
Author: benjamin.peterson
Date: Sat May 8 23:05:35 2010
New Revision: 81010
Log:
remove svn:mergeinfo
Modified:
python/branches/py3k/Doc/library/_dummy_thread.rst (props changed)
python/branches/py3k/Doc/library/_thread.rst (props changed)
python/branches/py3k/Doc/library/html.parser.rst (props changed)
python/branches/py3k/Doc/library/http.client.rst (props changed)
python/branches/py3k/Doc/library/http.cookiejar.rst (props changed)
python/branches/py3k/Doc/library/http.cookies.rst (props changed)
python/branches/py3k/Doc/library/http.server.rst (props changed)
python/branches/py3k/Doc/library/tkinter.scrolledtext.rst (props changed)
python/branches/py3k/Doc/library/tkinter.tix.rst (props changed)
python/branches/py3k/Doc/library/tkinter.ttk.rst (props changed)
python/branches/py3k/Doc/library/turtle.rst (props changed)
python/branches/py3k/Doc/library/winreg.rst (props changed)
python/branches/py3k/Doc/library/xmlrpc.client.rst (props changed)
python/branches/py3k/Doc/library/xmlrpc.server.rst (props changed)
python/branches/py3k/Lib/_dummy_thread.py (props changed)
python/branches/py3k/Lib/dbm/dumb.py (props changed)
python/branches/py3k/Lib/email/test/test_email_codecs.py (props changed)
python/branches/py3k/Lib/http/client.py (props changed)
python/branches/py3k/Lib/http/cookiejar.py (props changed)
python/branches/py3k/Lib/http/cookies.py (props changed)
python/branches/py3k/Lib/http/server.py (props changed)
python/branches/py3k/Lib/test/test_dbm.py (props changed)
python/branches/py3k/Lib/test/test_dbm_dumb.py (props changed)
python/branches/py3k/Lib/test/test_dbm_gnu.py (props changed)
python/branches/py3k/Lib/test/test_dbm_ndbm.py (props changed)
python/branches/py3k/Lib/test/test_http_cookiejar.py (props changed)
python/branches/py3k/Lib/test/test_http_cookies.py (props changed)
python/branches/py3k/Lib/test/test_ttk_guionly.py (props changed)
python/branches/py3k/Lib/test/test_ttk_textonly.py (props changed)
python/branches/py3k/Lib/tkinter/__init__.py (props changed)
python/branches/py3k/Lib/tkinter/_fix.py (props changed)
python/branches/py3k/Lib/tkinter/colorchooser.py (props changed)
python/branches/py3k/Lib/tkinter/commondialog.py (props changed)
python/branches/py3k/Lib/tkinter/constants.py (props changed)
python/branches/py3k/Lib/tkinter/dialog.py (props changed)
python/branches/py3k/Lib/tkinter/dnd.py (props changed)
python/branches/py3k/Lib/tkinter/filedialog.py (props changed)
python/branches/py3k/Lib/tkinter/font.py (props changed)
python/branches/py3k/Lib/tkinter/messagebox.py (props changed)
python/branches/py3k/Lib/tkinter/scrolledtext.py (props changed)
python/branches/py3k/Lib/tkinter/simpledialog.py (props changed)
python/branches/py3k/Lib/tkinter/test/support.py (props changed)
python/branches/py3k/Lib/tkinter/tix.py (props changed)
python/branches/py3k/Lib/turtle.py (props changed)
python/branches/py3k/Lib/xmlrpc/client.py (props changed)
python/branches/py3k/Lib/xmlrpc/server.py (props changed)
python/branches/py3k/Modules/_dbmmodule.c (props changed)
python/branches/py3k/Modules/_gdbmmodule.c (props changed)
python/branches/py3k/Modules/_io/_iomodule.c (props changed)
python/branches/py3k/Modules/_io/_iomodule.h (props changed)
python/branches/py3k/Modules/_io/bufferedio.c (props changed)
python/branches/py3k/Modules/_io/bytesio.c (props changed)
python/branches/py3k/Modules/_io/fileio.c (props changed)
python/branches/py3k/Modules/_io/iobase.c (props changed)
python/branches/py3k/Modules/_io/stringio.c (props changed)
python/branches/py3k/Modules/_io/textio.c (props changed)
python/branches/py3k/Modules/_threadmodule.c (props changed)
python/branches/py3k/PC/os2emx/python27.def (props changed)
python/branches/py3k/PC/winreg.c (props changed)
More information about the Python-checkins
mailing list