[Python-checkins] r80140 - in python/branches/py3k/Lib: ctypes ctypes/macholib ctypes/test curses dbm distutils distutils/command distutils/tests email email/mime email/test email/test/data encodings html http idlelib idlelib/Icons importlib importlib/test importlib/test/builtin importlib/test/extension importlib/test/frozen importlib/test/import_ importlib/test/source json json/tests lib2to3 lib2to3/fixes lib2to3/pgen2 lib2to3/tests lib2to3/tests/data lib2to3/tests/data/fixers lib2to3/tests/data/fixers/myfixes logging msilib multiprocessing multiprocessing/dummy plat-aix4 plat-darwin plat-freebsd4 plat-freebsd5 plat-freebsd6 plat-freebsd7 plat-freebsd8 plat-generic plat-linux2 plat-netbsd1 plat-next3 plat-os2emx plat-sunos5 plat-unixware7 pydoc_data site-packages sqlite3 sqlite3/test test test/crashers test/data test/decimaltestdata test/leakers test/xmltestdata tkinter tkinter/test tkinter/test/test_tkinter tkinter/test/test_ttk unittest unittest/test urllib wsgiref xml xml/dom xml/etree xml/parsers xml/sax xmlrpc

benjamin.peterson python-checkins at python.org
Sat Apr 17 02:29:51 CEST 2010


Author: benjamin.peterson
Date: Sat Apr 17 02:29:51 2010
New Revision: 80140

Log:
change svn:ignore to __pycache__

Modified:
   python/branches/py3k/Lib/   (props changed)
   python/branches/py3k/Lib/ctypes/   (props changed)
   python/branches/py3k/Lib/ctypes/macholib/   (props changed)
   python/branches/py3k/Lib/ctypes/test/   (props changed)
   python/branches/py3k/Lib/curses/   (props changed)
   python/branches/py3k/Lib/dbm/   (props changed)
   python/branches/py3k/Lib/distutils/   (props changed)
   python/branches/py3k/Lib/distutils/command/   (props changed)
   python/branches/py3k/Lib/distutils/tests/   (props changed)
   python/branches/py3k/Lib/email/   (props changed)
   python/branches/py3k/Lib/email/mime/   (props changed)
   python/branches/py3k/Lib/email/test/   (props changed)
   python/branches/py3k/Lib/email/test/data/   (props changed)
   python/branches/py3k/Lib/encodings/   (props changed)
   python/branches/py3k/Lib/html/   (props changed)
   python/branches/py3k/Lib/http/   (props changed)
   python/branches/py3k/Lib/idlelib/   (props changed)
   python/branches/py3k/Lib/idlelib/Icons/   (props changed)
   python/branches/py3k/Lib/importlib/   (props changed)
   python/branches/py3k/Lib/importlib/test/   (props changed)
   python/branches/py3k/Lib/importlib/test/builtin/   (props changed)
   python/branches/py3k/Lib/importlib/test/extension/   (props changed)
   python/branches/py3k/Lib/importlib/test/frozen/   (props changed)
   python/branches/py3k/Lib/importlib/test/import_/   (props changed)
   python/branches/py3k/Lib/importlib/test/source/   (props changed)
   python/branches/py3k/Lib/json/   (props changed)
   python/branches/py3k/Lib/json/tests/   (props changed)
   python/branches/py3k/Lib/lib2to3/   (props changed)
   python/branches/py3k/Lib/lib2to3/fixes/   (props changed)
   python/branches/py3k/Lib/lib2to3/pgen2/   (props changed)
   python/branches/py3k/Lib/lib2to3/tests/   (props changed)
   python/branches/py3k/Lib/lib2to3/tests/data/   (props changed)
   python/branches/py3k/Lib/lib2to3/tests/data/fixers/   (props changed)
   python/branches/py3k/Lib/lib2to3/tests/data/fixers/myfixes/   (props changed)
   python/branches/py3k/Lib/logging/   (props changed)
   python/branches/py3k/Lib/msilib/   (props changed)
   python/branches/py3k/Lib/multiprocessing/   (props changed)
   python/branches/py3k/Lib/multiprocessing/dummy/   (props changed)
   python/branches/py3k/Lib/plat-aix4/   (props changed)
   python/branches/py3k/Lib/plat-darwin/   (props changed)
   python/branches/py3k/Lib/plat-freebsd4/   (props changed)
   python/branches/py3k/Lib/plat-freebsd5/   (props changed)
   python/branches/py3k/Lib/plat-freebsd6/   (props changed)
   python/branches/py3k/Lib/plat-freebsd7/   (props changed)
   python/branches/py3k/Lib/plat-freebsd8/   (props changed)
   python/branches/py3k/Lib/plat-generic/   (props changed)
   python/branches/py3k/Lib/plat-linux2/   (props changed)
   python/branches/py3k/Lib/plat-netbsd1/   (props changed)
   python/branches/py3k/Lib/plat-next3/   (props changed)
   python/branches/py3k/Lib/plat-os2emx/   (props changed)
   python/branches/py3k/Lib/plat-sunos5/   (props changed)
   python/branches/py3k/Lib/plat-unixware7/   (props changed)
   python/branches/py3k/Lib/pydoc_data/   (props changed)
   python/branches/py3k/Lib/site-packages/   (props changed)
   python/branches/py3k/Lib/sqlite3/   (props changed)
   python/branches/py3k/Lib/sqlite3/test/   (props changed)
   python/branches/py3k/Lib/test/   (props changed)
   python/branches/py3k/Lib/test/crashers/   (props changed)
   python/branches/py3k/Lib/test/data/   (props changed)
   python/branches/py3k/Lib/test/decimaltestdata/   (props changed)
   python/branches/py3k/Lib/test/leakers/   (props changed)
   python/branches/py3k/Lib/test/xmltestdata/   (props changed)
   python/branches/py3k/Lib/tkinter/   (props changed)
   python/branches/py3k/Lib/tkinter/test/   (props changed)
   python/branches/py3k/Lib/tkinter/test/test_tkinter/   (props changed)
   python/branches/py3k/Lib/tkinter/test/test_ttk/   (props changed)
   python/branches/py3k/Lib/unittest/   (props changed)
   python/branches/py3k/Lib/unittest/test/   (props changed)
   python/branches/py3k/Lib/urllib/   (props changed)
   python/branches/py3k/Lib/wsgiref/   (props changed)
   python/branches/py3k/Lib/xml/   (props changed)
   python/branches/py3k/Lib/xml/dom/   (props changed)
   python/branches/py3k/Lib/xml/etree/   (props changed)
   python/branches/py3k/Lib/xml/parsers/   (props changed)
   python/branches/py3k/Lib/xml/sax/   (props changed)
   python/branches/py3k/Lib/xmlrpc/   (props changed)


More information about the Python-checkins mailing list