嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
python27.exe
这个插件是python初学者必须要学会安装的,python.exe集成到Eclipse中,可以再Eclipse安装此插件,然后学习python语言
.
├── Python27
│ ├── DLLs
│ │ ├── _bsddb.pyd
│ │ ├── _ctypes.pyd
│ │ ├── _ctypes_test.pyd
│ │ ├── _elementtree.pyd
│ │ ├── _hashlib.pyd
│ │ ├── _msi.pyd
│ │ ├── _multiprocessing.pyd
│ │ ├── _socket.pyd
│ │ ├── _sqlite3.pyd
│ │ ├── _ssl.pyd
│ │ ├── _testcapi.pyd
│ │ ├── _tkinter.pyd
│ │ ├── bz2.pyd
│ │ ├── py.ico
│ │ ├── pyc.ico
│ │ ├── pyexpat.pyd
│ │ ├── python27.dll
│ │ ├── select.pyd
│ │ ├── sqlite3.dll
│ │ ├── tcl85.dll
│ │ ├── tclpip85.dll
│ │ ├── tk85.dll
│ │ ├── unicodedata.pyd
│ │ └── winsound.pyd
│ ├── Doc
│ │ └── python278.chm
│ ├── LICENSE.txt
│ ├── Lib
│ │ ├── BaseHTTPServer.py
│ │ ├── BaseHTTPServer.pyc
│ │ ├── Bastion.py
│ │ ├── CGIHTTPServer.py
│ │ ├── ConfigParser.py
│ │ ├── ConfigParser.pyc
│ │ ├── Cookie.py
│ │ ├── DocXMLRPCServer.py
│ │ ├── HTMLParser.py
│ │ ├── MimeWriter.py
│ │ ├── Queue.py
│ │ ├── Queue.pyc
│ │ ├── SimpleHTTPServer.py
│ │ ├── SimpleXMLRPCServer.py
│ │ ├── SimpleXMLRPCServer.pyc
│ │ ├── SocketServer.py
│ │ ├── SocketServer.pyc
│ │ ├── StringIO.py
│ │ ├── StringIO.pyc
│ │ ├── UserDict.py
│ │ ├── UserDict.pyc
│ │ ├── UserDict.pyo
│ │ ├── UserList.py
│ │ ├── UserString.py
│ │ ├── _LWPCookieJar.py
│ │ ├── _MozillaCookieJar.py
│ │ ├── __future__.py
│ │ ├── __future__.pyc
│ │ ├── __phello__.foo.py
│ │ ├── _abcoll.py
│ │ ├── _abcoll.pyc
│ │ ├── _abcoll.pyo
│ │ ├── _osx_support.py
│ │ ├── _pyio.py
│ │ ├── _strptime.py
│ │ ├── _threading_local.py
│ │ ├── _weakrefset.py
│ │ ├── _weakrefset.pyc
│ │ ├── _weakrefset.pyo
│ │ ├── abc.py
│ │ ├── abc.pyc
│ │ ├── abc.pyo
│ │ ├── aifc.py
│ │ ├── antigravity.py
│ │ ├── anydbm.py
│ │ ├── argparse.py
│ │ ├── ast.py
│ │ ├── asynchat.py
│ │ ├── asyncore.py
│ │ ├── atexit.py
│ │ ├── audiodev.py
│ │ ├── base64.py
│ │ ├── base64.pyc
│ │ ├── bdb.py
│ │ ├── bdb.pyc
│ │ ├── binhex.py
│ │ ├── bisect.py
│ │ ├── bsddb
│ │ │ ├── __init__.py
│ │ │ ├── db.py
│ │ │ ├── dbobj.py
│ │ │ ├── dbrecio.py
│ │ │ ├── dbshelve.py
│ │ │ ├── dbtables.py
│ │ │ ├── dbutils.py
│ │ │ └── test
│ │ │ ├── __init__.py
│ │ │ ├── test_all.py
│ │ │ ├── test_associate.py
│ │ │ ├── test_basics.py
│ │ │ ├── test_compare.py
│ │ │ ├── test_compat.py
│ │ │ ├── test_cursor_pget_bug.py
│ │ │ ├── test_db.py
│ │ │ ├── test_dbenv.py
│ │ │ ├── test_dbobj.py
│ │ │ ├── test_dbshelve.py
│ │ │ ├── test_dbtables.py
│ │ │ ├── test_distributed_transactions.py
│ │ │ ├── test_early_close.py
│ │ │ ├── test_fileid.py
│ │ │ ├── test_get_none.py
│ │ │ ├── test_join.py
│ │ │ ├── test_lock.py
│ │ │ ├── test_misc.py
│ │ │ ├── test_pickle.py
│ │ │ ├── test_queue.py
│ │ │ ├── test_recno.py
│ │ │ ├── test_replication.py
│ │ │ ├── test_sequence.py
│ │ │ └── test_thread.py
│ │ ├── cProfile.py
│ │ ├── calendar.py
│ │ ├── cgi.py
│ │ ├── cgitb.py
│ │ ├── chunk.py
│ │ ├── cmd.py
│ │ ├── code.py
│ │ ├── code.pyc
│ │ ├── codecs.py
│ │ ├── codecs.pyc
│ │ ├── codecs.pyo
│ │ ├── codeop.py
│ │ ├── codeop.pyc
│ │ ├── collections.py
│ │ ├── collections.pyc
│ │ ├── colorsys.py
│ │ ├── commands.py
│ │ ├── compileall.py
│ │ ├── compiler
│ │ │ ├── __init__.py
│ │ │ ├── ast.py
│ │ │ ├── consts.py
│ │ │ ├── future.py
│ │ │ ├── misc.py
│ │ │ ├── pyassem.py
│ │ │ ├── pycodegen.py
│ │ │ ├── symbols.py
│ │ │ ├── syntax.py
│ │ │ ├── transformer.py
│ │ │ └── visitor.py
│ │ ├── contextlib.py
│ │ ├── cookielib.py
│ │ ├── copy.py
│ │ ├── copy.pyc
│ │ ├── copy_reg.py
│ │ ├── copy_reg.pyc
│ │ ├── copy_reg.pyo
│ │ ├── csv.py
│ │ ├── ctypes
│ │ │ ├── __init__.py
│ │ │ ├── __init__.pyc
│ │ │ ├── _endian.py
│ │ │ ├── _endian.pyc
│ │ │ ├── macholib
│ │ │ │ ├── __init__.py
│ │ │ │ ├── dyld.py
│ │ │ │ ├── dylib.py
│ │ │ │ └── framework.py
│ │ │ ├── test
│ │ │ │ ├── __init__.py
│ │ │ │ ├── runtests.py
│ │ │ │ ├── test_anon.py
│ │ │ │ ├── test_array_in_pointer.py
│ │ │ │ ├── test_arrays.py
│ │ │ │ ├── test_as_parameter.py
│ │ │ │ ├── test_bitfields.py
│ │ │ │ ├── test_buffers.py
│ │ │ │ ├── test_byteswap.py
│ │ │ │ ├── test_callbacks.py
│ │ │ │ ├── test_cast.py
│ │ │ │ ├── test_cfuncs.py
│ │ │ │ ├── test_checkretval.py
│ │ │ │ ├── test_delattr.py
│ │ │ │ ├── test_errno.py
│ │ │ │ ├── test_find.py
│ │ │ │ ├── test_frombuffer.py
│ │ │ │ ├── test_funcptr.py
│ │ │ │ ├── test_functions.py
│ │ │ │ ├── test_incomplete.py
│ │ │ │ ├── test_init.py
│ │ │ │ ├── test_internals.py
│ │ │ │ ├── test_keeprefs.py
│ │ │ │ ├── test_libc.py
│ │ │ │ ├── test_loading.py
│ │ │ │ ├── test_macholib.py
│ │ │ │ ├── test_memfunctions.py
│ │ │ │ ├── test_numbers.py
│ │ │ │ ├── test_objects.py
│ │ │ │ ├── test_parameters.py
│ │ │ │ ├── test_pep3118.py
│ │ │ │ ├── test_pickling.py
│ │ │ │ ├── test_pointers.py
│ │ │ │ ├── test_prototypes.py
│ │ │ │ ├── test_python_api.py
│ │ │ │ ├── test_random_things.py
│ │ │ │ ├── test_refcounts.py
│ │ │ │ ├── test_repr.py
│ │ │ │ ├── test_returnfuncptrs.py
│ │ │ │ ├── test_simplesubclasses.py
│ │ │ │ ├── test_sizes.py
│ │ │ │ ├── test_slicing.py
│ │ │ │ ├── test_stringptr.py
│ │ │ │ ├── test_strings.py
│ │ │ │ ├── test_struct_fields.py
│ │ │ │ ├── test_structures.py
│ │ │ │ ├── test_unaligned_structures.py
│ │ │ │ ├── test_unicode.py
│ │ │ │ ├── test_values.py
│ │ │ │ ├── test_varsize_struct.py
│ │ │ │ ├── test_win32.py
│ │ │ │ └── test_wintypes.py
│ │ │ ├── util.py
│ │ │ └── wintypes.py
│ │ ├── curses
│ │ │ ├── __init__.py
│ │ │ ├── ascii.py
│ │ │ ├── has_key.py
│ │ │ ├── panel.py
│ │ │ ├── textpad.py
│ │ │ └── wrapper.py
│ │ ├── dbhash.py
│ │ ├── decimal.py
│ │ ├── decimal.pyc
│ │ ├── difflib.py
│ │ ├── difflib.pyc
│ │ ├── dircache.py
│ │ ├── dis.py
│ │ ├── dis.pyc
│ │ ├── distutils
│ │ │ ├── __init__.py
│ │ │ ├── __init__.pyc
│ │ │ ├── archive_util.py
│ │ │ ├── bcppcompiler.py
│ │ │ ├── ccompiler.py
│ │ │ ├── cmd.py
│ │ │ ├── command
│ │ │ │ ├── __init__.py
│ │ │ │ ├── bdist.py
│ │ │ │ ├── bdist_dumb.py
│ │ │ │ ├── bdist_msi.py
│ │ │ │ ├── bdist_rpm.py
│ │ │ │ ├── bdist_wininst.py
│ │ │ │ ├── build.py
│ │ │ │ ├── build_clib.py
│ │ │ │ ├── build_ext.py
│ │ │ │ ├── build_py.py
│ │ │ │ ├── build_scripts.py
│ │ │ │ ├── check.py
│ │ │ │ ├── clean.py
│ │ │ │ ├── config.py
│ │ │ │ ├── install.py
│ │ │ │ ├── install_data.py
│ │ │ │ ├── install_egg_info.py
│ │ │ │ ├── install_headers.py
│ │ │ │ ├── install_lib.py
│ │ │ │ ├── install_scripts.py
│ │ │ │ ├── register.py
│ │ │ │ ├── sdist.py
│ │ │ │ ├── upload.py
│ │ │ │ ├── wininst-6.0.exe
│ │ │ │ ├── wininst-7.1.exe
│ │ │ │ ├── wininst-8.0.exe
│ │ │ │ ├── wininst-9.0-amd64.exe
│ │ │ │ └── wininst-9.0.exe
│ │ │ ├── config.py
│ │ │ ├── core.py
│ │ │ ├── cygwinccompiler.py
│ │ │ ├── debug.py
│ │ │ ├── dep_util.py
│ │ │ ├── dir_util.py
│ │ │ ├── dist.py
│ │ │ ├── emxccompiler.py
│ │ │ ├── errors.py
│ │ │ ├── errors.pyc
│ │ │ ├── extension.py
│ │ │ ├── fancy_getopt.py
│ │ │ ├── file_util.py
│ │ │ ├── filelist.py
│ │ │ ├── log.py
│ │ │ ├── msvc9compiler.py
│ │ │ ├── msvccompiler.py
│ │ │ ├── spawn.py
│ │ │ ├── sysconfig.py
│ │ │ ├── sysconfig.pyc
│ │ │ ├── tests
│ │ │ │ ├── Setup.sample
│ │ │ │ ├── __init__.py
│ │ │ │ ├── setuptools_build_ext.py
│ │ │ │ ├── setuptools_extension.py
│ │ │ │ ├── support.py
│ │ │ │ ├── test_archive_util.py
│ │ │ │ ├── test_bdist.py
│ │ │ │ ├── test_bdist_dumb.py
│ │ │ │ ├── test_bdist_msi.py
│ │ │ │ ├── test_bdist_rpm.py
│ │ │ │ ├── test_bdist_wininst.py
│ │ │ │ ├── test_build.py
│ │ │ │ ├── test_build_clib.py
│ │ │ │ ├── test_build_ext.py
│ │ │ │ ├── test_build_py.py
│ │ │ │ ├── test_build_scripts.py
│ │ │ │ ├── test_ccompiler.py
│ │ │ │ ├── test_check.py
│ │ │ │ ├── test_clean.py
│ │ │ │ ├── test_cmd.py
│ │ │ │ ├── test_config.py
│ │ │ │ ├── test_config_cmd.py
│ │ │ │ ├── test_core.py
│ │ │ │ ├── test_dep_util.py
│ │ │ │ ├── test_dir_util.py
│ │ │ │ ├── test_dist.py
│ │ │ │ ├── test_file_util.py
│ │ │ │ ├── test_filelist.py
│ │ │ │ ├── test_install.py
│ │ │ │ ├── test_install_data.py
│ │ │ │ ├── test_install_headers.py
│ │ │ │ ├── test_install_lib.py
│ │ │ │ ├── test_install_scripts.py
│ │ │ │ ├── test_msvc9compiler.py
│ │ │ │ ├── test_register.py
│ │ │ │ ├── test_sdist.py
│ │ │ │ ├── test_spawn.py
│ │ │ │ ├── test_sysconfig.py
│ │ │ │ ├── test_text_file.py
│ │ │ │ ├── test_unixccompiler.py
│ │ │ │ ├── test_upload.py
│ │ │ │ ├── test_util.py
│ │ │ │ ├── test_version.py
│ │ │ │ └── test_versionpredicate.py
│ │ │ ├── text_file.py
│ │ │ ├── unixccompiler.py
│ │ │ ├── util.py
│ │ │ ├── version.py
│ │ │ └── versionpredicate.py
│ │ ├── doctest.py
│ │ ├── dumbdbm.py
│ │ ├── dummy_thread.py
│ │ ├── dummy_threading.py
│ │ ├── email
│ │ │ ├── __init__.py
│ │ │ ├── _parseaddr.py
│ │ │ ├── base64mime.py
│ │ │ ├── charset.py
│ │ │ ├── encoders.py
│ │ │ ├── errors.py
│ │ │ ├── feedparser.py
│ │ │ ├── generator.py
│ │ │ ├── header.py
│ │ │ ├── iterators.py
│ │ │ ├── message.py
│ │ │ ├── mime
│ │ │ │ ├── __init__.py
│ │ │ │ ├── application.py
│ │ │ │ ├── audio.py
│ │ │ │ ├── base.py
│ │ │ │ ├── image.py
│ │ │ │ ├── message.py
│ │ │ │ ├── multipart.py
│ │ │ │ ├── nonmultipart.py
│ │ │ │ └── text.py
│ │ │ ├── parser.py
│ │ │ ├── quoprimime.py
│ │ │ ├── test
│ │ │ │ ├── __init__.py
│ │ │ │ ├── data
│ │ │ │ │ ├── PyBanner048.gif
│ │ │ │ │ ├── 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_12.txt
│ │ │ │ │ ├── msg_12a.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
│ │ │ │ ├── test_email.py
│ │ │ │ ├── test_email_codecs.py
│ │ │ │ ├── test_email_codecs_renamed.py
│ │ │ │ ├── test_email_renamed.py
│ │ │ │ └── test_email_torture.py
│ │ │ └── utils.py
│ │ ├── encodings
│ │ │ ├── __init__.py
│ │ │ ├── __init__.pyc
│ │ │ ├── __init__.pyo
│ │ │ ├── aliases.py
│ │ │ ├── aliases.pyc
│ │ │ ├── aliases.pyo
│ │ │ ├── ascii.py
│ │ │ ├── ascii.pyc
│ │ │ ├── base64_codec.py
│ │ │ ├── big5.py
│ │ │ ├── big5hkscs.py
│ │ │ ├── bz2_codec.py
│ │ │ ├── charmap.py
│ │ │ ├── cp037.py
│ │ │ ├── cp1006.py
│ │ │ ├── cp1026.py
│ │ │ ├── cp1140.py
│ │ │ ├── cp1250.py
│ │ │ ├── cp1251.py
│ │ │ ├── cp1252.py
│ │ │ ├── cp1253.py
│ │ │ ├── cp1254.py
│ │ │ ├── cp1255.py
│ │ │ ├── cp1256.py
│ │ │ ├── cp1257.py
│ │ │ ├── cp1258.py
│ │ │ ├── cp424.py
│ │ │ ├── cp437.py
│ │ │ ├── cp500.py
│ │ │ ├── cp720.py
│ │ │ ├── cp737.py
│ │ │ ├── cp775.py
│ │ │ ├── cp850.py
│ │ │ ├── cp852.py
│ │ │ ├── cp855.py
│ │ │ ├── cp856.py
│ │ │ ├── cp857.py
│ │ │ ├── cp858.py
│ │ │ ├── cp860.py
│ │ │ ├── cp861.py
│ │ │ ├── cp862.py
│ │ │ ├── cp863.py
│ │ │ ├── cp864.py
│ │ │ ├── cp865.py
│ │ │ ├── cp866.py
│ │ │ ├── cp869.py
│ │ │ ├── cp874.py
│ │ │ ├── cp875.py
│ │ │ ├── cp932.py
│ │ │ ├── cp949.py
│ │ │ ├── cp950.py
│ │ │ ├── euc_jis_2004.py
│ │ │ ├── euc_jisx0213.py
│ │ │ ├── euc_jp.py
│ │ │ ├── euc_kr.py
│ │ │ ├── gb18030.py
│ │ │ ├── gb2312.py
│ │ │ ├── gbk.py
│ │ │ ├── gbk.pyc
│ │ │ ├── gbk.pyo
│ │ │ ├── hex_codec.py
│ │ │ ├── hp_roman8.py
│ │ │ ├── hz.py
│ │ │ ├── idna.py
│ │ │ ├── iso2022_jp.py
│ │ │ ├── iso2022_jp_1.py
│ │ │ ├── iso2022_jp_2.py
│ │ │ ├── iso2022_jp_2004.py
│ │ │ ├── iso2022_jp_3.py
│ │ │ ├── iso2022_jp_ext.py
│ │ │ ├── iso2022_kr.py
│ │ │ ├── iso8859_1.py
│ │ │ ├── iso8859_10.py
│ │ │ ├── iso8859_11.py
│ │ │ ├── iso8859_13.py
│ │ │ ├── iso8859_14.py
│ │ │ ├── iso8859_15.py
│ │ │ ├── iso8859_16.py
│ │ │ ├── iso8859_2.py
│ │ │ ├── iso8859_3.py
│ │ │ ├── iso8859_4.py
│ │ │ ├── iso8859_5.py
│ │ │ ├── iso8859_6.py
│ │ │ ├── iso8859_7.py
│ │ │ ├── iso8859_8.py
│ │ │ ├── iso8859_9.py
│ │ │ ├── johab.py
│ │ │ ├── koi8_r.py
│ │ │ ├── koi8_u.py
│ │ │ ├── latin_1.py
│ │ │ ├── mac_arabic.py
│ │ │ ├── mac_centeuro.py
│ │ │ ├── mac_croatian.py
│ │ │ ├── mac_cyrillic.py
│ │ │ ├── mac_farsi.py
│ │ │ ├── mac_greek.py
│ │ │ ├── mac_iceland.py
│ │ │ ├── mac_latin2.py
│ │ │ ├── mac_roman.py
│ │ │ ├── mac_romanian.py
│ │ │ ├── mac_turkish.py
│ │ │ ├── mbcs.py
│ │ │ ├── mbcs.pyc
│ │ │ ├── palmos.py
│ │ │ ├── ptcp154.py
│ │ │ ├── punycode.py
│ │ │ ├── quopri_codec.py
│ │ │ ├── raw_unicode_escape.py
│ │ │ ├── rot_13.py
│ │ │ ├── shift_jis.py
│ │ │ ├── shift_jis_2004.py
│ │ │ ├── shift_jisx0213.py
│ │ │ ├── string_escape.py
│ │ │ ├── tis_620.py
│ │ │ ├── undefined.py
│ │ │ ├── unicode_escape.py
│ │ │ ├── unicode_internal.py
│ │ │ ├── utf_16.py
│ │ │ ├── utf_16_be.py
│ │ │ ├── utf_16_le.py
│ │ │ ├── utf_32.py
│ │ │ ├── utf_32_be.py
│ │ │ ├── utf_32_le.py
│ │ │ ├── utf_7.py
│ │ │ ├── utf_8.py
│ │ │ ├── utf_8.pyc
│ │ │ ├── utf_8_sig.py
│ │ │ ├── uu_codec.py
│ │ │ └── zlib_codec.py
│ │ ├── filecmp.py
│ │ ├── fileinput.py
│ │ ├── fnmatch.py
│ │ ├── fnmatch.pyc
│ │ ├── formatter.py
│ │ ├── fpformat.py
│ │ ├── fractions.py
│ │ ├── ftplib.py
│ │ ├── functools.py
│ │ ├── functools.pyc
│ │ ├── functools.pyo
│ │ ├── genericpath.py
│ │ ├── genericpath.pyc
│ │ ├── genericpath.pyo
│ │ ├── getopt.py
│ │ ├── getopt.pyc
│ │ ├── getpass.py
│ │ ├── getpass.pyc
│ │ ├── gettext.py
│ │ ├── glob.py
│ │ ├── glob.pyc
│ │ ├── gzip.py
│ │ ├── gzip.pyc
│ │ ├── hashlib.py
│ │ ├── hashlib.pyc
│ │ ├── heapq.py
│ │ ├── heapq.pyc
│ │ ├── hmac.py
│ │ ├── hotshot
│ │ │ ├── __init__.py
│ │ │ ├── log.py
│ │ │ ├── stats.py
│ │ │ └── stones.py
│ │ ├── htmlentitydefs.py
│ │ ├── htmllib.py
│ │ ├── httplib.py
│ │ ├── httplib.pyc
│ │ ├── idlelib
│ │ │ ├── AutoComplete.py
│ │ │ ├── AutoComplete.pyc
│ │ │ ├── AutoCompleteWindow.py
│ │ │ ├── AutoCompleteWindow.pyc
│ │ │ ├── AutoExpand.py
│ │ │ ├── AutoExpand.pyc
│ │ │ ├── Bindings.py
│ │ │ ├── Bindings.pyc
│ │ │ ├── CREDITS.txt
│ │ │ ├── CallTipWindow.py
│ │ │ ├── CallTipWindow.pyc
│ │ │ ├── CallTips.py
│ │ │ ├── CallTips.pyc
│ │ │ ├── ClassBrowser.py
│ │ │ ├── CodeContext.py
│ │ │ ├── CodeContext.pyc
│ │ │ ├── ColorDelegator.py
│ │ │ ├── ColorDelegator.pyc
│ │ │ ├── Debugger.py
│ │ │ ├── Debugger.pyc
│ │ │ ├── Delegator.py
│ │ │ ├── Delegator.pyc
│ │ │ ├── EditorWindow.py
│ │ │ ├── EditorWindow.pyc
│ │ │ ├── FileList.py
│ │ │ ├── FileList.pyc
│ │ │ ├── FormatParagraph.py
│ │ │ ├── FormatParagraph.pyc
│ │ │ ├── GrepDialog.py
│ │ │ ├── GrepDialog.pyc
│ │ │ ├── HISTORY.txt
│ │ │ ├── HyperParser.py
│ │ │ ├── HyperParser.pyc
│ │ │ ├── IOBinding.py
│ │ │ ├── IOBinding.pyc
│ │ │ ├── Icons
│ │ │ │ ├── folder.gif
│ │ │ │ ├── idle.icns
│ │ │ │ ├── idle.ico
│ │ │ │ ├── idle_16.gif
│ │ │ │ ├── idle_32.gif
│ │ │ │ ├── idle_48.gif
│ │ │ │ ├── minusnode.gif
│ │ │ │ ├── openfolder.gif
│ │ │ │ ├── plusnode.gif
│ │ │ │ ├── python.gif
│ │ │ │ └── tk.gif
│ │ │ ├── IdleHistory.py
│ │ │ ├── IdleHistory.pyc
│ │ │ ├── MultiCall.py
│ │ │ ├── MultiCall.pyc
│ │ │ ├── MultiStatusBar.py
│ │ │ ├── MultiStatusBar.pyc
│ │ │ ├── NEWS.txt
│ │ │ ├── ObjectBrowser.py
│ │ │ ├── ObjectBrowser.pyc
│ │ │ ├── OutputWindow.py
│ │ │ ├── OutputWindow.pyc
│ │ │ ├── ParenMatch.py
│ │ │ ├── ParenMatch.pyc
│ │ │ ├── PathBrowser.py
│ │ │ ├── Percolator.py
│ │ │ ├── Percolator.pyc
│ │ │ ├── PyParse.py
│ │ │ ├── PyParse.pyc
│ │ │ ├── PyShell.py
│ │ │ ├── PyShell.pyc
│ │ │ ├── README.txt
│ │ │ ├── RemoteDebugger.py
│ │ │ ├── RemoteDebugger.pyc
│ │ │ ├── RemoteObjectBrowser.py
│ │ │ ├── RemoteObjectBrowser.pyc
│ │ │ ├── ReplaceDialog.py
│ │ │ ├── ReplaceDialog.pyc
│ │ │ ├── RstripExtension.py
│ │ │ ├── RstripExtension.pyc
│ │ │ ├── ScriptBinding.py
│ │ │ ├── ScriptBinding.pyc
│ │ │ ├── ScrolledList.py
│ │ │ ├── ScrolledList.pyc
│ │ │ ├── SearchDialog.py
│ │ │ ├── SearchDialog.pyc
│ │ │ ├── SearchDialogBase.py
│ │ │ ├── SearchDialogBase.pyc
│ │ │ ├── SearchEngine.py
│ │ │ ├── SearchEngine.pyc
│ │ │ ├── StackViewer.py
│ │ │ ├── StackViewer.pyc
│ │ │ ├── TODO.txt
│ │ │ ├── ToolTip.py
│ │ │ ├── TreeWidget.py
│ │ │ ├── TreeWidget.pyc
│ │ │ ├── UndoDelegator.py
│ │ │ ├── UndoDelegator.pyc
│ │ │ ├── WidgetRedirector.py
│ │ │ ├── WidgetRedirector.pyc
│ │ │ ├── WindowList.py
│ │ │ ├── WindowList.pyc
│ │ │ ├── ZoomHeight.py
│ │ │ ├── ZoomHeight.pyc
│ │ │ ├── __init__.py
│ │ │ ├── __init__.pyc
│ │ │ ├── aboutDialog.py
│ │ │ ├── aboutDialog.pyc
│ │ │ ├── config-extensions.def
│ │ │ ├── config-highlight.def
│ │ │ ├── config-keys.def
│ │ │ ├── config-main.def
│ │ │ ├── configDialog.py
│ │ │ ├── configDialog.pyc
│ │ │ ├── configHandler.py
│ │ │ ├── configHandler.pyc
│ │ │ ├── configHelpSourceEdit.py
│ │ │ ├── configHelpSourceEdit.pyc
│ │ │ ├── configSectionNameDialog.py
│ │ │ ├── configSectionNameDialog.pyc
│ │ │ ├── dynOptionMenuWidget.py
│ │ │ ├── dynOptionMenuWidget.pyc
│ │ │ ├── extend.txt
│ │ │ ├── help.txt
│ │ │ ├── idle.bat
│ │ │ ├── idle.py
│ │ │ ├── idle.pyw
│ │ │ ├── idle_test
│ │ │ │ ├── README.txt
│ │ │ │ ├── __init__.py
│ │ │ │ ├── htest.py
│ │ │ │ ├── mock_idle.py
│ │ │ │ ├── mock_tk.py
│ │ │ │ ├── test_autocomplete.py
│ │ │ │ ├── test_autoexpand.py
│ │ │ │ ├── test_calltips.py
│ │ │ │ ├── test_config_name.py
│ │ │ │ ├── test_delegator.py
│ │ │ │ ├── test_formatparagraph.py
│ │ │ │ ├── test_grep.py
│ │ │ │ ├── test_hyperparser.py
│ │ │ │ ├── test_idlehistory.py
│ │ │ │ ├── test_parenmatch.py
│ │ │ │ ├── test_pathbrowser.py
│ │ │ │ ├── test_rstrip.py
│ │ │ │ ├── test_searchengine.py
│ │ │ │ ├── test_text.py
│ │ │ │ ├── test_textview.py
│ │ │ │ └── test_warning.py
│ │ │ ├── idlever.py
│ │ │ ├── idlever.pyc
│ │ │ ├── keybindingDialog.py
│ │ │ ├── keybindingDialog.pyc
│ │ │ ├── macosxSupport.py
│ │ │ ├── macosxSupport.pyc
│ │ │ ├── rpc.py
│ │ │ ├── rpc.pyc
│ │ │ ├── run.py
│ │ │ ├── run.pyc
│ │ │ ├── tabbedpages.py
│ │ │ ├── tabbedpages.pyc
│ │ │ ├── testcode.py
│ │ │ ├── textView.py
│ │ │ └── textView.pyc
│ │ ├── ihooks.py
│ │ ├── imaplib.py
│ │ ├── imghdr.py
│ │ ├── importlib
│ │ │ └── __init__.py
│ │ ├── imputil.py
│ │ ├── inspect.py
│ │ ├── inspect.pyc
│ │ ├── io.py
│ │ ├── io.pyc
│ │ ├── json
│ │ │ ├── __init__.py
│ │ │ ├── decoder.py
│ │ │ ├── encoder.py
│ │ │ ├── scanner.py
│ │ │ ├── tests
│ │ │ │ ├── __init__.py
│ │ │ │ ├── test_check_circular.py
│ │ │ │ ├── test_decode.py
│ │ │ │ ├── test_default.py
│ │ │ │ ├── test_dump.py
│ │ │ │ ├── test_encode_basestring_ascii.py
│ │ │ │ ├── test_fail.py
│ │ │ │ ├── test_float.py
│ │ │ │ ├── test_indent.py
│ │ │ │ ├── test_pass1.py
│ │ │ │ ├── test_pass2.py
│ │ │ │ ├── test_pass3.py
│ │ │ │ ├── test_recursion.py
│ │ │ │ ├── test_scanstring.py
│ │ │ │ ├── test_separators.py
│ │ │ │ ├── test_speedups.py
│ │ │ │ ├── test_tool.py
│ │ │ │ └── test_unicode.py
│ │ │ └── tool.py
│ │ ├── keyword.py
│ │ ├── keyword.pyc
│ │ ├── lib-tk
│ │ │ ├── Canvas.py
│ │ │ ├── Dialog.py
│ │ │ ├── FileDialog.py
│ │ │ ├── FixTk.py
│ │ │ ├── FixTk.pyc
│ │ │ ├── ScrolledText.py
│ │ │ ├── SimpleDialog.py
│ │ │ ├── SimpleDialog.pyc
│ │ │ ├── Tix.py
│ │ │ ├── Tkconstants.py
│ │ │ ├── Tkconstants.pyc
│ │ │ ├── Tkdnd.py
│ │ │ ├── Tkinter.py
│ │ │ ├── Tkinter.pyc
│ │ │ ├── test
│ │ │ │ ├── runtktests.py
│ │ │ │ ├── test_tkinter
│ │ │ │ │ ├── __init__.py
│ │ │ │ │ ├── test_geometry_managers.py
│ │ │ │ │ ├── test_images.py
│ │ │ │ │ ├── test_loadtk.py
│ │ │ │ │ ├── test_text.py
│ │ │ │ │ ├── test_variables.py
│ │ │ │ │ └── test_widgets.py
│ │ │ │ ├── test_ttk
│ │ │ │ │ ├── __init__.py
│ │ │ │ │ ├── support.py
│ │ │ │ │ ├── test_extensions.py
│ │ │ │ │ ├── test_functions.py
│ │ │ │ │ ├── test_style.py
│ │ │ │ │ └── test_widgets.py
│ │ │ │ └── widget_tests.py
│ │ │ ├── tkColorChooser.py
│ │ │ ├── tkColorChooser.pyc
│ │ │ ├── tkCommonDialog.py
│ │ │ ├── tkCommonDialog.pyc
│ │ │ ├── tkFileDialog.py
│ │ │ ├── tkFileDialog.pyc
│ │ │ ├── tkFont.py
│ │ │ ├── tkFont.pyc
│ │ │ ├── tkMessageBox.py
│ │ │ ├── tkMessageBox.pyc
│ │ │ ├── tkSimpleDialog.py
│ │ │ ├── tkSimpleDialog.pyc
│ │ │ ├── ttk.py
│ │ │ └── turtle.py
│ │ ├── lib2to3
│ │ │ ├── Grammar.txt
│ │ │ ├── PatternGrammar.txt
│ │ │ ├── __init__.py
│ │ │ ├── __main__.py
│ │ │ ├── btm_matcher.py
│ │ │ ├── btm_utils.py
│ │ │ ├── fixer_base.py
│ │ │ ├── fixer_util.py
│ │ │ ├── fixes
│ │ │ │ ├── __init__.py
│ │ │ │ ├── fix_apply.py
│ │ │ │ ├── fix_basestring.py
│ │ │ │ ├── fix_buffer.py
│ │ │ │ ├── fix_callable.py
│ │ │ │ ├── fix_dict.py
│ │ │ │ ├── fix_except.py
│ │ │ │ ├── fix_exec.py
│ │ │ │ ├── fix_execfile.py
│ │ │ │ ├── fix_exitfunc.py
│ │ │ │ ├── fix_filter.py
│ │ │ │ ├── fix_funcattrs.py
│ │ │ │ ├── fix_future.py
│ │ │ │ ├── fix_getcwdu.py
│ │ │ │ ├── fix_has_key.py
│ │ │ │ ├── fix_idioms.py
│ │ │ │ ├── fix_import.py
│ │ │ │ ├── fix_imports.py
│ │ │ │ ├── fix_imports2.py
│ │ │ │ ├── fix_input.py
│ │ │ │ ├── fix_intern.py
│ │ │ │ ├── fix_isinstance.py
│ │ │ │ ├── fix_itertools.py
│ │ │ │ ├── fix_itertools_imports.py
│ │ │ │ ├── fix_long.py
│ │ │ │ ├── fix_map.py
│ │ │ │ ├── fix_metaclass.py
│ │ │ │ ├── fix_methodattrs.py
│ │ │ │ ├── fix_ne.py
│ │ │ │ ├── fix_next.py
│ │ │ │ ├── fix_nonzero.py
│ │ │ │ ├── fix_numliterals.py
│ │ │ │ ├── fix_operator.py
│ │ │ │ ├── fix_paren.py
│ │ │ │ ├── fix_print.py
│ │ │ │ ├── fix_raise.py
│ │ │ │ ├── fix_raw_input.py
│ │ │ │ ├── fix_reduce.py
│ │ │ │ ├── fix_renames.py
│ │ │ │ ├── fix_repr.py
│ │ │ │ ├── fix_set_literal.py
│ │ │ │ ├── fix_standarderror.py
│ │ │ │ ├── fix_sys_exc.py
│ │ │ │ ├── fix_throw.py
│ │ │ │ ├── fix_tuple_params.py
│ │ │ │ ├── fix_types.py
│ │ │ │ ├── fix_unicode.py
│ │ │ │ ├── fix_urllib.py
│ │ │ │ ├── fix_ws_comma.py
│ │ │ │ ├── fix_xrange.py
│ │ │ │ ├── fix_xreadlines.py
│ │ │ │ └── fix_zip.py
│ │ │ ├── main.py
│ │ │ ├── patcomp.py
│ │ │ ├── pgen2
│ │ │ │ ├── __init__.py
│ │ │ │ ├── conv.py
│ │ │ │ ├── driver.py
│ │ │ │ ├── grammar.py
│ │ │ │ ├── literals.py
│ │ │ │ ├── parse.py
│ │ │ │ ├── pgen.py
│ │ │ │ ├── token.py
│ │ │ │ └── tokenize.py
│ │ │ ├── pygram.py
│ │ │ ├── pytree.py
│ │ │ ├── refactor.py
│ │ │ └── tests
│ │ │ ├── __init__.py
│ │ │ ├── data
│ │ │ │ ├── bom.py
│ │ │ │ ├── crlf.py
│ │ │ │ ├── different_encoding.py
│ │ │ │ ├── false_encoding.py
│ │ │ │ ├── fixers
│ │ │ │ │ ├── bad_order.py
│ │ │ │ │ ├── myfixes
│ │ │ │ │ │ ├── __init__.py
│ │ │ │ │ │ ├── fix_explicit.py
│ │ │ │ │ │ ├── fix_first.py
│ │ │ │ │ │ ├── fix_last.py
│ │ │ │ │ │ ├── fix_parrot.py
│ │ │ │ │ │ └── fix_preorder.py
│ │ │ │ │ ├── no_fixer_cls.py
│ │ │ │ │ └── parrot_example.py
│ │ │ │ ├── infinite_recursion.py
│ │ │ │ ├── py2_test_grammar.py
│ │ │ │ └── py3_test_grammar.py
│ │ │ ├── pytree_idempotency.py
│ │ │ ├── support.py
│ │ │ ├── test_all_fixers.py
│ │ │ ├── test_fixers.py
│ │ │ ├── test_main.py
│ │ │ ├── test_parser.py
│ │ │ ├── test_pytree.py
│ │ │ ├── test_refactor.py
│ │ │ └── test_util.py
│ │ ├── linecache.py
│ │ ├── linecache.pyc
│ │ ├── linecache.pyo
│ │ ├── locale.py
│ │ ├── locale.pyc
│ │ ├── locale.pyo
│ │ ├── logging
│ │ │ ├── __init__.py
│ │ │ ├── config.py
│ │ │ └── handlers.py
│ │ ├── macpath.py
│ │ ├── macurl2path.py
│ │ ├── mailbox.py
│ │ ├── mailcap.py
│ │ ├── markupbase.py
│ │ ├── md5.py
│ │ ├── mhlib.py
│ │ ├── mimetools.py
│ │ ├── mimetools.pyc
│ │ ├── mimetypes.py
│ │ ├── mimify.py
│ │ ├── modulefinder.py
│ │ ├── msilib
│ │ │ ├── __init__.py
│ │ │ ├── schema.py
│ │ │ ├── sequence.py
│ │ │ └── text.py
│ │ ├── multifile.py
│ │ ├── multiprocessing
│ │ │ ├── __init__.py
│ │ │ ├── connection.py
│ │ │ ├── dummy
│ │ │ │ ├── __init__.py
│ │ │ │ └── connection.py
│ │ │ ├── forking.py
│ │ │ ├── heap.py
│ │ │ ├── managers.py
│ │ │ ├── pool.py
│ │ │ ├── process.py
│ │ │ ├── queues.py
│ │ │ ├── reduction.py
│ │ │ ├── sharedctypes.py
│ │ │ ├── synchronize.py
│ │ │ └── util.py
│ │ ├── mutex.py
│ │ ├── netrc.py
│ │ ├── new.py
│ │ ├── nntplib.py
│ │ ├── ntpath.py
│ │ ├── ntpath.pyc
│ │ ├── ntpath.pyo
│ │ ├── nturl2path.py
│ │ ├── nturl2path.pyc
│ │ ├── numbers.py
│ │ ├── numbers.pyc
│ │ ├── opcode.py
│ │ ├── opcode.pyc
│ │ ├── optparse.py
│ │ ├── os.py
│ │ ├── os.pyc
│ │ ├── os.pyo
│ │ ├── os2emxpath.py
│ │ ├── pdb.py
│ │ ├── pickle.py
│ │ ├── pickletools.py
│ │ ├── pipes.py
│ │ ├── pipes.pyc
│ │ ├── pkgutil.py
│ │ ├── pkgutil.pyc
│ │ ├── platform.py
│ │ ├── platform.pyc
│ │ ├── plistlib.py
│ │ ├── popen2.py
│ │ ├── poplib.py
│ │ ├── posixfile.py
│ │ ├── posixpath.py
│ │ ├── posixpath.pyc
│ │ ├── pprint.py
│ │ ├── pprint.pyc
│ │ ├── profile.py
│ │ ├── pstats.py
│ │ ├── pty.py
│ │ ├── py_compile.py
│ │ ├── py_compile.pyc
│ │ ├── py_compile.pyo
│ │ ├── pyclbr.py
│ │ ├── pydoc.py
│ │ ├── pydoc.pyc
│ │ ├── pydoc_data
│ │ │ ├── __init__.py
│ │ │ └── topics.py
│ │ ├── quopri.py
│ │ ├── random.py
│ │ ├── random.pyc
│ │ ├── re.py
│ │ ├── re.pyc
│ │ ├── re.pyo
│ │ ├── repr.py
│ │ ├── repr.pyc
│ │ ├── rexec.py
│ │ ├── rfc822.py
│ │ ├── rfc822.pyc
│ │ ├── rlcompleter.py
│ │ ├── robotparser.py
│ │ ├── runpy.py
│ │ ├── sched.py
│ │ ├── sets.py
│ │ ├── sgmllib.py
│ │ ├── sha.py
│ │ ├── shelve.py
│ │ ├── shlex.py
│ │ ├── shlex.pyc
│ │ ├── shutil.py
│ │ ├── shutil.pyc
│ │ ├── site-packages
│ │ │ └── README.txt
│ │ ├── site.py
│ │ ├── site.pyc
│ │ ├── site.pyo
│ │ ├── smtpd.py
│ │ ├── smtplib.py
│ │ ├── sndhdr.py
│ │ ├── socket.py
│ │ ├── socket.pyc
│ │ ├── sqlite3
│ │ │ ├── __init__.py
│ │ │ ├── dbapi2.py
│ │ │ ├── dump.py
│ │ │ └── test
│ │ │ ├── __init__.py
│ │ │ ├── dbapi.py
│ │ │ ├── dump.py
│ │ │ ├── factory.py
│ │ │ ├── hooks.py
│ │ │ ├── py25tests.py
│ │ │ ├── regression.py
│ │ │ ├── transactions.py
│ │ │ ├── types.py
│ │ │ └── userfunctions.py
│ │ ├── sre.py
│ │ ├── 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
│ │ ├── ssl.py
│ │ ├── ssl.pyc
│ │ ├── stat.py
│ │ ├── stat.pyc
│ │ ├── stat.pyo
│ │ ├── statvfs.py
│ │ ├── string.py
│ │ ├── string.pyc
│ │ ├── stringold.py
│ │ ├── stringprep.py
│ │ ├── struct.py
│ │ ├── struct.pyc
│ │ ├── subprocess.py
│ │ ├── subprocess.pyc
│ │ ├── sunau.py
│ │ ├── sunaudio.py
│ │ ├── symbol.py
│ │ ├── symtable.py
│ │ ├── sysconfig.py
│ │ ├── sysconfig.pyc
│ │ ├── sysconfig.pyo
│ │ ├── tabnanny.py
│ │ ├── tabnanny.pyc
│ │ ├── tarfile.py
│ │ ├── telnetlib.py
│ │ ├── tempfile.py
│ │ ├── tempfile.pyc
│ │ ├── test
│ │ │ ├── 185test.db
│ │ │ ├── Sine-1000Hz-300ms.aif
│ │ │ ├── __init__.py
│ │ │ ├── audiodata
│ │ │ │ ├── pluck-pcm16.aiff
│ │ │ │ ├── pluck-pcm16.au
│ │ │ │ ├── pluck-pcm16.wav
│ │ │ │ ├── pluck-pcm24.aiff
│ │ │ │ ├── pluck-pcm24.wav
│ │ │ │ ├── pluck-pcm32.aiff
│ │ │ │ ├── pluck-pcm32.au
│ │ │ │ ├── pluck-pcm32.wav
│ │ │ │ ├── pluck-pcm8.aiff
│ │ │ │ ├── pluck-pcm8.au
│ │ │ │ ├── pluck-pcm8.wav
│ │ │ │ ├── pluck-ulaw.aifc
│ │ │ │ └── pluck-ulaw.au
│ │ │ ├── audiotest.au
│ │ │ ├── audiotests.py
│ │ │ ├── autotest.py
│ │ │ ├── bad_coding.py
│ │ │ ├── bad_coding2.py
│ │ │ ├── bad_coding3.py
│ │ │ ├── badcert.pem
│ │ │ ├── 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
│ │ │ ├── cfgparser.1
│ │ │ ├── check_soundcard.vbs
│ │ │ ├── cjkencodings
│ │ │ │ ├── big5-utf8.txt
│ │ │ │ ├── big5.txt
│ │ │ │ ├── big5hkscs-utf8.txt
│ │ │ │ ├── big5hkscs.txt
│ │ │ │ ├── cp949-utf8.txt
│ │ │ │ ├── cp949.txt
│ │ │ │ ├── euc_jisx0213-utf8.txt
│ │ │ │ ├── euc_jisx0213.txt
│ │ │ │ ├── euc_jp-utf8.txt
│ │ │ │ ├── euc_jp.txt
│ │ │ │ ├── euc_kr-utf8.txt
│ │ │ │ ├── euc_kr.txt
│ │ │ │ ├── gb18030-utf8.txt
│ │ │ │ ├── gb18030.txt
│ │ │ │ ├── gb2312-utf8.txt
│ │ │ │ ├── gb2312.txt
│ │ │ │ ├── gbk-utf8.txt
│ │ │ │ ├── gbk.txt
│ │ │ │ ├── hz-utf8.txt
│ │ │ │ ├── hz.txt
│ │ │ │ ├── iso2022_jp-utf8.txt
│ │ │ │ ├── iso2022_jp.txt
│ │ │ │ ├── iso2022_kr-utf8.txt
│ │ │ │ ├── iso2022_kr.txt
│ │ │ │ ├── johab-utf8.txt
│ │ │ │ ├── johab.txt
│ │ │ │ ├── shift_jis-utf8.txt
│ │ │ │ ├── shift_jis.txt
│ │ │ │ ├── shift_jisx0213-utf8.txt
│ │ │ │ └── shift_jisx0213.txt
│ │ │ ├── cmath_testcases.txt
│ │ │ ├── crashers
│ │ │ │ ├── bogus_code_obj.py
│ │ │ │ ├── borrowed_ref_1.py
│ │ │ │ ├── borrowed_ref_2.py
│ │ │ │ ├── buffer_mutate.py
│ │ │ │ ├── compiler_recursion.py
│ │ │ │ ├── decref_before_assignment.py
│ │ │ │ ├── gc_has_finalizer.py
│ │ │ │ ├── gc_inspection.py
│ │ │ │ ├── infinite_loop_re.py
│ │ │ │ ├── loosing_mro_ref.py
│ │ │ │ ├── mutation_inside_cyclegc.py
│ │ │ │ ├── nasty_eq_vs_dict.py
│ │ │ │ ├── recursion_limit_too_high.py
│ │ │ │ └── recursive_call.py
│ │ │ ├── curses_tests.py
│ │ │ ├── decimaltestdata
│ │ │ │ ├── abs.decTest
│ │ │ │ ├── add.decTest
│ │ │ │ ├── and.decTest
│ │ │ │ ├── base.decTest
│ │ │ │ ├── clamp.decTest
│ │ │ │ ├── class.decTest
│ │ │ │ ├── compare.decTest
│ │ │ │ ├── comparetotal.decTest
│ │ │ │ ├── comparetotmag.decTest
│ │ │ │ ├── copy.decTest
│ │ │ │ ├── copyabs.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
│ │ │ │ ├── ddCopy.decTest
│ │ │ │ ├── ddCopyAbs.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
│ │ │ │ ├── dqCopy.decTest
│ │ │ │ ├── dqCopyAbs.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
│ │ │ ├── double_const.py
│ │ │ ├── empty.vbs
│ │ │ ├── exception_hierarchy.txt
│ │ │ ├── floating_points.txt
│ │ │ ├── fork_wait.py
│ │ │ ├── formatfloat_testcases.txt
│ │ │ ├── gdb_sample.py
│ │ │ ├── greyrgb.uue
│ │ │ ├── https_svn_python_org_root.pem
│ │ │ ├── ieee754.txt
│ │ │ ├── imghdrdata
│ │ │ │ ├── python.bmp
│ │ │ │ ├── python.gif
│ │ │ │ ├── python.jpg
│ │ │ │ ├── python.pbm
│ │ │ │ ├── python.pgm
│ │ │ │ ├── python.png
│ │ │ │ ├── python.ppm
│ │ │ │ ├── python.ras
│ │ │ │ ├── python.sgi
│ │ │ │ ├── python.tiff
│ │ │ │ └── python.xbm
│ │ │ ├── infinite_reload.py
│ │ │ ├── inspect_fodder.py
│ │ │ ├── inspect_fodder2.py
│ │ │ ├── keycert.pem
│ │ │ ├── leakers
│ │ │ │ ├── README.txt
│ │ │ │ ├── __init__.py
│ │ │ │ ├── test_ctypes.py
│ │ │ │ ├── test_dictself.py
│ │ │ │ ├── test_gestalt.py
│ │ │ │ └── test_selftype.py
│ │ │ ├── list_tests.py
│ │ │ ├── lock_tests.py
│ │ │ ├── mapping_tests.py
│ │ │ ├── math_testcases.txt
│ │ │ ├── mp_fork_bomb.py
│ │ │ ├── nokia.pem
│ │ │ ├── nullbytecert.pem
│ │ │ ├── nullcert.pem
│ │ │ ├── outstanding_bugs.py
│ │ │ ├── pickletester.py
│ │ │ ├── profilee.py
│ │ │ ├── pyclbr_input.py
│ │ │ ├── pydoc_mod.py
│ │ │ ├── pydocfodder.py
│ │ │ ├── pystone.py
│ │ │ ├── randv2_32.pck
│ │ │ ├── randv2_64.pck
│ │ │ ├── randv3.pck
│ │ │ ├── re_tests.py
│ │ │ ├── regrtest.py
│ │ │ ├── relimport.py
│ │ │ ├── reperf.py
│ │ │ ├── sample_doctest.py
│ │ │ ├── sample_doctest_no_docstrings.py
│ │ │ ├── sample_doctest_no_doctests.py
│ │ │ ├── script_helper.py
│ │ │ ├── seq_tests.py
│ │ │ ├── sgml_input.html
│ │ │ ├── sha256.pem
│ │ │ ├── sortperf.py
│ │ │ ├── string_tests.py
│ │ │ ├── subprocessdata
│ │ │ │ └── sigchild_ignore.py
│ │ │ ├── symlink_support.py
│ │ │ ├── test_MimeWriter.py
│ │ │ ├── test_SimpleHTTPServer.py
│ │ │ ├── test_StringIO.py
│ │ │ ├── test___all__.py
│ │ │ ├── test___future__.py
│ │ │ ├── test__locale.py
│ │ │ ├── test__osx_support.py
│ │ │ ├── test_abc.py
│ │ │ ├── test_abstract_numbers.py
│ │ │ ├── test_aepack.py
│ │ │ ├── test_aifc.py
│ │ │ ├── test_al.py
│ │ │ ├── test_anydbm.py
│ │ │ ├── test_applesingle.py
│ │ │ ├── test_argparse.py
│ │ │ ├── test_array.py
│ │ │ ├── test_ascii_formatd.py
│ │ │ ├── test_ast.py
│ │ │ ├── test_asynchat.py
│ │ │ ├── test_asyncore.py
│ │ │ ├── test_atexit.py
│ │ │ ├── test_audioop.py
│ │ │ ├── test_augassign.py
│ │ │ ├── test_base64.py
│ │ │ ├── test_bastion.py
│ │ │ ├── test_bigaddrspace.py
│ │ │ ├── test_bigmem.py
│ │ │ ├── test_binascii.py
│ │ │ ├── test_binhex.py
│ │ │ ├── test_binop.py
│ │ │ ├── test_bisect.py
│ │ │ ├── test_bool.py
│ │ │ ├── test_bsddb.py
│ │ │ ├── test_bsddb185.py
│ │ │ ├── test_bsddb3.py
│ │ │ ├── test_buffer.py
│ │ │ ├── test_bufio.py
│ │ │ ├── test_builtin.py
│ │ │ ├── test_bytes.py
│ │ │ ├── test_bz2.py
│ │ │ ├── test_calendar.py
│ │ │ ├── test_call.py
│ │ │ ├── test_capi.py
│ │ │ ├── test_cd.py
│ │ │ ├── test_cfgparser.py
│ │ │ ├── test_cgi.py
│ │ │ ├── test_charmapcodec.py
│ │ │ ├── test_cl.py
│ │ │ ├── test_class.py
│ │ │ ├── test_cmath.py
│ │ │ ├── test_cmd.py
│ │ │ ├── test_cmd_line.py
│ │ │ ├── test_cmd_line_script.py
│ │ │ ├── test_code.py
│ │ │ ├── test_codeccallbacks.py
│ │ │ ├── test_codecencodings_cn.py
│ │ │ ├── test_codecencodings_hk.py
│ │ │ ├── test_codecencodings_iso2022.py
│ │ │ ├── test_codecencodings_jp.py
│ │ │ ├── test_codecencodings_kr.py
│ │ │ ├── test_codecencodings_tw.py
│ │ │ ├── test_codecmaps_cn.py
│ │ │ ├── test_codecmaps_hk.py
│ │ │ ├── test_codecmaps_jp.py
│ │ │ ├── test_codecmaps_kr.py
│ │ │ ├── test_codecmaps_tw.py
│ │ │ ├── test_codecs.py
│ │ │ ├── test_codeop.py
│ │ │ ├── test_coding.py
│ │ │ ├── test_coercion.py
│ │ │ ├── test_collections.py
│ │ │ ├── test_colorsys.py
│ │ │ ├── test_commands.py
│ │ │ ├── test_compare.py
│ │ │ ├── test_compile.py
│ │ │ ├── test_compileall.py
│ │ │ ├── test_compiler.py
│ │ │ ├── test_complex.py
│ │ │ ├── test_complex_args.py
│ │ │ ├── test_contains.py
│ │ │ ├── test_contextlib.py
│ │ │ ├── test_cookie.py
│ │ │ ├── test_cookielib.py
│ │ │ ├── test_copy.py
│ │ │ ├── test_copy_reg.py
│ │ │ ├── test_cpickle.py
│ │ │ ├── test_cprofile.py
│ │ │ ├── test_crypt.py
│ │ │ ├── test_csv.py
│ │ │ ├── test_ctypes.py
│ │ │ ├── test_curses.py
│ │ │ ├── test_datetime.py
│ │ │ ├── test_dbm.py
│ │ │ ├── test_decimal.py
│ │ │ ├── test_decorators.py
│ │ │ ├── test_defaultdict.py
│ │ │ ├── test_deque.py
│ │ │ ├── test_descr.py
│ │ │ ├── test_descrtut.py
│ │ │ ├── test_dict.py
│ │ │ ├── test_dictcomps.py
│ │ │ ├── test_dictviews.py
│ │ │ ├── test_difflib.py
│ │ │ ├── test_difflib_expect.html
│ │ │ ├── test_dircache.py
│ │ │ ├── test_dis.py
│ │ │ ├── test_distutils.py
│ │ │ ├── test_dl.py
│ │ │ ├── test_doctest.py
│ │ │ ├── test_doctest.txt
│ │ │ ├── test_doctest2.py
│ │ │ ├── test_doctest2.txt
│ │ │ ├── test_doctest3.txt
│ │ │ ├── test_doctest4.txt
│ │ │ ├── test_docxmlrpc.py
│ │ │ ├── test_dumbdbm.py
│ │ │ ├── test_dummy_thread.py
│ │ │ ├── test_dummy_threading.py
│ │ │ ├── test_email.py
│ │ │ ├── test_email_codecs.py
│ │ │ ├── test_email_renamed.py
│ │ │ ├── test_enumerate.py
│ │ │ ├── test_eof.py
│ │ │ ├── test_epoll.py
│ │ │ ├── test_errno.py
│ │ │ ├── test_exception_variations.py
│ │ │ ├── test_exceptions.py
│ │ │ ├── test_extcall.py
│ │ │ ├── test_fcntl.py
│ │ │ ├── test_file.py
│ │ │ ├── test_file2k.py
│ │ │ ├── test_file_eintr.py
│ │ │ ├── test_filecmp.py
│ │ │ ├── test_fileinput.py
│ │ │ ├── test_fileio.py
│ │ │ ├── test_float.py
│ │ │ ├── test_fnmatch.py
│ │ │ ├── test_fork1.py
│ │ │ ├── test_format.py
│ │ │ ├── test_fpformat.py
│ │ │ ├── test_fractions.py
│ │ │ ├── test_frozen.py
│ │ │ ├── test_ftplib.py
│ │ │ ├── test_funcattrs.py
│ │ │ ├── test_functools.py
│ │ │ ├── test_future.py
│ │ │ ├── test_future1.py
│ │ │ ├── test_future2.py
│ │ │ ├── test_future3.py
│ │ │ ├── test_future4.py
│ │ │ ├── test_future5.py
│ │ │ ├── test_future_builtins.py
│ │ │ ├── test_gc.py
│ │ │ ├── test_gdb.py
│ │ │ ├── test_gdbm.py
│ │ │ ├── test_generators.py
│ │ │ ├── test_genericpath.py
│ │ │ ├── test_genexps.py
│ │ │ ├── test_getargs.py
│ │ │ ├── test_getargs2.py
│ │ │ ├── test_getopt.py
│ │ │ ├── test_gettext.py
│ │ │ ├── test_gl.py
│ │ │ ├── test_glob.py
│ │ │ ├── test_global.py
│ │ │ ├── test_grammar.py
│ │ │ ├── test_grp.py
│ │ │ ├── test_gzip.py
│ │ │ ├── test_hash.py
│ │ │ ├── test_hashlib.py
│ │ │ ├── test_heapq.py
│ │ │ ├── test_hmac.py
│ │ │ ├── test_hotshot.py
│ │ │ ├── test_htmllib.py
│ │ │ ├── test_htmlparser.py
│ │ │ ├── test_httplib.py
│ │ │ ├── test_httpservers.py
│ │ │ ├── test_idle.py
│ │ │ ├── test_imageop.py
│ │ │ ├── test_imaplib.py
│ │ │ ├── test_imgfile.py
│ │ │ ├── test_imghdr.py
│ │ │ ├── test_imp.py
│ │ │ ├── test_import.py
│ │ │ ├── test_importhooks.py
│ │ │ ├── test_importlib.py
│ │ │ ├── test_index.py
│ │ │ ├── test_inspect.py
│ │ │ ├── test_int.py
│ │ │ ├── test_int_literal.py
│ │ │ ├── test_io.py
│ │ │ ├── test_ioctl.py
│ │ │ ├── test_isinstance.py
│ │ │ ├── test_iter.py
│ │ │ ├── test_iterlen.py
│ │ │ ├── test_itertools.py
│ │ │ ├── test_json.py
│ │ │ ├── test_kqueue.py
│ │ │ ├── test_largefile.py
│ │ │ ├── test_lib2to3.py
│ │ │ ├── test_linecache.py
│ │ │ ├── test_linuxaudiodev.py
│ │ │ ├── test_list.py
│ │ │ ├── test_locale.py
│ │ │ ├── test_logging.py
│ │ │ ├── test_long.py
│ │ │ ├── test_long_future.py
│ │ │ ├── test_longexp.py
│ │ │ ├── test_macos.py
│ │ │ ├── test_macostools.py
│ │ │ ├── test_macpath.py
│ │ │ ├── test_macurl2path.py
│ │ │ ├── test_mailbox.py
│ │ │ ├── test_marshal.py
│ │ │ ├── test_math.py
│ │ │ ├── test_md5.py
│ │ │ ├── test_memoryio.py
│ │ │ ├── test_memoryview.py
│ │ │ ├── test_mhlib.py
│ │ │ ├── test_mimetools.py
│ │ │ ├── test_mimetypes.py
│ │ │ ├── test_minidom.py
│ │ │ ├── test_mmap.py
│ │ │ ├── test_module.py
│ │ │ ├── test_modulefinder.py
│ │ │ ├── test_msilib.py
│ │ │ ├── test_multibytecodec.py
│ │ │ ├── test_multibytecodec_support.py
│ │ │ ├── test_multifile.py
│ │ │ ├── test_multiprocessing.py
│ │ │ ├── test_mutants.py
│ │ │ ├── test_mutex.py
│ │ │ ├── test_netrc.py
│ │ │ ├── test_new.py
│ │ │ ├── test_nis.py
│ │ │ ├── test_nntplib.py
│ │ │ ├── test_normalization.py
│ │ │ ├── test_ntpath.py
│ │ │ ├── test_old_mailbox.py
│ │ │ ├── test_opcodes.py
│ │ │ ├── test_openpty.py
│ │ │ ├── test_operator.py
│ │ │ ├── test_optparse.py
│ │ │ ├── test_os.py
│ │ │ ├── test_ossaudiodev.py
│ │ │ ├── test_parser.py
│ │ │ ├── test_pdb.py
│ │ │ ├── test_peepholer.py
│ │ │ ├── test_pep247.py
│ │ │ ├── test_pep263.py
│ │ │ ├── test_pep277.py
│ │ │ ├── test_pep292.py
│ │ │ ├── test_pep352.py
│ │ │ ├── test_pickle.py
│ │ │ ├── test_pickletools.py
│ │ │ ├── test_pipes.py
│ │ │ ├── test_pkg.py
│ │ │ ├── test_pkgimport.py
│ │ │ ├── test_pkgutil.py
│ │ │ ├── test_platform.py
│ │ │ ├── test_plistlib.py
│ │ │ ├── test_poll.py
│ │ │ ├── test_popen.py
│ │ │ ├── test_popen2.py
│ │ │ ├── test_poplib.py
│ │ │ ├── test_posix.py
│ │ │ ├── test_posixpath.py
│ │ │ ├── test_pow.py
│ │ │ ├── test_pprint.py
│ │ │ ├── test_print.py
│ │ │ ├── test_profile.py
│ │ │ ├── test_property.py
│ │ │ ├── test_pstats.py
│ │ │ ├── test_pty.py
│ │ │ ├── test_pwd.py
│ │ │ ├── test_py3kwarn.py
│ │ │ ├── test_py_compile.py
│ │ │ ├── test_pyclbr.py
│ │ │ ├── test_pydoc.py
│ │ │ ├── test_pyexpat.py
│ │ │ ├── test_queue.py
│ │ │ ├── test_quopri.py
│ │ │ ├── test_random.py
│ │ │ ├── test_re.py
│ │ │ ├── test_readline.py
│ │ │ ├── test_repr.py
│ │ │ ├── test_resource.py
│ │ │ ├── test_rfc822.py
│ │ │ ├── test_richcmp.py
│ │ │ ├── test_rlcompleter.py
│ │ │ ├── test_robotparser.py
│ │ │ ├── test_runpy.py
│ │ │ ├── test_sax.py
│ │ │ ├── test_scope.py
│ │ │ ├── test_scriptpackages.py
│ │ │ ├── test_select.py
│ │ │ ├── test_set.py
│ │ │ ├── test_setcomps.py
│ │ │ ├── test_sets.py
│ │ │ ├── test_sgmllib.py
│ │ │ ├── test_sha.py
│ │ │ ├── test_shelve.py
│ │ │ ├── test_shlex.py
│ │ │ ├── test_shutil.py
│ │ │ ├── test_signal.py
│ │ │ ├── test_site.py
│ │ │ ├── test_slice.py
│ │ │ ├── test_smtplib.py
│ │ │ ├── test_smtpnet.py
│ │ │ ├── test_socket.py
│ │ │ ├── test_socketserver.py
│ │ │ ├── test_softspace.py
│ │ │ ├── test_sort.py
│ │ │ ├── test_spwd.py
│ │ │ ├── test_sqlite.py
│ │ │ ├── test_ssl.py
│ │ │ ├── test_startfile.py
│ │ │ ├── test_stat.py
│ │ │ ├── test_str.py
│ │ │ ├── test_strftime.py
│ │ │ ├── test_string.py
│ │ │ ├── test_stringprep.py
│ │ │ ├── test_strop.py
│ │ │ ├── test_strptime.py
│ │ │ ├── test_strtod.py
│ │ │ ├── test_struct.py
│ │ │ ├── test_structmembers.py
│ │ │ ├── test_structseq.py
│ │ │ ├── test_subprocess.py
│ │ │ ├── test_sunau.py
│ │ │ ├── test_sunaudiodev.py
│ │ │ ├── test_sundry.py
│ │ │ ├── test_support.py
│ │ │ ├── test_symtable.py
│ │ │ ├── test_syntax.py
│ │ │ ├── test_sys.py
│ │ │ ├── test_sys_setprofile.py
│ │ │ ├── test_sys_settrace.py
│ │ │ ├── test_sysconfig.py
│ │ │ ├── test_tarfile.py
│ │ │ ├── test_tcl.py
│ │ │ ├── test_telnetlib.py
│ │ │ ├── test_tempfile.py
│ │ │ ├── test_textwrap.py
│ │ │ ├── test_thread.py
│ │ │ ├── test_threaded_import.py
│ │ │ ├── test_threadedtempfile.py
│ │ │ ├── test_threading.py
│ │ │ ├── test_threading_local.py
│ │ │ ├── test_threadsignals.py
│ │ │ ├── test_time.py
│ │ │ ├── test_timeout.py
│ │ │ ├── test_tk.py
│ │ │ ├── test_tokenize.py
│ │ │ ├── test_tools.py
│ │ │ ├── test_trace.py
│ │ │ ├── test_traceback.py
│ │ │ ├── test_transformer.py
│ │ │ ├── test_ttk_guionly.py
│ │ │ ├── test_ttk_textonly.py
│ │ │ ├── test_tuple.py
│ │ │ ├── test_typechecks.py
│ │ │ ├── test_types.py
│ │ │ ├── test_ucn.py
│ │ │ ├── test_unary.py
│ │ │ ├── test_undocumented_details.py
│ │ │ ├── test_unicode.py
│ │ │ ├── test_unicode_file.py
│ │ │ ├── test_unicodedata.py
│ │ │ ├── test_unittest.py
│ │ │ ├── test_univnewlines.py
│ │ │ ├── test_univnewlines2k.py
│ │ │ ├── test_unpack.py
│ │ │ ├── test_urllib.py
│ │ │ ├── test_urllib2.py
│ │ │ ├── test_urllib2_localnet.py
│ │ │ ├── test_urllib2net.py
│ │ │ ├── test_urllibnet.py
│ │ │ ├── test_urlparse.py
│ │ │ ├── test_userdict.py
│ │ │ ├── test_userlist.py
│ │ │ ├── test_userstring.py
│ │ │ ├── test_uu.py
│ │ │ ├── test_uuid.py
│ │ │ ├── test_wait3.py
│ │ │ ├── test_wait4.py
│ │ │ ├── test_warnings.py
│ │ │ ├── test_wave.py
│ │ │ ├── test_weakref.py
│ │ │ ├── test_weakset.py
│ │ │ ├── test_whichdb.py
│ │ │ ├── test_winreg.py
│ │ │ ├── test_winsound.py
│ │ │ ├── test_with.py
│ │ │ ├── test_wsgiref.py
│ │ │ ├── test_xdrlib.py
│ │ │ ├── test_xml_etree.py
│ │ │ ├── test_xml_etree_c.py
│ │ │ ├── test_xmllib.py
│ │ │ ├── test_xmlrpc.py
│ │ │ ├── test_xpickle.py
│ │ │ ├── test_xrange.py
│ │ │ ├── test_zipfile.py
│ │ │ ├── test_zipfile64.py
│ │ │ ├── test_zipimport.py
│ │ │ ├── test_zipimport_support.py
│ │ │ ├── test_zlib.py
│ │ │ ├── testall.py
│ │ │ ├── testcodec.py
│ │ │ ├── testimg.uue
│ │ │ ├── testimgr.uue
│ │ │ ├── testrgb.uue
│ │ │ ├── testtar.tar
│ │ │ ├── tf_inherit_check.py
│ │ │ ├── threaded_import_hangers.py
│ │ │ ├── time_hashlib.py
│ │ │ ├── tokenize_tests.txt
│ │ │ ├── tracedmodules
│ │ │ │ ├── __init__.py
│ │ │ │ └── testmod.py
│ │ │ ├── warning_tests.py
│ │ │ ├── win_console_handler.py
│ │ │ ├── wrongcert.pem
│ │ │ ├── xmltestdata
│ │ │ │ ├── simple-ns.xml
│ │ │ │ ├── simple.xml
│ │ │ │ ├── test.xml
│ │ │ │ └── test.xml.out
│ │ │ ├── xmltests.py
│ │ │ └── zipdir.zip
│ │ ├── textwrap.py
│ │ ├── textwrap.pyc
│ │ ├── this.py
│ │ ├── threading.py
│ │ ├── threading.pyc
│ │ ├── timeit.py
│ │ ├── toaiff.py
│ │ ├── token.py
│ │ ├── token.pyc
│ │ ├── tokenize.py
│ │ ├── tokenize.pyc
│ │ ├── trace.py
│ │ ├── traceback.py
│ │ ├── traceback.pyc
│ │ ├── traceback.pyo
│ │ ├── tty.py
│ │ ├── types.py
│ │ ├── types.pyc
│ │ ├── types.pyo
│ │ ├── unittest
│ │ │ ├── __init__.py
│ │ │ ├── __init__.pyc
│ │ │ ├── __main__.py
│ │ │ ├── case.py
│ │ │ ├── case.pyc
│ │ │ ├── loader.py
│ │ │ ├── loader.pyc
│ │ │ ├── main.py
│ │ │ ├── main.pyc
│ │ │ ├── result.py
│ │ │ ├── result.pyc
│ │ │ ├── runner.py
│ │ │ ├── runner.pyc
│ │ │ ├── signals.py
│ │ │ ├── signals.pyc
│ │ │ ├── suite.py
│ │ │ ├── suite.pyc
│ │ │ ├── test
│ │ │ │ ├── __init__.py
│ │ │ │ ├── dummy.py
│ │ │ │ ├── support.py
│ │ │ │ ├── test_assertions.py
│ │ │ │ ├── test_break.py
│ │ │ │ ├── test_case.py
│ │ │ │ ├── test_discovery.py
│ │ │ │ ├── test_functiontestcase.py
│ │ │ │ ├── test_loader.py
│ │ │ │ ├── test_program.py
│ │ │ │ ├── test_result.py
│ │ │ │ ├── test_runner.py
│ │ │ │ ├── test_setups.py
│ │ │ │ ├── test_skipping.py
│ │ │ │ └── test_suite.py
│ │ │ ├── util.py
│ │ │ └── util.pyc
│ │ ├── urllib.py
│ │ ├── urllib.pyc
│ │ ├── urllib2.py
│ │ ├── urlparse.py
│ │ ├── urlparse.pyc
│ │ ├── user.py
│ │ ├── uu.py
│ │ ├── uuid.py
│ │ ├── warnings.py
│ │ ├── warnings.pyc
│ │ ├── warnings.pyo
│ │ ├── wave.py
│ │ ├── weakref.py
│ │ ├── weakref.pyc
│ │ ├── webbrowser.py
│ │ ├── webbrowser.pyc
│ │ ├── whichdb.py
│ │ ├── wsgiref
│ │ │ ├── __init__.py
│ │ │ ├── handlers.py
│ │ │ ├── headers.py
│ │ │ ├── simple_server.py
│ │ │ ├── util.py
│ │ │ └── validate.py
│ │ ├── xdrlib.py
│ │ ├── xml
│ │ │ ├── __init__.py
│ │ │ ├── __init__.pyc
│ │ │ ├── dom
│ │ │ │ ├── NodeFilter.py
│ │ │ │ ├── __init__.py
│ │ │ │ ├── domreg.py
│ │ │ │ ├── expatbuilder.py
│ │ │ │ ├── minicompat.py
│ │ │ │ ├── minidom.py
│ │ │ │ ├── pulldom.py
│ │ │ │ └── xmlbuilder.py
│ │ │ ├── etree
│ │ │ │ ├── ElementInclude.py
│ │ │ │ ├── ElementPath.py
│ │ │ │ ├── ElementTree.py
│ │ │ │ ├── __init__.py
│ │ │ │ └── cElementTree.py
│ │ │ ├── parsers
│ │ │ │ ├── __init__.py
│ │ │ │ ├── __init__.pyc
│ │ │ │ ├── expat.py
│ │ │ │ └── expat.pyc
│ │ │ └── sax
│ │ │ ├── __init__.py
│ │ │ ├── __init__.pyc
│ │ │ ├── _exceptions.py
│ │ │ ├── _exceptions.pyc
│ │ │ ├── expatreader.py
│ │ │ ├── handler.py
│ │ │ ├── handler.pyc
│ │ │ ├── saxutils.py
│ │ │ ├── saxutils.pyc
│ │ │ ├── xmlreader.py
│ │ │ └── xmlreader.pyc
│ │ ├── xmllib.py
│ │ ├── xmlrpclib.py
│ │ ├── xmlrpclib.pyc
│ │ └── zipfile.py
│ ├── NEWS.txt
│ ├── README.txt
│ ├── Tools
│ │ ├── Scripts
│ │ │ ├── 2to3.py
│ │ │ ├── README.txt
│ │ │ ├── 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
│ │ │ ├── find_recursionlimit.py
│ │ │ ├── finddiv.py
│ │ │ ├── findlinksto.py
│ │ │ ├── findnocoding.py
│ │ │ ├── fixcid.py
│ │ │ ├── fixdiv.py
│ │ │ ├── fixheader.py
│ │ │ ├── fixnotice.py
│ │ │ ├── fixps.py
│ │ │ ├── ftpmirror.py
│ │ │ ├── google.py
│ │ │ ├── gprof2html.py
│ │ │ ├── h2py.py
│ │ │ ├── hotshotmain.py
│ │ │ ├── ifdef.py
│ │ │ ├── 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
│ │ │ ├── redemo.py
│ │ │ ├── reindent-rst.py
│ │ │ ├── reindent.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
│ │ ├── i18n
│ │ │ ├── makelocalealias.py
│ │ │ ├── msgfmt.py
│ │ │ └── pygettext.py
│ │ ├── pynche
│ │ │ ├── ChipViewer.py
│ │ │ ├── ColorDB.py
│ │ │ ├── DetailsViewer.py
│ │ │ ├── ListViewer.py
│ │ │ ├── Main.py
│ │ │ ├── PyncheWidget.py
│ │ │ ├── README.txt
│ │ │ ├── StripViewer.py
│ │ │ ├── Switchboard.py
│ │ │ ├── TextViewer.py
│ │ │ ├── TypeinViewer.py
│ │ │ ├── X
│ │ │ │ ├── rgb.txt
│ │ │ │ └── xlicense.txt
│ │ │ ├── __init__.py
│ │ │ ├── html40colors.txt
│ │ │ ├── namedcolors.txt
│ │ │ ├── pyColorChooser.py
│ │ │ ├── pynche.pyw
│ │ │ ├── webcolors.txt
│ │ │ └── websafe.txt
│ │ ├── versioncheck
│ │ │ ├── README.txt
│ │ │ ├── _checkversion.py
│ │ │ ├── checkversions.py
│ │ │ └── pyversioncheck.py
│ │ └── webchecker
│ │ ├── README.txt
│ │ ├── tktools.py
│ │ ├── wcgui.py
│ │ ├── wcmac.py
│ │ ├── webchecker.py
│ │ ├── websucker.py
│ │ └── wsgui.py
│ ├── include
│ │ ├── Python-ast.h
│ │ ├── Python.h
│ │ ├── abstract.h
│ │ ├── asdl.h
│ │ ├── ast.h
│ │ ├── bitset.h
│ │ ├── boolobject.h
│ │ ├── bufferobject.h
│ │ ├── bytearrayobject.h
│ │ ├── bytes_methods.h
│ │ ├── bytesobject.h
│ │ ├── cStringIO.h
│ │ ├── cellobject.h
│ │ ├── ceval.h
│ │ ├── classobject.h
│ │ ├── cobject.h
│ │ ├── code.h
│ │ ├── codecs.h
│ │ ├── compile.h
│ │ ├── complexobject.h
│ │ ├── datetime.h
│ │ ├── descrobject.h
│ │ ├── dictobject.h
│ │ ├── dtoa.h
│ │ ├── enumobject.h
│ │ ├── errcode.h
│ │ ├── eval.h
│ │ ├── fileobject.h
│ │ ├── floatobject.h
│ │ ├── frameobject.h
│ │ ├── funcobject.h
│ │ ├── genobject.h
│ │ ├── graminit.h
│ │ ├── grammar.h
│ │ ├── import.h
│ │ ├── intobject.h
│ │ ├── intrcheck.h
│ │ ├── iterobject.h
│ │ ├── listobject.h
│ │ ├── longintrepr.h
│ │ ├── longobject.h
│ │ ├── marshal.h
│ │ ├── memoryobject.h
│ │ ├── metagrammar.h
│ │ ├── methodobject.h
│ │ ├── modsupport.h
│ │ ├── moduleobject.h
│ │ ├── node.h
│ │ ├── object.h
│ │ ├── objimpl.h
│ │ ├── opcode.h
│ │ ├── osdefs.h
│ │ ├── parsetok.h
│ │ ├── patchlevel.h
│ │ ├── pgen.h
│ │ ├── pgenheaders.h
│ │ ├── py_curses.h
│ │ ├── pyarena.h
│ │ ├── pycapsule.h
│ │ ├── pyconfig.h
│ │ ├── pyctype.h
│ │ ├── pydebug.h
│ │ ├── pyerrors.h
│ │ ├── pyexpat.h
│ │ ├── pyfpe.h
│ │ ├── pygetopt.h
│ │ ├── pymacconfig.h
│ │ ├── pymactoolbox.h
│ │ ├── pymath.h
│ │ ├── pymem.h
│ │ ├── pyport.h
│ │ ├── pystate.h
│ │ ├── pystrcmp.h
│ │ ├── pystrtod.h
│ │ ├── pythonrun.h
│ │ ├── pythread.h
│ │ ├── rangeobject.h
│ │ ├── setobject.h
│ │ ├── sliceobject.h
│ │ ├── stringobject.h
│ │ ├── structmember.h
│ │ ├── structseq.h
│ │ ├── symtable.h
│ │ ├── sysmodule.h
│ │ ├── timefuncs.h
│ │ ├── token.h
│ │ ├── traceback.h
│ │ ├── tupleobject.h
│ │ ├── ucnhash.h
│ │ ├── unicodeobject.h
│ │ ├── warnings.h
│ │ └── weakrefobject.h
│ ├── libs
│ │ ├── _bsddb.lib
│ │ ├── _ctypes.lib
│ │ ├── _ctypes_test.lib
│ │ ├── _elementtree.lib
│ │ ├── _hashlib.lib
│ │ ├── _msi.lib
│ │ ├── _multiprocessing.lib
│ │ ├── _socket.lib
│ │ ├── _sqlite3.lib
│ │ ├── _ssl.lib
│ │ ├── _testcapi.lib
│ │ ├── _tkinter.lib
│ │ ├── bz2.lib
│ │ ├── libpython27.a
│ │ ├── pyexpat.lib
│ │ ├── python27.lib
│ │ ├── select.lib
│ │ ├── unicodedata.lib
│ │ └── winsound.lib
│ ├── python.exe
│ ├── python27.dll
│ ├── pythonw.exe
│ └── tcl
│ ├── dde1.3
│ │ ├── pkgIndex.tcl
│ │ └── tcldde13.dll
│ ├── reg1.2
│ │ ├── pkgIndex.tcl
│ │ └── tclreg12.dll
│ ├── tcl8
│ │ ├── 8.4
│ │ │ ├── http-2.7.12.tm
│ │ │ ├── platform
│ │ │ │ └── shell-1.1.4.tm
│ │ │ └── platform-1.0.12.tm
│ │ └── 8.5
│ │ ├── msgcat-1.5.2.tm
│ │ └── tcltest-2.3.5.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-raw.enc
│ │ ├── gb2312.enc
│ │ ├── iso2022-jp.enc
│ │ ├── iso2022-kr.enc
│ │ ├── iso2022.enc
│ │ ├── iso8859-1.enc
│ │ ├── iso8859-10.enc
│ │ ├── iso8859-13.enc
│ │ ├── iso8859-14.enc
│ │ ├── iso8859-15.enc
│ │ ├── iso8859-16.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.msg
│ │ ├── ar_in.msg
│ │ ├── ar_jo.msg
│ │ ├── ar_lb.msg
│ │ ├── ar_sy.msg
│ │ ├── be.msg
│ │ ├── bg.msg
│ │ ├── bn.msg
│ │ ├── bn_in.msg
│ │ ├── ca.msg
│ │ ├── cs.msg
│ │ ├── da.msg
│ │ ├── de.msg
│ │ ├── de_at.msg
│ │ ├── de_be.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.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_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.msg
│ │ ├── eu_es.msg
│ │ ├── fa.msg
│ │ ├── fa_in.msg
│ │ ├── fa_ir.msg
│ │ ├── fi.msg
│ │ ├── fo.msg
│ │ ├── fo_fo.msg
│ │ ├── fr.msg
│ │ ├── fr_be.msg
│ │ ├── fr_ca.msg
│ │ ├── fr_ch.msg
│ │ ├── ga.msg
│ │ ├── ga_ie.msg
│ │ ├── gl.msg
│ │ ├── gl_es.msg
│ │ ├── gv.msg
│ │ ├── gv_gb.msg
│ │ ├── he.msg
│ │ ├── hi.msg
│ │ ├── hi_in.msg
│ │ ├── hr.msg
│ │ ├── hu.msg
│ │ ├── id.msg
│ │ ├── id_id.msg
│ │ ├── is.msg
│ │ ├── it.msg
│ │ ├── it_ch.msg
│ │ ├── ja.msg
│ │ ├── kl.msg
│ │ ├── kl_gl.msg
│ │ ├── ko.msg
│ │ ├── ko_kr.msg
│ │ ├── kok.msg
│ │ ├── kok_in.msg
│ │ ├── kw.msg
│ │ ├── kw_gb.msg
│ │ ├── lt.msg
│ │ ├── lv.msg
│ │ ├── mk.msg
│ │ ├── mr.msg
│ │ ├── mr_in.msg
│ │ ├── ms.msg
│ │ ├── ms_my.msg
│ │ ├── mt.msg
│ │ ├── nb.msg
│ │ ├── nl.msg
│ │ ├── nl_be.msg
│ │ ├── nn.msg
│ │ ├── pl.msg
│ │ ├── pt.msg
│ │ ├── pt_br.msg
│ │ ├── ro.msg
│ │ ├── ru.msg
│ │ ├── ru_ua.msg
│ │ ├── sh.msg
│ │ ├── sk.msg
│ │ ├── sl.msg
│ │ ├── sq.msg
│ │ ├── sr.msg
│ │ ├── sv.msg
│ │ ├── sw.msg
│ │ ├── ta.msg
│ │ ├── ta_in.msg
│ │ ├── te.msg
│ │ ├── te_in.msg
│ │ ├── th.msg
│ │ ├── tr.msg
│ │ ├── uk.msg
│ │ ├── vi.msg
│ │ ├── zh.msg
│ │ ├── zh_cn.msg
│ │ ├── zh_hk.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
│ │ ├── Juba
│ │ ├── 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
│ │ │ ├── Salta
│ │ │ ├── San_Juan
│ │ │ ├── San_Luis
│ │ │ ├── Tucuman
│ │ │ └── Ushuaia
│ │ ├── Aruba
│ │ ├── Asuncion
│ │ ├── Atikokan
│ │ ├── Atka
│ │ ├── Bahia
│ │ ├── Bahia_Banderas
│ │ ├── 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
│ │ ├── Creston
│ │ ├── Cuiaba
│ │ ├── Curacao
│ │ ├── Danmarkshavn
│ │ ├── Dawson
│ │ ├── Dawson_Creek
│ │ ├── Denver
│ │ ├── Detroit
│ │ ├── Dominica
│ │ ├── Edmonton
│ │ ├── Eirunepe
│ │ ├── El_Salvador
│ │ ├── Ensenada
│ │ ├── Fort_Wayne
│ │ ├── Fortaleza
│ │ ├── 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
│ │ ├── Kralendijk
│ │ ├── La_Paz
│ │ ├── Lima
│ │ ├── Los_Angeles
│ │ ├── Louisville
│ │ ├── Lower_Princes
│ │ ├── Maceio
│ │ ├── Managua
│ │ ├── Manaus
│ │ ├── Marigot
│ │ ├── Martinique
│ │ ├── Matamoros
│ │ ├── Mazatlan
│ │ ├── Mendoza
│ │ ├── Menominee
│ │ ├── Merida
│ │ ├── Metlakatla
│ │ ├── Mexico_City
│ │ ├── Miquelon
│ │ ├── Moncton
│ │ ├── Monterrey
│ │ ├── Montevideo
│ │ ├── Montreal
│ │ ├── Montserrat
│ │ ├── Nassau
│ │ ├── New_York
│ │ ├── Nipigon
│ │ ├── Nome
│ │ ├── Noronha
│ │ ├── North_Dakota
│ │ │ ├── Beulah
│ │ │ ├── Center
│ │ │ └── New_Salem
│ │ ├── Ojinaga
│ │ ├── Panama
│ │ ├── Pangnirtung
│ │ ├── Paramaribo
│ │ ├── Phoenix
│ │ ├── Port-au-Prince
│ │ ├── Port_of_Spain
│ │ ├── Porto_Acre
│ │ ├── Porto_Velho
│ │ ├── Puerto_Rico
│ │ ├── Rainy_River
│ │ ├── Rankin_Inlet
│ │ ├── Recife
│ │ ├── Regina
│ │ ├── Resolute
│ │ ├── Rio_Branco
│ │ ├── Rosario
│ │ ├── Santa_Isabel
│ │ ├── Santarem
│ │ ├── Santiago
│ │ ├── Santo_Domingo
│ │ ├── Sao_Paulo
│ │ ├── Scoresbysund
│ │ ├── Shiprock
│ │ ├── Sitka
│ │ ├── 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
│ │ ├── Macquarie
│ │ ├── 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
└── 好例子网_Python27.zip
94 directories, 2612 files