实例介绍
Python并不是一定要安装才可以使用.将必要的执行文件,库提取之后可以正常使用.版本是广泛接受的2.7.注意仅限Windows x64可用.解压可用,可以建立桌面快捷方式到PyS.bat
【实例截图】
【核心代码】
4744300845402188835.rar
└── Python276_x64
├── DLLs
│ ├── _bsddb.pyd
│ ├── bz2.pyd
│ ├── _ctypes.pyd
│ ├── _ctypes_test.pyd
│ ├── _elementtree.pyd
│ ├── _hashlib.pyd
│ ├── _msi.pyd
│ ├── _multiprocessing.pyd
│ ├── pyc.ico
│ ├── pyexpat.pyd
│ ├── py.ico
│ ├── select.pyd
│ ├── _socket.pyd
│ ├── sqlite3.dll
│ ├── _sqlite3.pyd
│ ├── _ssl.pyd
│ ├── tcl85.dll
│ ├── tclpip85.dll
│ ├── _testcapi.pyd
│ ├── tk85.dll
│ ├── _tkinter.pyd
│ ├── unicodedata.pyd
│ └── winsound.pyd
├── Lib
│ ├── _abcoll.py
│ ├── _abcoll.pyc
│ ├── _abcoll.pyo
│ ├── abc.py
│ ├── abc.pyc
│ ├── abc.pyo
│ ├── aifc.py
│ ├── aifc.pyc
│ ├── aifc.pyo
│ ├── antigravity.py
│ ├── antigravity.pyc
│ ├── antigravity.pyo
│ ├── anydbm.py
│ ├── anydbm.pyc
│ ├── anydbm.pyo
│ ├── argparse.py
│ ├── argparse.pyc
│ ├── argparse.pyo
│ ├── ast.py
│ ├── ast.pyc
│ ├── ast.pyo
│ ├── asynchat.py
│ ├── asynchat.pyc
│ ├── asynchat.pyo
│ ├── asyncore.py
│ ├── asyncore.pyc
│ ├── asyncore.pyo
│ ├── atexit.py
│ ├── atexit.pyc
│ ├── atexit.pyo
│ ├── audiodev.py
│ ├── audiodev.pyc
│ ├── audiodev.pyo
│ ├── base64.py
│ ├── base64.pyc
│ ├── base64.pyo
│ ├── BaseHTTPServer.py
│ ├── BaseHTTPServer.pyc
│ ├── BaseHTTPServer.pyo
│ ├── Bastion.py
│ ├── Bastion.pyc
│ ├── Bastion.pyo
│ ├── bdb.py
│ ├── bdb.pyc
│ ├── bdb.pyo
│ ├── binhex.py
│ ├── binhex.pyc
│ ├── binhex.pyo
│ ├── bisect.py
│ ├── bisect.pyc
│ ├── bisect.pyo
│ ├── bsddb
│ │ ├── dbobj.py
│ │ ├── dbobj.pyc
│ │ ├── dbobj.pyo
│ │ ├── db.py
│ │ ├── db.pyc
│ │ ├── db.pyo
│ │ ├── dbrecio.py
│ │ ├── dbrecio.pyc
│ │ ├── dbrecio.pyo
│ │ ├── dbshelve.py
│ │ ├── dbshelve.pyc
│ │ ├── dbshelve.pyo
│ │ ├── dbtables.py
│ │ ├── dbtables.pyc
│ │ ├── dbtables.pyo
│ │ ├── dbutils.py
│ │ ├── dbutils.pyc
│ │ ├── dbutils.pyo
│ │ ├── __init__.py
│ │ ├── __init__.pyc
│ │ ├── __init__.pyo
│ │ └── test
│ │ ├── __init__.py
│ │ ├── __init__.pyc
│ │ ├── __init__.pyo
│ │ ├── test_all.py
│ │ ├── test_all.pyc
│ │ ├── test_all.pyo
│ │ ├── test_associate.py
│ │ ├── test_associate.pyc
│ │ ├── test_associate.pyo
│ │ ├── test_basics.py
│ │ ├── test_basics.pyc
│ │ ├── test_basics.pyo
│ │ ├── test_compare.py
│ │ ├── test_compare.pyc
│ │ ├── test_compare.pyo
│ │ ├── test_compat.py
│ │ ├── test_compat.pyc
│ │ ├── test_compat.pyo
│ │ ├── test_cursor_pget_bug.py
│ │ ├── test_cursor_pget_bug.pyc
│ │ ├── test_cursor_pget_bug.pyo
│ │ ├── test_dbenv.py
│ │ ├── test_dbenv.pyc
│ │ ├── test_dbenv.pyo
│ │ ├── test_dbobj.py
│ │ ├── test_dbobj.pyc
│ │ ├── test_dbobj.pyo
│ │ ├── test_db.py
│ │ ├── test_db.pyc
│ │ ├── test_db.pyo
│ │ ├── test_dbshelve.py
│ │ ├── test_dbshelve.pyc
│ │ ├── test_dbshelve.pyo
│ │ ├── test_dbtables.py
│ │ ├── test_dbtables.pyc
│ │ ├── test_dbtables.pyo
│ │ ├── test_distributed_transactions.py
│ │ ├── test_distributed_transactions.pyc
│ │ ├── test_distributed_transactions.pyo
│ │ ├── test_early_close.py
│ │ ├── test_early_close.pyc
│ │ ├── test_early_close.pyo
│ │ ├── test_fileid.py
│ │ ├── test_fileid.pyc
│ │ ├── test_fileid.pyo
│ │ ├── test_get_none.py
│ │ ├── test_get_none.pyc
│ │ ├── test_get_none.pyo
│ │ ├── test_join.py
│ │ ├── test_join.pyc
│ │ ├── test_join.pyo
│ │ ├── test_lock.py
│ │ ├── test_lock.pyc
│ │ ├── test_lock.pyo
│ │ ├── test_misc.py
│ │ ├── test_misc.pyc
│ │ ├── test_misc.pyo
│ │ ├── test_pickle.py
│ │ ├── test_pickle.pyc
│ │ ├── test_pickle.pyo
│ │ ├── test_queue.py
│ │ ├── test_queue.pyc
│ │ ├── test_queue.pyo
│ │ ├── test_recno.py
│ │ ├── test_recno.pyc
│ │ ├── test_recno.pyo
│ │ ├── test_replication.py
│ │ ├── test_replication.pyc
│ │ ├── test_replication.pyo
│ │ ├── test_sequence.py
│ │ ├── test_sequence.pyc
│ │ ├── test_sequence.pyo
│ │ ├── test_thread.py
│ │ ├── test_thread.pyc
│ │ └── test_thread.pyo
│ ├── calendar.py
│ ├── calendar.pyc
│ ├── calendar.pyo
│ ├── CGIHTTPServer.py
│ ├── CGIHTTPServer.pyc
│ ├── CGIHTTPServer.pyo
│ ├── cgi.py
│ ├── cgi.pyc
│ ├── cgi.pyo
│ ├── cgitb.py
│ ├── cgitb.pyc
│ ├── cgitb.pyo
│ ├── chunk.py
│ ├── chunk.pyc
│ ├── chunk.pyo
│ ├── cmd.py
│ ├── cmd.pyc
│ ├── cmd.pyo
│ ├── codecs.py
│ ├── codecs.pyc
│ ├── codecs.pyo
│ ├── codeop.py
│ ├── codeop.pyc
│ ├── codeop.pyo
│ ├── code.py
│ ├── code.pyc
│ ├── code.pyo
│ ├── collections.py
│ ├── collections.pyc
│ ├── collections.pyo
│ ├── colorsys.py
│ ├── colorsys.pyc
│ ├── colorsys.pyo
│ ├── commands.py
│ ├── commands.pyc
│ ├── commands.pyo
│ ├── compileall.py
│ ├── compileall.pyc
│ ├── compileall.pyo
│ ├── compiler
│ │ ├── ast.py
│ │ ├── ast.pyc
│ │ ├── ast.pyo
│ │ ├── consts.py
│ │ ├── consts.pyc
│ │ ├── consts.pyo
│ │ ├── future.py
│ │ ├── future.pyc
│ │ ├── future.pyo
│ │ ├── __init__.py
│ │ ├── __init__.pyc
│ │ ├── __init__.pyo
│ │ ├── misc.py
│ │ ├── misc.pyc
│ │ ├── misc.pyo
│ │ ├── pyassem.py
│ │ ├── pyassem.pyc
│ │ ├── pyassem.pyo
│ │ ├── pycodegen.py
│ │ ├── pycodegen.pyc
│ │ ├── pycodegen.pyo
│ │ ├── symbols.py
│ │ ├── symbols.pyc
│ │ ├── symbols.pyo
│ │ ├── syntax.py
│ │ ├── syntax.pyc
│ │ ├── syntax.pyo
│ │ ├── transformer.py
│ │ ├── transformer.pyc
│ │ ├── transformer.pyo
│ │ ├── visitor.py
│ │ ├── visitor.pyc
│ │ └── visitor.pyo
│ ├── ConfigParser.py
│ ├── ConfigParser.pyc
│ ├── ConfigParser.pyo
│ ├── contextlib.py
│ ├── contextlib.pyc
│ ├── contextlib.pyo
│ ├── cookielib.py
│ ├── cookielib.pyc
│ ├── cookielib.pyo
│ ├── Cookie.py
│ ├── Cookie.pyc
│ ├── Cookie.pyo
│ ├── copy.py
│ ├── copy.pyc
│ ├── copy.pyo
│ ├── copy_reg.py
│ ├── copy_reg.pyc
│ ├── copy_reg.pyo
│ ├── cProfile.py
│ ├── cProfile.pyc
│ ├── cProfile.pyo
│ ├── csv.py
│ ├── csv.pyc
│ ├── csv.pyo
│ ├── ctypes
│ │ ├── _endian.py
│ │ ├── _endian.pyc
│ │ ├── _endian.pyo
│ │ ├── __init__.py
│ │ ├── __init__.pyc
│ │ ├── __init__.pyo
│ │ ├── macholib
│ │ │ ├── dyld.py
│ │ │ ├── dyld.pyc
│ │ │ ├── dyld.pyo
│ │ │ ├── dylib.py
│ │ │ ├── dylib.pyc
│ │ │ ├── dylib.pyo
│ │ │ ├── framework.py
│ │ │ ├── framework.pyc
│ │ │ ├── framework.pyo
│ │ │ ├── __init__.py
│ │ │ ├── __init__.pyc
│ │ │ └── __init__.pyo
│ │ ├── test
│ │ │ ├── __init__.py
│ │ │ ├── __init__.pyc
│ │ │ ├── __init__.pyo
│ │ │ ├── runtests.py
│ │ │ ├── runtests.pyc
│ │ │ ├── runtests.pyo
│ │ │ ├── test_anon.py
│ │ │ ├── test_anon.pyc
│ │ │ ├── test_anon.pyo
│ │ │ ├── test_array_in_pointer.py
│ │ │ ├── test_array_in_pointer.pyc
│ │ │ ├── test_array_in_pointer.pyo
│ │ │ ├── test_arrays.py
│ │ │ ├── test_arrays.pyc
│ │ │ ├── test_arrays.pyo
│ │ │ ├── test_as_parameter.py
│ │ │ ├── test_as_parameter.pyc
│ │ │ ├── test_as_parameter.pyo
│ │ │ ├── test_bitfields.py
│ │ │ ├── test_bitfields.pyc
│ │ │ ├── test_bitfields.pyo
│ │ │ ├── test_buffers.py
│ │ │ ├── test_buffers.pyc
│ │ │ ├── test_buffers.pyo
│ │ │ ├── test_byteswap.py
│ │ │ ├── test_byteswap.pyc
│ │ │ ├── test_byteswap.pyo
│ │ │ ├── test_callbacks.py
│ │ │ ├── test_callbacks.pyc
│ │ │ ├── test_callbacks.pyo
│ │ │ ├── test_cast.py
│ │ │ ├── test_cast.pyc
│ │ │ ├── test_cast.pyo
│ │ │ ├── test_cfuncs.py
│ │ │ ├── test_cfuncs.pyc
│ │ │ ├── test_cfuncs.pyo
│ │ │ ├── test_checkretval.py
│ │ │ ├── test_checkretval.pyc
│ │ │ ├── test_checkretval.pyo
│ │ │ ├── test_delattr.py
│ │ │ ├── test_delattr.pyc
│ │ │ ├── test_delattr.pyo
│ │ │ ├── test_errcheck.py
│ │ │ ├── test_errcheck.pyc
│ │ │ ├── test_errcheck.pyo
│ │ │ ├── test_errno.py
│ │ │ ├── test_errno.pyc
│ │ │ ├── test_errno.pyo
│ │ │ ├── test_find.py
│ │ │ ├── test_find.pyc
│ │ │ ├── test_find.pyo
│ │ │ ├── test_frombuffer.py
│ │ │ ├── test_frombuffer.pyc
│ │ │ ├── test_frombuffer.pyo
│ │ │ ├── test_funcptr.py
│ │ │ ├── test_funcptr.pyc
│ │ │ ├── test_funcptr.pyo
│ │ │ ├── test_functions.py
│ │ │ ├── test_functions.pyc
│ │ │ ├── test_functions.pyo
│ │ │ ├── test_incomplete.py
│ │ │ ├── test_incomplete.pyc
│ │ │ ├── test_incomplete.pyo
│ │ │ ├── test_init.py
│ │ │ ├── test_init.pyc
│ │ │ ├── test_init.pyo
│ │ │ ├── test_integers.py
│ │ │ ├── test_integers.pyc
│ │ │ ├── test_integers.pyo
│ │ │ ├── test_internals.py
│ │ │ ├── test_internals.pyc
│ │ │ ├── test_internals.pyo
│ │ │ ├── test_keeprefs.py
│ │ │ ├── test_keeprefs.pyc
│ │ │ ├── test_keeprefs.pyo
│ │ │ ├── test_libc.py
│ │ │ ├── test_libc.pyc
│ │ │ ├── test_libc.pyo
│ │ │ ├── test_loading.py
│ │ │ ├── test_loading.pyc
│ │ │ ├── test_loading.pyo
│ │ │ ├── test_macholib.py
│ │ │ ├── test_macholib.pyc
│ │ │ ├── test_macholib.pyo
│ │ │ ├── test_memfunctions.py
│ │ │ ├── test_memfunctions.pyc
│ │ │ ├── test_memfunctions.pyo
│ │ │ ├── test_numbers.py
│ │ │ ├── test_numbers.pyc
│ │ │ ├── test_numbers.pyo
│ │ │ ├── test_objects.py
│ │ │ ├── test_objects.pyc
│ │ │ ├── test_objects.pyo
│ │ │ ├── test_parameters.py
│ │ │ ├── test_parameters.pyc
│ │ │ ├── test_parameters.pyo
│ │ │ ├── test_pep3118.py
│ │ │ ├── test_pep3118.pyc
│ │ │ ├── test_pep3118.pyo
│ │ │ ├── test_pickling.py
│ │ │ ├── test_pickling.pyc
│ │ │ ├── test_pickling.pyo
│ │ │ ├── test_pointers.py
│ │ │ ├── test_pointers.pyc
│ │ │ ├── test_pointers.pyo
│ │ │ ├── test_prototypes.py
│ │ │ ├── test_prototypes.pyc
│ │ │ ├── test_prototypes.pyo
│ │ │ ├── test_python_api.py
│ │ │ ├── test_python_api.pyc
│ │ │ ├── test_python_api.pyo
│ │ │ ├── test_random_things.py
│ │ │ ├── test_random_things.pyc
│ │ │ ├── test_random_things.pyo
│ │ │ ├── test_refcounts.py
│ │ │ ├── test_refcounts.pyc
│ │ │ ├── test_refcounts.pyo
│ │ │ ├── test_repr.py
│ │ │ ├── test_repr.pyc
│ │ │ ├── test_repr.pyo
│ │ │ ├── test_returnfuncptrs.py
│ │ │ ├── test_returnfuncptrs.pyc
│ │ │ ├── test_returnfuncptrs.pyo
│ │ │ ├── test_simplesubclasses.py
│ │ │ ├── test_simplesubclasses.pyc
│ │ │ ├── test_simplesubclasses.pyo
│ │ │ ├── test_sizes.py
│ │ │ ├── test_sizes.pyc
│ │ │ ├── test_sizes.pyo
│ │ │ ├── test_slicing.py
│ │ │ ├── test_slicing.pyc
│ │ │ ├── test_slicing.pyo
│ │ │ ├── test_stringptr.py
│ │ │ ├── test_stringptr.pyc
│ │ │ ├── test_stringptr.pyo
│ │ │ ├── test_strings.py
│ │ │ ├── test_strings.pyc
│ │ │ ├── test_strings.pyo
│ │ │ ├── test_struct_fields.py
│ │ │ ├── test_struct_fields.pyc
│ │ │ ├── test_struct_fields.pyo
│ │ │ ├── test_structures.py
│ │ │ ├── test_structures.pyc
│ │ │ ├── test_structures.pyo
│ │ │ ├── test_unaligned_structures.py
│ │ │ ├── test_unaligned_structures.pyc
│ │ │ ├── test_unaligned_structures.pyo
│ │ │ ├── test_unicode.py
│ │ │ ├── test_unicode.pyc
│ │ │ ├── test_unicode.pyo
│ │ │ ├── test_values.py
│ │ │ ├── test_values.pyc
│ │ │ ├── test_values.pyo
│ │ │ ├── test_varsize_struct.py
│ │ │ ├── test_varsize_struct.pyc
│ │ │ ├── test_varsize_struct.pyo
│ │ │ ├── test_win32.py
│ │ │ ├── test_win32.pyc
│ │ │ ├── test_win32.pyo
│ │ │ ├── test_wintypes.py
│ │ │ ├── test_wintypes.pyc
│ │ │ └── test_wintypes.pyo
│ │ ├── util.py
│ │ ├── util.pyc
│ │ ├── util.pyo
│ │ ├── wintypes.py
│ │ ├── wintypes.pyc
│ │ └── wintypes.pyo
│ ├── curses
│ │ ├── ascii.py
│ │ ├── ascii.pyc
│ │ ├── ascii.pyo
│ │ ├── has_key.py
│ │ ├── has_key.pyc
│ │ ├── has_key.pyo
│ │ ├── __init__.py
│ │ ├── __init__.pyc
│ │ ├── __init__.pyo
│ │ ├── panel.py
│ │ ├── panel.pyc
│ │ ├── panel.pyo
│ │ ├── textpad.py
│ │ ├── textpad.pyc
│ │ ├── textpad.pyo
│ │ ├── wrapper.py
│ │ ├── wrapper.pyc
│ │ └── wrapper.pyo
│ ├── dateutil
│ │ ├── easter.py
│ │ ├── __init__.py
│ │ ├── __init__.pyc
│ │ ├── parser.py
│ │ ├── parser.pyc
│ │ ├── relativedelta.py
│ │ ├── relativedelta.pyc
│ │ ├── rrule.py
│ │ ├── rrule.pyc
│ │ ├── tz.py
│ │ ├── tz.pyc
│ │ ├── tzwin.py
│ │ ├── tzwin.pyc
│ │ └── zoneinfo
│ │ ├── __init__.py
│ │ └── zoneinfo--latest.tar.gz
│ ├── dbhash.py
│ ├── dbhash.pyc
│ ├── dbhash.pyo
│ ├── decimal.py
│ ├── decimal.pyc
│ ├── decimal.pyo
│ ├── difflib.py
│ ├── difflib.pyc
│ ├── difflib.pyo
│ ├── dircache.py
│ ├── dircache.pyc
│ ├── dircache.pyo
│ ├── dis.py
│ ├── dis.pyc
│ ├── dis.pyo
│ ├── distutils
│ │ ├── archive_util.py
│ │ ├── archive_util.pyc
│ │ ├── archive_util.pyo
│ │ ├── bcppcompiler.py
│ │ ├── bcppcompiler.pyc
│ │ ├── bcppcompiler.pyo
│ │ ├── ccompiler.py
│ │ ├── ccompiler.pyc
│ │ ├── ccompiler.pyo
│ │ ├── cmd.py
│ │ ├── cmd.pyc
│ │ ├── cmd.pyo
│ │ ├── command
│ │ │ ├── bdist_dumb.py
│ │ │ ├── bdist_dumb.pyc
│ │ │ ├── bdist_dumb.pyo
│ │ │ ├── bdist_msi.py
│ │ │ ├── bdist_msi.pyc
│ │ │ ├── bdist_msi.pyo
│ │ │ ├── bdist.py
│ │ │ ├── bdist.pyc
│ │ │ ├── bdist.pyo
│ │ │ ├── bdist_rpm.py
│ │ │ ├── bdist_rpm.pyc
│ │ │ ├── bdist_rpm.pyo
│ │ │ ├── bdist_wininst.py
│ │ │ ├── bdist_wininst.pyc
│ │ │ ├── bdist_wininst.pyo
│ │ │ ├── build_clib.py
│ │ │ ├── build_clib.pyc
│ │ │ ├── build_clib.pyo
│ │ │ ├── build_ext.py
│ │ │ ├── build_ext.pyc
│ │ │ ├── build_ext.pyo
│ │ │ ├── build.py
│ │ │ ├── build.pyc
│ │ │ ├── build.pyo
│ │ │ ├── build_py.py
│ │ │ ├── build_py.pyc
│ │ │ ├── build_py.pyo
│ │ │ ├── build_scripts.py
│ │ │ ├── build_scripts.pyc
│ │ │ ├── build_scripts.pyo
│ │ │ ├── check.py
│ │ │ ├── check.pyc
│ │ │ ├── check.pyo
│ │ │ ├── clean.py
│ │ │ ├── clean.pyc
│ │ │ ├── clean.pyo
│ │ │ ├── config.py
│ │ │ ├── config.pyc
│ │ │ ├── config.pyo
│ │ │ ├── __init__.py
│ │ │ ├── __init__.pyc
│ │ │ ├── __init__.pyo
│ │ │ ├── install_data.py
│ │ │ ├── install_data.pyc
│ │ │ ├── install_data.pyo
│ │ │ ├── install_egg_info.py
│ │ │ ├── install_egg_info.pyc
│ │ │ ├── install_egg_info.pyo
│ │ │ ├── install_headers.py
│ │ │ ├── install_headers.pyc
│ │ │ ├── install_headers.pyo
│ │ │ ├── install_lib.py
│ │ │ ├── install_lib.pyc
│ │ │ ├── install_lib.pyo
│ │ │ ├── install.py
│ │ │ ├── install.pyc
│ │ │ ├── install.pyo
│ │ │ ├── install_scripts.py
│ │ │ ├── install_scripts.pyc
│ │ │ ├── install_scripts.pyo
│ │ │ ├── register.py
│ │ │ ├── register.pyc
│ │ │ ├── register.pyo
│ │ │ ├── sdist.py
│ │ │ ├── sdist.pyc
│ │ │ ├── sdist.pyo
│ │ │ ├── upload.py
│ │ │ ├── upload.pyc
│ │ │ ├── upload.pyo
│ │ │ ├── wininst-6.0.exe
│ │ │ ├── wininst-7.1.exe
│ │ │ ├── wininst-8.0.exe
│ │ │ ├── wininst-9.0-amd64.exe
│ │ │ └── wininst-9.0.exe
│ │ ├── config.py
│ │ ├── config.pyc
│ │ ├── config.pyo
│ │ ├── core.py
│ │ ├── core.pyc
│ │ ├── core.pyo
│ │ ├── cygwinccompiler.py
│ │ ├── cygwinccompiler.pyc
│ │ ├── cygwinccompiler.pyo
│ │ ├── debug.py
│ │ ├── debug.pyc
│ │ ├── debug.pyo
│ │ ├── dep_util.py
│ │ ├── dep_util.pyc
│ │ ├── dep_util.pyo
│ │ ├── dir_util.py
│ │ ├── dir_util.pyc
│ │ ├── dir_util.pyo
│ │ ├── dist.py
│ │ ├── dist.pyc
│ │ ├── dist.pyo
│ │ ├── emxccompiler.py
│ │ ├── emxccompiler.pyc
│ │ ├── emxccompiler.pyo
│ │ ├── errors.py
│ │ ├── errors.pyc
│ │ ├── errors.pyo
│ │ ├── extension.py
│ │ ├── extension.pyc
│ │ ├── extension.pyo
│ │ ├── fancy_getopt.py
│ │ ├── fancy_getopt.pyc
│ │ ├── fancy_getopt.pyo
│ │ ├── filelist.py
│ │ ├── filelist.pyc
│ │ ├── filelist.pyo
│ │ ├── file_util.py
│ │ ├── file_util.pyc
│ │ ├── file_util.pyo
│ │ ├── __init__.py
│ │ ├── __init__.pyc
│ │ ├── __init__.pyo
│ │ ├── log.py
│ │ ├── log.pyc
│ │ ├── log.pyo
│ │ ├── msvc9compiler.py
│ │ ├── msvc9compiler.pyc
│ │ ├── msvc9compiler.pyo
│ │ ├── msvccompiler.py
│ │ ├── msvccompiler.pyc
│ │ ├── msvccompiler.pyo
│ │ ├── spawn.py
│ │ ├── spawn.pyc
│ │ ├── spawn.pyo
│ │ ├── sysconfig.py
│ │ ├── sysconfig.pyc
│ │ ├── sysconfig.pyo
│ │ ├── tests
│ │ │ ├── __init__.py
│ │ │ ├── __init__.pyc
│ │ │ ├── __init__.pyo
│ │ │ ├── Setup.sample
│ │ │ ├── setuptools_build_ext.py
│ │ │ ├── setuptools_build_ext.pyc
│ │ │ ├── setuptools_build_ext.pyo
│ │ │ ├── setuptools_extension.py
│ │ │ ├── setuptools_extension.pyc
│ │ │ ├── setuptools_extension.pyo
│ │ │ ├── support.py
│ │ │ ├── support.pyc
│ │ │ ├── support.pyo
│ │ │ ├── test_archive_util.py
│ │ │ ├── test_archive_util.pyc
│ │ │ ├── test_archive_util.pyo
│ │ │ ├── test_bdist_dumb.py
│ │ │ ├── test_bdist_dumb.pyc
│ │ │ ├── test_bdist_dumb.pyo
│ │ │ ├── test_bdist_msi.py
│ │ │ ├── test_bdist_msi.pyc
│ │ │ ├── test_bdist_msi.pyo
│ │ │ ├── test_bdist.py
│ │ │ ├── test_bdist.pyc
│ │ │ ├── test_bdist.pyo
│ │ │ ├── test_bdist_rpm.py
│ │ │ ├── test_bdist_rpm.pyc
│ │ │ ├── test_bdist_rpm.pyo
│ │ │ ├── test_bdist_wininst.py
│ │ │ ├── test_bdist_wininst.pyc
│ │ │ ├── test_bdist_wininst.pyo
│ │ │ ├── test_build_clib.py
│ │ │ ├── test_build_clib.pyc
│ │ │ ├── test_build_clib.pyo
│ │ │ ├── test_build_ext.py
│ │ │ ├── test_build_ext.pyc
│ │ │ ├── test_build_ext.pyo
│ │ │ ├── test_build.py
│ │ │ ├── test_build.pyc
│ │ │ ├── test_build.pyo
│ │ │ ├── test_build_py.py
│ │ │ ├── test_build_py.pyc
│ │ │ ├── test_build_py.pyo
│ │ │ ├── test_build_scripts.py
│ │ │ ├── test_build_scripts.pyc
│ │ │ ├── test_build_scripts.pyo
│ │ │ ├── test_ccompiler.py
│ │ │ ├── test_ccompiler.pyc
│ │ │ ├── test_ccompiler.pyo
│ │ │ ├── test_check.py
│ │ │ ├── test_check.pyc
│ │ │ ├── test_check.pyo
│ │ │ ├── test_clean.py
│ │ │ ├── test_clean.pyc
│ │ │ ├── test_clean.pyo
│ │ │ ├── test_cmd.py
│ │ │ ├── test_cmd.pyc
│ │ │ ├── test_cmd.pyo
│ │ │ ├── test_config_cmd.py
│ │ │ ├── test_config_cmd.pyc
│ │ │ ├── test_config_cmd.pyo
│ │ │ ├── test_config.py
│ │ │ ├── test_config.pyc
│ │ │ ├── test_config.pyo
│ │ │ ├── test_core.py
│ │ │ ├── test_core.pyc
│ │ │ ├── test_core.pyo
│ │ │ ├── test_dep_util.py
│ │ │ ├── test_dep_util.pyc
│ │ │ ├── test_dep_util.pyo
│ │ │ ├── test_dir_util.py
│ │ │ ├── test_dir_util.pyc
│ │ │ ├── test_dir_util.pyo
│ │ │ ├── test_dist.py
│ │ │ ├── test_dist.pyc
│ │ │ ├── test_dist.pyo
│ │ │ ├── test_filelist.py
│ │ │ ├── test_filelist.pyc
│ │ │ ├── test_filelist.pyo
│ │ │ ├── test_file_util.py
│ │ │ ├── test_file_util.pyc
│ │ │ ├── test_file_util.pyo
│ │ │ ├── test_install_data.py
│ │ │ ├── test_install_data.pyc
│ │ │ ├── test_install_data.pyo
│ │ │ ├── test_install_headers.py
│ │ │ ├── test_install_headers.pyc
│ │ │ ├── test_install_headers.pyo
│ │ │ ├── test_install_lib.py
│ │ │ ├── test_install_lib.pyc
│ │ │ ├── test_install_lib.pyo
│ │ │ ├── test_install.py
│ │ │ ├── test_install.pyc
│ │ │ ├── test_install.pyo
│ │ │ ├── test_install_scripts.py
│ │ │ ├── test_install_scripts.pyc
│ │ │ ├── test_install_scripts.pyo
│ │ │ ├── test_msvc9compiler.py
│ │ │ ├── test_msvc9compiler.pyc
│ │ │ ├── test_msvc9compiler.pyo
│ │ │ ├── test_register.py
│ │ │ ├── test_register.pyc
│ │ │ ├── test_register.pyo
│ │ │ ├── test_sdist.py
│ │ │ ├── test_sdist.pyc
│ │ │ ├── test_sdist.pyo
│ │ │ ├── test_spawn.py
│ │ │ ├── test_spawn.pyc
│ │ │ ├── test_spawn.pyo
│ │ │ ├── test_sysconfig.py
│ │ │ ├── test_sysconfig.pyc
│ │ │ ├── test_sysconfig.pyo
│ │ │ ├── test_text_file.py
│ │ │ ├── test_text_file.pyc
│ │ │ ├── test_text_file.pyo
│ │ │ ├── test_unixccompiler.py
│ │ │ ├── test_unixccompiler.pyc
│ │ │ ├── test_unixccompiler.pyo
│ │ │ ├── test_upload.py
│ │ │ ├── test_upload.pyc
│ │ │ ├── test_upload.pyo
│ │ │ ├── test_util.py
│ │ │ ├── test_util.pyc
│ │ │ ├── test_util.pyo
│ │ │ ├── test_versionpredicate.py
│ │ │ ├── test_versionpredicate.pyc
│ │ │ ├── test_versionpredicate.pyo
│ │ │ ├── test_version.py
│ │ │ ├── test_version.pyc
│ │ │ └── test_version.pyo
│ │ ├── text_file.py
│ │ ├── text_file.pyc
│ │ ├── text_file.pyo
│ │ ├── unixccompiler.py
│ │ ├── unixccompiler.pyc
│ │ ├── unixccompiler.pyo
│ │ ├── util.py
│ │ ├── util.pyc
│ │ ├── util.pyo
│ │ ├── versionpredicate.py
│ │ ├── versionpredicate.pyc
│ │ ├── versionpredicate.pyo
│ │ ├── version.py
│ │ ├── version.pyc
│ │ └── version.pyo
│ ├── doctest.py
│ ├── doctest.pyc
│ ├── doctest.pyo
│ ├── DocXMLRPCServer.py
│ ├── DocXMLRPCServer.pyc
│ ├── DocXMLRPCServer.pyo
│ ├── dumbdbm.py
│ ├── dumbdbm.pyc
│ ├── dumbdbm.pyo
│ ├── dummy_threading.py
│ ├── dummy_threading.pyc
│ ├── dummy_threading.pyo
│ ├── dummy_thread.py
│ ├── dummy_thread.pyc
│ ├── dummy_thread.pyo
│ │ ├── base64mime.py
│ │ ├── base64mime.pyc
│ │ ├── base64mime.pyo
│ │ ├── charset.py
│ │ ├── charset.pyc
│ │ ├── charset.pyo
│ │ ├── encoders.py
│ │ ├── encoders.pyc
│ │ ├── encoders.pyo
│ │ ├── errors.py
│ │ ├── errors.pyc
│ │ ├── errors.pyo
│ │ ├── feedparser.py
│ │ ├── feedparser.pyc
│ │ ├── feedparser.pyo
│ │ ├── generator.py
│ │ ├── generator.pyc
│ │ ├── generator.pyo
│ │ ├── header.py
│ │ ├── header.pyc
│ │ ├── header.pyo
│ │ ├── __init__.py
│ │ ├── __init__.pyc
│ │ ├── __init__.pyo
│ │ ├── iterators.py
│ │ ├── iterators.pyc
│ │ ├── iterators.pyo
│ │ ├── message.py
│ │ ├── message.pyc
│ │ ├── message.pyo
│ │ ├── mime
│ │ │ ├── application.py
│ │ │ ├── application.pyc
│ │ │ ├── application.pyo
│ │ │ ├── audio.py
│ │ │ ├── audio.pyc
│ │ │ ├── audio.pyo
│ │ │ ├── base.py
│ │ │ ├── base.pyc
│ │ │ ├── base.pyo
│ │ │ ├── image.py
│ │ │ ├── image.pyc
│ │ │ ├── image.pyo
│ │ │ ├── __init__.py
│ │ │ ├── __init__.pyc
│ │ │ ├── __init__.pyo
│ │ │ ├── message.py
│ │ │ ├── message.pyc
│ │ │ ├── message.pyo
│ │ │ ├── multipart.py
│ │ │ ├── multipart.pyc
│ │ │ ├── multipart.pyo
│ │ │ ├── nonmultipart.py
│ │ │ ├── nonmultipart.pyc
│ │ │ ├── nonmultipart.pyo
│ │ │ ├── text.py
│ │ │ ├── text.pyc
│ │ │ └── text.pyo
│ │ ├── _parseaddr.py
│ │ ├── _parseaddr.pyc
│ │ ├── _parseaddr.pyo
│ │ ├── parser.py
│ │ ├── parser.pyc
│ │ ├── parser.pyo
│ │ ├── quoprimime.py
│ │ ├── quoprimime.pyc
│ │ ├── quoprimime.pyo
│ │ ├── test
│ │ │ ├── data
│ │ │ │ ├── audiotest.au
│ │ │ │ ├── msg_01.txt
│ │ │ │ ├── msg_02.txt
│ │ │ │ ├── msg_03.txt
│ │ │ │ ├── msg_04.txt
│ │ │ │ ├── msg_05.txt
│ │ │ │ ├── msg_06.txt
│ │ │ │ ├── msg_07.txt
│ │ │ │ ├── msg_08.txt
│ │ │ │ ├── msg_09.txt
│ │ │ │ ├── msg_10.txt
│ │ │ │ ├── msg_11.txt
│ │ │ │ ├── msg_12a.txt
│ │ │ │ ├── msg_12.txt
│ │ │ │ ├── msg_13.txt
│ │ │ │ ├── msg_14.txt
│ │ │ │ ├── msg_15.txt
│ │ │ │ ├── msg_16.txt
│ │ │ │ ├── msg_17.txt
│ │ │ │ ├── msg_18.txt
│ │ │ │ ├── msg_19.txt
│ │ │ │ ├── msg_20.txt
│ │ │ │ ├── msg_21.txt
│ │ │ │ ├── msg_22.txt
│ │ │ │ ├── msg_23.txt
│ │ │ │ ├── msg_24.txt
│ │ │ │ ├── msg_25.txt
│ │ │ │ ├── msg_26.txt
│ │ │ │ ├── msg_27.txt
│ │ │ │ ├── msg_28.txt
│ │ │ │ ├── msg_29.txt
│ │ │ │ ├── msg_30.txt
│ │ │ │ ├── msg_31.txt
│ │ │ │ ├── msg_32.txt
│ │ │ │ ├── msg_33.txt
│ │ │ │ ├── msg_34.txt
│ │ │ │ ├── msg_35.txt
│ │ │ │ ├── msg_36.txt
│ │ │ │ ├── msg_37.txt
│ │ │ │ ├── msg_38.txt
│ │ │ │ ├── msg_39.txt
│ │ │ │ ├── msg_40.txt
│ │ │ │ ├── msg_41.txt
│ │ │ │ ├── msg_42.txt
│ │ │ │ ├── msg_43.txt
│ │ │ │ ├── msg_44.txt
│ │ │ │ ├── msg_45.txt
│ │ │ │ ├── msg_46.txt
│ │ │ │ └── PyBanner048.gif
│ │ │ ├── __init__.py
│ │ │ ├── __init__.pyc
│ │ │ ├── __init__.pyo
│ │ │ ├── test_email_codecs.py
│ │ │ ├── test_email_codecs.pyc
│ │ │ ├── test_email_codecs.pyo
│ │ │ ├── test_email_codecs_renamed.py
│ │ │ ├── test_email_codecs_renamed.pyc
│ │ │ ├── test_email_codecs_renamed.pyo
│ │ │ ├── test_email.py
│ │ │ ├── test_email.pyc
│ │ │ ├── test_email.pyo
│ │ │ ├── test_email_renamed.py
│ │ │ ├── test_email_renamed.pyc
│ │ │ ├── test_email_renamed.pyo
│ │ │ ├── test_email_torture.py
│ │ │ ├── test_email_torture.pyc
│ │ │ └── test_email_torture.pyo
│ │ ├── utils.py
│ │ ├── utils.pyc
│ │ └── utils.pyo
│ ├── encodings
│ │ ├── aliases.py
│ │ ├── aliases.pyc
│ │ ├── aliases.pyo
│ │ ├── ascii.py
│ │ ├── ascii.pyc
│ │ ├── ascii.pyo
│ │ ├── base64_codec.py
│ │ ├── base64_codec.pyc
│ │ ├── base64_codec.pyo
│ │ ├── big5hkscs.py
│ │ ├── big5hkscs.pyc
│ │ ├── big5hkscs.pyo
│ │ ├── big5.py
│ │ ├── big5.pyc
│ │ ├── big5.pyo
│ │ ├── bz2_codec.py
│ │ ├── bz2_codec.pyc
│ │ ├── bz2_codec.pyo
│ │ ├── charmap.py
│ │ ├── charmap.pyc
│ │ ├── charmap.pyo
│ │ ├── cp037.py
│ │ ├── cp037.pyc
│ │ ├── cp037.pyo
│ │ ├── cp1006.py
│ │ ├── cp1006.pyc
│ │ ├── cp1006.pyo
│ │ ├── cp1026.py
│ │ ├── cp1026.pyc
│ │ ├── cp1026.pyo
│ │ ├── cp1140.py
│ │ ├── cp1140.pyc
│ │ ├── cp1140.pyo
│ │ ├── cp1250.py
│ │ ├── cp1250.pyc
│ │ ├── cp1250.pyo
│ │ ├── cp1251.py
│ │ ├── cp1251.pyc
│ │ ├── cp1251.pyo
│ │ ├── cp1252.py
│ │ ├── cp1252.pyc
│ │ ├── cp1252.pyo
│ │ ├── cp1253.py
│ │ ├── cp1253.pyc
│ │ ├── cp1253.pyo
│ │ ├── cp1254.py
│ │ ├── cp1254.pyc
│ │ ├── cp1254.pyo
│ │ ├── cp1255.py
│ │ ├── cp1255.pyc
│ │ ├── cp1255.pyo
│ │ ├── cp1256.py
│ │ ├── cp1256.pyc
│ │ ├── cp1256.pyo
│ │ ├── cp1257.py
│ │ ├── cp1257.pyc
│ │ ├── cp1257.pyo
│ │ ├── cp1258.py
│ │ ├── cp1258.pyc
│ │ ├── cp1258.pyo
│ │ ├── cp424.py
│ │ ├── cp424.pyc
│ │ ├── cp424.pyo
│ │ ├── cp437.py
│ │ ├── cp437.pyc
│ │ ├── cp437.pyo
│ │ ├── cp500.py
│ │ ├── cp500.pyc
│ │ ├── cp500.pyo
│ │ ├── cp720.py
│ │ ├── cp720.pyc
│ │ ├── cp720.pyo
│ │ ├── cp737.py
│ │ ├── cp737.pyc
│ │ ├── cp737.pyo
│ │ ├── cp775.py
│ │ ├── cp775.pyc
│ │ ├── cp775.pyo
│ │ ├── cp850.py
│ │ ├── cp850.pyc
│ │ ├── cp850.pyo
│ │ ├── cp852.py
│ │ ├── cp852.pyc
│ │ ├── cp852.pyo
│ │ ├── cp855.py
│ │ ├── cp855.pyc
│ │ ├── cp855.pyo
│ │ ├── cp856.py
│ │ ├── cp856.pyc
│ │ ├── cp856.pyo
│ │ ├── cp857.py
│ │ ├── cp857.pyc
│ │ ├── cp857.pyo
│ │ ├── cp858.py
│ │ ├── cp858.pyc
│ │ ├── cp858.pyo
│ │ ├── cp860.py
│ │ ├── cp860.pyc
│ │ ├── cp860.pyo
│ │ ├── cp861.py
│ │ ├── cp861.pyc
│ │ ├── cp861.pyo
│ │ ├── cp862.py
│ │ ├── cp862.pyc
│ │ ├── cp862.pyo
│ │ ├── cp863.py
│ │ ├── cp863.pyc
│ │ ├── cp863.pyo
│ │ ├── cp864.py
│ │ ├── cp864.pyc
│ │ ├── cp864.pyo
│ │ ├── cp865.py
│ │ ├── cp865.pyc
│ │ ├── cp865.pyo
│ │ ├── cp866.py
│ │ ├── cp866.pyc
│ │ ├── cp866.pyo
│ │ ├── cp869.py
│ │ ├── cp869.pyc
│ │ ├── cp869.pyo
│ │ ├── cp874.py
│ │ ├── cp874.pyc
│ │ ├── cp874.pyo
│ │ ├── cp875.py
│ │ ├── cp875.pyc
│ │ ├── cp875.pyo
│ │ ├── cp932.py
│ │ ├── cp932.pyc
│ │ ├── cp932.pyo
│ │ ├── cp949.py
│ │ ├── cp949.pyc
│ │ ├── cp949.pyo
│ │ ├── cp950.py
│ │ ├── cp950.pyc
│ │ ├── cp950.pyo
│ │ ├── euc_jis_2004.py
│ │ ├── euc_jis_2004.pyc
│ │ ├── euc_jis_2004.pyo
│ │ ├── euc_jisx0213.py
│ │ ├── euc_jisx0213.pyc
│ │ ├── euc_jisx0213.pyo
│ │ ├── euc_jp.py
│ │ ├── euc_jp.pyc
│ │ ├── euc_jp.pyo
│ │ ├── euc_kr.py
│ │ ├── euc_kr.pyc
│ │ ├── euc_kr.pyo
│ │ ├── gb18030.py
│ │ ├── gb18030.pyc
│ │ ├── gb18030.pyo
│ │ ├── gb2312.py
│ │ ├── gb2312.pyc
│ │ ├── gb2312.pyo
│ │ ├── gbk.py
│ │ ├── gbk.pyc
│ │ ├── gbk.pyo
│ │ ├── hex_codec.py
│ │ ├── hex_codec.pyc
│ │ ├── hex_codec.pyo
│ │ ├── hp_roman8.py
│ │ ├── hp_roman8.pyc
│ │ ├── hp_roman8.pyo
│ │ ├── hz.py
│ │ ├── hz.pyc
│ │ ├── hz.pyo
│ │ ├── idna.py
│ │ ├── idna.pyc
│ │ ├── idna.pyo
│ │ ├── __init__.py
│ │ ├── __init__.pyc
│ │ ├── __init__.pyo
│ │ ├── iso2022_jp_1.py
│ │ ├── iso2022_jp_1.pyc
│ │ ├── iso2022_jp_1.pyo
│ │ ├── iso2022_jp_2004.py
│ │ ├── iso2022_jp_2004.pyc
│ │ ├── iso2022_jp_2004.pyo
│ │ ├── iso2022_jp_2.py
│ │ ├── iso2022_jp_2.pyc
│ │ ├── iso2022_jp_2.pyo
│ │ ├── iso2022_jp_3.py
│ │ ├── iso2022_jp_3.pyc
│ │ ├── iso2022_jp_3.pyo
│ │ ├── iso2022_jp_ext.py
│ │ ├── iso2022_jp_ext.pyc
│ │ ├── iso2022_jp_ext.pyo
│ │ ├── iso2022_jp.py
│ │ ├── iso2022_jp.pyc
│ │ ├── iso2022_jp.pyo
│ │ ├── iso2022_kr.py
│ │ ├── iso2022_kr.pyc
│ │ ├── iso2022_kr.pyo
│ │ ├── iso8859_10.py
│ │ ├── iso8859_10.pyc
│ │ ├── iso8859_10.pyo
│ │ ├── iso8859_11.py
│ │ ├── iso8859_11.pyc
│ │ ├── iso8859_11.pyo
│ │ ├── iso8859_13.py
│ │ ├── iso8859_13.pyc
│ │ ├── iso8859_13.pyo
│ │ ├── iso8859_14.py
│ │ ├── iso8859_14.pyc
│ │ ├── iso8859_14.pyo
│ │ ├── iso8859_15.py
│ │ ├── iso8859_15.pyc
│ │ ├── iso8859_15.pyo
│ │ ├── iso8859_16.py
│ │ ├── iso8859_16.pyc
│ │ ├── iso8859_16.pyo
│ │ ├── iso8859_1.py
│ │ ├── iso8859_1.pyc
│ │ ├── iso8859_1.pyo
│ │ ├── iso8859_2.py
│ │ ├── iso8859_2.pyc
│ │ ├── iso8859_2.pyo
│ │ ├── iso8859_3.py
│ │ ├── iso8859_3.pyc
│ │ ├── iso8859_3.pyo
│ │ ├── iso8859_4.py
│ │ ├── iso8859_4.pyc
│ │ ├── iso8859_4.pyo
│ │ ├── iso8859_5.py
│ │ ├── iso8859_5.pyc
│ │ ├── iso8859_5.pyo
│ │ ├── iso8859_6.py
│ │ ├── iso8859_6.pyc
│ │ ├── iso8859_6.pyo
│ │ ├── iso8859_7.py
│ │ ├── iso8859_7.pyc
│ │ ├── iso8859_7.pyo
│ │ ├── iso8859_8.py
│ │ ├── iso8859_8.pyc
│ │ ├── iso8859_8.pyo
│ │ ├── iso8859_9.py
│ │ ├── iso8859_9.pyc
│ │ ├── iso8859_9.pyo
│ │ ├── johab.py
│ │ ├── johab.pyc
│ │ ├── johab.pyo
│ │ ├── koi8_r.py
│ │ ├── koi8_r.pyc
│ │ ├── koi8_r.pyo
│ │ ├── koi8_u.py
│ │ ├── koi8_u.pyc
│ │ ├── koi8_u.pyo
│ │ ├── latin_1.py
│ │ ├── latin_1.pyc
│ │ ├── latin_1.pyo
│ │ ├── mac_arabic.py
│ │ ├── mac_arabic.pyc
│ │ ├── mac_arabic.pyo
│ │ ├── mac_centeuro.py
│ │ ├── mac_centeuro.pyc
│ │ ├── mac_centeuro.pyo
│ │ ├── mac_croatian.py
│ │ ├── mac_croatian.pyc
│ │ ├── mac_croatian.pyo
│ │ ├── mac_cyrillic.py
│ │ ├── mac_cyrillic.pyc
│ │ ├── mac_cyrillic.pyo
│ │ ├── mac_farsi.py
│ │ ├── mac_farsi.pyc
│ │ ├── mac_farsi.pyo
│ │ ├── mac_greek.py
│ │ ├── mac_greek.pyc
│ │ ├── mac_greek.pyo
│ │ ├── mac_iceland.py
│ │ ├── mac_iceland.pyc
│ │ ├── mac_iceland.pyo
│ │ ├── mac_latin2.py
│ │ ├── mac_latin2.pyc
│ │ ├── mac_latin2.pyo
│ │ ├── mac_romanian.py
│ │ ├── mac_romanian.pyc
│ │ ├── mac_romanian.pyo
│ │ ├── mac_roman.py
│ │ ├── mac_roman.pyc
│ │ ├── mac_roman.pyo
│ │ ├── mac_turkish.py
│ │ ├── mac_turkish.pyc
│ │ ├── mac_turkish.pyo
│ │ ├── mbcs.py
│ │ ├── mbcs.pyc
│ │ ├── mbcs.pyo
│ │ ├── palmos.py
│ │ ├── palmos.pyc
│ │ ├── palmos.pyo
│ │ ├── ptcp154.py
│ │ ├── ptcp154.pyc
│ │ ├── ptcp154.pyo
│ │ ├── punycode.py
│ │ ├── punycode.pyc
│ │ ├── punycode.pyo
│ │ ├── quopri_codec.py
│ │ ├── quopri_codec.pyc
│ │ ├── quopri_codec.pyo
│ │ ├── raw_unicode_escape.py
│ │ ├── raw_unicode_escape.pyc
│ │ ├── raw_unicode_escape.pyo
│ │ ├── rot_13.py
│ │ ├── rot_13.pyc
│ │ ├── rot_13.pyo
│ │ ├── shift_jis_2004.py
│ │ ├── shift_jis_2004.pyc
│ │ ├── shift_jis_2004.pyo
│ │ ├── shift_jis.py
│ │ ├── shift_jis.pyc
│ │ ├── shift_jis.pyo
│ │ ├── shift_jisx0213.py
│ │ ├── shift_jisx0213.pyc
│ │ ├── shift_jisx0213.pyo
│ │ ├── string_escape.py
│ │ ├── string_escape.pyc
│ │ ├── string_escape.pyo
│ │ ├── tis_620.py
│ │ ├── tis_620.pyc
│ │ ├── tis_620.pyo
│ │ ├── undefined.py
│ │ ├── undefined.pyc
│ │ ├── undefined.pyo
│ │ ├── unicode_escape.py
│ │ ├── unicode_escape.pyc
│ │ ├── unicode_escape.pyo
│ │ ├── unicode_internal.py
│ │ ├── unicode_internal.pyc
│ │ ├── unicode_internal.pyo
│ │ ├── utf_16_be.py
│ │ ├── utf_16_be.pyc
│ │ ├── utf_16_be.pyo
│ │ ├── utf_16_le.py
│ │ ├── utf_16_le.pyc
│ │ ├── utf_16_le.pyo
│ │ ├── utf_16.py
│ │ ├── utf_16.pyc
│ │ ├── utf_16.pyo
│ │ ├── utf_32_be.py
│ │ ├── utf_32_be.pyc
│ │ ├── utf_32_be.pyo
│ │ ├── utf_32_le.py
│ │ ├── utf_32_le.pyc
│ │ ├── utf_32_le.pyo
│ │ ├── utf_32.py
│ │ ├── utf_32.pyc
│ │ ├── utf_32.pyo
│ │ ├── utf_7.py
│ │ ├── utf_7.pyc
│ │ ├── utf_7.pyo
│ │ ├── utf_8.py
│ │ ├── utf_8.pyc
│ │ ├── utf_8.pyo
│ │ ├── utf_8_sig.py
│ │ ├── utf_8_sig.pyc
│ │ ├── utf_8_sig.pyo
│ │ ├── uu_codec.py
│ │ ├── uu_codec.pyc
│ │ ├── uu_codec.pyo
│ │ ├── zlib_codec.py
│ │ ├── zlib_codec.pyc
│ │ └── zlib_codec.pyo
│ ├── filecmp.py
│ ├── filecmp.pyc
│ ├── filecmp.pyo
│ ├── fileinput.py
│ ├── fileinput.pyc
│ ├── fileinput.pyo
│ ├── fnmatch.py
│ ├── fnmatch.pyc
│ ├── fnmatch.pyo
│ ├── formatter.py
│ ├── formatter.pyc
│ ├── formatter.pyo
│ ├── fpformat.py
│ ├── fpformat.pyc
│ ├── fpformat.pyo
│ ├── fractions.py
│ ├── fractions.pyc
│ ├── fractions.pyo
│ ├── ftplib.py
│ ├── ftplib.pyc
│ ├── ftplib.pyo
│ ├── functools.py
│ ├── functools.pyc
│ ├── functools.pyo
│ ├── __future__.py
│ ├── __future__.pyc
│ ├── __future__.pyo
│ ├── genericpath.py
│ ├── genericpath.pyc
│ ├── genericpath.pyo
│ ├── getopt.py
│ ├── getopt.pyc
│ ├── getopt.pyo
│ ├── getpass.py
│ ├── getpass.pyc
│ ├── getpass.pyo
│ ├── gettext.py
│ ├── gettext.pyc
│ ├── gettext.pyo
│ ├── glob.py
│ ├── glob.pyc
│ ├── glob.pyo
│ ├── gzip.py
│ ├── gzip.pyc
│ ├── gzip.pyo
│ ├── hashlib.py
│ ├── hashlib.pyc
│ ├── hashlib.pyo
│ ├── heapq.py
│ ├── heapq.pyc
│ ├── heapq.pyo
│ ├── hmac.py
│ ├── hmac.pyc
│ ├── hmac.pyo
│ ├── hotshot
│ │ ├── __init__.py
│ │ ├── __init__.pyc
│ │ ├── __init__.pyo
│ │ ├── log.py
│ │ ├── log.pyc
│ │ ├── log.pyo
│ │ ├── stats.py
│ │ ├── stats.pyc
│ │ ├── stats.pyo
│ │ ├── stones.py
│ │ ├── stones.pyc
│ │ └── stones.pyo
│ ├── htmlentitydefs.py
│ ├── htmlentitydefs.pyc
│ ├── htmlentitydefs.pyo
│ ├── htmllib.py
│ ├── htmllib.pyc
│ ├── htmllib.pyo
│ ├── HTMLParser.py
│ ├── HTMLParser.pyc
│ ├── HTMLParser.pyo
│ ├── httplib.py
│ ├── httplib.pyc
│ ├── httplib.pyo
│ ├── idlelib
│ │ ├── aboutDialog.py
│ │ ├── aboutDialog.pyc
│ │ ├── aboutDialog.pyo
│ │ ├── AutoComplete.py
│ │ ├── AutoComplete.pyc
│ │ ├── AutoComplete.pyo
│ │ ├── AutoCompleteWindow.py
│ │ ├── AutoCompleteWindow.pyc
│ │ ├── AutoCompleteWindow.pyo
│ │ ├── AutoExpand.py
│ │ ├── AutoExpand.pyc
│ │ ├── AutoExpand.pyo
│ │ ├── Bindings.py
│ │ ├── Bindings.pyc
│ │ ├── Bindings.pyo
│ │ ├── CallTips.py
│ │ ├── CallTips.pyc
│ │ ├── CallTips.pyo
│ │ ├── CallTipWindow.py
│ │ ├── CallTipWindow.pyc
│ │ ├── CallTipWindow.pyo
│ │ ├── ClassBrowser.py
│ │ ├── ClassBrowser.pyc
│ │ ├── ClassBrowser.pyo
│ │ ├── CodeContext.py
│ │ ├── CodeContext.pyc
│ │ ├── CodeContext.pyo
│ │ ├── ColorDelegator.py
│ │ ├── ColorDelegator.pyc
│ │ ├── ColorDelegator.pyo
│ │ ├── configDialog.py
│ │ ├── configDialog.pyc
│ │ ├── configDialog.pyo
│ │ ├── config-extensions.def
│ │ ├── configHandler.py
│ │ ├── configHandler.pyc
│ │ ├── configHandler.pyo
│ │ ├── configHelpSourceEdit.py
│ │ ├── configHelpSourceEdit.pyc
│ │ ├── configHelpSourceEdit.pyo
│ │ ├── config-highlight.def
│ │ ├── config-keys.def
│ │ ├── config-main.def
│ │ ├── configSectionNameDialog.py
│ │ ├── configSectionNameDialog.pyc
│ │ ├── configSectionNameDialog.pyo
│ │ ├── CREDITS.txt
│ │ ├── Debugger.py
│ │ ├── Debugger.pyc
│ │ ├── Debugger.pyo
│ │ ├── Delegator.py
│ │ ├── Delegator.pyc
│ │ ├── Delegator.pyo
│ │ ├── dynOptionMenuWidget.py
│ │ ├── dynOptionMenuWidget.pyc
│ │ ├── dynOptionMenuWidget.pyo
│ │ ├── EditorWindow.py
│ │ ├── EditorWindow.pyc
│ │ ├── EditorWindow.pyo
│ │ ├── extend.txt
│ │ ├── FileList.py
│ │ ├── FileList.pyc
│ │ ├── FileList.pyo
│ │ ├── FormatParagraph.py
│ │ ├── FormatParagraph.pyc
│ │ ├── FormatParagraph.pyo
│ │ ├── GrepDialog.py
│ │ ├── GrepDialog.pyc
│ │ ├── GrepDialog.pyo
│ │ ├── help.txt
│ │ ├── HISTORY.txt
│ │ ├── HyperParser.py
│ │ ├── HyperParser.pyc
│ │ ├── HyperParser.pyo
│ │ ├── Icons
│ │ │ ├── folder.gif
│ │ │ ├── idle.icns
│ │ │ ├── minusnode.gif
│ │ │ ├── openfolder.gif
│ │ │ ├── plusnode.gif
│ │ │ ├── python.gif
│ │ │ └── tk.gif
│ │ ├── idle.bat
│ │ ├── IdleHistory.py
│ │ ├── IdleHistory.pyc
│ │ ├── IdleHistory.pyo
│ │ ├── idle.py
│ │ ├── idle.pyc
│ │ ├── idle.pyo
│ │ ├── idle.pyw
│ │ ├── idle_test
│ │ │ ├── __init__.py
│ │ │ ├── __init__.pyc
│ │ │ ├── __init__.pyo
│ │ │ ├── mock_idle.py
│ │ │ ├── mock_idle.pyc
│ │ │ ├── mock_idle.pyo
│ │ │ ├── mock_tk.py
│ │ │ ├── mock_tk.pyc
│ │ │ ├── mock_tk.pyo
│ │ │ ├── README.txt
│ │ │ ├── test_calltips.py
│ │ │ ├── test_calltips.pyc
│ │ │ ├── test_calltips.pyo
│ │ │ ├── test_config_name.py
│ │ │ ├── test_config_name.pyc
│ │ │ ├── test_config_name.pyo
│ │ │ ├── test_delegator.py
│ │ │ ├── test_delegator.pyc
│ │ │ ├── test_delegator.pyo
│ │ │ ├── test_formatparagraph.py
│ │ │ ├── test_formatparagraph.pyc
│ │ │ ├── test_formatparagraph.pyo
│ │ │ ├── test_grep.py
│ │ │ ├── test_grep.pyc
│ │ │ ├── test_grep.pyo
│ │ │ ├── test_idlehistory.py
│ │ │ ├── test_idlehistory.pyc
│ │ │ ├── test_idlehistory.pyo
│ │ │ ├── test_pathbrowser.py
│ │ │ ├── test_pathbrowser.pyc
│ │ │ ├── test_pathbrowser.pyo
│ │ │ ├── test_rstrip.py
│ │ │ ├── test_rstrip.pyc
│ │ │ ├── test_rstrip.pyo
│ │ │ ├── test_searchengine.py
│ │ │ ├── test_searchengine.pyc
│ │ │ ├── test_searchengine.pyo
│ │ │ ├── test_text.py
│ │ │ ├── test_text.pyc
│ │ │ ├── test_text.pyo
│ │ │ ├── test_warning.py
│ │ │ ├── test_warning.pyc
│ │ │ └── test_warning.pyo
│ │ ├── idlever.py
│ │ ├── idlever.pyc
│ │ ├── idlever.pyo
│ │ ├── __init__.py
│ │ ├── __init__.pyc
│ │ ├── __init__.pyo
│ │ ├── IOBinding.py
│ │ ├── IOBinding.pyc
│ │ ├── IOBinding.pyo
│ │ ├── keybindingDialog.py
│ │ ├── keybindingDialog.pyc
│ │ ├── keybindingDialog.pyo
│ │ ├── macosxSupport.py
│ │ ├── macosxSupport.pyc
│ │ ├── macosxSupport.pyo
│ │ ├── MultiCall.py
│ │ ├── MultiCall.pyc
│ │ ├── MultiCall.pyo
│ │ ├── MultiStatusBar.py
│ │ ├── MultiStatusBar.pyc
│ │ ├── MultiStatusBar.pyo
│ │ ├── NEWS.txt
│ │ ├── ObjectBrowser.py
│ │ ├── ObjectBrowser.pyc
│ │ ├── ObjectBrowser.pyo
│ │ ├── OutputWindow.py
│ │ ├── OutputWindow.pyc
│ │ ├── OutputWindow.pyo
│ │ ├── ParenMatch.py
│ │ ├── ParenMatch.pyc
│ │ ├── ParenMatch.pyo
│ │ ├── PathBrowser.py
│ │ ├── PathBrowser.pyc
│ │ ├── PathBrowser.pyo
│ │ ├── Percolator.py
│ │ ├── Percolator.pyc
│ │ ├── Percolator.pyo
│ │ ├── PyParse.py
│ │ ├── PyParse.pyc
│ │ ├── PyParse.pyo
│ │ ├── PyShell.py
│ │ ├── PyShell.pyc
│ │ ├── PyShell.pyo
│ │ ├── README.txt
│ │ ├── RemoteDebugger.py
│ │ ├── RemoteDebugger.pyc
│ │ ├── RemoteDebugger.pyo
│ │ ├── RemoteObjectBrowser.py
│ │ ├── RemoteObjectBrowser.pyc
│ │ ├── RemoteObjectBrowser.pyo
│ │ ├── ReplaceDialog.py
│ │ ├── ReplaceDialog.pyc
│ │ ├── ReplaceDialog.pyo
│ │ ├── rpc.py
│ │ ├── rpc.pyc
│ │ ├── rpc.pyo
│ │ ├── RstripExtension.py
│ │ ├── RstripExtension.pyc
│ │ ├── RstripExtension.pyo
│ │ ├── run.py
│ │ ├── run.pyc
│ │ ├── run.pyo
│ │ ├── ScriptBinding.py
│ │ ├── ScriptBinding.pyc
│ │ ├── ScriptBinding.pyo
│ │ ├── ScrolledList.py
│ │ ├── ScrolledList.pyc
│ │ ├── ScrolledList.pyo
│ │ ├── SearchDialogBase.py
│ │ ├── SearchDialogBase.pyc
│ │ ├── SearchDialogBase.pyo
│ │ ├── SearchDialog.py
│ │ ├── SearchDialog.pyc
│ │ ├── SearchDialog.pyo
│ │ ├── SearchEngine.py
│ │ ├── SearchEngine.pyc
│ │ ├── SearchEngine.pyo
│ │ ├── StackViewer.py
│ │ ├── StackViewer.pyc
│ │ ├── StackViewer.pyo
│ │ ├── tabbedpages.py
│ │ ├── tabbedpages.pyc
│ │ ├── tabbedpages.pyo
│ │ ├── testcode.py
│ │ ├── testcode.pyc
│ │ ├── testcode.pyo
│ │ ├── textView.py
│ │ ├── textView.pyc
│ │ ├── textView.pyo
│ │ ├── TODO.txt
│ │ ├── ToolTip.py
│ │ ├── ToolTip.pyc
│ │ ├── ToolTip.pyo
│ │ ├── TreeWidget.py
│ │ ├── TreeWidget.pyc
│ │ ├── TreeWidget.pyo
│ │ ├── UndoDelegator.py
│ │ ├── UndoDelegator.pyc
│ │ ├── UndoDelegator.pyo
│ │ ├── WidgetRedirector.py
│ │ ├── WidgetRedirector.pyc
│ │ ├── WidgetRedirector.pyo
│ │ ├── WindowList.py
│ │ ├── WindowList.pyc
│ │ ├── WindowList.pyo
│ │ ├── ZoomHeight.py
│ │ ├── ZoomHeight.pyc
│ │ └── ZoomHeight.pyo
│ ├── ihooks.py
│ ├── ihooks.pyc
│ ├── ihooks.pyo
│ ├── imaplib.py
│ ├── imaplib.pyc
│ ├── imaplib.pyo
│ ├── imghdr.py
│ ├── imghdr.pyc
│ ├── imghdr.pyo
│ ├── importlib
│ │ ├── __init__.py
│ │ ├── __init__.pyc
│ │ └── __init__.pyo
│ ├── imputil.py
│ ├── imputil.pyc
│ ├── imputil.pyo
│ ├── inspect.py
│ ├── inspect.pyc
│ ├── inspect.pyo
│ ├── io.py
│ ├── io.pyc
│ ├── io.pyo
│ ├── json
│ │ ├── decoder.py
│ │ ├── decoder.pyc
│ │ ├── decoder.pyo
│ │ ├── encoder.py
│ │ ├── encoder.pyc
│ │ ├── encoder.pyo
│ │ ├── __init__.py
│ │ ├── __init__.pyc
│ │ ├── __init__.pyo
│ │ ├── scanner.py
│ │ ├── scanner.pyc
│ │ ├── scanner.pyo
│ │ ├── tests
│ │ │ ├── __init__.py
│ │ │ ├── __init__.pyc
│ │ │ ├── __init__.pyo
│ │ │ ├── test_check_circular.py
│ │ │ ├── test_check_circular.pyc
│ │ │ ├── test_check_circular.pyo
│ │ │ ├── test_decode.py
│ │ │ ├── test_decode.pyc
│ │ │ ├── test_decode.pyo
│ │ │ ├── test_default.py
│ │ │ ├── test_default.pyc
│ │ │ ├── test_default.pyo
│ │ │ ├── test_dump.py
│ │ │ ├── test_dump.pyc
│ │ │ ├── test_dump.pyo
│ │ │ ├── test_encode_basestring_ascii.py
│ │ │ ├── test_encode_basestring_ascii.pyc
│ │ │ ├── test_encode_basestring_ascii.pyo
│ │ │ ├── test_fail.py
│ │ │ ├── test_fail.pyc
│ │ │ ├── test_fail.pyo
│ │ │ ├── test_float.py
│ │ │ ├── test_float.pyc
│ │ │ ├── test_float.pyo
│ │ │ ├── test_indent.py
│ │ │ ├── test_indent.pyc
│ │ │ ├── test_indent.pyo
│ │ │ ├── test_pass1.py
│ │ │ ├── test_pass1.pyc
│ │ │ ├── test_pass1.pyo
│ │ │ ├── test_pass2.py
│ │ │ ├── test_pass2.pyc
│ │ │ ├── test_pass2.pyo
│ │ │ ├── test_pass3.py
│ │ │ ├── test_pass3.pyc
│ │ │ ├── test_pass3.pyo
│ │ │ ├── test_recursion.py
│ │ │ ├── test_recursion.pyc
│ │ │ ├── test_recursion.pyo
│ │ │ ├── test_scanstring.py
│ │ │ ├── test_scanstring.pyc
│ │ │ ├── test_scanstring.pyo
│ │ │ ├── test_separators.py
│ │ │ ├── test_separators.pyc
│ │ │ ├── test_separators.pyo
│ │ │ ├── test_speedups.py
│ │ │ ├── test_speedups.pyc
│ │ │ ├── test_speedups.pyo
│ │ │ ├── test_tool.py
│ │ │ ├── test_tool.pyc
│ │ │ ├── test_tool.pyo
│ │ │ ├── test_unicode.py
│ │ │ ├── test_unicode.pyc
│ │ │ └── test_unicode.pyo
│ │ ├── tool.py
│ │ ├── tool.pyc
│ │ └── tool.pyo
│ ├── keyword.py
│ ├── keyword.pyc
│ ├── keyword.pyo
│ ├── lib2to3
│ │ ├── btm_matcher.py
│ │ ├── btm_matcher.pyc
│ │ ├── btm_matcher.pyo
│ │ ├── btm_utils.py
│ │ ├── btm_utils.pyc
│ │ ├── btm_utils.pyo
│ │ ├── fixer_base.py
│ │ ├── fixer_base.pyc
│ │ ├── fixer_base.pyo
│ │ ├── fixer_util.py
│ │ ├── fixer_util.pyc
│ │ ├── fixer_util.pyo
│ │ ├── fixes
│ │ │ ├── fix_apply.py
│ │ │ ├── fix_apply.pyc
│ │ │ ├── fix_apply.pyo
│ │ │ ├── fix_basestring.py
│ │ │ ├── fix_basestring.pyc
│ │ │ ├── fix_basestring.pyo
│ │ │ ├── fix_buffer.py
│ │ │ ├── fix_buffer.pyc
│ │ │ ├── fix_buffer.pyo
│ │ │ ├── fix_callable.py
│ │ │ ├── fix_callable.pyc
│ │ │ ├── fix_callable.pyo
│ │ │ ├── fix_dict.py
│ │ │ ├── fix_dict.pyc
│ │ │ ├── fix_dict.pyo
│ │ │ ├── fix_except.py
│ │ │ ├── fix_except.pyc
│ │ │ ├── fix_except.pyo
│ │ │ ├── fix_execfile.py
│ │ │ ├── fix_execfile.pyc
│ │ │ ├── fix_execfile.pyo
│ │ │ ├── fix_exec.py
│ │ │ ├── fix_exec.pyc
│ │ │ ├── fix_exec.pyo
│ │ │ ├── fix_exitfunc.py
│ │ │ ├── fix_exitfunc.pyc
│ │ │ ├── fix_exitfunc.pyo
│ │ │ ├── fix_filter.py
│ │ │ ├── fix_filter.pyc
│ │ │ ├── fix_filter.pyo
│ │ │ ├── fix_funcattrs.py
│ │ │ ├── fix_funcattrs.pyc
│ │ │ ├── fix_funcattrs.pyo
│ │ │ ├── fix_future.py
│ │ │ ├── fix_future.pyc
│ │ │ ├── fix_future.pyo
│ │ │ ├── fix_getcwdu.py
│ │ │ ├── fix_getcwdu.pyc
│ │ │ ├── fix_getcwdu.pyo
│ │ │ ├── fix_has_key.py
│ │ │ ├── fix_has_key.pyc
│ │ │ ├── fix_has_key.pyo
│ │ │ ├── fix_idioms.py
│ │ │ ├── fix_idioms.pyc
│ │ │ ├── fix_idioms.pyo
│ │ │ ├── fix_import.py
│ │ │ ├── fix_import.pyc
│ │ │ ├── fix_import.pyo
│ │ │ ├── fix_imports2.py
│ │ │ ├── fix_imports2.pyc
│ │ │ ├── fix_imports2.pyo
│ │ │ ├── fix_imports.py
│ │ │ ├── fix_imports.pyc
│ │ │ ├── fix_imports.pyo
│ │ │ ├── fix_input.py
│ │ │ ├── fix_input.pyc
│ │ │ ├── fix_input.pyo
│ │ │ ├── fix_intern.py
│ │ │ ├── fix_intern.pyc
│ │ │ ├── fix_intern.pyo
│ │ │ ├── fix_isinstance.py
│ │ │ ├── fix_isinstance.pyc
│ │ │ ├── fix_isinstance.pyo
│ │ │ ├── fix_itertools_imports.py
│ │ │ ├── fix_itertools_imports.pyc
│ │ │ ├── fix_itertools_imports.pyo
│ │ │ ├── fix_itertools.py
│ │ │ ├── fix_itertools.pyc
│ │ │ ├── fix_itertools.pyo
│ │ │ ├── fix_long.py
│ │ │ ├── fix_long.pyc
│ │ │ ├── fix_long.pyo
│ │ │ ├── fix_map.py
│ │ │ ├── fix_map.pyc
│ │ │ ├── fix_map.pyo
│ │ │ ├── fix_metaclass.py
│ │ │ ├── fix_metaclass.pyc
│ │ │ ├── fix_metaclass.pyo
│ │ │ ├── fix_methodattrs.py
│ │ │ ├── fix_methodattrs.pyc
│ │ │ ├── fix_methodattrs.pyo
│ │ │ ├── fix_ne.py
│ │ │ ├── fix_ne.pyc
│ │ │ ├── fix_ne.pyo
│ │ │ ├── fix_next.py
│ │ │ ├── fix_next.pyc
│ │ │ ├── fix_next.pyo
│ │ │ ├── fix_nonzero.py
│ │ │ ├── fix_nonzero.pyc
│ │ │ ├── fix_nonzero.pyo
│ │ │ ├── fix_numliterals.py
│ │ │ ├── fix_numliterals.pyc
│ │ │ ├── fix_numliterals.pyo
│ │ │ ├── fix_operator.py
│ │ │ ├── fix_operator.pyc
│ │ │ ├── fix_operator.pyo
│ │ │ ├── fix_paren.py
│ │ │ ├── fix_paren.pyc
│ │ │ ├── fix_paren.pyo
│ │ │ ├── fix_print.py
│ │ │ ├── fix_print.pyc
│ │ │ ├── fix_print.pyo
│ │ │ ├── fix_raise.py
│ │ │ ├── fix_raise.pyc
│ │ │ ├── fix_raise.pyo
│ │ │ ├── fix_raw_input.py
│ │ │ ├── fix_raw_input.pyc
│ │ │ ├── fix_raw_input.pyo
│ │ │ ├── fix_reduce.py
│ │ │ ├── fix_reduce.pyc
│ │ │ ├── fix_reduce.pyo
│ │ │ ├── fix_renames.py
│ │ │ ├── fix_renames.pyc
│ │ │ ├── fix_renames.pyo
│ │ │ ├── fix_repr.py
│ │ │ ├── fix_repr.pyc
│ │ │ ├── fix_repr.pyo
│ │ │ ├── fix_set_literal.py
│ │ │ ├── fix_set_literal.pyc
│ │ │ ├── fix_set_literal.pyo
│ │ │ ├── fix_standarderror.py
│ │ │ ├── fix_standarderror.pyc
│ │ │ ├── fix_standarderror.pyo
│ │ │ ├── fix_sys_exc.py
│ │ │ ├── fix_sys_exc.pyc
│ │ │ ├── fix_sys_exc.pyo
│ │ │ ├── fix_throw.py
│ │ │ ├── fix_throw.pyc
│ │ │ ├── fix_throw.pyo
│ │ │ ├── fix_tuple_params.py
│ │ │ ├── fix_tuple_params.pyc
│ │ │ ├── fix_tuple_params.pyo
│ │ │ ├── fix_types.py
│ │ │ ├── fix_types.pyc
│ │ │ ├── fix_types.pyo
│ │ │ ├── fix_unicode.py
│ │ │ ├── fix_unicode.pyc
│ │ │ ├── fix_unicode.pyo
│ │ │ ├── fix_urllib.py
│ │ │ ├── fix_urllib.pyc
│ │ │ ├── fix_urllib.pyo
│ │ │ ├── fix_ws_comma.py
│ │ │ ├── fix_ws_comma.pyc
│ │ │ ├── fix_ws_comma.pyo
│ │ │ ├── fix_xrange.py
│ │ │ ├── fix_xrange.pyc
│ │ │ ├── fix_xrange.pyo
│ │ │ ├── fix_xreadlines.py
│ │ │ ├── fix_xreadlines.pyc
│ │ │ ├── fix_xreadlines.pyo
│ │ │ ├── fix_zip.py
│ │ │ ├── fix_zip.pyc
│ │ │ ├── fix_zip.pyo
│ │ │ ├── __init__.py
│ │ │ ├── __init__.pyc
│ │ │ └── __init__.pyo
│ │ ├── Grammar2.7.6.final.0.pickle
│ │ ├── Grammar.txt
│ │ ├── __init__.py
│ │ ├── __init__.pyc
│ │ ├── __init__.pyo
│ │ ├── __main__.py
│ │ ├── main.py
│ │ ├── __main__.pyc
│ │ ├── main.pyc
│ │ ├── __main__.pyo
│ │ ├── main.pyo
│ │ ├── patcomp.py
│ │ ├── patcomp.pyc
│ │ ├── patcomp.pyo
│ │ ├── PatternGrammar2.7.6.final.0.pickle
│ │ ├── PatternGrammar.txt
│ │ ├── pgen2
│ │ │ ├── conv.py
│ │ │ ├── conv.pyc
│ │ │ ├── conv.pyo
│ │ │ ├── driver.py
│ │ │ ├── driver.pyc
│ │ │ ├── driver.pyo
│ │ │ ├── grammar.py
│ │ │ ├── grammar.pyc
│ │ │ ├── grammar.pyo
│ │ │ ├── __init__.py
│ │ │ ├── __init__.pyc
│ │ │ ├── __init__.pyo
│ │ │ ├── literals.py
│ │ │ ├── literals.pyc
│ │ │ ├── literals.pyo
│ │ │ ├── parse.py
│ │ │ ├── parse.pyc
│ │ │ ├── parse.pyo
│ │ │ ├── pgen.py
│ │ │ ├── pgen.pyc
│ │ │ ├── pgen.pyo
│ │ │ ├── tokenize.py
│ │ │ ├── tokenize.pyc
│ │ │ ├── tokenize.pyo
│ │ │ ├── token.py
│ │ │ ├── token.pyc
│ │ │ └── token.pyo
│ │ ├── pygram.py
│ │ ├── pygram.pyc
│ │ ├── pygram.pyo
│ │ ├── pytree.py
│ │ ├── pytree.pyc
│ │ ├── pytree.pyo
│ │ ├── refactor.py
│ │ ├── refactor.pyc
│ │ ├── refactor.pyo
│ │ └── tests
│ │ ├── data
│ │ │ ├── bom.py
│ │ │ ├── bom.pyc
│ │ │ ├── bom.pyo
│ │ │ ├── crlf.py
│ │ │ ├── crlf.pyc
│ │ │ ├── crlf.pyo
│ │ │ ├── different_encoding.py
│ │ │ ├── different_encoding.pyc
│ │ │ ├── different_encoding.pyo
│ │ │ ├── false_encoding.py
│ │ │ ├── false_encoding.pyc
│ │ │ ├── false_encoding.pyo
│ │ │ ├── fixers
│ │ │ │ ├── bad_order.py
│ │ │ │ ├── bad_order.pyc
│ │ │ │ ├── bad_order.pyo
│ │ │ │ ├── myfixes
│ │ │ │ │ ├── fix_explicit.py
│ │ │ │ │ ├── fix_explicit.pyc
│ │ │ │ │ ├── fix_explicit.pyo
│ │ │ │ │ ├── fix_first.py
│ │ │ │ │ ├── fix_first.pyc
│ │ │ │ │ ├── fix_first.pyo
│ │ │ │ │ ├── fix_last.py
│ │ │ │ │ ├── fix_last.pyc
│ │ │ │ │ ├── fix_last.pyo
│ │ │ │ │ ├── fix_parrot.py
│ │ │ │ │ ├── fix_parrot.pyc
│ │ │ │ │ ├── fix_parrot.pyo
│ │ │ │ │ ├── fix_preorder.py
│ │ │ │ │ ├── fix_preorder.pyc
│ │ │ │ │ ├── fix_preorder.pyo
│ │ │ │ │ ├── __init__.py
│ │ │ │ │ ├── __init__.pyc
│ │ │ │ │ └── __init__.pyo
│ │ │ │ ├── no_fixer_cls.py
│ │ │ │ ├── no_fixer_cls.pyc
│ │ │ │ ├── no_fixer_cls.pyo
│ │ │ │ ├── parrot_example.py
│ │ │ │ ├── parrot_example.pyc
│ │ │ │ └── parrot_example.pyo
│ │ │ ├── infinite_recursion.py
│ │ │ ├── infinite_recursion.pyc
│ │ │ ├── infinite_recursion.pyo
│ │ │ ├── py2_test_grammar.py
│ │ │ ├── py2_test_grammar.pyc
│ │ │ ├── py2_test_grammar.pyo
│ │ │ └── py3_test_grammar.py
│ │ ├── __init__.py
│ │ ├── __init__.pyc
│ │ ├── __init__.pyo
│ │ ├── pytree_idempotency.py
│ │ ├── pytree_idempotency.pyc
│ │ ├── pytree_idempotency.pyo
│ │ ├── support.py
│ │ ├── support.pyc
│ │ ├── support.pyo
│ │ ├── test_all_fixers.py
│ │ ├── test_all_fixers.pyc
│ │ ├── test_all_fixers.pyo
│ │ ├── test_fixers.py
│ │ ├── test_fixers.pyc
│ │ ├── test_fixers.pyo
│ │ ├── test_main.py
│ │ ├── test_main.pyc
│ │ ├── test_main.pyo
│ │ ├── test_parser.py
│ │ ├── test_parser.pyc
│ │ ├── test_parser.pyo
│ │ ├── test_pytree.py
│ │ ├── test_pytree.pyc
│ │ ├── test_pytree.pyo
│ │ ├── test_refactor.py
│ │ ├── test_refactor.pyc
│ │ ├── test_refactor.pyo
│ │ ├── test_util.py
│ │ ├── test_util.pyc
│ │ └── test_util.pyo
│ ├── lib-tk
│ │ ├── Canvas.py
│ │ ├── Canvas.pyc
│ │ ├── Canvas.pyo
│ │ ├── Dialog.py
│ │ ├── Dialog.pyc
│ │ ├── Dialog.pyo
│ │ ├── FileDialog.py
│ │ ├── FileDialog.pyc
│ │ ├── FileDialog.pyo
│ │ ├── FixTk.py
│ │ ├── FixTk.pyc
│ │ ├── FixTk.pyo
│ │ ├── ScrolledText.py
│ │ ├── ScrolledText.pyc
│ │ ├── ScrolledText.pyo
│ │ ├── SimpleDialog.py
│ │ ├── SimpleDialog.pyc
│ │ ├── SimpleDialog.pyo
│ │ ├── test
│ │ │ ├── runtktests.py
│ │ │ ├── runtktests.pyc
│ │ │ ├── runtktests.pyo
│ │ │ ├── test_tkinter
│ │ │ │ ├── __init__.py
│ │ │ │ ├── __init__.pyc
│ │ │ │ ├── __init__.pyo
│ │ │ │ ├── test_loadtk.py
│ │ │ │ ├── test_loadtk.pyc
│ │ │ │ ├── test_loadtk.pyo
│ │ │ │ ├── test_text.py
│ │ │ │ ├── test_text.pyc
│ │ │ │ └── test_text.pyo
│ │ │ └── test_ttk
│ │ │ ├── __init__.py
│ │ │ ├── __init__.pyc
│ │ │ ├── __init__.pyo
│ │ │ ├── support.py
│ │ │ ├── support.pyc
│ │ │ ├── support.pyo
│ │ │ ├── test_extensions.py
│ │ │ ├── test_extensions.pyc
│ │ │ ├── test_extensions.pyo
│ │ │ ├── test_functions.py
│ │ │ ├── test_functions.pyc
│ │ │ ├── test_functions.pyo
│ │ │ ├── test_style.py
│ │ │ ├── test_style.pyc
│ │ │ ├── test_style.pyo
│ │ │ ├── test_widgets.py
│ │ │ ├── test_widgets.pyc
│ │ │ └── test_widgets.pyo
│ │ ├── Tix.py
│ │ ├── Tix.pyc
│ │ ├── Tix.pyo
│ │ ├── tkColorChooser.py
│ │ ├── tkColorChooser.pyc
│ │ ├── tkColorChooser.pyo
│ │ ├── tkCommonDialog.py
│ │ ├── tkCommonDialog.pyc
│ │ ├── tkCommonDialog.pyo
│ │ ├── Tkconstants.py
│ │ ├── Tkconstants.pyc
│ │ ├── Tkconstants.pyo
│ │ ├── Tkdnd.py
│ │ ├── Tkdnd.pyc
│ │ ├── Tkdnd.pyo
│ │ ├── tkFileDialog.py
│ │ ├── tkFileDialog.pyc
│ │ ├── tkFileDialog.pyo
│ │ ├── tkFont.py
│ │ ├── tkFont.pyc
│ │ ├── tkFont.pyo
│ │ ├── Tkinter.py
│ │ ├── Tkinter.pyc
│ │ ├── Tkinter.pyo
│ │ ├── tkMessageBox.py
│ │ ├── tkMessageBox.pyc
│ │ ├── tkMessageBox.pyo
│ │ ├── tkSimpleDialog.py
│ │ ├── tkSimpleDialog.pyc
│ │ ├── tkSimpleDialog.pyo
│ │ ├── ttk.py
│ │ ├── ttk.pyc
│ │ ├── ttk.pyo
│ │ ├── turtle.py
│ │ ├── turtle.pyc
│ │ └── turtle.pyo
│ ├── linecache.py
│ ├── linecache.pyc
│ ├── linecache.pyo
│ ├── locale.py
│ ├── locale.pyc
│ ├── locale.pyo
│ ├── logging
│ │ ├── config.py
│ │ ├── config.pyc
│ │ ├── config.pyo
│ │ ├── handlers.py
│ │ ├── handlers.pyc
│ │ ├── handlers.pyo
│ │ ├── __init__.py
│ │ ├── __init__.pyc
│ │ └── __init__.pyo
│ ├── _LWPCookieJar.py
│ ├── _LWPCookieJar.pyc
│ ├── _LWPCookieJar.pyo
│ ├── macpath.py
│ ├── macpath.pyc
│ ├── macpath.pyo
│ ├── macurl2path.py
│ ├── macurl2path.pyc
│ ├── macurl2path.pyo
│ ├── mailbox.py
│ ├── mailbox.pyc
│ ├── mailbox.pyo
│ ├── mailcap.py
│ ├── mailcap.pyc
│ ├── mailcap.pyo
│ ├── markupbase.py
│ ├── markupbase.pyc
│ ├── markupbase.pyo
│ ├── matplotlib-1.3.1-py2.7-nspkg.pth
│ ├── md5.py
│ ├── md5.pyc
│ ├── md5.pyo
│ ├── mhlib.py
│ ├── mhlib.pyc
│ ├── mhlib.pyo
│ ├── mimetools.py
│ ├── mimetools.pyc
│ ├── mimetools.pyo
│ ├── mimetypes.py
│ ├── mimetypes.pyc
│ ├── mimetypes.pyo
│ ├── MimeWriter.py
│ ├── MimeWriter.pyc
│ ├── MimeWriter.pyo
│ ├── mimify.py
│ ├── mimify.pyc
│ ├── mimify.pyo
│ ├── modulefinder.py
│ ├── modulefinder.pyc
│ ├── modulefinder.pyo
│ ├── _MozillaCookieJar.py
│ ├── _MozillaCookieJar.pyc
│ ├── _MozillaCookieJar.pyo
│ ├── msilib
│ │ ├── __init__.py
│ │ ├── __init__.pyc
│ │ ├── __init__.pyo
│ │ ├── schema.py
│ │ ├── schema.pyc
│ │ ├── schema.pyo
│ │ ├── sequence.py
│ │ ├── sequence.pyc
│ │ ├── sequence.pyo
│ │ ├── text.py
│ │ ├── text.pyc
│ │ └── text.pyo
│ ├── multifile.py
│ ├── multifile.pyc
│ ├── multifile.pyo
│ ├── multiprocessing
│ │ ├── connection.py
│ │ ├── connection.pyc
│ │ ├── connection.pyo
│ │ ├── dummy
│ │ │ ├── connection.py
│ │ │ ├── connection.pyc
│ │ │ ├── connection.pyo
│ │ │ ├── __init__.py
│ │ │ ├── __init__.pyc
│ │ │ └── __init__.pyo
│ │ ├── forking.py
│ │ ├── forking.pyc
│ │ ├── forking.pyo
│ │ ├── heap.py
│ │ ├── heap.pyc
│ │ ├── heap.pyo
│ │ ├── __init__.py
│ │ ├── __init__.pyc
│ │ ├── __init__.pyo
│ │ ├── managers.py
│ │ ├── managers.pyc
│ │ ├── managers.pyo
│ │ ├── pool.py
│ │ ├── pool.pyc
│ │ ├── pool.pyo
│ │ ├── process.py
│ │ ├── process.pyc
│ │ ├── process.pyo
│ │ ├── queues.py
│ │ ├── queues.pyc
│ │ ├── queues.pyo
│ │ ├── reduction.py
│ │ ├── reduction.pyc
│ │ ├── reduction.pyo
│ │ ├── sharedctypes.py
│ │ ├── sharedctypes.pyc
│ │ ├── sharedctypes.pyo
│ │ ├── synchronize.py
│ │ ├── synchronize.pyc
│ │ ├── synchronize.pyo
│ │ ├── util.py
│ │ ├── util.pyc
│ │ └── util.pyo
│ ├── mutex.py
│ ├── mutex.pyc
│ ├── mutex.pyo
│ ├── netrc.py
│ ├── netrc.pyc
│ ├── netrc.pyo
│ ├── new.py
│ ├── new.pyc
│ ├── new.pyo
│ ├── nntplib.py
│ ├── nntplib.pyc
│ ├── nntplib.pyo
│ ├── ntpath.py
│ ├── ntpath.pyc
│ ├── ntpath.pyo
│ ├── nturl2path.py
│ ├── nturl2path.pyc
│ ├── nturl2path.pyo
│ ├── numbers.py
│ ├── numbers.pyc
│ ├── numbers.pyo
│ ├── opcode.py
│ ├── opcode.pyc
│ ├── opcode.pyo
│ ├── optparse.py
│ ├── optparse.pyc
│ ├── optparse.pyo
│ ├── os2emxpath.py
│ ├── os2emxpath.pyc
│ ├── os2emxpath.pyo
│ ├── os.py
│ ├── os.pyc
│ ├── os.pyo
│ ├── _osx_support.py
│ ├── _osx_support.pyc
│ ├── _osx_support.pyo
│ ├── pdb.py
│ ├── pdb.pyc
│ ├── pdb.pyo
│ ├── __phello__.foo.py
│ ├── __phello__.foo.pyc
│ ├── __phello__.foo.pyo
│ ├── pickle.py
│ ├── pickle.pyc
│ ├── pickle.pyo
│ ├── pickletools.py
│ ├── pickletools.pyc
│ ├── pickletools.pyo
│ ├── pipes.py
│ ├── pipes.pyc
│ ├── pipes.pyo
│ ├── pkgutil.py
│ ├── pkgutil.pyc
│ ├── pkgutil.pyo
│ ├── platform.py
│ ├── platform.pyc
│ ├── platform.pyo
│ ├── plistlib.py
│ ├── plistlib.pyc
│ ├── plistlib.pyo
│ ├── popen2.py
│ ├── popen2.pyc
│ ├── popen2.pyo
│ ├── poplib.py
│ ├── poplib.pyc
│ ├── poplib.pyo
│ ├── posixfile.py
│ ├── posixfile.pyc
│ ├── posixfile.pyo
│ ├── posixpath.py
│ ├── posixpath.pyc
│ ├── posixpath.pyo
│ ├── pprint.py
│ ├── pprint.pyc
│ ├── pprint.pyo
│ ├── profile.py
│ ├── profile.pyc
│ ├── profile.pyo
│ ├── pstats.py
│ ├── pstats.pyc
│ ├── pstats.pyo
│ ├── pty.py
│ ├── pty.pyc
│ ├── pty.pyo
│ ├── pyclbr.py
│ ├── pyclbr.pyc
│ ├── pyclbr.pyo
│ ├── py_compile.py
│ ├── py_compile.pyc
│ ├── py_compile.pyo
│ ├── pydoc_data
│ │ ├── __init__.py
│ │ ├── __init__.pyc
│ │ ├── __init__.pyo
│ │ ├── topics.py
│ │ ├── topics.pyc
│ │ └── topics.pyo
│ ├── pydoc.py
│ ├── pydoc.pyc
│ ├── pydoc.pyo
│ ├── _pyio.py
│ ├── _pyio.pyc
│ ├── _pyio.pyo
│ ├── pyparsing-2.0.2-py2.7.egg-info
│ ├── pyparsing.py
│ ├── pyparsing.pyc
│ ├── Queue.py
│ ├── Queue.pyc
│ ├── Queue.pyo
│ ├── quopri.py
│ ├── quopri.pyc
│ ├── quopri.pyo
│ ├── random.py
│ ├── random.pyc
│ ├── random.pyo
│ ├── repr.py
│ ├── repr.pyc
│ ├── repr.pyo
│ ├── re.py
│ ├── re.pyc
│ ├── re.pyo
│ ├── rexec.py
│ ├── rexec.pyc
│ ├── rexec.pyo
│ ├── rfc822.py
│ ├── rfc822.pyc
│ ├── rfc822.pyo
│ ├── rlcompleter.py
│ ├── rlcompleter.pyc
│ ├── rlcompleter.pyo
│ ├── robotparser.py
│ ├── robotparser.pyc
│ ├── robotparser.pyo
│ ├── runpy.py
│ ├── runpy.pyc
│ ├── runpy.pyo
│ ├── sched.py
│ ├── sched.pyc
│ ├── sched.pyo
│ ├── sets.py
│ ├── sets.pyc
│ ├── sets.pyo
│ ├── sgmllib.py
│ ├── sgmllib.pyc
│ ├── sgmllib.pyo
│ ├── sha.py
│ ├── sha.pyc
│ ├── sha.pyo
│ ├── shelve.py
│ ├── shelve.pyc
│ ├── shelve.pyo
│ ├── shlex.py
│ ├── shlex.pyc
│ ├── shlex.pyo
│ ├── shutil.py
│ ├── shutil.pyc
│ ├── shutil.pyo
│ ├── SimpleHTTPServer.py
│ ├── SimpleHTTPServer.pyc
│ ├── SimpleHTTPServer.pyo
│ ├── SimpleXMLRPCServer.py
│ ├── SimpleXMLRPCServer.pyc
│ ├── SimpleXMLRPCServer.pyo
│ ├── site-packages
│ │ └── README.txt
│ ├── site.py
│ ├── site.pyc
│ ├── site.pyo
│ ├── six.py
│ ├── six.pyc
│ ├── smtpd.py
│ ├── smtpd.pyc
│ ├── smtpd.pyo
│ ├── smtplib.py
│ ├── smtplib.pyc
│ ├── smtplib.pyo
│ ├── sndhdr.py
│ ├── sndhdr.pyc
│ ├── sndhdr.pyo
│ ├── socket.py
│ ├── socket.pyc
│ ├── socket.pyo
│ ├── SocketServer.py
│ ├── SocketServer.pyc
│ ├── SocketServer.pyo
│ ├── sqlite3
│ │ ├── dbapi2.py
│ │ ├── dbapi2.pyc
│ │ ├── dbapi2.pyo
│ │ ├── dump.py
│ │ ├── dump.pyc
│ │ ├── dump.pyo
│ │ ├── __init__.py
│ │ ├── __init__.pyc
│ │ ├── __init__.pyo
│ │ └── test
│ │ ├── dbapi.py
│ │ ├── dbapi.pyc
│ │ ├── dbapi.pyo
│ │ ├── dump.py
│ │ ├── dump.pyc
│ │ ├── dump.pyo
│ │ ├── factory.py
│ │ ├── factory.pyc
│ │ ├── factory.pyo
│ │ ├── hooks.py
│ │ ├── hooks.pyc
│ │ ├── hooks.pyo
│ │ ├── __init__.py
│ │ ├── __init__.pyc
│ │ ├── __init__.pyo
│ │ ├── py25tests.py
│ │ ├── py25tests.pyc
│ │ ├── py25tests.pyo
│ │ ├── regression.py
│ │ ├── regression.pyc
│ │ ├── regression.pyo
│ │ ├── transactions.py
│ │ ├── transactions.pyc
│ │ ├── transactions.pyo
│ │ ├── types.py
│ │ ├── types.pyc
│ │ ├── types.pyo
│ │ ├── userfunctions.py
│ │ ├── userfunctions.pyc
│ │ └── userfunctions.pyo
│ ├── sre_compile.py
│ ├── sre_compile.pyc
│ ├── sre_compile.pyo
│ ├── sre_constants.py
│ ├── sre_constants.pyc
│ ├── sre_constants.pyo
│ ├── sre_parse.py
│ ├── sre_parse.pyc
│ ├── sre_parse.pyo
│ ├── sre.py
│ ├── sre.pyc
│ ├── sre.pyo
│ ├── ssl.py
│ ├── ssl.pyc
│ ├── ssl.pyo
│ ├── stat.py
│ ├── stat.pyc
│ ├── stat.pyo
│ ├── statvfs.py
│ ├── statvfs.pyc
│ ├── statvfs.pyo
│ ├── StringIO.py
│ ├── StringIO.pyc
│ ├── StringIO.pyo
│ ├── stringold.py
│ ├── stringold.pyc
│ ├── stringold.pyo
│ ├── stringprep.py
│ ├── stringprep.pyc
│ ├── stringprep.pyo
│ ├── string.py
│ ├── string.pyc
│ ├── string.pyo
│ ├── _strptime.py
│ ├── _strptime.pyc
│ ├── _strptime.pyo
│ ├── struct.py
│ ├── struct.pyc
│ ├── struct.pyo
│ ├── subprocess.py
│ ├── subprocess.pyc
│ ├── subprocess.pyo
│ ├── sunaudio.py
│ ├── sunaudio.pyc
│ ├── sunaudio.pyo
│ ├── sunau.py
│ ├── sunau.pyc
│ ├── sunau.pyo
│ ├── symbol.py
│ ├── symbol.pyc
│ ├── symbol.pyo
│ ├── symtable.py
│ ├── symtable.pyc
│ ├── symtable.pyo
│ ├── sysconfig.py
│ ├── sysconfig.pyc
│ ├── sysconfig.pyo
│ ├── tabnanny.py
│ ├── tabnanny.pyc
│ ├── tabnanny.pyo
│ ├── tarfile.py
│ ├── tarfile.pyc
│ ├── tarfile.pyo
│ ├── telnetlib.py
│ ├── telnetlib.pyc
│ ├── telnetlib.pyo
│ ├── tempfile.py
│ ├── tempfile.pyc
│ ├── tempfile.pyo
│ ├── test
│ │ ├── 185test.db
│ │ ├── audiotest.au
│ │ ├── audiotests.py
│ │ ├── audiotests.pyc
│ │ ├── audiotests.pyo
│ │ ├── autotest.py
│ │ ├── autotest.pyc
│ │ ├── autotest.pyo
│ │ ├── badcert.pem
│ │ ├── bad_coding2.py
│ │ ├── bad_coding.py
│ │ ├── badkey.pem
│ │ ├── badsyntax_future3.py
│ │ ├── badsyntax_future4.py
│ │ ├── badsyntax_future5.py
│ │ ├── badsyntax_future6.py
│ │ ├── badsyntax_future7.py
│ │ ├── badsyntax_future8.py
│ │ ├── badsyntax_future9.py
│ │ ├── badsyntax_nocaret.py
│ │ ├── buffer_tests.py
│ │ ├── buffer_tests.pyc
│ │ ├── buffer_tests.pyo
│ │ ├── cfgparser.1
│ │ ├── check_soundcard.vbs
│ │ ├── cjkencodings
│ │ │ ├── big5hkscs.txt
│ │ │ ├── big5hkscs-utf8.txt
│ │ │ ├── big5.txt
│ │ │ ├── big5-utf8.txt
│ │ │ ├── cp949.txt
│ │ │ ├── cp949-utf8.txt
│ │ │ ├── euc_jisx0213.txt
│ │ │ ├── euc_jisx0213-utf8.txt
│ │ │ ├── euc_jp.txt
│ │ │ ├── euc_jp-utf8.txt
│ │ │ ├── euc_kr.txt
│ │ │ ├── euc_kr-utf8.txt
│ │ │ ├── gb18030.txt
│ │ │ ├── gb18030-utf8.txt
│ │ │ ├── gb2312.txt
│ │ │ ├── gb2312-utf8.txt
│ │ │ ├── gbk.txt
│ │ │ ├── gbk-utf8.txt
│ │ │ ├── hz.txt
│ │ │ ├── hz-utf8.txt
│ │ │ ├── iso2022_jp.txt
│ │ │ ├── iso2022_jp-utf8.txt
│ │ │ ├── iso2022_kr.txt
│ │ │ ├── iso2022_kr-utf8.txt
│ │ │ ├── johab.txt
│ │ │ ├── johab-utf8.txt
│ │ │ ├── shift_jis.txt
│ │ │ ├── shift_jis-utf8.txt
│ │ │ ├── shift_jisx0213.txt
│ │ │ └── shift_jisx0213-utf8.txt
│ │ ├── cmath_testcases.txt
│ │ ├── crashers
│ │ │ ├── bogus_code_obj.py
│ │ │ ├── bogus_code_obj.pyc
│ │ │ ├── bogus_code_obj.pyo
│ │ │ ├── borrowed_ref_1.py
│ │ │ ├── borrowed_ref_1.pyc
│ │ │ ├── borrowed_ref_1.pyo
│ │ │ ├── borrowed_ref_2.py
│ │ │ ├── borrowed_ref_2.pyc
│ │ │ ├── borrowed_ref_2.pyo
│ │ │ ├── buffer_mutate.py
│ │ │ ├── buffer_mutate.pyc
│ │ │ ├── buffer_mutate.pyo
│ │ │ ├── compiler_recursion.py
│ │ │ ├── compiler_recursion.pyc
│ │ │ ├── compiler_recursion.pyo
│ │ │ ├── decref_before_assignment.py
│ │ │ ├── decref_before_assignment.pyc
│ │ │ ├── decref_before_assignment.pyo
│ │ │ ├── gc_has_finalizer.py
│ │ │ ├── gc_has_finalizer.pyc
│ │ │ ├── gc_has_finalizer.pyo
│ │ │ ├── gc_inspection.py
│ │ │ ├── gc_inspection.pyc
│ │ │ ├── gc_inspection.pyo
│ │ │ ├── infinite_loop_re.py
│ │ │ ├── infinite_loop_re.pyc
│ │ │ ├── infinite_loop_re.pyo
│ │ │ ├── loosing_mro_ref.py
│ │ │ ├── loosing_mro_ref.pyc
│ │ │ ├── loosing_mro_ref.pyo
│ │ │ ├── mutation_inside_cyclegc.py
│ │ │ ├── mutation_inside_cyclegc.pyc
│ │ │ ├── mutation_inside_cyclegc.pyo
│ │ │ ├── nasty_eq_vs_dict.py
│ │ │ ├── nasty_eq_vs_dict.pyc
│ │ │ ├── nasty_eq_vs_dict.pyo
│ │ │ ├── recursion_limit_too_high.py
│ │ │ ├── recursion_limit_too_high.pyc
│ │ │ ├── recursion_limit_too_high.pyo
│ │ │ ├── recursive_call.py
│ │ │ ├── recursive_call.pyc
│ │ │ └── recursive_call.pyo
│ │ ├── curses_tests.py
│ │ ├── curses_tests.pyc
│ │ ├── curses_tests.pyo
│ │ ├── decimaltestdata
│ │ │ ├── abs.decTest
│ │ │ ├── add.decTest
│ │ │ ├── and.decTest
│ │ │ ├── base.decTest
│ │ │ ├── clamp.decTest
│ │ │ ├── class.decTest
│ │ │ ├── compare.decTest
│ │ │ ├── comparetotal.decTest
│ │ │ ├── comparetotmag.decTest
│ │ │ ├── copyabs.decTest
│ │ │ ├── copy.decTest
│ │ │ ├── copynegate.decTest
│ │ │ ├── copysign.decTest
│ │ │ ├── ddAbs.decTest
│ │ │ ├── ddAdd.decTest
│ │ │ ├── ddAnd.decTest
│ │ │ ├── ddBase.decTest
│ │ │ ├── ddCanonical.decTest
│ │ │ ├── ddClass.decTest
│ │ │ ├── ddCompare.decTest
│ │ │ ├── ddCompareSig.decTest
│ │ │ ├── ddCompareTotal.decTest
│ │ │ ├── ddCompareTotalMag.decTest
│ │ │ ├── ddCopyAbs.decTest
│ │ │ ├── ddCopy.decTest
│ │ │ ├── ddCopyNegate.decTest
│ │ │ ├── ddCopySign.decTest
│ │ │ ├── ddDivide.decTest
│ │ │ ├── ddDivideInt.decTest
│ │ │ ├── ddEncode.decTest
│ │ │ ├── ddFMA.decTest
│ │ │ ├── ddInvert.decTest
│ │ │ ├── ddLogB.decTest
│ │ │ ├── ddMax.decTest
│ │ │ ├── ddMaxMag.decTest
│ │ │ ├── ddMin.decTest
│ │ │ ├── ddMinMag.decTest
│ │ │ ├── ddMinus.decTest
│ │ │ ├── ddMultiply.decTest
│ │ │ ├── ddNextMinus.decTest
│ │ │ ├── ddNextPlus.decTest
│ │ │ ├── ddNextToward.decTest
│ │ │ ├── ddOr.decTest
│ │ │ ├── ddPlus.decTest
│ │ │ ├── ddQuantize.decTest
│ │ │ ├── ddReduce.decTest
│ │ │ ├── ddRemainder.decTest
│ │ │ ├── ddRemainderNear.decTest
│ │ │ ├── ddRotate.decTest
│ │ │ ├── ddSameQuantum.decTest
│ │ │ ├── ddScaleB.decTest
│ │ │ ├── ddShift.decTest
│ │ │ ├── ddSubtract.decTest
│ │ │ ├── ddToIntegral.decTest
│ │ │ ├── ddXor.decTest
│ │ │ ├── decDouble.decTest
│ │ │ ├── decQuad.decTest
│ │ │ ├── decSingle.decTest
│ │ │ ├── divide.decTest
│ │ │ ├── divideint.decTest
│ │ │ ├── dqAbs.decTest
│ │ │ ├── dqAdd.decTest
│ │ │ ├── dqAnd.decTest
│ │ │ ├── dqBase.decTest
│ │ │ ├── dqCanonical.decTest
│ │ │ ├── dqClass.decTest
│ │ │ ├── dqCompare.decTest
│ │ │ ├── dqCompareSig.decTest
│ │ │ ├── dqCompareTotal.decTest
│ │ │ ├── dqCompareTotalMag.decTest
│ │ │ ├── dqCopyAbs.decTest
│ │ │ ├── dqCopy.decTest
│ │ │ ├── dqCopyNegate.decTest
│ │ │ ├── dqCopySign.decTest
│ │ │ ├── dqDivide.decTest
│ │ │ ├── dqDivideInt.decTest
│ │ │ ├── dqEncode.decTest
│ │ │ ├── dqFMA.decTest
│ │ │ ├── dqInvert.decTest
│ │ │ ├── dqLogB.decTest
│ │ │ ├── dqMax.decTest
│ │ │ ├── dqMaxMag.decTest
│ │ │ ├── dqMin.decTest
│ │ │ ├── dqMinMag.decTest
│ │ │ ├── dqMinus.decTest
│ │ │ ├── dqMultiply.decTest
│ │ │ ├── dqNextMinus.decTest
│ │ │ ├── dqNextPlus.decTest
│ │ │ ├── dqNextToward.decTest
│ │ │ ├── dqOr.decTest
│ │ │ ├── dqPlus.decTest
│ │ │ ├── dqQuantize.decTest
│ │ │ ├── dqReduce.decTest
│ │ │ ├── dqRemainder.decTest
│ │ │ ├── dqRemainderNear.decTest
│ │ │ ├── dqRotate.decTest
│ │ │ ├── dqSameQuantum.decTest
│ │ │ ├── dqScaleB.decTest
│ │ │ ├── dqShift.decTest
│ │ │ ├── dqSubtract.decTest
│ │ │ ├── dqToIntegral.decTest
│ │ │ ├── dqXor.decTest
│ │ │ ├── dsBase.decTest
│ │ │ ├── dsEncode.decTest
│ │ │ ├── exp.decTest
│ │ │ ├── extra.decTest
│ │ │ ├── fma.decTest
│ │ │ ├── inexact.decTest
│ │ │ ├── invert.decTest
│ │ │ ├── ln.decTest
│ │ │ ├── log10.decTest
│ │ │ ├── logb.decTest
│ │ │ ├── max.decTest
│ │ │ ├── maxmag.decTest
│ │ │ ├── min.decTest
│ │ │ ├── minmag.decTest
│ │ │ ├── minus.decTest
│ │ │ ├── multiply.decTest
│ │ │ ├── nextminus.decTest
│ │ │ ├── nextplus.decTest
│ │ │ ├── nexttoward.decTest
│ │ │ ├── or.decTest
│ │ │ ├── plus.decTest
│ │ │ ├── power.decTest
│ │ │ ├── powersqrt.decTest
│ │ │ ├── quantize.decTest
│ │ │ ├── randomBound32.decTest
│ │ │ ├── randoms.decTest
│ │ │ ├── reduce.decTest
│ │ │ ├── remainder.decTest
│ │ │ ├── remainderNear.decTest
│ │ │ ├── rescale.decTest
│ │ │ ├── rotate.decTest
│ │ │ ├── rounding.decTest
│ │ │ ├── samequantum.decTest
│ │ │ ├── scaleb.decTest
│ │ │ ├── shift.decTest
│ │ │ ├── squareroot.decTest
│ │ │ ├── subtract.decTest
│ │ │ ├── testall.decTest
│ │ │ ├── tointegral.decTest
│ │ │ ├── tointegralx.decTest
│ │ │ └── xor.decTest
│ │ ├── doctest_aliases.py
│ │ ├── doctest_aliases.pyc
│ │ ├── doctest_aliases.pyo
│ │ ├── double_const.py
│ │ ├── double_const.pyc
│ │ ├── double_const.pyo
│ │ ├── empty.vbs
│ │ ├── exception_hierarchy.txt
│ │ ├── floating_points.txt
│ │ ├── fork_wait.py
│ │ ├── fork_wait.pyc
│ │ ├── fork_wait.pyo
│ │ ├── formatfloat_testcases.txt
│ │ ├── gdb_sample.py
│ │ ├── gdb_sample.pyc
│ │ ├── gdb_sample.pyo
│ │ ├── greyrgb.uue
│ │ ├── https_svn_python_org_root.pem
│ │ ├── ieee754.txt
│ │ ├── infinite_reload.py
│ │ ├── infinite_reload.pyc
│ │ ├── infinite_reload.pyo
│ │ ├── __init__.py
│ │ ├── __init__.pyc
│ │ ├── __init__.pyo
│ │ ├── inspect_fodder2.py
│ │ ├── inspect_fodder2.pyc
│ │ ├── inspect_fodder2.pyo
│ │ ├── inspect_fodder.py
│ │ ├── inspect_fodder.pyc
│ │ ├── inspect_fodder.pyo
│ │ ├── keycert.pem
│ │ ├── leakers
│ │ │ ├── __init__.py
│ │ │ ├── __init__.pyc
│ │ │ ├── __init__.pyo
│ │ │ ├── README.txt
│ │ │ ├── test_ctypes.py
│ │ │ ├── test_ctypes.pyc
│ │ │ ├── test_ctypes.pyo
│ │ │ ├── test_dictself.py
│ │ │ ├── test_dictself.pyc
│ │ │ ├── test_dictself.pyo
│ │ │ ├── test_gestalt.py
│ │ │ ├── test_gestalt.pyc
│ │ │ ├── test_gestalt.pyo
│ │ │ ├── test_selftype.py
│ │ │ ├── test_selftype.pyc
│ │ │ └── test_selftype.pyo
│ │ ├── list_tests.py
│ │ ├── list_tests.pyc
│ │ ├── list_tests.pyo
│ │ ├── lock_tests.py
│ │ ├── lock_tests.pyc
│ │ ├── lock_tests.pyo
│ │ ├── mapping_tests.py
│ │ ├── mapping_tests.pyc
│ │ ├── mapping_tests.pyo
│ │ ├── math_testcases.txt
│ │ ├── mp_fork_bomb.py
│ │ ├── mp_fork_bomb.pyc
│ │ ├── mp_fork_bomb.pyo
│ │ ├── nokia.pem
│ │ ├── nullbytecert.pem
│ │ ├── nullcert.pem
│ │ ├── outstanding_bugs.py
│ │ ├── outstanding_bugs.pyc
│ │ ├── outstanding_bugs.pyo
│ │ ├── pickletester.py
│ │ ├── pickletester.pyc
│ │ ├── pickletester.pyo
│ │ ├── profilee.py
│ │ ├── profilee.pyc
│ │ ├── profilee.pyo
│ │ ├── pyclbr_input.py
│ │ ├── pyclbr_input.pyc
│ │ ├── pyclbr_input.pyo
│ │ ├── pydocfodder.py
│ │ ├── pydocfodder.pyc
│ │ ├── pydocfodder.pyo
│ │ ├── pydoc_mod.py
│ │ ├── pydoc_mod.pyc
│ │ ├── pydoc_mod.pyo
│ │ ├── pystone.py
│ │ ├── pystone.pyc
│ │ ├── pystone.pyo
│ │ ├── randv2_32.pck
│ │ ├── randv2_64.pck
│ │ ├── randv3.pck
│ │ ├── regrtest.py
│ │ ├── regrtest.pyc
│ │ ├── regrtest.pyo
│ │ ├── relimport.py
│ │ ├── relimport.pyc
│ │ ├── relimport.pyo
│ │ ├── reperf.py
│ │ ├── reperf.pyc
│ │ ├── reperf.pyo
│ │ ├── re_tests.py
│ │ ├── re_tests.pyc
│ │ ├── re_tests.pyo
│ │ ├── sample_doctest_no_docstrings.py
│ │ ├── sample_doctest_no_docstrings.pyc
│ │ ├── sample_doctest_no_docstrings.pyo
│ │ ├── sample_doctest_no_doctests.py
│ │ ├── sample_doctest_no_doctests.pyc
│ │ ├── sample_doctest_no_doctests.pyo
│ │ ├── sample_doctest.py
│ │ ├── sample_doctest.pyc
│ │ ├── sample_doctest.pyo
│ │ ├── script_helper.py
│ │ ├── script_helper.pyc
│ │ ├── script_helper.pyo
│ │ ├── seq_tests.py
│ │ ├── seq_tests.pyc
│ │ ├── seq_tests.pyo
│ │ ├── sgml_input.html
│ │ ├── sha256.pem
│ │ ├── Sine-1000Hz-300ms.aif
│ │ ├── sortperf.py
│ │ ├── sortperf.pyc
│ │ ├── sortperf.pyo
│ │ ├── string_tests.py
│ │ ├── string_tests.pyc
│ │ ├── string_tests.pyo
│ │ ├── subprocessdata
│ │ │ ├── sigchild_ignore.py
│ │ │ ├── sigchild_ignore.pyc
│ │ │ └── sigchild_ignore.pyo
│ │ ├── symlink_support.py
│ │ ├── symlink_support.pyc
│ │ ├── symlink_support.pyo
│ │ ├── test_abc.py
│ │ ├── test_abc.pyc
│ │ ├── test_abc.pyo
│ │ ├── test_abstract_numbers.py
│ │ ├── test_abstract_numbers.pyc
│ │ ├── test_abstract_numbers.pyo
│ │ ├── test_aepack.py
│ │ ├── test_aepack.pyc
│ │ ├── test_aepack.pyo
│ │ ├── test_aifc.py
│ │ ├── test_aifc.pyc
│ │ ├── test_aifc.pyo
│ │ ├── test___all__.py
│ │ ├── testall.py
│ │ ├── test___all__.pyc
│ │ ├── testall.pyc
│ │ ├── test___all__.pyo
│ │ ├── testall.pyo
│ │ ├── test_al.py
│ │ ├── test_al.pyc
│ │ ├── test_al.pyo
│ │ ├── test_anydbm.py
│ │ ├── test_anydbm.pyc
│ │ ├── test_anydbm.pyo
│ │ ├── test_applesingle.py
│ │ ├── test_applesingle.pyc
│ │ ├── test_applesingle.pyo
│ │ ├── test_argparse.py
│ │ ├── test_argparse.pyc
│ │ ├── test_argparse.pyo
│ │ ├── test_array.py
│ │ ├── test_array.pyc
│ │ ├── test_array.pyo
│ │ ├── test_ascii_formatd.py
│ │ ├── test_ascii_formatd.pyc
│ │ ├── test_ascii_formatd.pyo
│ │ ├── test_ast.py
│ │ ├── test_ast.pyc
│ │ ├── test_ast.pyo
│ │ ├── test_asynchat.py
│ │ ├── test_asynchat.pyc
│ │ ├── test_asynchat.pyo
│ │ ├── test_asyncore.py
│ │ ├── test_asyncore.pyc
│ │ ├── test_asyncore.pyo
│ │ ├── test_atexit.py
│ │ ├── test_atexit.pyc
│ │ ├── test_atexit.pyo
│ │ ├── test_audioop.py
│ │ ├── test_audioop.pyc
│ │ ├── test_audioop.pyo
│ │ ├── test_augassign.py
│ │ ├── test_augassign.pyc
│ │ ├── test_augassign.pyo
│ │ ├── test_base64.py
│ │ ├── test_base64.pyc
│ │ ├── test_base64.pyo
│ │ ├── test_bastion.py
│ │ ├── test_bastion.pyc
│ │ ├── test_bastion.pyo
│ │ ├── test_bigaddrspace.py
│ │ ├── test_bigaddrspace.pyc
│ │ ├── test_bigaddrspace.pyo
│ │ ├── test_bigmem.py
│ │ ├── test_bigmem.pyc
│ │ ├── test_bigmem.pyo
│ │ ├── test_binascii.py
│ │ ├── test_binascii.pyc
│ │ ├── test_binascii.pyo
│ │ ├── test_binhex.py
│ │ ├── test_binhex.pyc
│ │ ├── test_binhex.pyo
│ │ ├── test_binop.py
│ │ ├── test_binop.pyc
│ │ ├── test_binop.pyo
│ │ ├── test_bisect.py
│ │ ├── test_bisect.pyc
│ │ ├── test_bisect.pyo
│ │ ├── test_bool.py
│ │ ├── test_bool.pyc
│ │ ├── test_bool.pyo
│ │ ├── test_bsddb185.py
│ │ ├── test_bsddb185.pyc
│ │ ├── test_bsddb185.pyo
│ │ ├── test_bsddb3.py
│ │ ├── test_bsddb3.pyc
│ │ ├── test_bsddb3.pyo
│ │ ├── test_bsddb.py
│ │ ├── test_bsddb.pyc
│ │ ├── test_bsddb.pyo
│ │ ├── test_buffer.py
│ │ ├── test_buffer.pyc
│ │ ├── test_buffer.pyo
│ │ ├── test_bufio.py
│ │ ├── test_bufio.pyc
│ │ ├── test_bufio.pyo
│ │ ├── test_builtin.py
│ │ ├── test_builtin.pyc
│ │ ├── test_builtin.pyo
│ │ ├── test_bytes.py
│ │ ├── test_bytes.pyc
│ │ ├── test_bytes.pyo
│ │ ├── test_bz2.py
│ │ ├── test_bz2.pyc
│ │ ├── test_bz2.pyo
│ │ ├── test_calendar.py
│ │ ├── test_calendar.pyc
│ │ ├── test_calendar.pyo
│ │ ├── test_call.py
│ │ ├── test_call.pyc
│ │ ├── test_call.pyo
│ │ ├── test_capi.py
│ │ ├── test_capi.pyc
│ │ ├── test_capi.pyo
│ │ ├── test_cd.py
│ │ ├── test_cd.pyc
│ │ ├── test_cd.pyo
│ │ ├── test_cfgparser.py
│ │ ├── test_cfgparser.pyc
│ │ ├── test_cfgparser.pyo
│ │ ├── test_cgi.py
│ │ ├── test_cgi.pyc
│ │ ├── test_cgi.pyo
│ │ ├── test_charmapcodec.py
│ │ ├── test_charmapcodec.pyc
│ │ ├── test_charmapcodec.pyo
│ │ ├── test_class.py
│ │ ├── test_class.pyc
│ │ ├── test_class.pyo
│ │ ├── test_cl.py
│ │ ├── test_cl.pyc
│ │ ├── test_cl.pyo
│ │ ├── test_cmath.py
│ │ ├── test_cmath.pyc
│ │ ├── test_cmath.pyo
│ │ ├── test_cmd_line.py
│ │ ├── test_cmd_line.pyc
│ │ ├── test_cmd_line.pyo
│ │ ├── test_cmd_line_script.py
│ │ ├── test_cmd_line_script.pyc
│ │ ├── test_cmd_line_script.pyo
│ │ ├── test_cmd.py
│ │ ├── test_cmd.pyc
│ │ ├── test_cmd.pyo
│ │ ├── test_codeccallbacks.py
│ │ ├── test_codeccallbacks.pyc
│ │ ├── test_codeccallbacks.pyo
│ │ ├── test_codecencodings_cn.py
│ │ ├── test_codecencodings_cn.pyc
│ │ ├── test_codecencodings_cn.pyo
│ │ ├── test_codecencodings_hk.py
│ │ ├── test_codecencodings_hk.pyc
│ │ ├── test_codecencodings_hk.pyo
│ │ ├── test_codecencodings_iso2022.py
│ │ ├── test_codecencodings_iso2022.pyc
│ │ ├── test_codecencodings_iso2022.pyo
│ │ ├── test_codecencodings_jp.py
│ │ ├── test_codecencodings_jp.pyc
│ │ ├── test_codecencodings_jp.pyo
│ │ ├── test_codecencodings_kr.py
│ │ ├── test_codecencodings_kr.pyc
│ │ ├── test_codecencodings_kr.pyo
│ │ ├── test_codecencodings_tw.py
│ │ ├── test_codecencodings_tw.pyc
│ │ ├── test_codecencodings_tw.pyo
│ │ ├── test_codecmaps_cn.py
│ │ ├── test_codecmaps_cn.pyc
│ │ ├── test_codecmaps_cn.pyo
│ │ ├── test_codecmaps_hk.py
│ │ ├── test_codecmaps_hk.pyc
│ │ ├── test_codecmaps_hk.pyo
│ │ ├── test_codecmaps_jp.py
│ │ ├── test_codecmaps_jp.pyc
│ │ ├── test_codecmaps_jp.pyo
│ │ ├── test_codecmaps_kr.py
│ │ ├── test_codecmaps_kr.pyc
│ │ ├── test_codecmaps_kr.pyo
│ │ ├── test_codecmaps_tw.py
│ │ ├── test_codecmaps_tw.pyc
│ │ ├── test_codecmaps_tw.pyo
│ │ ├── testcodec.py
│ │ ├── testcodec.pyc
│ │ ├── testcodec.pyo
│ │ ├── test_codecs.py
│ │ ├── test_codecs.pyc
│ │ ├── test_codecs.pyo
│ │ ├── test_codeop.py
│ │ ├── test_codeop.pyc
│ │ ├── test_codeop.pyo
│ │ ├── test_code.py
│ │ ├── test_code.pyc
│ │ ├── test_code.pyo
│ │ ├── test_coding.py
│ │ ├── test_coding.pyc
│ │ ├── test_coding.pyo
│ │ ├── test_coercion.py
│ │ ├── test_coercion.pyc
│ │ ├── test_coercion.pyo
│ │ ├── test_collections.py
│ │ ├── test_collections.pyc
│ │ ├── test_collections.pyo
│ │ ├── test_colorsys.py
│ │ ├── test_colorsys.pyc
│ │ ├── test_colorsys.pyo
│ │ ├── test_commands.py
│ │ ├── test_commands.pyc
│ │ ├── test_commands.pyo
│ │ ├── test_compare.py
│ │ ├── test_compare.pyc
│ │ ├── test_compare.pyo
│ │ ├── test_compileall.py
│ │ ├── test_compileall.pyc
│ │ ├── test_compileall.pyo
│ │ ├── test_compile.py
│ │ ├── test_compile.pyc
│ │ ├── test_compile.pyo
│ │ ├── test_compiler.py
│ │ ├── test_compiler.pyc
│ │ ├── test_compiler.pyo
│ │ ├── test_complex_args.py
│ │ ├── test_complex_args.pyc
│ │ ├── test_complex_args.pyo
│ │ ├── test_complex.py
│ │ ├── test_complex.pyc
│ │ ├── test_complex.pyo
│ │ ├── test_contains.py
│ │ ├── test_contains.pyc
│ │ ├── test_contains.pyo
│ │ ├── test_contextlib.py
│ │ ├── test_contextlib.pyc
│ │ ├── test_contextlib.pyo
│ │ ├── test_cookielib.py
│ │ ├── test_cookielib.pyc
│ │ ├── test_cookielib.pyo
│ │ ├── test_cookie.py
│ │ ├── test_cookie.pyc
│ │ ├── test_cookie.pyo
│ │ ├── test_copy.py
│ │ ├── test_copy.pyc
│ │ ├── test_copy.pyo
│ │ ├── test_copy_reg.py
│ │ ├── test_copy_reg.pyc
│ │ ├── test_copy_reg.pyo
│ │ ├── test_cpickle.py
│ │ ├── test_cpickle.pyc
│ │ ├── test_cpickle.pyo
│ │ ├── test_cprofile.py
│ │ ├── test_cprofile.pyc
│ │ ├── test_cprofile.pyo
│ │ ├── test_crypt.py
│ │ ├── test_crypt.pyc
│ │ ├── test_crypt.pyo
│ │ ├── test_csv.py
│ │ ├── test_csv.pyc
│ │ ├── test_csv.pyo
│ │ ├── test_ctypes.py
│ │ ├── test_ctypes.pyc
│ │ ├── test_ctypes.pyo
│ │ ├── test_curses.py
│ │ ├── test_curses.pyc
│ │ ├── test_curses.pyo
│ │ ├── test_datetime.py
│ │ ├── test_datetime.pyc
│ │ ├── test_datetime.pyo
│ │ ├── test_dbm.py
│ │ ├── test_dbm.pyc
│ │ ├── test_dbm.pyo
│ │ ├── test_decimal.py
│ │ ├── test_decimal.pyc
│ │ ├── test_decimal.pyo
│ │ ├── test_decorators.py
│ │ ├── test_decorators.pyc
│ │ ├── test_decorators.pyo
│ │ ├── test_defaultdict.py
│ │ ├── test_defaultdict.pyc
│ │ ├── test_defaultdict.pyo
│ │ ├── test_deque.py
│ │ ├── test_deque.pyc
│ │ ├── test_deque.pyo
│ │ ├── test_descr.py
│ │ ├── test_descr.pyc
│ │ ├── test_descr.pyo
│ │ ├── test_descrtut.py
│ │ ├── test_descrtut.pyc
│ │ ├── test_descrtut.pyo
│ │ ├── test_dictcomps.py
│ │ ├── test_dictcomps.pyc
│ │ ├── test_dictcomps.pyo
│ │ ├── test_dict.py
│ │ ├── test_dict.pyc
│ │ ├── test_dict.pyo
│ │ ├── test_dictviews.py
│ │ ├── test_dictviews.pyc
│ │ ├── test_dictviews.pyo
│ │ ├── test_difflib_expect.html
│ │ ├── test_difflib.py
│ │ ├── test_difflib.pyc
│ │ ├── test_difflib.pyo
│ │ ├── test_dircache.py
│ │ ├── test_dircache.pyc
│ │ ├── test_dircache.pyo
│ │ ├── test_dis.py
│ │ ├── test_dis.pyc
│ │ ├── test_dis.pyo
│ │ ├── test_distutils.py
│ │ ├── test_distutils.pyc
│ │ ├── test_distutils.pyo
│ │ ├── test_dl.py
│ │ ├── test_dl.pyc
│ │ ├── test_dl.pyo
│ │ ├── test_doctest2.py
│ │ ├── test_doctest2.pyc
│ │ ├── test_doctest2.pyo
│ │ ├── test_doctest2.txt
│ │ ├── test_doctest3.txt
│ │ ├── test_doctest4.txt
│ │ ├── test_doctest.py
│ │ ├── test_doctest.pyc
│ │ ├── test_doctest.pyo
│ │ ├── test_doctest.txt
│ │ ├── test_docxmlrpc.py
│ │ ├── test_docxmlrpc.pyc
│ │ ├── test_docxmlrpc.pyo
│ │ ├── test_dumbdbm.py
│ │ ├── test_dumbdbm.pyc
│ │ ├── test_dumbdbm.pyo
│ │ ├── test_dummy_threading.py
│ │ ├── test_dummy_threading.pyc
│ │ ├── test_dummy_threading.pyo
│ │ ├── test_dummy_thread.py
│ │ ├── test_dummy_thread.pyc
│ │ ├── test_dummy_thread.pyo
│ │ ├── test_email_codecs.py
│ │ ├── test_email_codecs.pyc
│ │ ├── test_email_codecs.pyo
│ │ ├── test_email.py
│ │ ├── test_email.pyc
│ │ ├── test_email.pyo
│ │ ├── test_email_renamed.py
│ │ ├── test_email_renamed.pyc
│ │ ├── test_email_renamed.pyo
│ │ ├── test_enumerate.py
│ │ ├── test_enumerate.pyc
│ │ ├── test_enumerate.pyo
│ │ ├── test_eof.py
│ │ ├── test_eof.pyc
│ │ ├── test_eof.pyo
│ │ ├── test_epoll.py
│ │ ├── test_epoll.pyc
│ │ ├── test_epoll.pyo
│ │ ├── test_errno.py
│ │ ├── test_errno.pyc
│ │ ├── test_errno.pyo
│ │ ├── test_exceptions.py
│ │ ├── test_exceptions.pyc
│ │ ├── test_exceptions.pyo
│ │ ├── test_exception_variations.py
│ │ ├── test_exception_variations.pyc
│ │ ├── test_exception_variations.pyo
│ │ ├── test_extcall.py
│ │ ├── test_extcall.pyc
│ │ ├── test_extcall.pyo
│ │ ├── test_fcntl.py
│ │ ├── test_fcntl.pyc
│ │ ├── test_fcntl.pyo
│ │ ├── test_file2k.py
│ │ ├── test_file2k.pyc
│ │ ├── test_file2k.pyo
│ │ ├── test_filecmp.py
│ │ ├── test_filecmp.pyc
│ │ ├── test_filecmp.pyo
│ │ ├── test_file_eintr.py
│ │ ├── test_file_eintr.pyc
│ │ ├── test_file_eintr.pyo
│ │ ├── test_fileinput.py
│ │ ├── test_fileinput.pyc
│ │ ├── test_fileinput.pyo
│ │ ├── test_fileio.py
│ │ ├── test_fileio.pyc
│ │ ├── test_fileio.pyo
│ │ ├── test_file.py
│ │ ├── test_file.pyc
│ │ ├── test_file.pyo
│ │ ├── test_float.py
│ │ ├── test_float.pyc
│ │ ├── test_float.pyo
│ │ ├── test_fnmatch.py
│ │ ├── test_fnmatch.pyc
│ │ ├── test_fnmatch.pyo
│ │ ├── test_fork1.py
│ │ ├── test_fork1.pyc
│ │ ├── test_fork1.pyo
│ │ ├── test_format.py
│ │ ├── test_format.pyc
│ │ ├── test_format.pyo
│ │ ├── test_fpformat.py
│ │ ├── test_fpformat.pyc
│ │ ├── test_fpformat.pyo
│ │ ├── test_fractions.py
│ │ ├── test_fractions.pyc
│ │ ├── test_fractions.pyo
│ │ ├── test_frozen.py
│ │ ├── test_frozen.pyc
│ │ ├── test_frozen.pyo
│ │ ├── test_ftplib.py
│ │ ├── test_ftplib.pyc
│ │ ├── test_ftplib.pyo
│ │ ├── test_funcattrs.py
│ │ ├── test_funcattrs.pyc
│ │ ├── test_funcattrs.pyo
│ │ ├── test_functools.py
│ │ ├── test_functools.pyc
│ │ ├── test_functools.pyo
│ │ ├── test_future1.py
│ │ ├── test_future1.pyc
│ │ ├── test_future1.pyo
│ │ ├── test_future2.py
│ │ ├── test_future2.pyc
│ │ ├── test_future2.pyo
│ │ ├── test_future3.py
│ │ ├── test_future3.pyc
│ │ ├── test_future3.pyo
│ │ ├── test_future4.py
│ │ ├── test_future4.pyc
│ │ ├── test_future4.pyo
│ │ ├── test_future5.py
│ │ ├── test_future5.pyc
│ │ ├── test_future5.pyo
│ │ ├── test_future_builtins.py
│ │ ├── test_future_builtins.pyc
│ │ ├── test_future_builtins.pyo
│ │ ├── test___future__.py
│ │ ├── test_future.py
│ │ ├── test___future__.pyc
│ │ ├── test_future.pyc
│ │ ├── test___future__.pyo
│ │ ├── test_future.pyo
│ │ ├── test_gc.py
│ │ ├── test_gc.pyc
│ │ ├── test_gc.pyo
│ │ ├── test_gdbm.py
│ │ ├── test_gdbm.pyc
│ │ ├── test_gdbm.pyo
│ │ ├── test_gdb.py
│ │ ├── test_gdb.pyc
│ │ ├── test_gdb.pyo
│ │ ├── test_generators.py
│ │ ├── test_generators.pyc
│ │ ├── test_generators.pyo
│ │ ├── test_genericpath.py
│ │ ├── test_genericpath.pyc
│ │ ├── test_genericpath.pyo
│ │ ├── test_genexps.py
│ │ ├── test_genexps.pyc
│ │ ├── test_genexps.pyo
│ │ ├── test_getargs2.py
│ │ ├── test_getargs2.pyc
│ │ ├── test_getargs2.pyo
│ │ ├── test_getargs.py
│ │ ├── test_getargs.pyc
│ │ ├── test_getargs.pyo
│ │ ├── test_getopt.py
│ │ ├── test_getopt.pyc
│ │ ├── test_getopt.pyo
│ │ ├── test_gettext.py
│ │ ├── test_gettext.pyc
│ │ ├── test_gettext.pyo
│ │ ├── test_global.py
│ │ ├── test_global.pyc
│ │ ├── test_global.pyo
│ │ ├── test_glob.py
│ │ ├── test_glob.pyc
│ │ ├── test_glob.pyo
│ │ ├── test_gl.py
│ │ ├── test_gl.pyc
│ │ ├── test_gl.pyo
│ │ ├── test_grammar.py
│ │ ├── test_grammar.pyc
│ │ ├── test_grammar.pyo
│ │ ├── test_grp.py
│ │ ├── test_grp.pyc
│ │ ├── test_grp.pyo
│ │ ├── test_gzip.py
│ │ ├── test_gzip.pyc
│ │ ├── test_gzip.pyo
│ │ ├── test_hashlib.py
│ │ ├── test_hashlib.pyc
│ │ ├── test_hashlib.pyo
│ │ ├── test_hash.py
│ │ ├── test_hash.pyc
│ │ ├── test_hash.pyo
│ │ ├── test_heapq.py
│ │ ├── test_heapq.pyc
│ │ ├── test_heapq.pyo
│ │ ├── test_hmac.py
│ │ ├── test_hmac.pyc
│ │ ├── test_hmac.pyo
│ │ ├── test_hotshot.py
│ │ ├── test_hotshot.pyc
│ │ ├── test_hotshot.pyo
│ │ ├── test_htmllib.py
│ │ ├── test_htmllib.pyc
│ │ ├── test_htmllib.pyo
│ │ ├── test_htmlparser.py
│ │ ├── test_htmlparser.pyc
│ │ ├── test_htmlparser.pyo
│ │ ├── test_httplib.py
│ │ ├── test_httplib.pyc
│ │ ├── test_httplib.pyo
│ │ ├── test_httpservers.py
│ │ ├── test_httpservers.pyc
│ │ ├── test_httpservers.pyo
│ │ ├── test_idle.py
│ │ ├── test_idle.pyc
│ │ ├── test_idle.pyo
│ │ ├── test_imageop.py
│ │ ├── test_imageop.pyc
│ │ ├── test_imageop.pyo
│ │ ├── test_imaplib.py
│ │ ├── test_imaplib.pyc
│ │ ├── test_imaplib.pyo
│ │ ├── test_imgfile.py
│ │ ├── test_imgfile.pyc
│ │ ├── test_imgfile.pyo
│ │ ├── testimgr.uue
│ │ ├── testimg.uue
│ │ ├── test_importhooks.py
│ │ ├── test_importhooks.pyc
│ │ ├── test_importhooks.pyo
│ │ ├── test_importlib.py
│ │ ├── test_importlib.pyc
│ │ ├── test_importlib.pyo
│ │ ├── test_import.py
│ │ ├── test_import.pyc
│ │ ├── test_import.pyo
│ │ ├── test_imp.py
│ │ ├── test_imp.pyc
│ │ ├── test_imp.pyo
│ │ ├── test_index.py
│ │ ├── test_index.pyc
│ │ ├── test_index.pyo
│ │ ├── test_inspect.py
│ │ ├── test_inspect.pyc
│ │ ├── test_inspect.pyo
│ │ ├── test_int_literal.py
│ │ ├── test_int_literal.pyc
│ │ ├── test_int_literal.pyo
│ │ ├── test_int.py
│ │ ├── test_int.pyc
│ │ ├── test_int.pyo
│ │ ├── test_ioctl.py
│ │ ├── test_ioctl.pyc
│ │ ├── test_ioctl.pyo
│ │ ├── test_io.py
│ │ ├── test_io.pyc
│ │ ├── test_io.pyo
│ │ ├── test_isinstance.py
│ │ ├── test_isinstance.pyc
│ │ ├── test_isinstance.pyo
│ │ ├── test_iterlen.py
│ │ ├── test_iterlen.pyc
│ │ ├── test_iterlen.pyo
│ │ ├── test_iter.py
│ │ ├── test_iter.pyc
│ │ ├── test_iter.pyo
│ │ ├── test_itertools.py
│ │ ├── test_itertools.pyc
│ │ ├── test_itertools.pyo
│ │ ├── test_json.py
│ │ ├── test_json.pyc
│ │ ├── test_json.pyo
│ │ ├── test_kqueue.py
│ │ ├── test_kqueue.pyc
│ │ ├── test_kqueue.pyo
│ │ ├── test_largefile.py
│ │ ├── test_largefile.pyc
│ │ ├── test_largefile.pyo
│ │ ├── test_lib2to3.py
│ │ ├── test_lib2to3.pyc
│ │ ├── test_lib2to3.pyo
│ │ ├── test_linecache.py
│ │ ├── test_linecache.pyc
│ │ ├── test_linecache.pyo
│ │ ├── test_linuxaudiodev.py
│ │ ├── test_linuxaudiodev.pyc
│ │ ├── test_linuxaudiodev.pyo
│ │ ├── test_list.py
│ │ ├── test_list.pyc
│ │ ├── test_list.pyo
│ │ ├── test__locale.py
│ │ ├── test_locale.py
│ │ ├── test__locale.pyc
│ │ ├── test_locale.pyc
│ │ ├── test__locale.pyo
│ │ ├── test_locale.pyo
│ │ ├── test_logging.py
│ │ ├── test_logging.pyc
│ │ ├── test_logging.pyo
│ │ ├── test_longexp.py
│ │ ├── test_longexp.pyc
│ │ ├── test_longexp.pyo
│ │ ├── test_long_future.py
│ │ ├── test_long_future.pyc
│ │ ├── test_long_future.pyo
│ │ ├── test_long.py
│ │ ├── test_long.pyc
│ │ ├── test_long.pyo
│ │ ├── test_macos.py
│ │ ├── test_macos.pyc
│ │ ├── test_macos.pyo
│ │ ├── test_macostools.py
│ │ ├── test_macostools.pyc
│ │ ├── test_macostools.pyo
│ │ ├── test_macpath.py
│ │ ├── test_macpath.pyc
│ │ ├── test_macpath.pyo
│ │ ├── test_macurl2path.py
│ │ ├── test_macurl2path.pyc
│ │ ├── test_macurl2path.pyo
│ │ ├── test_mailbox.py
│ │ ├── test_mailbox.pyc
│ │ ├── test_mailbox.pyo
│ │ ├── test_marshal.py
│ │ ├── test_marshal.pyc
│ │ ├── test_marshal.pyo
│ │ ├── test_math.py
│ │ ├── test_math.pyc
│ │ ├── test_math.pyo
│ │ ├── test_md5.py
│ │ ├── test_md5.pyc
│ │ ├── test_md5.pyo
│ │ ├── test_memoryio.py
│ │ ├── test_memoryio.pyc
│ │ ├── test_memoryio.pyo
│ │ ├── test_memoryview.py
│ │ ├── test_memoryview.pyc
│ │ ├── test_memoryview.pyo
│ │ ├── test_mhlib.py
│ │ ├── test_mhlib.pyc
│ │ ├── test_mhlib.pyo
│ │ ├── test_mimetools.py
│ │ ├── test_mimetools.pyc
│ │ ├── test_mimetools.pyo
│ │ ├── test_mimetypes.py
│ │ ├── test_mimetypes.pyc
│ │ ├── test_mimetypes.pyo
│ │ ├── test_MimeWriter.py
│ │ ├── test_MimeWriter.pyc
│ │ ├── test_MimeWriter.pyo
│ │ ├── test_minidom.py
│ │ ├── test_minidom.pyc
│ │ ├── test_minidom.pyo
│ │ ├── test_mmap.py
│ │ ├── test_mmap.pyc
│ │ ├── test_mmap.pyo
│ │ ├── test_modulefinder.py
│ │ ├── test_modulefinder.pyc
│ │ ├── test_modulefinder.pyo
│ │ ├── test_module.py
│ │ ├── test_module.pyc
│ │ ├── test_module.pyo
│ │ ├── test_msilib.py
│ │ ├── test_msilib.pyc
│ │ ├── test_msilib.pyo
│ │ ├── test_multibytecodec.py
│ │ ├── test_multibytecodec.pyc
│ │ ├── test_multibytecodec.pyo
│ │ ├── test_multibytecodec_support.py
│ │ ├── test_multibytecodec_support.pyc
│ │ ├── test_multibytecodec_support.pyo
│ │ ├── test_multifile.py
│ │ ├── test_multifile.pyc
│ │ ├── test_multifile.pyo
│ │ ├── test_multiprocessing.py
│ │ ├── test_multiprocessing.pyc
│ │ ├── test_multiprocessing.pyo
│ │ ├── test_mutants.py
│ │ ├── test_mutants.pyc
│ │ ├── test_mutants.pyo
│ │ ├── test_mutex.py
│ │ ├── test_mutex.pyc
│ │ ├── test_mutex.pyo
│ │ ├── test_netrc.py
│ │ ├── test_netrc.pyc
│ │ ├── test_netrc.pyo
│ │ ├── test_new.py
│ │ ├── test_new.pyc
│ │ ├── test_new.pyo
│ │ ├── test_nis.py
│ │ ├── test_nis.pyc
│ │ ├── test_nis.pyo
│ │ ├── test_nntplib.py
│ │ ├── test_nntplib.pyc
│ │ ├── test_nntplib.pyo
│ │ ├── test_normalization.py
│ │ ├── test_normalization.pyc
│ │ ├── test_normalization.pyo
│ │ ├── test_ntpath.py
│ │ ├── test_ntpath.pyc
│ │ ├── test_ntpath.pyo
│ │ ├── test_old_mailbox.py
│ │ ├── test_old_mailbox.pyc
│ │ ├── test_old_mailbox.pyo
│ │ ├── test_opcodes.py
│ │ ├── test_opcodes.pyc
│ │ ├── test_opcodes.pyo
│ │ ├── test_openpty.py
│ │ ├── test_openpty.pyc
│ │ ├── test_openpty.pyo
│ │ ├── test_operator.py
│ │ ├── test_operator.pyc
│ │ ├── test_operator.pyo
│ │ ├── test_optparse.py
│ │ ├── test_optparse.pyc
│ │ ├── test_optparse.pyo
│ │ ├── test_os.py
│ │ ├── test_os.pyc
│ │ ├── test_os.pyo
│ │ ├── test_ossaudiodev.py
│ │ ├── test_ossaudiodev.pyc
│ │ ├── test_ossaudiodev.pyo
│ │ ├── test__osx_support.py
│ │ ├── test__osx_support.pyc
│ │ ├── test__osx_support.pyo
│ │ ├── test_parser.py
│ │ ├── test_parser.pyc
│ │ ├── test_parser.pyo
│ │ ├── test_pdb.py
│ │ ├── test_pdb.pyc
│ │ ├── test_pdb.pyo
│ │ ├── test_peepholer.py
│ │ ├── test_peepholer.pyc
│ │ ├── test_peepholer.pyo
│ │ ├── test_pep247.py
│ │ ├── test_pep247.pyc
│ │ ├── test_pep247.pyo
│ │ ├── test_pep263.py
│ │ ├── test_pep263.pyc
│ │ ├── test_pep263.pyo
│ │ ├── test_pep277.py
│ │ ├── test_pep277.pyc
│ │ ├── test_pep277.pyo
│ │ ├── test_pep292.py
│ │ ├── test_pep292.pyc
│ │ ├── test_pep292.pyo
│ │ ├── test_pep352.py
│ │ ├── test_pep352.pyc
│ │ ├── test_pep352.pyo
│ │ ├── test_pickle.py
│ │ ├── test_pickle.pyc
│ │ ├── test_pickle.pyo
│ │ ├── test_pickletools.py
│ │ ├── test_pickletools.pyc
│ │ ├── test_pickletools.pyo
│ │ ├── test_pipes.py
│ │ ├── test_pipes.pyc
│ │ ├── test_pipes.pyo
│ │ ├── test_pkgimport.py
│ │ ├── test_pkgimport.pyc
│ │ ├── test_pkgimport.pyo
│ │ ├── test_pkg.py
│ │ ├── test_pkg.pyc
│ │ ├── test_pkg.pyo
│ │ ├── test_pkgutil.py
│ │ ├── test_pkgutil.pyc
│ │ ├── test_pkgutil.pyo
│ │ ├── test_platform.py
│ │ ├── test_platform.pyc
│ │ ├── test_platform.pyo
│ │ ├── test_plistlib.py
│ │ ├── test_plistlib.pyc
│ │ ├── test_plistlib.pyo
│ │ ├── test_poll.py
│ │ ├── test_poll.pyc
│ │ ├── test_poll.pyo
│ │ ├── test_popen2.py
│ │ ├── test_popen2.pyc
│ │ ├── test_popen2.pyo
│ │ ├── test_popen.py
│ │ ├── test_popen.pyc
│ │ ├── test_popen.pyo
│ │ ├── test_poplib.py
│ │ ├── test_poplib.pyc
│ │ ├── test_poplib.pyo
│ │ ├── test_posixpath.py
│ │ ├── test_posixpath.pyc
│ │ ├── test_posixpath.pyo
│ │ ├── test_posix.py
│ │ ├── test_posix.pyc
│ │ ├── test_posix.pyo
│ │ ├── test_pow.py
│ │ ├── test_pow.pyc
│ │ ├── test_pow.pyo
│ │ ├── test_pprint.py
│ │ ├── test_pprint.pyc
│ │ ├── test_pprint.pyo
│ │ ├── test_print.py
│ │ ├── test_print.pyc
│ │ ├── test_print.pyo
│ │ ├── test_profile.py
│ │ ├── test_profile.pyc
│ │ ├── test_profile.pyo
│ │ ├── test_property.py
│ │ ├── test_property.pyc
│ │ ├── test_property.pyo
│ │ ├── test_pstats.py
│ │ ├── test_pstats.pyc
│ │ ├── test_pstats.pyo
│ │ ├── test_pty.py
│ │ ├── test_pty.pyc
│ │ ├── test_pty.pyo
│ │ ├── test_pwd.py
│ │ ├── test_pwd.pyc
│ │ ├── test_pwd.pyo
│ │ ├── test_py3kwarn.py
│ │ ├── test_py3kwarn.pyc
│ │ ├── test_py3kwarn.pyo
│ │ ├── test_pyclbr.py
│ │ ├── test_pyclbr.pyc
│ │ ├── test_pyclbr.pyo
│ │ ├── test_py_compile.py
│ │ ├── test_py_compile.pyc
│ │ ├── test_py_compile.pyo
│ │ ├── test_pydoc.py
│ │ ├── test_pydoc.pyc
│ │ ├── test_pydoc.pyo
│ │ ├── test_pyexpat.py
│ │ ├── test_pyexpat.pyc
│ │ ├── test_pyexpat.pyo
│ │ ├── test_queue.py
│ │ ├── test_queue.pyc
│ │ ├── test_queue.pyo
│ │ ├── test_quopri.py
│ │ ├── test_quopri.pyc
│ │ ├── test_quopri.pyo
│ │ ├── test_random.py
│ │ ├── test_random.pyc
│ │ ├── test_random.pyo
│ │ ├── test_readline.py
│ │ ├── test_readline.pyc
│ │ ├── test_readline.pyo
│ │ ├── test_repr.py
│ │ ├── test_repr.pyc
│ │ ├── test_repr.pyo
│ │ ├── test_re.py
│ │ ├── test_re.pyc
│ │ ├── test_re.pyo
│ │ ├── test_resource.py
│ │ ├── test_resource.pyc
│ │ ├── test_resource.pyo
│ │ ├── test_rfc822.py
│ │ ├── test_rfc822.pyc
│ │ ├── test_rfc822.pyo
│ │ ├── testrgb.uue
│ │ ├── test_richcmp.py
│ │ ├── test_richcmp.pyc
│ │ ├── test_richcmp.pyo
│ │ ├── test_rlcompleter.py
│ │ ├── test_rlcompleter.pyc
│ │ ├── test_rlcompleter.pyo
│ │ ├── test_robotparser.py
│ │ ├── test_robotparser.pyc
│ │ ├── test_robotparser.pyo
│ │ ├── test_runpy.py
│ │ ├── test_runpy.pyc
│ │ ├── test_runpy.pyo
│ │ ├── test_sax.py
│ │ ├── test_sax.pyc
│ │ ├── test_sax.pyo
│ │ ├── test_scope.py
│ │ ├── test_scope.pyc
│ │ ├── test_scope.pyo
│ │ ├── test_scriptpackages.py
│ │ ├── test_scriptpackages.pyc
│ │ ├── test_scriptpackages.pyo
│ │ ├── test_select.py
│ │ ├── test_select.pyc
│ │ ├── test_select.pyo
│ │ ├── test_setcomps.py
│ │ ├── test_setcomps.pyc
│ │ ├── test_setcomps.pyo
│ │ ├── test_set.py
│ │ ├── test_set.pyc
│ │ ├── test_set.pyo
│ │ ├── test_sets.py
│ │ ├── test_sets.pyc
│ │ ├── test_sets.pyo
│ │ ├── test_sgmllib.py
│ │ ├── test_sgmllib.pyc
│ │ ├── test_sgmllib.pyo
│ │ ├── test_sha.py
│ │ ├── test_sha.pyc
│ │ ├── test_sha.pyo
│ │ ├── test_shelve.py
│ │ ├── test_shelve.pyc
│ │ ├── test_shelve.pyo
│ │ ├── test_shlex.py
│ │ ├── test_shlex.pyc
│ │ ├── test_shlex.pyo
│ │ ├── test_shutil.py
│ │ ├── test_shutil.pyc
│ │ ├── test_shutil.pyo
│ │ ├── test_signal.py
│ │ ├── test_signal.pyc
│ │ ├── test_signal.pyo
│ │ ├── test_SimpleHTTPServer.py
│ │ ├── test_SimpleHTTPServer.pyc
│ │ ├── test_SimpleHTTPServer.pyo
│ │ ├── test_site.py
│ │ ├── test_site.pyc
│ │ ├── test_site.pyo
│ │ ├── test_slice.py
│ │ ├── test_slice.pyc
│ │ ├── test_slice.pyo
│ │ ├── test_smtplib.py
│ │ ├── test_smtplib.pyc
│ │ ├── test_smtplib.pyo
│ │ ├── test_smtpnet.py
│ │ ├── test_smtpnet.pyc
│ │ ├── test_smtpnet.pyo
│ │ ├── test_socket.py
│ │ ├── test_socket.pyc
│ │ ├── test_socket.pyo
│ │ ├── test_socketserver.py
│ │ ├── test_socketserver.pyc
│ │ ├── test_socketserver.pyo
│ │ ├── test_softspace.py
│ │ ├── test_softspace.pyc
│ │ ├── test_softspace.pyo
│ │ ├── test_sort.py
│ │ ├── test_sort.pyc
│ │ ├── test_sort.pyo
│ │ ├── test_sqlite.py
│ │ ├── test_sqlite.pyc
│ │ ├── test_sqlite.pyo
│ │ ├── test_ssl.py
│ │ ├── test_ssl.pyc
│ │ ├── test_ssl.pyo
│ │ ├── test_startfile.py
│ │ ├── test_startfile.pyc
│ │ ├── test_startfile.pyo
│ │ ├── test_stat.py
│ │ ├── test_stat.pyc
│ │ ├── test_stat.pyo
│ │ ├── test_strftime.py
│ │ ├── test_strftime.pyc
│ │ ├── test_strftime.pyo
│ │ ├── test_StringIO.py
│ │ ├── test_StringIO.pyc
│ │ ├── test_StringIO.pyo
│ │ ├── test_stringprep.py
│ │ ├── test_stringprep.pyc
│ │ ├── test_stringprep.pyo
│ │ ├── test_string.py
│ │ ├── test_string.pyc
│ │ ├── test_string.pyo
│ │ ├── test_strop.py
│ │ ├── test_strop.pyc
│ │ ├── test_strop.pyo
│ │ ├── test_strptime.py
│ │ ├── test_strptime.pyc
│ │ ├── test_strptime.pyo
│ │ ├── test_str.py
│ │ ├── test_str.pyc
│ │ ├── test_str.pyo
│ │ ├── test_strtod.py
│ │ ├── test_strtod.pyc
│ │ ├── test_strtod.pyo
│ │ ├── test_structmembers.py
│ │ ├── test_structmembers.pyc
│ │ ├── test_structmembers.pyo
│ │ ├── test_struct.py
│ │ ├── test_struct.pyc
│ │ ├── test_struct.pyo
│ │ ├── test_structseq.py
│ │ ├── test_structseq.pyc
│ │ ├── test_structseq.pyo
│ │ ├── test_subprocess.py
│ │ ├── test_subprocess.pyc
│ │ ├── test_subprocess.pyo
│ │ ├── test_sunaudiodev.py
│ │ ├── test_sunaudiodev.pyc
│ │ ├── test_sunaudiodev.pyo
│ │ ├── test_sunau.py
│ │ ├── test_sunau.pyc
│ │ ├── test_sunau.pyo
│ │ ├── test_sundry.py
│ │ ├── test_sundry.pyc
│ │ ├── test_sundry.pyo
│ │ ├── test_support.py
│ │ ├── test_support.pyc
│ │ ├── test_support.pyo
│ │ ├── test_symtable.py
│ │ ├── test_symtable.pyc
│ │ ├── test_symtable.pyo
│ │ ├── test_syntax.py
│ │ ├── test_syntax.pyc
│ │ ├── test_syntax.pyo
│ │ ├── test_sysconfig.py
│ │ ├── test_sysconfig.pyc
│ │ ├── test_sysconfig.pyo
│ │ ├── test_sys.py
│ │ ├── test_sys.pyc
│ │ ├── test_sys.pyo
│ │ ├── test_sys_setprofile.py
│ │ ├── test_sys_setprofile.pyc
│ │ ├── test_sys_setprofile.pyo
│ │ ├── test_sys_settrace.py
│ │ ├── test_sys_settrace.pyc
│ │ ├── test_sys_settrace.pyo
│ │ ├── test_tarfile.py
│ │ ├── test_tarfile.pyc
│ │ ├── test_tarfile.pyo
│ │ ├── testtar.tar
│ │ ├── test_tcl.py
│ │ ├── test_tcl.pyc
│ │ ├── test_tcl.pyo
│ │ ├── test_telnetlib.py
│ │ ├── test_telnetlib.pyc
│ │ ├── test_telnetlib.pyo
│ │ ├── test_tempfile.py
│ │ ├── test_tempfile.pyc
│ │ ├── test_tempfile.pyo
│ │ ├── test_textwrap.py
│ │ ├── test_textwrap.pyc
│ │ ├── test_textwrap.pyo
│ │ ├── test_threaded_import.py
│ │ ├── test_threaded_import.pyc
│ │ ├── test_threaded_import.pyo
│ │ ├── test_threadedtempfile.py
│ │ ├── test_threadedtempfile.pyc
│ │ ├── test_threadedtempfile.pyo
│ │ ├── test_threading_local.py
│ │ ├── test_threading_local.pyc
│ │ ├── test_threading_local.pyo
│ │ ├── test_threading.py
│ │ ├── test_threading.pyc
│ │ ├── test_threading.pyo
│ │ ├── test_thread.py
│ │ ├── test_thread.pyc
│ │ ├── test_thread.pyo
│ │ ├── test_threadsignals.py
│ │ ├── test_threadsignals.pyc
│ │ ├── test_threadsignals.pyo
│ │ ├── test_timeout.py
│ │ ├── test_timeout.pyc
│ │ ├── test_timeout.pyo
│ │ ├── test_time.py
│ │ ├── test_time.pyc
│ │ ├── test_time.pyo
│ │ ├── test_tk.py
│ │ ├── test_tk.pyc
│ │ ├── test_tk.pyo
│ │ ├── test_tokenize.py
│ │ ├── test_tokenize.pyc
│ │ ├── test_tokenize.pyo
│ │ ├── test_tools.py
│ │ ├── test_tools.pyc
│ │ ├── test_tools.pyo
│ │ ├── test_traceback.py
│ │ ├── test_traceback.pyc
│ │ ├── test_traceback.pyo
│ │ ├── test_trace.py
│ │ ├── test_trace.pyc
│ │ ├── test_trace.pyo
│ │ ├── test_transformer.py
│ │ ├── test_transformer.pyc
│ │ ├── test_transformer.pyo
│ │ ├── test_ttk_guionly.py
│ │ ├── test_ttk_guionly.pyc
│ │ ├── test_ttk_guionly.pyo
│ │ ├── test_ttk_textonly.py
│ │ ├── test_ttk_textonly.pyc
│ │ ├── test_ttk_textonly.pyo
│ │ ├── test_tuple.py
│ │ ├── test_tuple.pyc
│ │ ├── test_tuple.pyo
│ │ ├── test_typechecks.py
│ │ ├── test_typechecks.pyc
│ │ ├── test_typechecks.pyo
│ │ ├── test_types.py
│ │ ├── test_types.pyc
│ │ ├── test_types.pyo
│ │ ├── test_ucn.py
│ │ ├── test_ucn.pyc
│ │ ├── test_ucn.pyo
│ │ ├── test_unary.py
│ │ ├── test_unary.pyc
│ │ ├── test_unary.pyo
│ │ ├── test_undocumented_details.py
│ │ ├── test_undocumented_details.pyc
│ │ ├── test_undocumented_details.pyo
│ │ ├── test_unicodedata.py
│ │ ├── test_unicodedata.pyc
│ │ ├── test_unicodedata.pyo
│ │ ├── test_unicode_file.py
│ │ ├── test_unicode_file.pyc
│ │ ├── test_unicode_file.pyo
│ │ ├── test_unicode.py
│ │ ├── test_unicode.pyc
│ │ ├── test_unicode.pyo
│ │ ├── test_unittest.py
│ │ ├── test_unittest.pyc
│ │ ├── test_unittest.pyo
│ │ ├── test_univnewlines2k.py
│ │ ├── test_univnewlines2k.pyc
│ │ ├── test_univnewlines2k.pyo
│ │ ├── test_univnewlines.py
│ │ ├── test_univnewlines.pyc
│ │ ├── test_univnewlines.pyo
│ │ ├── test_unpack.py
│ │ ├── test_unpack.pyc
│ │ ├── test_unpack.pyo
│ │ ├── test_urllib2_localnet.py
│ │ ├── test_urllib2_localnet.pyc
│ │ ├── test_urllib2_localnet.pyo
│ │ ├── test_urllib2net.py
│ │ ├── test_urllib2net.pyc
│ │ ├── test_urllib2net.pyo
│ │ ├── test_urllib2.py
│ │ ├── test_urllib2.pyc
│ │ ├── test_urllib2.pyo
│ │ ├── test_urllibnet.py
│ │ ├── test_urllibnet.pyc
│ │ ├── test_urllibnet.pyo
│ │ ├── test_urllib.py
│ │ ├── test_urllib.pyc
│ │ ├── test_urllib.pyo
│ │ ├── test_urlparse.py
│ │ ├── test_urlparse.pyc
│ │ ├── test_urlparse.pyo
│ │ ├── test_userdict.py
│ │ ├── test_userdict.pyc
│ │ ├── test_userdict.pyo
│ │ ├── test_userlist.py
│ │ ├── test_userlist.pyc
│ │ ├── test_userlist.pyo
│ │ ├── test_userstring.py
│ │ ├── test_userstring.pyc
│ │ ├── test_userstring.pyo
│ │ ├── test_uuid.py
│ │ ├── test_uuid.pyc
│ │ ├── test_uuid.pyo
│ │ ├── test_uu.py
│ │ ├── test_uu.pyc
│ │ ├── test_uu.pyo
│ │ ├── test_wait3.py
│ │ ├── test_wait3.pyc
│ │ ├── test_wait3.pyo
│ │ ├── test_wait4.py
│ │ ├── test_wait4.pyc
│ │ ├── test_wait4.pyo
│ │ ├── test_warnings.py
│ │ ├── test_warnings.pyc
│ │ ├── test_warnings.pyo
│ │ ├── test_wave.py
│ │ ├── test_wave.pyc
│ │ ├── test_wave.pyo
│ │ ├── test_weakref.py
│ │ ├── test_weakref.pyc
│ │ ├── test_weakref.pyo
│ │ ├── test_weakset.py
│ │ ├── test_weakset.pyc
│ │ ├── test_weakset.pyo
│ │ ├── test_whichdb.py
│ │ ├── test_whichdb.pyc
│ │ ├── test_whichdb.pyo
│ │ ├── test_winreg.py
│ │ ├── test_winreg.pyc
│ │ ├── test_winreg.pyo
│ │ ├── test_winsound.py
│ │ ├── test_winsound.pyc
│ │ ├── test_winsound.pyo
│ │ ├── test_with.py
│ │ ├── test_with.pyc
│ │ ├── test_with.pyo
│ │ ├── test_wsgiref.py
│ │ ├── test_wsgiref.pyc
│ │ ├── test_wsgiref.pyo
│ │ ├── test_xdrlib.py
│ │ ├── test_xdrlib.pyc
│ │ ├── test_xdrlib.pyo
│ │ ├── test_xml_etree_c.py
│ │ ├── test_xml_etree_c.pyc
│ │ ├── test_xml_etree_c.pyo
│ │ ├── test_xml_etree.py
│ │ ├── test_xml_etree.pyc
│ │ ├── test_xml_etree.pyo
│ │ ├── test_xmllib.py
│ │ ├── test_xmllib.pyc
│ │ ├── test_xmllib.pyo
│ │ ├── test_xmlrpc.py
│ │ ├── test_xmlrpc.pyc
│ │ ├── test_xmlrpc.pyo
│ │ ├── test_xpickle.py
│ │ ├── test_xpickle.pyc
│ │ ├── test_xpickle.pyo
│ │ ├── test_xrange.py
│ │ ├── test_xrange.pyc
│ │ ├── test_xrange.pyo
│ │ ├── test_zipfile64.py
│ │ ├── test_zipfile64.pyc
│ │ ├── test_zipfile64.pyo
│ │ ├── test_zipfile.py
│ │ ├── test_zipfile.pyc
│ │ ├── test_zipfile.pyo
│ │ ├── test_zipimport.py
│ │ ├── test_zipimport.pyc
│ │ ├── test_zipimport.pyo
│ │ ├── test_zipimport_support.py
│ │ ├── test_zipimport_support.pyc
│ │ ├── test_zipimport_support.pyo
│ │ ├── test_zlib.py
│ │ ├── test_zlib.pyc
│ │ ├── test_zlib.pyo
│ │ ├── tf_inherit_check.py
│ │ ├── tf_inherit_check.pyc
│ │ ├── tf_inherit_check.pyo
│ │ ├── threaded_import_hangers.py
│ │ ├── threaded_import_hangers.pyc
│ │ ├── threaded_import_hangers.pyo
│ │ ├── time_hashlib.py
│ │ ├── time_hashlib.pyc
│ │ ├── time_hashlib.pyo
│ │ ├── tokenize_tests.txt
│ │ ├── tracedmodules
│ │ │ ├── __init__.py
│ │ │ ├── __init__.pyc
│ │ │ ├── __init__.pyo
│ │ │ ├── testmod.py
│ │ │ ├── testmod.pyc
│ │ │ └── testmod.pyo
│ │ ├── warning_tests.py
│ │ ├── warning_tests.pyc
│ │ ├── warning_tests.pyo
│ │ ├── win_console_handler.py
│ │ ├── win_console_handler.pyc
│ │ ├── win_console_handler.pyo
│ │ ├── wrongcert.pem
│ │ ├── xmltestdata
│ │ │ ├── simple-ns.xml
│ │ │ ├── simple.xml
│ │ │ ├── test.xml
│ │ │ └── test.xml.out
│ │ ├── xmltests.py
│ │ ├── xmltests.pyc
│ │ ├── xmltests.pyo
│ │ └── zipdir.zip
│ ├── textwrap.py
│ ├── textwrap.pyc
│ ├── textwrap.pyo
│ ├── this.py
│ ├── this.pyc
│ ├── this.pyo
│ ├── _threading_local.py
│ ├── _threading_local.pyc
│ ├── _threading_local.pyo
│ ├── threading.py
│ ├── threading.pyc
│ ├── threading.pyo
│ ├── timeit.py
│ ├── timeit.pyc
│ ├── timeit.pyo
│ ├── toaiff.py
│ ├── toaiff.pyc
│ ├── toaiff.pyo
│ ├── tokenize.py
│ ├── tokenize.pyc
│ ├── tokenize.pyo
│ ├── token.py
│ ├── token.pyc
│ ├── token.pyo
│ ├── traceback.py
│ ├── traceback.pyc
│ ├── traceback.pyo
│ ├── trace.py
│ ├── trace.pyc
│ ├── trace.pyo
│ ├── tty.py
│ ├── tty.pyc
│ ├── tty.pyo
│ ├── types.py
│ ├── types.pyc
│ ├── types.pyo
│ ├── unittest
│ │ ├── case.py
│ │ ├── case.pyc
│ │ ├── case.pyo
│ │ ├── __init__.py
│ │ ├── __init__.pyc
│ │ ├── __init__.pyo
│ │ ├── loader.py
│ │ ├── loader.pyc
│ │ ├── loader.pyo
│ │ ├── __main__.py
│ │ ├── main.py
│ │ ├── __main__.pyc
│ │ ├── main.pyc
│ │ ├── __main__.pyo
│ │ ├── main.pyo
│ │ ├── result.py
│ │ ├── result.pyc
│ │ ├── result.pyo
│ │ ├── runner.py
│ │ ├── runner.pyc
│ │ ├── runner.pyo
│ │ ├── signals.py
│ │ ├── signals.pyc
│ │ ├── signals.pyo
│ │ ├── suite.py
│ │ ├── suite.pyc
│ │ ├── suite.pyo
│ │ ├── test
│ │ │ ├── dummy.py
│ │ │ ├── dummy.pyc
│ │ │ ├── dummy.pyo
│ │ │ ├── __init__.py
│ │ │ ├── __init__.pyc
│ │ │ ├── __init__.pyo
│ │ │ ├── support.py
│ │ │ ├── support.pyc
│ │ │ ├── support.pyo
│ │ │ ├── test_assertions.py
│ │ │ ├── test_assertions.pyc
│ │ │ ├── test_assertions.pyo
│ │ │ ├── test_break.py
│ │ │ ├── test_break.pyc
│ │ │ ├── test_break.pyo
│ │ │ ├── test_case.py
│ │ │ ├── test_case.pyc
│ │ │ ├── test_case.pyo
│ │ │ ├── test_discovery.py
│ │ │ ├── test_discovery.pyc
│ │ │ ├── test_discovery.pyo
│ │ │ ├── test_functiontestcase.py
│ │ │ ├── test_functiontestcase.pyc
│ │ │ ├── test_functiontestcase.pyo
│ │ │ ├── test_loader.py
│ │ │ ├── test_loader.pyc
│ │ │ ├── test_loader.pyo
│ │ │ ├── test_program.py
│ │ │ ├── test_program.pyc
│ │ │ ├── test_program.pyo
│ │ │ ├── test_result.py
│ │ │ ├── test_result.pyc
│ │ │ ├── test_result.pyo
│ │ │ ├── test_runner.py
│ │ │ ├── test_runner.pyc
│ │ │ ├── test_runner.pyo
│ │ │ ├── test_setups.py
│ │ │ ├── test_setups.pyc
│ │ │ ├── test_setups.pyo
│ │ │ ├── test_skipping.py
│ │ │ ├── test_skipping.pyc
│ │ │ ├── test_skipping.pyo
│ │ │ ├── test_suite.py
│ │ │ ├── test_suite.pyc
│ │ │ └── test_suite.pyo
│ │ ├── util.py
│ │ ├── util.pyc
│ │ └── util.pyo
│ ├── urllib2.py
│ ├── urllib2.pyc
│ ├── urllib2.pyo
│ ├── urllib.py
│ ├── urllib.pyc
│ ├── urllib.pyo
│ ├── urlparse.py
│ ├── urlparse.pyc
│ ├── urlparse.pyo
│ ├── UserDict.py
│ ├── UserDict.pyc
│ ├── UserDict.pyo
│ ├── UserList.py
│ ├── UserList.pyc
│ ├── UserList.pyo
│ ├── user.py
│ ├── user.pyc
│ ├── user.pyo
│ ├── UserString.py
│ ├── UserString.pyc
│ ├── UserString.pyo
│ ├── uuid.py
│ ├── uuid.pyc
│ ├── uuid.pyo
│ ├── uu.py
│ ├── uu.pyc
│ ├── uu.pyo
│ ├── warnings.py
│ ├── warnings.pyc
│ ├── warnings.pyo
│ ├── wave.py
│ ├── wave.pyc
│ ├── wave.pyo
│ ├── weakref.py
│ ├── weakref.pyc
│ ├── weakref.pyo
│ ├── _weakrefset.py
│ ├── _weakrefset.pyc
│ ├── _weakrefset.pyo
│ ├── webbrowser.py
│ ├── webbrowser.pyc
│ ├── webbrowser.pyo
│ ├── whichdb.py
│ ├── whichdb.pyc
│ ├── whichdb.pyo
│ ├── wsgiref
│ │ ├── handlers.py
│ │ ├── handlers.pyc
│ │ ├── handlers.pyo
│ │ ├── headers.py
│ │ ├── headers.pyc
│ │ ├── headers.pyo
│ │ ├── __init__.py
│ │ ├── __init__.pyc
│ │ ├── __init__.pyo
│ │ ├── simple_server.py
│ │ ├── simple_server.pyc
│ │ ├── simple_server.pyo
│ │ ├── util.py
│ │ ├── util.pyc
│ │ ├── util.pyo
│ │ ├── validate.py
│ │ ├── validate.pyc
│ │ └── validate.pyo
│ ├── xdrlib.py
│ ├── xdrlib.pyc
│ ├── xdrlib.pyo
│ ├── xml
│ │ ├── dom
│ │ │ ├── domreg.py
│ │ │ ├── domreg.pyc
│ │ │ ├── domreg.pyo
│ │ │ ├── expatbuilder.py
│ │ │ ├── expatbuilder.pyc
│ │ │ ├── expatbuilder.pyo
│ │ │ ├── __init__.py
│ │ │ ├── __init__.pyc
│ │ │ ├── __init__.pyo
│ │ │ ├── minicompat.py
│ │ │ ├── minicompat.pyc
│ │ │ ├── minicompat.pyo
│ │ │ ├── minidom.py
│ │ │ ├── minidom.pyc
│ │ │ ├── minidom.pyo
│ │ │ ├── NodeFilter.py
│ │ │ ├── NodeFilter.pyc
│ │ │ ├── NodeFilter.pyo
│ │ │ ├── pulldom.py
│ │ │ ├── pulldom.pyc
│ │ │ ├── pulldom.pyo
│ │ │ ├── xmlbuilder.py
│ │ │ ├── xmlbuilder.pyc
│ │ │ └── xmlbuilder.pyo
│ │ ├── etree
│ │ │ ├── cElementTree.py
│ │ │ ├── cElementTree.pyc
│ │ │ ├── cElementTree.pyo
│ │ │ ├── ElementInclude.py
│ │ │ ├── ElementInclude.pyc
│ │ │ ├── ElementInclude.pyo
│ │ │ ├── ElementPath.py
│ │ │ ├── ElementPath.pyc
│ │ │ ├── ElementPath.pyo
│ │ │ ├── ElementTree.py
│ │ │ ├── ElementTree.pyc
│ │ │ ├── ElementTree.pyo
│ │ │ ├── __init__.py
│ │ │ ├── __init__.pyc
│ │ │ └── __init__.pyo
│ │ ├── __init__.py
│ │ ├── __init__.pyc
│ │ ├── __init__.pyo
│ │ ├── parsers
│ │ │ ├── expat.py
│ │ │ ├── expat.pyc
│ │ │ ├── expat.pyo
│ │ │ ├── __init__.py
│ │ │ ├── __init__.pyc
│ │ │ └── __init__.pyo
│ │ └── sax
│ │ ├── _exceptions.py
│ │ ├── _exceptions.pyc
│ │ ├── _exceptions.pyo
│ │ ├── expatreader.py
│ │ ├── expatreader.pyc
│ │ ├── expatreader.pyo
│ │ ├── handler.py
│ │ ├── handler.pyc
│ │ ├── handler.pyo
│ │ ├── __init__.py
│ │ ├── __init__.pyc
│ │ ├── __init__.pyo
│ │ ├── saxutils.py
│ │ ├── saxutils.pyc
│ │ ├── saxutils.pyo
│ │ ├── xmlreader.py
│ │ ├── xmlreader.pyc
│ │ └── xmlreader.pyo
│ ├── xmllib.py
│ ├── xmllib.pyc
│ ├── xmllib.pyo
│ ├── xmlrpclib.py
│ ├── xmlrpclib.pyc
│ ├── xmlrpclib.pyo
│ ├── zipfile.py
│ ├── zipfile.pyc
│ └── zipfile.pyo
├── PyS.bat
├── python27.dll
├── python.exe
├── pythonw.exe
├── Tcl
│ ├── dde1.3
│ │ ├── pkgIndex.tcl
│ │ └── tcldde13.dll
│ ├── reg1.2
│ │ ├── pkgIndex.tcl
│ │ └── tclreg12.dll
│ ├── tcl8
│ │ ├── 8.4
│ │ │ ├── http-2.7.tm
│ │ │ ├── platform
│ │ │ │ └── shell-1.1.3.tm
│ │ │ └── platform-1.0.3.tm
│ │ └── 8.5
│ │ ├── msgcat-1.4.2.tm
│ │ └── tcltest-2.3.0.tm
│ ├── tcl8.5
│ │ ├── auto.tcl
│ │ ├── clock.tcl
│ │ ├── encoding
│ │ │ ├── ascii.enc
│ │ │ ├── big5.enc
│ │ │ ├── cp1250.enc
│ │ │ ├── cp1251.enc
│ │ │ ├── cp1252.enc
│ │ │ ├── cp1253.enc
│ │ │ ├── cp1254.enc
│ │ │ ├── cp1255.enc
│ │ │ ├── cp1256.enc
│ │ │ ├── cp1257.enc
│ │ │ ├── cp1258.enc
│ │ │ ├── cp437.enc
│ │ │ ├── cp737.enc
│ │ │ ├── cp775.enc
│ │ │ ├── cp850.enc
│ │ │ ├── cp852.enc
│ │ │ ├── cp855.enc
│ │ │ ├── cp857.enc
│ │ │ ├── cp860.enc
│ │ │ ├── cp861.enc
│ │ │ ├── cp862.enc
│ │ │ ├── cp863.enc
│ │ │ ├── cp864.enc
│ │ │ ├── cp865.enc
│ │ │ ├── cp866.enc
│ │ │ ├── cp869.enc
│ │ │ ├── cp874.enc
│ │ │ ├── cp932.enc
│ │ │ ├── cp936.enc
│ │ │ ├── cp949.enc
│ │ │ ├── cp950.enc
│ │ │ ├── dingbats.enc
│ │ │ ├── ebcdic.enc
│ │ │ ├── euc-cn.enc
│ │ │ ├── euc-jp.enc
│ │ │ ├── euc-kr.enc
│ │ │ ├── gb12345.enc
│ │ │ ├── gb1988.enc
│ │ │ ├── gb2312.enc
│ │ │ ├── gb2312-raw.enc
│ │ │ ├── iso2022.enc
│ │ │ ├── iso2022-jp.enc
│ │ │ ├── iso2022-kr.enc
│ │ │ ├── iso8859-10.enc
│ │ │ ├── iso8859-13.enc
│ │ │ ├── iso8859-14.enc
│ │ │ ├── iso8859-15.enc
│ │ │ ├── iso8859-16.enc
│ │ │ ├── iso8859-1.enc
│ │ │ ├── iso8859-2.enc
│ │ │ ├── iso8859-3.enc
│ │ │ ├── iso8859-4.enc
│ │ │ ├── iso8859-5.enc
│ │ │ ├── iso8859-6.enc
│ │ │ ├── iso8859-7.enc
│ │ │ ├── iso8859-8.enc
│ │ │ ├── iso8859-9.enc
│ │ │ ├── jis0201.enc
│ │ │ ├── jis0208.enc
│ │ │ ├── jis0212.enc
│ │ │ ├── koi8-r.enc
│ │ │ ├── koi8-u.enc
│ │ │ ├── ksc5601.enc
│ │ │ ├── macCentEuro.enc
│ │ │ ├── macCroatian.enc
│ │ │ ├── macCyrillic.enc
│ │ │ ├── macDingbats.enc
│ │ │ ├── macGreek.enc
│ │ │ ├── macIceland.enc
│ │ │ ├── macJapan.enc
│ │ │ ├── macRoman.enc
│ │ │ ├── macRomania.enc
│ │ │ ├── macThai.enc
│ │ │ ├── macTurkish.enc
│ │ │ ├── macUkraine.enc
│ │ │ ├── shiftjis.enc
│ │ │ ├── symbol.enc
│ │ │ └── tis-620.enc
│ │ ├── history.tcl
│ │ ├── http1.0
│ │ │ ├── http.tcl
│ │ │ └── pkgIndex.tcl
│ │ ├── init.tcl
│ │ ├── msgs
│ │ │ ├── af.msg
│ │ │ ├── af_za.msg
│ │ │ ├── ar_in.msg
│ │ │ ├── ar_jo.msg
│ │ │ ├── ar_lb.msg
│ │ │ ├── ar.msg
│ │ │ ├── ar_sy.msg
│ │ │ ├── be.msg
│ │ │ ├── bg.msg
│ │ │ ├── bn_in.msg
│ │ │ ├── bn.msg
│ │ │ ├── ca.msg
│ │ │ ├── cs.msg
│ │ │ ├── da.msg
│ │ │ ├── de_at.msg
│ │ │ ├── de_be.msg
│ │ │ ├── de.msg
│ │ │ ├── el.msg
│ │ │ ├── en_au.msg
│ │ │ ├── en_be.msg
│ │ │ ├── en_bw.msg
│ │ │ ├── en_ca.msg
│ │ │ ├── en_gb.msg
│ │ │ ├── en_hk.msg
│ │ │ ├── en_ie.msg
│ │ │ ├── en_in.msg
│ │ │ ├── en_nz.msg
│ │ │ ├── en_ph.msg
│ │ │ ├── en_sg.msg
│ │ │ ├── en_za.msg
│ │ │ ├── en_zw.msg
│ │ │ ├── eo.msg
│ │ │ ├── es_ar.msg
│ │ │ ├── es_bo.msg
│ │ │ ├── es_cl.msg
│ │ │ ├── es_co.msg
│ │ │ ├── es_cr.msg
│ │ │ ├── es_do.msg
│ │ │ ├── es_ec.msg
│ │ │ ├── es_gt.msg
│ │ │ ├── es_hn.msg
│ │ │ ├── es.msg
│ │ │ ├── es_mx.msg
│ │ │ ├── es_ni.msg
│ │ │ ├── es_pa.msg
│ │ │ ├── es_pe.msg
│ │ │ ├── es_pr.msg
│ │ │ ├── es_py.msg
│ │ │ ├── es_sv.msg
│ │ │ ├── es_uy.msg
│ │ │ ├── es_ve.msg
│ │ │ ├── et.msg
│ │ │ ├── eu_es.msg
│ │ │ ├── eu.msg
│ │ │ ├── fa_in.msg
│ │ │ ├── fa_ir.msg
│ │ │ ├── fa.msg
│ │ │ ├── fi.msg
│ │ │ ├── fo_fo.msg
│ │ │ ├── fo.msg
│ │ │ ├── fr_be.msg
│ │ │ ├── fr_ca.msg
│ │ │ ├── fr_ch.msg
│ │ │ ├── fr.msg
│ │ │ ├── ga_ie.msg
│ │ │ ├── ga.msg
│ │ │ ├── gl_es.msg
│ │ │ ├── gl.msg
│ │ │ ├── gv_gb.msg
│ │ │ ├── gv.msg
│ │ │ ├── he.msg
│ │ │ ├── hi_in.msg
│ │ │ ├── hi.msg
│ │ │ ├── hr.msg
│ │ │ ├── hu.msg
│ │ │ ├── id_id.msg
│ │ │ ├── id.msg
│ │ │ ├── is.msg
│ │ │ ├── it_ch.msg
│ │ │ ├── it.msg
│ │ │ ├── ja.msg
│ │ │ ├── kl_gl.msg
│ │ │ ├── kl.msg
│ │ │ ├── kok_in.msg
│ │ │ ├── kok.msg
│ │ │ ├── ko_kr.msg
│ │ │ ├── ko.msg
│ │ │ ├── kw_gb.msg
│ │ │ ├── kw.msg
│ │ │ ├── lt.msg
│ │ │ ├── lv.msg
│ │ │ ├── mk.msg
│ │ │ ├── mr_in.msg
│ │ │ ├── mr.msg
│ │ │ ├── ms.msg
│ │ │ ├── ms_my.msg
│ │ │ ├── mt.msg
│ │ │ ├── nb.msg
│ │ │ ├── nl_be.msg
│ │ │ ├── nl.msg
│ │ │ ├── nn.msg
│ │ │ ├── pl.msg
│ │ │ ├── pt_br.msg
│ │ │ ├── pt.msg
│ │ │ ├── ro.msg
│ │ │ ├── ru.msg
│ │ │ ├── ru_ua.msg
│ │ │ ├── sh.msg
│ │ │ ├── sk.msg
│ │ │ ├── sl.msg
│ │ │ ├── sq.msg
│ │ │ ├── sr.msg
│ │ │ ├── sv.msg
│ │ │ ├── sw.msg
│ │ │ ├── ta_in.msg
│ │ │ ├── ta.msg
│ │ │ ├── te_in.msg
│ │ │ ├── te.msg
│ │ │ ├── th.msg
│ │ │ ├── tr.msg
│ │ │ ├── uk.msg
│ │ │ ├── vi.msg
│ │ │ ├── zh_cn.msg
│ │ │ ├── zh_hk.msg
│ │ │ ├── zh.msg
│ │ │ ├── zh_sg.msg
│ │ │ └── zh_tw.msg
│ │ ├── opt0.4
│ │ │ ├── optparse.tcl
│ │ │ └── pkgIndex.tcl
│ │ ├── package.tcl
│ │ ├── parray.tcl
│ │ ├── safe.tcl
│ │ ├── tclIndex
│ │ ├── tm.tcl
│ │ ├── tzdata
│ │ │ ├── Africa
│ │ │ │ ├── Abidjan
│ │ │ │ ├── Accra
│ │ │ │ ├── Addis_Ababa
│ │ │ │ ├── Algiers
│ │ │ │ ├── Asmara
│ │ │ │ ├── Asmera
│ │ │ │ ├── Bamako
│ │ │ │ ├── Bangui
│ │ │ │ ├── Banjul
│ │ │ │ ├── Bissau
│ │ │ │ ├── Blantyre
│ │ │ │ ├── Brazzaville
│ │ │ │ ├── Bujumbura
│ │ │ │ ├── Cairo
│ │ │ │ ├── Casablanca
│ │ │ │ ├── Ceuta
│ │ │ │ ├── Conakry
│ │ │ │ ├── Dakar
│ │ │ │ ├── Dar_es_Salaam
│ │ │ │ ├── Djibouti
│ │ │ │ ├── Douala
│ │ │ │ ├── El_Aaiun
│ │ │ │ ├── Freetown
│ │ │ │ ├── Gaborone
│ │ │ │ ├── Harare
│ │ │ │ ├── Johannesburg
│ │ │ │ ├── Kampala
│ │ │ │ ├── Khartoum
│ │ │ │ ├── Kigali
│ │ │ │ ├── Kinshasa
│ │ │ │ ├── Lagos
│ │ │ │ ├── Libreville
│ │ │ │ ├── Lome
│ │ │ │ ├── Luanda
│ │ │ │ ├── Lubumbashi
│ │ │ │ ├── Lusaka
│ │ │ │ ├── Malabo
│ │ │ │ ├── Maputo
│ │ │ │ ├── Maseru
│ │ │ │ ├── Mbabane
│ │ │ │ ├── Mogadishu
│ │ │ │ ├── Monrovia
│ │ │ │ ├── Nairobi
│ │ │ │ ├── Ndjamena
│ │ │ │ ├── Niamey
│ │ │ │ ├── Nouakchott
│ │ │ │ ├── Ouagadougou
│ │ │ │ ├── Porto-Novo
│ │ │ │ ├── Sao_Tome
│ │ │ │ ├── Timbuktu
│ │ │ │ ├── Tripoli
│ │ │ │ ├── Tunis
│ │ │ │ └── Windhoek
│ │ │ ├── America
│ │ │ │ ├── Adak
│ │ │ │ ├── Anchorage
│ │ │ │ ├── Anguilla
│ │ │ │ ├── Antigua
│ │ │ │ ├── Araguaina
│ │ │ │ ├── Argentina
│ │ │ │ │ ├── Buenos_Aires
│ │ │ │ │ ├── Catamarca
│ │ │ │ │ ├── ComodRivadavia
│ │ │ │ │ ├── Cordoba
│ │ │ │ │ ├── Jujuy
│ │ │ │ │ ├── La_Rioja
│ │ │ │ │ ├── Mendoza
│ │ │ │ │ ├── Rio_Gallegos
│ │ │ │ │ ├── San_Juan
│ │ │ │ │ ├── San_Luis
│ │ │ │ │ ├── Tucuman
│ │ │ │ │ └── Ushuaia
│ │ │ │ ├── Aruba
│ │ │ │ ├── Asuncion
│ │ │ │ ├── Atikokan
│ │ │ │ ├── Atka
│ │ │ │ ├── Bahia
│ │ │ │ ├── Barbados
│ │ │ │ ├── Belem
│ │ │ │ ├── Belize
│ │ │ │ ├── Blanc-Sablon
│ │ │ │ ├── Boa_Vista
│ │ │ │ ├── Bogota
│ │ │ │ ├── Boise
│ │ │ │ ├── Buenos_Aires
│ │ │ │ ├── Cambridge_Bay
│ │ │ │ ├── Campo_Grande
│ │ │ │ ├── Cancun
│ │ │ │ ├── Caracas
│ │ │ │ ├── Catamarca
│ │ │ │ ├── Cayenne
│ │ │ │ ├── Cayman
│ │ │ │ ├── Chicago
│ │ │ │ ├── Chihuahua
│ │ │ │ ├── Coral_Harbour
│ │ │ │ ├── Cordoba
│ │ │ │ ├── Costa_Rica
│ │ │ │ ├── Cuiaba
│ │ │ │ ├── Curacao
│ │ │ │ ├── Danmarkshavn
│ │ │ │ ├── Dawson
│ │ │ │ ├── Dawson_Creek
│ │ │ │ ├── Denver
│ │ │ │ ├── Detroit
│ │ │ │ ├── Dominica
│ │ │ │ ├── Edmonton
│ │ │ │ ├── Eirunepe
│ │ │ │ ├── El_Salvador
│ │ │ │ ├── Ensenada
│ │ │ │ ├── Fortaleza
│ │ │ │ ├── Fort_Wayne
│ │ │ │ ├── Glace_Bay
│ │ │ │ ├── Godthab
│ │ │ │ ├── Goose_Bay
│ │ │ │ ├── Grand_Turk
│ │ │ │ ├── Grenada
│ │ │ │ ├── Guadeloupe
│ │ │ │ ├── Guatemala
│ │ │ │ ├── Guayaquil
│ │ │ │ ├── Guyana
│ │ │ │ ├── Halifax
│ │ │ │ ├── Havana
│ │ │ │ ├── Hermosillo
│ │ │ │ ├── Indiana
│ │ │ │ │ ├── Indianapolis
│ │ │ │ │ ├── Knox
│ │ │ │ │ ├── Marengo
│ │ │ │ │ ├── Petersburg
│ │ │ │ │ ├── Tell_City
│ │ │ │ │ ├── Vevay
│ │ │ │ │ ├── Vincennes
│ │ │ │ │ └── Winamac
│ │ │ │ ├── Indianapolis
│ │ │ │ ├── Inuvik
│ │ │ │ ├── Iqaluit
│ │ │ │ ├── Jamaica
│ │ │ │ ├── Jujuy
│ │ │ │ ├── Juneau
│ │ │ │ ├── Kentucky
│ │ │ │ │ ├── Louisville
│ │ │ │ │ └── Monticello
│ │ │ │ ├── Knox_IN
│ │ │ │ ├── La_Paz
│ │ │ │ ├── Lima
│ │ │ │ ├── Los_Angeles
│ │ │ │ ├── Louisville
│ │ │ │ ├── Maceio
│ │ │ │ ├── Managua
│ │ │ │ ├── Manaus
│ │ │ │ ├── Marigot
│ │ │ │ ├── Martinique
│ │ │ │ ├── Mazatlan
│ │ │ │ ├── Mendoza
│ │ │ │ ├── Menominee
│ │ │ │ ├── Merida
│ │ │ │ ├── Mexico_City
│ │ │ │ ├── Miquelon
│ │ │ │ ├── Moncton
│ │ │ │ ├── Monterrey
│ │ │ │ ├── Montevideo
│ │ │ │ ├── Montreal
│ │ │ │ ├── Montserrat
│ │ │ │ ├── Nassau
│ │ │ │ ├── New_York
│ │ │ │ ├── Nipigon
│ │ │ │ ├── Nome
│ │ │ │ ├── Noronha
│ │ │ │ ├── North_Dakota
│ │ │ │ │ ├── Center
│ │ │ │ │ └── New_Salem
│ │ │ │ ├── Panama
│ │ │ │ ├── Pangnirtung
│ │ │ │ ├── Paramaribo
│ │ │ │ ├── Phoenix
│ │ │ │ ├── Port-au-Prince
│ │ │ │ ├── Porto_Acre
│ │ │ │ ├── Port_of_Spain
│ │ │ │ ├── Porto_Velho
│ │ │ │ ├── Puerto_Rico
│ │ │ │ ├── Rainy_River
│ │ │ │ ├── Rankin_Inlet
│ │ │ │ ├── Recife
│ │ │ │ ├── Regina
│ │ │ │ ├── Resolute
│ │ │ │ ├── Rio_Branco
│ │ │ │ ├── Rosario
│ │ │ │ ├── Santiago
│ │ │ │ ├── Santo_Domingo
│ │ │ │ ├── Sao_Paulo
│ │ │ │ ├── Scoresbysund
│ │ │ │ ├── Shiprock
│ │ │ │ ├── St_Barthelemy
│ │ │ │ ├── St_Johns
│ │ │ │ ├── St_Kitts
│ │ │ │ ├── St_Lucia
│ │ │ │ ├── St_Thomas
│ │ │ │ ├── St_Vincent
│ │ │ │ ├── Swift_Current
│ │ │ │ ├── Tegucigalpa
│ │ │ │ ├── Thule
│ │ │ │ ├── Thunder_Bay
│ │ │ │ ├── Tijuana
│ │ │ │ ├── Toronto
│ │ │ │ ├── Tortola
│ │ │ │ ├── Vancouver
│ │ │ │ ├── Virgin
│ │ │ │ ├── Whitehorse
│ │ │ │ ├── Winnipeg
│ │ │ │ ├── Yakutat
│ │ │ │ └── Yellowknife
│ │ │ ├── Antarctica
│ │ │ │ ├── Casey
│ │ │ │ ├── Davis
│ │ │ │ ├── DumontDUrville
│ │ │ │ ├── Mawson
│ │ │ │ ├── McMurdo
│ │ │ │ ├── Palmer
│ │ │ │ ├── Rothera
│ │ │ │ ├── South_Pole
│ │ │ │ ├── Syowa
│ │ │ │ └── Vostok
│ │ │ ├── Arctic
│ │ │ │ └── Longyearbyen
│ │ │ ├── Asia
│ │ │ │ ├── Aden
│ │ │ │ ├── Almaty
│ │ │ │ ├── Amman
│ │ │ │ ├── Anadyr
│ │ │ │ ├── Aqtau
│ │ │ │ ├── Aqtobe
│ │ │ │ ├── Ashgabat
│ │ │ │ ├── Ashkhabad
│ │ │ │ ├── Baghdad
│ │ │ │ ├── Bahrain
│ │ │ │ ├── Baku
│ │ │ │ ├── Bangkok
│ │ │ │ ├── Beirut
│ │ │ │ ├── Bishkek
│ │ │ │ ├── Brunei
│ │ │ │ ├── Calcutta
│ │ │ │ ├── Choibalsan
│ │ │ │ ├── Chongqing
│ │ │ │ ├── Chungking
│ │ │ │ ├── Colombo
│ │ │ │ ├── Dacca
│ │ │ │ ├── Damascus
│ │ │ │ ├── Dhaka
│ │ │ │ ├── Dili
│ │ │ │ ├── Dubai
│ │ │ │ ├── Dushanbe
│ │ │ │ ├── Gaza
│ │ │ │ ├── Harbin
│ │ │ │ ├── Ho_Chi_Minh
│ │ │ │ ├── Hong_Kong
│ │ │ │ ├── Hovd
│ │ │ │ ├── Irkutsk
│ │ │ │ ├── Istanbul
│ │ │ │ ├── Jakarta
│ │ │ │ ├── Jayapura
│ │ │ │ ├── Jerusalem
│ │ │ │ ├── Kabul
│ │ │ │ ├── Kamchatka
│ │ │ │ ├── Karachi
│ │ │ │ ├── Kashgar
│ │ │ │ ├── Katmandu
│ │ │ │ ├── Kolkata
│ │ │ │ ├── Krasnoyarsk
│ │ │ │ ├── Kuala_Lumpur
│ │ │ │ ├── Kuching
│ │ │ │ ├── Kuwait
│ │ │ │ ├── Macao
│ │ │ │ ├── Macau
│ │ │ │ ├── Magadan
│ │ │ │ ├── Makassar
│ │ │ │ ├── Manila
│ │ │ │ ├── Muscat
│ │ │ │ ├── Nicosia
│ │ │ │ ├── Novosibirsk
│ │ │ │ ├── Omsk
│ │ │ │ ├── Oral
│ │ │ │ ├── Phnom_Penh
│ │ │ │ ├── Pontianak
│ │ │ │ ├── Pyongyang
│ │ │ │ ├── Qatar
│ │ │ │ ├── Qyzylorda
│ │ │ │ ├── Rangoon
│ │ │ │ ├── Riyadh
│ │ │ │ ├── Saigon
│ │ │ │ ├── Sakhalin
│ │ │ │ ├── Samarkand
│ │ │ │ ├── Seoul
│ │ │ │ ├── Shanghai
│ │ │ │ ├── Singapore
│ │ │ │ ├── Taipei
│ │ │ │ ├── Tashkent
│ │ │ │ ├── Tbilisi
│ │ │ │ ├── Tehran
│ │ │ │ ├── Tel_Aviv
│ │ │ │ ├── Thimbu
│ │ │ │ ├── Thimphu
│ │ │ │ ├── Tokyo
│ │ │ │ ├── Ujung_Pandang
│ │ │ │ ├── Ulaanbaatar
│ │ │ │ ├── Ulan_Bator
│ │ │ │ ├── Urumqi
│ │ │ │ ├── Vientiane
│ │ │ │ ├── Vladivostok
│ │ │ │ ├── Yakutsk
│ │ │ │ ├── Yekaterinburg
│ │ │ │ └── Yerevan
│ │ │ ├── Atlantic
│ │ │ │ ├── Azores
│ │ │ │ ├── Bermuda
│ │ │ │ ├── Canary
│ │ │ │ ├── Cape_Verde
│ │ │ │ ├── Faeroe
│ │ │ │ ├── Faroe
│ │ │ │ ├── Jan_Mayen
│ │ │ │ ├── Madeira
│ │ │ │ ├── Reykjavik
│ │ │ │ ├── South_Georgia
│ │ │ │ ├── Stanley
│ │ │ │ └── St_Helena
│ │ │ ├── Australia
│ │ │ │ ├── ACT
│ │ │ │ ├── Adelaide
│ │ │ │ ├── Brisbane
│ │ │ │ ├── Broken_Hill
│ │ │ │ ├── Canberra
│ │ │ │ ├── Currie
│ │ │ │ ├── Darwin
│ │ │ │ ├── Eucla
│ │ │ │ ├── Hobart
│ │ │ │ ├── LHI
│ │ │ │ ├── Lindeman
│ │ │ │ ├── Lord_Howe
│ │ │ │ ├── Melbourne
│ │ │ │ ├── North
│ │ │ │ ├── NSW
│ │ │ │ ├── Perth
│ │ │ │ ├── Queensland
│ │ │ │ ├── South
│ │ │ │ ├── Sydney
│ │ │ │ ├── Tasmania
│ │ │ │ ├── Victoria
│ │ │ │ ├── West
│ │ │ │ └── Yancowinna
│ │ │ ├── Brazil
│ │ │ │ ├── Acre
│ │ │ │ ├── DeNoronha
│ │ │ │ ├── East
│ │ │ │ └── West
│ │ │ ├── Canada
│ │ │ │ ├── Atlantic
│ │ │ │ ├── Central
│ │ │ │ ├── Eastern
│ │ │ │ ├── East-Saskatchewan
│ │ │ │ ├── Mountain
│ │ │ │ ├── Newfoundland
│ │ │ │ ├── Pacific
│ │ │ │ ├── Saskatchewan
│ │ │ │ └── Yukon
│ │ │ ├── CET
│ │ │ ├── Chile
│ │ │ │ ├── Continental
│ │ │ │ └── EasterIsland
│ │ │ ├── CST6CDT
│ │ │ ├── Cuba
│ │ │ ├── EET
│ │ │ ├── Egypt
│ │ │ ├── Eire
│ │ │ ├── EST
│ │ │ ├── EST5EDT
│ │ │ ├── Etc
│ │ │ │ ├── GMT
│ │ │ │ ├── GMT+0
│ │ │ │ ├── GMT-0
│ │ │ │ ├── GMT0
│ │ │ │ ├── GMT+1
│ │ │ │ ├── GMT-1
│ │ │ │ ├── GMT+10
│ │ │ │ ├── GMT-10
│ │ │ │ ├── GMT+11
│ │ │ │ ├── GMT-11
│ │ │ │ ├── GMT+12
│ │ │ │ ├── GMT-12
│ │ │ │ ├── GMT-13
│ │ │ │ ├── GMT-14
│ │ │ │ ├── GMT+2
│ │ │ │ ├── GMT-2
│ │ │ │ ├── GMT+3
│ │ │ │ ├── GMT-3
│ │ │ │ ├── GMT+4
│ │ │ │ ├── GMT-4
│ │ │ │ ├── GMT+5
│ │ │ │ ├── GMT-5
│ │ │ │ ├── GMT+6
│ │ │ │ ├── GMT-6
│ │ │ │ ├── GMT+7
│ │ │ │ ├── GMT-7
│ │ │ │ ├── GMT+8
│ │ │ │ ├── GMT-8
│ │ │ │ ├── GMT+9
│ │ │ │ ├── GMT-9
│ │ │ │ ├── Greenwich
│ │ │ │ ├── UCT
│ │ │ │ ├── Universal
│ │ │ │ ├── UTC
│ │ │ │ └── Zulu
│ │ │ ├── Europe
│ │ │ │ ├── Amsterdam
│ │ │ │ ├── Andorra
│ │ │ │ ├── Athens
│ │ │ │ ├── Belfast
│ │ │ │ ├── Belgrade
│ │ │ │ ├── Berlin
│ │ │ │ ├── Bratislava
│ │ │ │ ├── Brussels
│ │ │ │ ├── Bucharest
│ │ │ │ ├── Budapest
│ │ │ │ ├── Chisinau
│ │ │ │ ├── Copenhagen
│ │ │ │ ├── Dublin
│ │ │ │ ├── Gibraltar
│ │ │ │ ├── Guernsey
│ │ │ │ ├── Helsinki
│ │ │ │ ├── Isle_of_Man
│ │ │ │ ├── Istanbul
│ │ │ │ ├── Jersey
│ │ │ │ ├── Kaliningrad
│ │ │ │ ├── Kiev
│ │ │ │ ├── Lisbon
│ │ │ │ ├── Ljubljana
│ │ │ │ ├── London
│ │ │ │ ├── Luxembourg
│ │ │ │ ├── Madrid
│ │ │ │ ├── Malta
│ │ │ │ ├── Mariehamn
│ │ │ │ ├── Minsk
│ │ │ │ ├── Monaco
│ │ │ │ ├── Moscow
│ │ │ │ ├── Nicosia
│ │ │ │ ├── Oslo
│ │ │ │ ├── Paris
│ │ │ │ ├── Podgorica
│ │ │ │ ├── Prague
│ │ │ │ ├── Riga
│ │ │ │ ├── Rome
│ │ │ │ ├── Samara
│ │ │ │ ├── San_Marino
│ │ │ │ ├── Sarajevo
│ │ │ │ ├── Simferopol
│ │ │ │ ├── Skopje
│ │ │ │ ├── Sofia
│ │ │ │ ├── Stockholm
│ │ │ │ ├── Tallinn
│ │ │ │ ├── Tirane
│ │ │ │ ├── Tiraspol
│ │ │ │ ├── Uzhgorod
│ │ │ │ ├── Vaduz
│ │ │ │ ├── Vatican
│ │ │ │ ├── Vienna
│ │ │ │ ├── Vilnius
│ │ │ │ ├── Volgograd
│ │ │ │ ├── Warsaw
│ │ │ │ ├── Zagreb
│ │ │ │ ├── Zaporozhye
│ │ │ │ └── Zurich
│ │ │ ├── GB
│ │ │ ├── GB-Eire
│ │ │ ├── GMT
│ │ │ ├── GMT+0
│ │ │ ├── GMT-0
│ │ │ ├── GMT0
│ │ │ ├── Greenwich
│ │ │ ├── Hongkong
│ │ │ ├── HST
│ │ │ ├── Iceland
│ │ │ ├── Indian
│ │ │ │ ├── Antananarivo
│ │ │ │ ├── Chagos
│ │ │ │ ├── Christmas
│ │ │ │ ├── Cocos
│ │ │ │ ├── Comoro
│ │ │ │ ├── Kerguelen
│ │ │ │ ├── Mahe
│ │ │ │ ├── Maldives
│ │ │ │ ├── Mauritius
│ │ │ │ ├── Mayotte
│ │ │ │ └── Reunion
│ │ │ ├── Iran
│ │ │ ├── Israel
│ │ │ ├── Jamaica
│ │ │ ├── Japan
│ │ │ ├── Kwajalein
│ │ │ ├── Libya
│ │ │ ├── MET
│ │ │ ├── Mexico
│ │ │ │ ├── BajaNorte
│ │ │ │ ├── BajaSur
│ │ │ │ └── General
│ │ │ ├── MST
│ │ │ ├── MST7MDT
│ │ │ ├── Navajo
│ │ │ ├── NZ
│ │ │ ├── NZ-CHAT
│ │ │ ├── Pacific
│ │ │ │ ├── Apia
│ │ │ │ ├── Auckland
│ │ │ │ ├── Chatham
│ │ │ │ ├── Easter
│ │ │ │ ├── Efate
│ │ │ │ ├── Enderbury
│ │ │ │ ├── Fakaofo
│ │ │ │ ├── Fiji
│ │ │ │ ├── Funafuti
│ │ │ │ ├── Galapagos
│ │ │ │ ├── Gambier
│ │ │ │ ├── Guadalcanal
│ │ │ │ ├── Guam
│ │ │ │ ├── Honolulu
│ │ │ │ ├── Johnston
│ │ │ │ ├── Kiritimati
│ │ │ │ ├── Kosrae
│ │ │ │ ├── Kwajalein
│ │ │ │ ├── Majuro
│ │ │ │ ├── Marquesas
│ │ │ │ ├── Midway
│ │ │ │ ├── Nauru
│ │ │ │ ├── Niue
│ │ │ │ ├── Norfolk
│ │ │ │ ├── Noumea
│ │ │ │ ├── Pago_Pago
│ │ │ │ ├── Palau
│ │ │ │ ├── Pitcairn
│ │ │ │ ├── Ponape
│ │ │ │ ├── Port_Moresby
│ │ │ │ ├── Rarotonga
│ │ │ │ ├── Saipan
│ │ │ │ ├── Samoa
│ │ │ │ ├── Tahiti
│ │ │ │ ├── Tarawa
│ │ │ │ ├── Tongatapu
│ │ │ │ ├── Truk
│ │ │ │ ├── Wake
│ │ │ │ ├── Wallis
│ │ │ │ └── Yap
│ │ │ ├── Poland
│ │ │ ├── Portugal
│ │ │ ├── PRC
│ │ │ ├── PST8PDT
│ │ │ ├── ROC
│ │ │ ├── ROK
│ │ │ ├── Singapore
│ │ │ ├── SystemV
│ │ │ │ ├── AST4
│ │ │ │ ├── AST4ADT
│ │ │ │ ├── CST6
│ │ │ │ ├── CST6CDT
│ │ │ │ ├── EST5
│ │ │ │ ├── EST5EDT
│ │ │ │ ├── HST10
│ │ │ │ ├── MST7
│ │ │ │ ├── MST7MDT
│ │ │ │ ├── PST8
│ │ │ │ ├── PST8PDT
│ │ │ │ ├── YST9
│ │ │ │ └── YST9YDT
│ │ │ ├── Turkey
│ │ │ ├── UCT
│ │ │ ├── Universal
│ │ │ ├── US
│ │ │ │ ├── Alaska
│ │ │ │ ├── Aleutian
│ │ │ │ ├── Arizona
│ │ │ │ ├── Central
│ │ │ │ ├── Eastern
│ │ │ │ ├── East-Indiana
│ │ │ │ ├── Hawaii
│ │ │ │ ├── Indiana-Starke
│ │ │ │ ├── Michigan
│ │ │ │ ├── Mountain
│ │ │ │ ├── Pacific
│ │ │ │ ├── Pacific-New
│ │ │ │ └── Samoa
│ │ │ ├── UTC
│ │ │ ├── WET
│ │ │ ├── W-SU
│ │ │ └── Zulu
│ │ └── word.tcl
│ ├── tcl85.lib
│ ├── tclConfig.sh
│ ├── tclstub85.lib
│ ├── tix8.4.3
│ │ ├── Balloon.tcl
│ │ ├── bitmaps
│ │ │ ├── act_fold.gif
│ │ │ ├── act_fold.xbm
│ │ │ ├── act_fold.xpm
│ │ │ ├── balarrow.xbm
│ │ │ ├── cbxarrow.xbm
│ │ │ ├── ck_def.xbm
│ │ │ ├── ck_off.xbm
│ │ │ ├── ck_on.xbm
│ │ │ ├── cross.xbm
│ │ │ ├── decr.xbm
│ │ │ ├── drop.xbm
│ │ │ ├── file.gif
│ │ │ ├── file.xbm
│ │ │ ├── file.xpm
│ │ │ ├── folder.gif
│ │ │ ├── folder.xbm
│ │ │ ├── folder.xpm
│ │ │ ├── harddisk.xbm
│ │ │ ├── hourglas.mask
│ │ │ ├── hourglas.xbm
│ │ │ ├── incr.xbm
│ │ │ ├── info.gif
│ │ │ ├── info.xpm
│ │ │ ├── maximize.xbm
│ │ │ ├── minimize.xbm
│ │ │ ├── minusarm.gif
│ │ │ ├── minusarm.xbm
│ │ │ ├── minusarm.xpm
│ │ │ ├── minus.gif
│ │ │ ├── minus.xbm
│ │ │ ├── minus.xpm
│ │ │ ├── mktransgif.tcl
│ │ │ ├── network.xbm
│ │ │ ├── no_entry.gif
│ │ │ ├── no_entry.xpm
│ │ │ ├── openfile.xbm
│ │ │ ├── openfold.gif
│ │ │ ├── openfold.xbm
│ │ │ ├── openfold.xpm
│ │ │ ├── plusarm.gif
│ │ │ ├── plusarm.xbm
│ │ │ ├── plusarm.xpm
│ │ │ ├── plus.gif
│ │ │ ├── plus.xbm
│ │ │ ├── plus.xpm
│ │ │ ├── resize1.xbm
│ │ │ ├── resize2.xbm
│ │ │ ├── restore.xbm
│ │ │ ├── srcfile.gif
│ │ │ ├── srcfile.xbm
│ │ │ ├── srcfile.xpm
│ │ │ ├── system.xbm
│ │ │ ├── textfile.gif
│ │ │ ├── textfile.xbm
│ │ │ ├── textfile.xpm
│ │ │ ├── tick.xbm
│ │ │ ├── warning.gif
│ │ │ └── warning.xpm
│ │ ├── BtnBox.tcl
│ │ ├── ChkList.tcl
│ │ ├── CObjView.tcl
│ │ ├── ComboBox.tcl
│ │ ├── Compat.tcl
│ │ ├── Console.tcl
│ │ ├── Control.tcl
│ │ ├── DefSchm.tcl
│ │ ├── demos
│ │ │ ├── bitmaps
│ │ │ │ ├── about.xpm
│ │ │ │ ├── bold.xbm
│ │ │ │ ├── capital.xbm
│ │ │ │ ├── centerj.xbm
│ │ │ │ ├── code.xpm
│ │ │ │ ├── combobox.xbm
│ │ │ │ ├── combobox.xpm
│ │ │ │ ├── drivea.xbm
│ │ │ │ ├── drivea.xpm
│ │ │ │ ├── exit.xpm
│ │ │ │ ├── filebox.xbm
│ │ │ │ ├── filebox.xpm
│ │ │ │ ├── harddisk.xbm
│ │ │ │ ├── harddisk.xpm
│ │ │ │ ├── italic.xbm
│ │ │ │ ├── justify.xbm
│ │ │ │ ├── leftj.xbm
│ │ │ │ ├── network.xbm
│ │ │ │ ├── network.xpm
│ │ │ │ ├── netw.xbm
│ │ │ │ ├── netw.xpm
│ │ │ │ ├── optmenu.xpm
│ │ │ │ ├── rightj.xbm
│ │ │ │ ├── select.xpm
│ │ │ │ ├── tix.gif
│ │ │ │ └── underlin.xbm
│ │ │ ├── MkChoose.tcl
│ │ │ ├── MkDirLis.tcl
│ │ │ ├── MkSample.tcl
│ │ │ ├── MkScroll.tcl
│ │ │ ├── samples
│ │ │ │ ├── AllSampl.tcl
│ │ │ │ ├── ArrowBtn.tcl
│ │ │ │ ├── Balloon.tcl
│ │ │ │ ├── BtnBox.tcl
│ │ │ │ ├── ChkList.tcl
│ │ │ │ ├── CmpImg1.tcl
│ │ │ │ ├── CmpImg2.tcl
│ │ │ │ ├── CmpImg3.tcl
│ │ │ │ ├── CmpImg4.tcl
│ │ │ │ ├── CmpImg.tcl
│ │ │ │ ├── CObjView.tcl
│ │ │ │ ├── ComboBox.tcl
│ │ │ │ ├── Control.tcl
│ │ │ │ ├── DirDlg.tcl
│ │ │ │ ├── DirList.tcl
│ │ │ │ ├── DirTree.tcl
│ │ │ │ ├── DragDrop.tcl
│ │ │ │ ├── DynTree.tcl
│ │ │ │ ├── EditGrid.tcl
│ │ │ │ ├── EFileDlg.tcl
│ │ │ │ ├── FileDlg.tcl
│ │ │ │ ├── FileEnt.tcl
│ │ │ │ ├── HList1.tcl
│ │ │ │ ├── LabEntry.tcl
│ │ │ │ ├── LabFrame.tcl
│ │ │ │ ├── ListNBK.tcl
│ │ │ │ ├── Meter.tcl
│ │ │ │ ├── NoteBook.tcl
│ │ │ │ ├── OptMenu.tcl
│ │ │ │ ├── PanedWin.tcl
│ │ │ │ ├── PopMenu.tcl
│ │ │ │ ├── Sample.tcl
│ │ │ │ ├── Select.tcl
│ │ │ │ ├── SGrid0.tcl
│ │ │ │ ├── SGrid1.tcl
│ │ │ │ ├── SHList2.tcl
│ │ │ │ ├── SHList.tcl
│ │ │ │ ├── SListBox.tcl
│ │ │ │ ├── StdBBox.tcl
│ │ │ │ ├── SText.tcl
│ │ │ │ ├── STList1.tcl
│ │ │ │ ├── STList2.tcl
│ │ │ │ ├── STList3.tcl
│ │ │ │ ├── SWindow.tcl
│ │ │ │ ├── Tree.tcl
│ │ │ │ ├── Xpm1.tcl
│ │ │ │ └── Xpm.tcl
│ │ │ ├── tclIndex
│ │ │ ├── tixwidgets.tcl
│ │ │ └── widget
│ │ ├── DialogS.tcl
│ │ ├── DirBox.tcl
│ │ ├── DirDlg.tcl
│ │ ├── DirList.tcl
│ │ ├── DirTree.tcl
│ │ ├── DragDrop.tcl
│ │ ├── DtlList.tcl
│ │ ├── EFileBox.tcl
│ │ ├── EFileDlg.tcl
│ │ ├── Event.tcl
│ │ ├── FileBox.tcl
│ │ ├── FileCbx.tcl
│ │ ├── FileDlg.tcl
│ │ ├── FileEnt.tcl
│ │ ├── FloatEnt.tcl
│ │ ├── fs.tcl
│ │ ├── Grid.tcl
│ │ ├── HListDD.tcl
│ │ ├── HList.tcl
│ │ ├── IconView.tcl
│ │ ├── Init.tcl
│ │ ├── LabEntry.tcl
│ │ ├── LabFrame.tcl
│ │ ├── LabWidg.tcl
│ │ ├── ListNBk.tcl
│ │ ├── Makefile
│ │ ├── Meter.tcl
│ │ ├── MultView.tcl
│ │ ├── NoteBook.tcl
│ │ ├── OldUtil.tcl
│ │ ├── OptMenu.tcl
│ │ ├── PanedWin.tcl
│ │ ├── pkgIndex.tcl
│ │ ├── PopMenu.tcl
│ │ ├── pref
│ │ │ ├── 10Point.fs
│ │ │ ├── 10Point.fsc
│ │ │ ├── 12Point.fs
│ │ │ ├── 12Point.fsc
│ │ │ ├── 14Point.fs
│ │ │ ├── 14Point.fsc
│ │ │ ├── Bisque.cs
│ │ │ ├── Bisque.csc
│ │ │ ├── Blue.cs
│ │ │ ├── Blue.csc
│ │ │ ├── Gray.cs
│ │ │ ├── Gray.csc
│ │ │ ├── Makefile
│ │ │ ├── Old12Pt.fs
│ │ │ ├── Old14Pt.fs
│ │ │ ├── pkgIndex.tcl
│ │ │ ├── SGIGray.cs
│ │ │ ├── SGIGray.csc
│ │ │ ├── TixGray.cs
│ │ │ ├── TixGray.csc
│ │ │ ├── tixmkpref
│ │ │ ├── TK.cs
│ │ │ ├── TK.csc
│ │ │ ├── TK.fs
│ │ │ ├── TK.fsc
│ │ │ ├── TkWin.cs
│ │ │ ├── TkWin.csc
│ │ │ ├── TkWin.fs
│ │ │ ├── TkWin.fsc
│ │ │ ├── WmDefault.cs
│ │ │ ├── WmDefault.csc
│ │ │ ├── WmDefault.fs
│ │ │ ├── WmDefault.fsc
│ │ │ ├── WmDefault.py
│ │ │ ├── WmDefault.tcl
│ │ │ └── WmDefault.txt
│ │ ├── Primitiv.tcl
│ │ ├── ResizeH.tcl
│ │ ├── Select.tcl
│ │ ├── SGrid.tcl
│ │ ├── Shell.tcl
│ │ ├── SHList.tcl
│ │ ├── SimpDlg.tcl
│ │ ├── SListBox.tcl
│ │ ├── StackWin.tcl
│ │ ├── StatBar.tcl
│ │ ├── StdBBox.tcl
│ │ ├── StdShell.tcl
│ │ ├── SText.tcl
│ │ ├── STList.tcl
│ │ ├── SWidget.tcl
│ │ ├── SWindow.tcl
│ │ ├── tix84.dll
│ │ ├── tix84.lib
│ │ ├── Tix.tcl
│ │ ├── TList.tcl
│ │ ├── Tree.tcl
│ │ ├── Utils.tcl
│ │ ├── Variable.tcl
│ │ ├── VResize.tcl
│ │ ├── VStack.tcl
│ │ ├── VTree.tcl
│ │ └── WInfo.tcl
│ ├── tk8.5
│ │ ├── bgerror.tcl
│ │ ├── button.tcl
│ │ ├── choosedir.tcl
│ │ ├── clrpick.tcl
│ │ ├── comdlg.tcl
│ │ ├── console.tcl
│ │ ├── demos
│ │ │ ├── anilabel.tcl
│ │ │ ├── aniwave.tcl
│ │ │ ├── arrow.tcl
│ │ │ ├── bind.tcl
│ │ │ ├── bitmap.tcl
│ │ │ ├── browse
│ │ │ ├── button.tcl
│ │ │ ├── check.tcl
│ │ │ ├── clrpick.tcl
│ │ │ ├── colors.tcl
│ │ │ ├── combo.tcl
│ │ │ ├── cscroll.tcl
│ │ │ ├── ctext.tcl
│ │ │ ├── dialog1.tcl
│ │ │ ├── dialog2.tcl
│ │ │ ├── en.msg
│ │ │ ├── entry1.tcl
│ │ │ ├── entry2.tcl
│ │ │ ├── entry3.tcl
│ │ │ ├── filebox.tcl
│ │ │ ├── floor.tcl
│ │ │ ├── form.tcl
│ │ │ ├── goldberg.tcl
│ │ │ ├── hello
│ │ │ ├── hscale.tcl
│ │ │ ├── icon.tcl
│ │ │ ├── image1.tcl
│ │ │ ├── image2.tcl
│ │ │ ├── images
│ │ │ │ ├── earth.gif
│ │ │ │ ├── earthris.gif
│ │ │ │ ├── face.xbm
│ │ │ │ ├── flagdown.xbm
│ │ │ │ ├── flagup.xbm
│ │ │ │ ├── gray25.xbm
│ │ │ │ ├── letters.xbm
│ │ │ │ ├── noletter.xbm
│ │ │ │ ├── pattern.xbm
│ │ │ │ ├── tcllogo.gif
│ │ │ │ └── teapot.ppm
│ │ │ ├── items.tcl
│ │ │ ├── ixset
│ │ │ ├── knightstour.tcl
│ │ │ ├── labelframe.tcl
│ │ │ ├── label.tcl
│ │ │ ├── license.terms
│ │ │ ├── mclist.tcl
│ │ │ ├── menubu.tcl
│ │ │ ├── menu.tcl
│ │ │ ├── msgbox.tcl
│ │ │ ├── nl.msg
│ │ │ ├── paned1.tcl
│ │ │ ├── paned2.tcl
│ │ │ ├── pendulum.tcl
│ │ │ ├── plot.tcl
│ │ │ ├── puzzle.tcl
│ │ │ ├── radio.tcl
│ │ │ ├── README
│ │ │ ├── rmt
│ │ │ ├── rolodex
│ │ │ ├── ruler.tcl
│ │ │ ├── sayings.tcl
│ │ │ ├── search.tcl
│ │ │ ├── spin.tcl
│ │ │ ├── square
│ │ │ ├── states.tcl
│ │ │ ├── style.tcl
│ │ │ ├── tclIndex
│ │ │ ├── tcolor
│ │ │ ├── textpeer.tcl
│ │ │ ├── text.tcl
│ │ │ ├── timer
│ │ │ ├── toolbar.tcl
│ │ │ ├── tree.tcl
│ │ │ ├── ttkbut.tcl
│ │ │ ├── ttkmenu.tcl
│ │ │ ├── ttknote.tcl
│ │ │ ├── ttkpane.tcl
│ │ │ ├── ttkprogress.tcl
│ │ │ ├── twind.tcl
│ │ │ ├── unicodeout.tcl
│ │ │ ├── vscale.tcl
│ │ │ └── widget
│ │ ├── dialog.tcl
│ │ ├── entry.tcl
│ │ ├── focus.tcl
│ │ ├── images
│ │ │ ├── logo100.gif
│ │ │ ├── logo64.gif
│ │ │ ├── logo.eps
│ │ │ ├── logoLarge.gif
│ │ │ ├── logoMed.gif
│ │ │ ├── pwrdLogo100.gif
│ │ │ ├── pwrdLogo150.gif
│ │ │ ├── pwrdLogo175.gif
│ │ │ ├── pwrdLogo200.gif
│ │ │ ├── pwrdLogo75.gif
│ │ │ ├── pwrdLogo.eps
│ │ │ ├── README
│ │ │ └── tai-ku.gif
│ │ ├── license.terms
│ │ ├── listbox.tcl
│ │ ├── menu.tcl
│ │ ├── mkpsenc.tcl
│ │ ├── msgbox.tcl
│ │ ├── msgs
│ │ │ ├── cs.msg
│ │ │ ├── da.msg
│ │ │ ├── de.msg
│ │ │ ├── el.msg
│ │ │ ├── en_gb.msg
│ │ │ ├── en.msg
│ │ │ ├── eo.msg
│ │ │ ├── es.msg
│ │ │ ├── fr.msg
│ │ │ ├── hu.msg
│ │ │ ├── it.msg
│ │ │ ├── nl.msg
│ │ │ ├── pl.msg
│ │ │ ├── pt.msg
│ │ │ ├── ru.msg
│ │ │ └── sv.msg
│ │ ├── obsolete.tcl
│ │ ├── optMenu.tcl
│ │ ├── palette.tcl
│ │ ├── panedwindow.tcl
│ │ ├── pkgIndex.tcl
│ │ ├── safetk.tcl
│ │ ├── scale.tcl
│ │ ├── scrlbar.tcl
│ │ ├── spinbox.tcl
│ │ ├── tclIndex
│ │ ├── tearoff.tcl
│ │ ├── text.tcl
│ │ ├── tkfbox.tcl
│ │ ├── tk.tcl
│ │ ├── ttk
│ │ │ ├── altTheme.tcl
│ │ │ ├── aquaTheme.tcl
│ │ │ ├── button.tcl
│ │ │ ├── clamTheme.tcl
│ │ │ ├── classicTheme.tcl
│ │ │ ├── combobox.tcl
│ │ │ ├── cursors.tcl
│ │ │ ├── defaults.tcl
│ │ │ ├── entry.tcl
│ │ │ ├── fonts.tcl
│ │ │ ├── menubutton.tcl
│ │ │ ├── notebook.tcl
│ │ │ ├── panedwindow.tcl
│ │ │ ├── progress.tcl
│ │ │ ├── scale.tcl
│ │ │ ├── scrollbar.tcl
│ │ │ ├── sizegrip.tcl
│ │ │ ├── treeview.tcl
│ │ │ ├── ttk.tcl
│ │ │ ├── utils.tcl
│ │ │ ├── winTheme.tcl
│ │ │ └── xpTheme.tcl
│ │ ├── unsupported.tcl
│ │ └── xmfbox.tcl
│ ├── tk85.lib
│ └── tkstub85.lib
└── Tools
├── i18n
│ ├── makelocalealias.py
│ ├── msgfmt.py
│ └── pygettext.py
├── pynche
│ ├── ChipViewer.py
│ ├── ColorDB.py
│ ├── DetailsViewer.py
│ ├── html40colors.txt
│ ├── __init__.py
│ ├── ListViewer.py
│ ├── Main.py
│ ├── namedcolors.txt
│ ├── pyColorChooser.py
│ ├── pynche.pyw
│ ├── PyncheWidget.py
│ ├── README.txt
│ ├── StripViewer.py
│ ├── Switchboard.py
│ ├── TextViewer.py
│ ├── TypeinViewer.py
│ ├── webcolors.txt
│ ├── websafe.txt
│ └── X
│ ├── rgb.txt
│ └── xlicense.txt
└── Scripts
├── 2to3.py
├── analyze_dxp.py
├── byext.py
├── byteyears.py
├── checkappend.py
├── checkpyc.py
├── classfix.py
├── cleanfuture.py
├── combinerefs.py
├── copytime.py
├── crlf.py
├── cvsfiles.py
├── db2pickle.py
├── diff.py
├── dutree.py
├── eptags.py
├── f2py.py
├── finddiv.py
├── findlinksto.py
├── findnocoding.py
├── find_recursionlimit.py
├── fixcid.py
├── fixdiv.py
├── fixheader.py
├── fixnotice.py
├── fixps.py
├── ftpmirror.py
├── google.py
├── gprof2html.py
├── h2py.py
├── hotshotmain.py
├── ifdef.py
├── isympy
├── lfcr.py
├── linktree.py
├── lll.py
├── logmerge.py
├── mailerdaemon.py
├── md5sum.py
├── methfix.py
├── mkreal.py
├── ndiff.py
├── nm2def.py
├── objgraph.py
├── parseentities.py
├── patchcheck.py
├── pathfix.py
├── pdeps.py
├── pickle2db.py
├── pindent.py
├── ptags.py
├── pydocgui.pyw
├── pysource.py
├── README.txt
├── redemo.py
├── reindent.py
├── reindent-rst.py
├── rgrep.py
├── serve.py
├── setup.py
├── suff.py
├── svneol.py
├── texcheck.py
├── texi2html.py
├── treesync.py
├── untabify.py
├── which.py
├── win_add2path.py
└── xxci.py
113 directories, 5673 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论