在好例子网,分享、交流、成长!
您当前所在位置:首页Python 开发实例Python语言基础 → Python-3.3.1.tar.bz2

Python-3.3.1.tar.bz2

Python语言基础

下载此实例
  • 开发语言:Python
  • 实例大小:13.33M
  • 下载次数:2
  • 浏览次数:2
  • 发布时间:2023-10-17
  • 实例类别:Python语言基础
  • 发 布 人:chenxiaolan
  • 文件格式:.bz2
  • 所需积分:2
 相关标签: python AR py

实例介绍

【实例简介】Python-3.3.1.tar.bz2
32位,linux,Python-3.3.1.tar.bz2。 相关安装操作相信大家都知道了。

【实例截图】

from clipboard

【核心代码】

.
├── Python-3.3.1
│   ├── Doc
│   │   ├── Makefile
│   │   ├── README.txt
│   │   ├── about.rst
│   │   ├── bugs.rst
│   │   ├── c-api
│   │   │   ├── abstract.rst
│   │   │   ├── allocation.rst
│   │   │   ├── apiabiversion.rst
│   │   │   ├── arg.rst
│   │   │   ├── bool.rst
│   │   │   ├── buffer.rst
│   │   │   ├── bytearray.rst
│   │   │   ├── bytes.rst
│   │   │   ├── capsule.rst
│   │   │   ├── cell.rst
│   │   │   ├── code.rst
│   │   │   ├── codec.rst
│   │   │   ├── complex.rst
│   │   │   ├── concrete.rst
│   │   │   ├── conversion.rst
│   │   │   ├── datetime.rst
│   │   │   ├── descriptor.rst
│   │   │   ├── dict.rst
│   │   │   ├── exceptions.rst
│   │   │   ├── file.rst
│   │   │   ├── float.rst
│   │   │   ├── function.rst
│   │   │   ├── gcsupport.rst
│   │   │   ├── gen.rst
│   │   │   ├── import.rst
│   │   │   ├── index.rst
│   │   │   ├── init.rst
│   │   │   ├── intro.rst
│   │   │   ├── iter.rst
│   │   │   ├── iterator.rst
│   │   │   ├── list.rst
│   │   │   ├── long.rst
│   │   │   ├── mapping.rst
│   │   │   ├── marshal.rst
│   │   │   ├── memory.rst
│   │   │   ├── memoryview.rst
│   │   │   ├── method.rst
│   │   │   ├── module.rst
│   │   │   ├── none.rst
│   │   │   ├── number.rst
│   │   │   ├── objbuffer.rst
│   │   │   ├── object.rst
│   │   │   ├── objimpl.rst
│   │   │   ├── refcounting.rst
│   │   │   ├── reflection.rst
│   │   │   ├── sequence.rst
│   │   │   ├── set.rst
│   │   │   ├── slice.rst
│   │   │   ├── stable.rst
│   │   │   ├── structures.rst
│   │   │   ├── sys.rst
│   │   │   ├── tuple.rst
│   │   │   ├── type.rst
│   │   │   ├── typeobj.rst
│   │   │   ├── unicode.rst
│   │   │   ├── utilities.rst
│   │   │   ├── veryhigh.rst
│   │   │   └── weakref.rst
│   │   ├── conf.py
│   │   ├── contents.rst
│   │   ├── copyright.rst
│   │   ├── data
│   │   │   └── refcounts.dat
│   │   ├── distutils
│   │   │   ├── apiref.rst
│   │   │   ├── builtdist.rst
│   │   │   ├── commandref.rst
│   │   │   ├── configfile.rst
│   │   │   ├── examples.rst
│   │   │   ├── extending.rst
│   │   │   ├── index.rst
│   │   │   ├── introduction.rst
│   │   │   ├── packageindex.rst
│   │   │   ├── setupscript.rst
│   │   │   ├── sourcedist.rst
│   │   │   └── uploading.rst
│   │   ├── extending
│   │   │   ├── building.rst
│   │   │   ├── embedding.rst
│   │   │   ├── extending.rst
│   │   │   ├── index.rst
│   │   │   ├── newtypes.rst
│   │   │   └── windows.rst
│   │   ├── faq
│   │   │   ├── design.rst
│   │   │   ├── extending.rst
│   │   │   ├── general.rst
│   │   │   ├── gui.rst
│   │   │   ├── index.rst
│   │   │   ├── installed.rst
│   │   │   ├── library.rst
│   │   │   ├── programming.rst
│   │   │   ├── python-video-icon.png
│   │   │   └── windows.rst
│   │   ├── glossary.rst
│   │   ├── howto
│   │   │   ├── advocacy.rst
│   │   │   ├── argparse.rst
│   │   │   ├── cporting.rst
│   │   │   ├── curses.rst
│   │   │   ├── descriptor.rst
│   │   │   ├── functional.rst
│   │   │   ├── index.rst
│   │   │   ├── ipaddress.rst
│   │   │   ├── logging-cookbook.rst
│   │   │   ├── logging.rst
│   │   │   ├── logging_flow.png
│   │   │   ├── pyporting.rst
│   │   │   ├── regex.rst
│   │   │   ├── sockets.rst
│   │   │   ├── sorting.rst
│   │   │   ├── unicode.rst
│   │   │   ├── urllib2.rst
│   │   │   └── webservers.rst
│   │   ├── includes
│   │   │   ├── capsulethunk.h
│   │   │   ├── dbpickle.py
│   │   │   ├── email-alternative.py
│   │   │   ├── email-dir.py
│   │   │   ├── email-headers.py
│   │   │   ├── email-mime.py
│   │   │   ├── email-simple.py
│   │   │   ├── email-unpack.py
│   │   │   ├── minidom-example.py
│   │   │   ├── mp_benchmarks.py
│   │   │   ├── mp_newtype.py
│   │   │   ├── mp_pool.py
│   │   │   ├── mp_synchronize.py
│   │   │   ├── mp_webserver.py
│   │   │   ├── mp_workers.py
│   │   │   ├── noddy.c
│   │   │   ├── noddy2.c
│   │   │   ├── noddy3.c
│   │   │   ├── noddy4.c
│   │   │   ├── run-func.c
│   │   │   ├── setup.py
│   │   │   ├── shoddy.c
│   │   │   ├── sqlite3
│   │   │   │   ├── adapter_datetime.py
│   │   │   │   ├── adapter_point_1.py
│   │   │   │   ├── adapter_point_2.py
│   │   │   │   ├── collation_reverse.py
│   │   │   │   ├── complete_statement.py
│   │   │   │   ├── connect_db_1.py
│   │   │   │   ├── connect_db_2.py
│   │   │   │   ├── converter_point.py
│   │   │   │   ├── countcursors.py
│   │   │   │   ├── createdb.py
│   │   │   │   ├── ctx_manager.py
│   │   │   │   ├── execsql_fetchonerow.py
│   │   │   │   ├── execsql_printall_1.py
│   │   │   │   ├── execute_1.py
│   │   │   │   ├── execute_3.py
│   │   │   │   ├── executemany_1.py
│   │   │   │   ├── executemany_2.py
│   │   │   │   ├── executescript.py
│   │   │   │   ├── insert_more_people.py
│   │   │   │   ├── load_extension.py
│   │   │   │   ├── md5func.py
│   │   │   │   ├── mysumaggr.py
│   │   │   │   ├── parse_colnames.py
│   │   │   │   ├── pysqlite_datetime.py
│   │   │   │   ├── row_factory.py
│   │   │   │   ├── rowclass.py
│   │   │   │   ├── shared_cache.py
│   │   │   │   ├── shortcut_methods.py
│   │   │   │   ├── simple_tableprinter.py
│   │   │   │   └── text_factory.py
│   │   │   ├── test.py
│   │   │   ├── turtle-star.py
│   │   │   ├── typestruct.h
│   │   │   └── tzinfo-examples.py
│   │   ├── install
│   │   │   └── index.rst
│   │   ├── library
│   │   │   ├── 2to3.rst
│   │   │   ├── __future__.rst
│   │   │   ├── __main__.rst
│   │   │   ├── _dummy_thread.rst
│   │   │   ├── _thread.rst
│   │   │   ├── abc.rst
│   │   │   ├── aifc.rst
│   │   │   ├── allos.rst
│   │   │   ├── archiving.rst
│   │   │   ├── argparse.rst
│   │   │   ├── array.rst
│   │   │   ├── ast.rst
│   │   │   ├── asynchat.rst
│   │   │   ├── asyncore.rst
│   │   │   ├── atexit.rst
│   │   │   ├── audioop.rst
│   │   │   ├── base64.rst
│   │   │   ├── bdb.rst
│   │   │   ├── binary.rst
│   │   │   ├── binascii.rst
│   │   │   ├── binhex.rst
│   │   │   ├── bisect.rst
│   │   │   ├── builtins.rst
│   │   │   ├── bz2.rst
│   │   │   ├── calendar.rst
│   │   │   ├── cgi.rst
│   │   │   ├── cgitb.rst
│   │   │   ├── chunk.rst
│   │   │   ├── cmath.rst
│   │   │   ├── cmd.rst
│   │   │   ├── code.rst
│   │   │   ├── codecs.rst
│   │   │   ├── codeop.rst
│   │   │   ├── collections.abc.rst
│   │   │   ├── collections.rst
│   │   │   ├── colorsys.rst
│   │   │   ├── compileall.rst
│   │   │   ├── concurrency.rst
│   │   │   ├── concurrent.futures.rst
│   │   │   ├── concurrent.rst
│   │   │   ├── configparser.rst
│   │   │   ├── constants.rst
│   │   │   ├── contextlib.rst
│   │   │   ├── copy.rst
│   │   │   ├── copyreg.rst
│   │   │   ├── crypt.rst
│   │   │   ├── crypto.rst
│   │   │   ├── csv.rst
│   │   │   ├── ctypes.rst
│   │   │   ├── curses.ascii.rst
│   │   │   ├── curses.panel.rst
│   │   │   ├── curses.rst
│   │   │   ├── custominterp.rst
│   │   │   ├── datatypes.rst
│   │   │   ├── datetime.rst
│   │   │   ├── dbm.rst
│   │   │   ├── debug.rst
│   │   │   ├── decimal.rst
│   │   │   ├── depgraph-output.png
│   │   │   ├── development.rst
│   │   │   ├── difflib.rst
│   │   │   ├── dis.rst
│   │   │   ├── distutils.rst
│   │   │   ├── doctest.rst
│   │   │   ├── dummy_threading.rst
│   │   │   ├── email-examples.rst
│   │   │   ├── email.charset.rst
│   │   │   ├── email.encoders.rst
│   │   │   ├── email.errors.rst
│   │   │   ├── email.generator.rst
│   │   │   ├── email.header.rst
│   │   │   ├── email.headerregistry.rst
│   │   │   ├── email.iterators.rst
│   │   │   ├── email.message.rst
│   │   │   ├── email.mime.rst
│   │   │   ├── email.parser.rst
│   │   │   ├── email.policy.rst
│   │   │   ├── email.rst
│   │   │   ├── email.util.rst
│   │   │   ├── errno.rst
│   │   │   ├── exceptions.rst
│   │   │   ├── faulthandler.rst
│   │   │   ├── fcntl.rst
│   │   │   ├── filecmp.rst
│   │   │   ├── fileformats.rst
│   │   │   ├── fileinput.rst
│   │   │   ├── filesys.rst
│   │   │   ├── fnmatch.rst
│   │   │   ├── formatter.rst
│   │   │   ├── fpectl.rst
│   │   │   ├── fractions.rst
│   │   │   ├── frameworks.rst
│   │   │   ├── ftplib.rst
│   │   │   ├── functional.rst
│   │   │   ├── functions.rst
│   │   │   ├── functools.rst
│   │   │   ├── gc.rst
│   │   │   ├── getopt.rst
│   │   │   ├── getpass.rst
│   │   │   ├── gettext.rst
│   │   │   ├── glob.rst
│   │   │   ├── grp.rst
│   │   │   ├── gzip.rst
│   │   │   ├── hashlib.rst
│   │   │   ├── heapq.rst
│   │   │   ├── hmac.rst
│   │   │   ├── html.entities.rst
│   │   │   ├── html.parser.rst
│   │   │   ├── html.rst
│   │   │   ├── http.client.rst
│   │   │   ├── http.cookiejar.rst
│   │   │   ├── http.cookies.rst
│   │   │   ├── http.rst
│   │   │   ├── http.server.rst
│   │   │   ├── i18n.rst
│   │   │   ├── idle.rst
│   │   │   ├── imaplib.rst
│   │   │   ├── imghdr.rst
│   │   │   ├── imp.rst
│   │   │   ├── importlib.rst
│   │   │   ├── index.rst
│   │   │   ├── inspect.rst
│   │   │   ├── internet.rst
│   │   │   ├── intro.rst
│   │   │   ├── io.rst
│   │   │   ├── ipaddress.rst
│   │   │   ├── ipc.rst
│   │   │   ├── itertools.rst
│   │   │   ├── json.rst
│   │   │   ├── keyword.rst
│   │   │   ├── language.rst
│   │   │   ├── linecache.rst
│   │   │   ├── locale.rst
│   │   │   ├── logging.config.rst
│   │   │   ├── logging.handlers.rst
│   │   │   ├── logging.rst
│   │   │   ├── lzma.rst
│   │   │   ├── macpath.rst
│   │   │   ├── mailbox.rst
│   │   │   ├── mailcap.rst
│   │   │   ├── markup.rst
│   │   │   ├── marshal.rst
│   │   │   ├── math.rst
│   │   │   ├── mimetypes.rst
│   │   │   ├── misc.rst
│   │   │   ├── mm.rst
│   │   │   ├── mmap.rst
│   │   │   ├── modulefinder.rst
│   │   │   ├── modules.rst
│   │   │   ├── msilib.rst
│   │   │   ├── msvcrt.rst
│   │   │   ├── multiprocessing.rst
│   │   │   ├── netdata.rst
│   │   │   ├── netrc.rst
│   │   │   ├── nis.rst
│   │   │   ├── nntplib.rst
│   │   │   ├── numbers.rst
│   │   │   ├── numeric.rst
│   │   │   ├── operator.rst
│   │   │   ├── optparse.rst
│   │   │   ├── os.path.rst
│   │   │   ├── os.rst
│   │   │   ├── ossaudiodev.rst
│   │   │   ├── othergui.rst
│   │   │   ├── parser.rst
│   │   │   ├── pdb.rst
│   │   │   ├── persistence.rst
│   │   │   ├── pickle.rst
│   │   │   ├── pickletools.rst
│   │   │   ├── pipes.rst
│   │   │   ├── pkgutil.rst
│   │   │   ├── platform.rst
│   │   │   ├── plistlib.rst
│   │   │   ├── poplib.rst
│   │   │   ├── posix.rst
│   │   │   ├── pprint.rst
│   │   │   ├── profile.rst
│   │   │   ├── pty.rst
│   │   │   ├── pwd.rst
│   │   │   ├── py_compile.rst
│   │   │   ├── pyclbr.rst
│   │   │   ├── pydoc.rst
│   │   │   ├── pyexpat.rst
│   │   │   ├── python.rst
│   │   │   ├── queue.rst
│   │   │   ├── quopri.rst
│   │   │   ├── random.rst
│   │   │   ├── re.rst
│   │   │   ├── readline.rst
│   │   │   ├── reprlib.rst
│   │   │   ├── resource.rst
│   │   │   ├── rlcompleter.rst
│   │   │   ├── runpy.rst
│   │   │   ├── sched.rst
│   │   │   ├── select.rst
│   │   │   ├── shelve.rst
│   │   │   ├── shlex.rst
│   │   │   ├── shutil.rst
│   │   │   ├── signal.rst
│   │   │   ├── site.rst
│   │   │   ├── smtpd.rst
│   │   │   ├── smtplib.rst
│   │   │   ├── sndhdr.rst
│   │   │   ├── socket.rst
│   │   │   ├── socketserver.rst
│   │   │   ├── spwd.rst
│   │   │   ├── sqlite3.rst
│   │   │   ├── ssl.rst
│   │   │   ├── stat.rst
│   │   │   ├── stdtypes.rst
│   │   │   ├── string.rst
│   │   │   ├── stringprep.rst
│   │   │   ├── struct.rst
│   │   │   ├── subprocess.rst
│   │   │   ├── sunau.rst
│   │   │   ├── symbol.rst
│   │   │   ├── symtable.rst
│   │   │   ├── sys.rst
│   │   │   ├── sysconfig.rst
│   │   │   ├── syslog.rst
│   │   │   ├── tabnanny.rst
│   │   │   ├── tarfile.rst
│   │   │   ├── telnetlib.rst
│   │   │   ├── tempfile.rst
│   │   │   ├── termios.rst
│   │   │   ├── test.rst
│   │   │   ├── text.rst
│   │   │   ├── textwrap.rst
│   │   │   ├── threading.rst
│   │   │   ├── time.rst
│   │   │   ├── timeit.rst
│   │   │   ├── tk.rst
│   │   │   ├── tkinter.rst
│   │   │   ├── tkinter.scrolledtext.rst
│   │   │   ├── tkinter.tix.rst
│   │   │   ├── tkinter.ttk.rst
│   │   │   ├── token.rst
│   │   │   ├── tokenize.rst
│   │   │   ├── trace.rst
│   │   │   ├── traceback.rst
│   │   │   ├── tty.rst
│   │   │   ├── turtle-star.pdf
│   │   │   ├── turtle-star.png
│   │   │   ├── turtle-star.ps
│   │   │   ├── turtle.rst
│   │   │   ├── types.rst
│   │   │   ├── undoc.rst
│   │   │   ├── unicodedata.rst
│   │   │   ├── unittest.mock-examples.rst
│   │   │   ├── unittest.mock.rst
│   │   │   ├── unittest.rst
│   │   │   ├── unix.rst
│   │   │   ├── urllib.error.rst
│   │   │   ├── urllib.parse.rst
│   │   │   ├── urllib.request.rst
│   │   │   ├── urllib.robotparser.rst
│   │   │   ├── urllib.rst
│   │   │   ├── uu.rst
│   │   │   ├── uuid.rst
│   │   │   ├── venv.rst
│   │   │   ├── warnings.rst
│   │   │   ├── wave.rst
│   │   │   ├── weakref.rst
│   │   │   ├── webbrowser.rst
│   │   │   ├── windows.rst
│   │   │   ├── winreg.rst
│   │   │   ├── winsound.rst
│   │   │   ├── wsgiref.rst
│   │   │   ├── xdrlib.rst
│   │   │   ├── xml.dom.minidom.rst
│   │   │   ├── xml.dom.pulldom.rst
│   │   │   ├── xml.dom.rst
│   │   │   ├── xml.etree.elementtree.rst
│   │   │   ├── xml.rst
│   │   │   ├── xml.sax.handler.rst
│   │   │   ├── xml.sax.reader.rst
│   │   │   ├── xml.sax.rst
│   │   │   ├── xml.sax.utils.rst
│   │   │   ├── xmlrpc.client.rst
│   │   │   ├── xmlrpc.rst
│   │   │   ├── xmlrpc.server.rst
│   │   │   ├── zipfile.rst
│   │   │   ├── zipimport.rst
│   │   │   └── zlib.rst
│   │   ├── license.rst
│   │   ├── make.bat
│   │   ├── reference
│   │   │   ├── compound_stmts.rst
│   │   │   ├── datamodel.rst
│   │   │   ├── executionmodel.rst
│   │   │   ├── expressions.rst
│   │   │   ├── grammar.rst
│   │   │   ├── import.rst
│   │   │   ├── index.rst
│   │   │   ├── introduction.rst
│   │   │   ├── lexical_analysis.rst
│   │   │   ├── simple_stmts.rst
│   │   │   └── toplevel_components.rst
│   │   ├── tools
│   │   │   ├── roman.py
│   │   │   ├── rstlint.py
│   │   │   ├── sphinx-build.py
│   │   │   └── sphinxext
│   │   │       ├── download.html
│   │   │       ├── indexcontent.html
│   │   │       ├── indexsidebar.html
│   │   │       ├── layout.html
│   │   │       ├── opensearch.xml
│   │   │       ├── patchlevel.py
│   │   │       ├── pydoctheme
│   │   │       │   ├── static
│   │   │       │   │   └── pydoctheme.css
│   │   │       │   └── theme.conf
│   │   │       ├── pyspecific.py
│   │   │       ├── static
│   │   │       │   ├── basic.css
│   │   │       │   ├── copybutton.js
│   │   │       │   ├── py.png
│   │   │       │   ├── sidebar.js
│   │   │       │   └── version_switch.js
│   │   │       ├── susp-ignored.csv
│   │   │       └── suspicious.py
│   │   ├── tutorial
│   │   │   ├── appetite.rst
│   │   │   ├── classes.rst
│   │   │   ├── controlflow.rst
│   │   │   ├── datastructures.rst
│   │   │   ├── errors.rst
│   │   │   ├── floatingpoint.rst
│   │   │   ├── index.rst
│   │   │   ├── inputoutput.rst
│   │   │   ├── interactive.rst
│   │   │   ├── interpreter.rst
│   │   │   ├── introduction.rst
│   │   │   ├── modules.rst
│   │   │   ├── stdlib.rst
│   │   │   ├── stdlib2.rst
│   │   │   └── whatnow.rst
│   │   ├── using
│   │   │   ├── cmdline.rst
│   │   │   ├── index.rst
│   │   │   ├── mac.rst
│   │   │   ├── scripts.rst
│   │   │   ├── unix.rst
│   │   │   ├── venv-create.inc
│   │   │   └── windows.rst
│   │   └── whatsnew
│   │       ├── 2.0.rst
│   │       ├── 2.1.rst
│   │       ├── 2.2.rst
│   │       ├── 2.3.rst
│   │       ├── 2.4.rst
│   │       ├── 2.5.rst
│   │       ├── 2.6.rst
│   │       ├── 2.7.rst
│   │       ├── 3.0.rst
│   │       ├── 3.1.rst
│   │       ├── 3.2.rst
│   │       ├── 3.3.rst
│   │       ├── changelog.rst
│   │       └── index.rst
│   ├── Grammar
│   │   └── Grammar
│   ├── Lib
│   │   ├── __future__.py
│   │   ├── argparse.py
│   │   ├── bisect.py
│   │   ├── dis.py
│   │   ├── encodings
│   │   │   ├── __init__.py
│   │   │   ├── aliases.py
│   │   │   ├── ascii.py
│   │   │   ├── 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
│   │   │   ├── cp65001.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
│   │   │   ├── 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
│   │   │   ├── 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
│   │   │   ├── 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_sig.py
│   │   │   ├── uu_codec.py
│   │   │   └── zlib_codec.py
│   │   ├── glob.py
│   │   ├── ipaddress.py
│   │   ├── lib2to3
│   │   │   ├── btm_matcher.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
│   │   │   ├── pytree.py
│   │   │   └── tests
│   │   │       ├── data
│   │   │       │   └── fixers
│   │   │       │       └── myfixes
│   │   │       │           └── fix_first.py
│   │   │       ├── pytree_idempotency.py
│   │   │       ├── support.py
│   │   │       ├── test_pytree.py
│   │   │       ├── test_refactor.py
│   │   │       └── test_util.py
│   │   ├── mailcap.py
│   │   ├── plat-freebsd7
│   │   │   ├── IN.py
│   │   │   └── regen
│   │   ├── plat-next3
│   │   │   └── regen
│   │   ├── profile.py
│   │   ├── site-packages
│   │   │   └── README
│   │   ├── timeit.py
│   │   ├── tkinter
│   │   │   ├── __init__.py
│   │   │   ├── __main__.py
│   │   │   ├── _fix.py
│   │   │   ├── colorchooser.py
│   │   │   ├── commondialog.py
│   │   │   ├── constants.py
│   │   │   ├── dialog.py
│   │   │   ├── dnd.py
│   │   │   ├── filedialog.py
│   │   │   ├── font.py
│   │   │   ├── messagebox.py
│   │   │   ├── scrolledtext.py
│   │   │   ├── simpledialog.py
│   │   │   ├── test
│   │   │   │   ├── README
│   │   │   │   ├── __init__.py
│   │   │   │   ├── runtktests.py
│   │   │   │   ├── support.py
│   │   │   │   ├── test_tkinter
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── test_font.py
│   │   │   │   │   ├── test_loadtk.py
│   │   │   │   │   ├── test_misc.py
│   │   │   │   │   ├── test_text.py
│   │   │   │   │   └── test_variables.py
│   │   │   │   └── test_ttk
│   │   │   │       ├── __init__.py
│   │   │   │       ├── test_extensions.py
│   │   │   │       ├── test_functions.py
│   │   │   │       ├── test_style.py
│   │   │   │       └── test_widgets.py
│   │   │   ├── tix.py
│   │   │   └── ttk.py
│   │   ├── traceback.py
│   │   ├── types.py
│   │   └── warnings.py
│   ├── Misc
│   │   ├── ACKS
│   │   ├── HISTORY
│   │   ├── NEWS
│   │   ├── Porting
│   │   ├── README
│   │   ├── README.AIX
│   │   ├── README.coverity
│   │   ├── README.valgrind
│   │   ├── RPM
│   │   │   ├── README
│   │   │   └── python-3.3.spec
│   │   ├── SpecialBuilds.txt
│   │   ├── TextMate
│   │   │   └── Python-Dev.tmbundle
│   │   │       ├── Commands
│   │   │       │   ├── 2 to 3 - Module Deletion.tmCommand
│   │   │       │   ├── Build Docs.tmCommand
│   │   │       │   ├── Build.tmCommand
│   │   │       │   ├── Go to Issue.tmCommand
│   │   │       │   ├── Open Docs.tmCommand
│   │   │       │   └── Open PEP.tmCommand
│   │   │       ├── Snippets
│   │   │       │   └── 2 to 3 - Module Deletion (docs).tmSnippet
│   │   │       └── info.plist
│   │   ├── Vim
│   │   │   ├── python.vim
│   │   │   ├── syntax_test.py
│   │   │   ├── vim_syntax.py
│   │   │   └── vimrc
│   │   ├── gdbinit
│   │   ├── indent.pro
│   │   ├── python-config.in
│   │   ├── python-wing3.wpr
│   │   ├── python-wing4.wpr
│   │   ├── python.man
│   │   ├── python.pc.in
│   │   ├── svnmap.txt
│   │   ├── valgrind-python.supp
│   │   └── vgrindefs
│   ├── Objects
│   │   ├── abstract.c
│   │   ├── accu.c
│   │   ├── boolobject.c
│   │   ├── bytearrayobject.c
│   │   ├── bytes_methods.c
│   │   ├── bytesobject.c
│   │   ├── capsule.c
│   │   ├── cellobject.c
│   │   ├── classobject.c
│   │   ├── codeobject.c
│   │   ├── complexobject.c
│   │   ├── descrobject.c
│   │   ├── dictnotes.txt
│   │   ├── dictobject.c
│   │   ├── enumobject.c
│   │   ├── exceptions.c
│   │   ├── fileobject.c
│   │   ├── floatobject.c
│   │   ├── frameobject.c
│   │   ├── funcobject.c
│   │   ├── genobject.c
│   │   ├── iterobject.c
│   │   ├── listobject.c
│   │   ├── listsort.txt
│   │   ├── lnotab_notes.txt
│   │   ├── longobject.c
│   │   ├── memoryobject.c
│   │   ├── methodobject.c
│   │   ├── moduleobject.c
│   │   ├── namespaceobject.c
│   │   ├── object.c
│   │   ├── obmalloc.c
│   │   ├── rangeobject.c
│   │   ├── setobject.c
│   │   ├── sliceobject.c
│   │   ├── stringlib
│   │   │   ├── README.txt
│   │   │   ├── asciilib.h
│   │   │   ├── codecs.h
│   │   │   ├── count.h
│   │   │   ├── ctype.h
│   │   │   ├── eq.h
│   │   │   ├── fastsearch.h
│   │   │   ├── find.h
│   │   │   ├── find_max_char.h
│   │   │   ├── localeutil.h
│   │   │   ├── partition.h
│   │   │   ├── split.h
│   │   │   ├── stringdefs.h
│   │   │   ├── transmogrify.h
│   │   │   ├── ucs1lib.h
│   │   │   ├── ucs2lib.h
│   │   │   ├── ucs4lib.h
│   │   │   ├── undef.h
│   │   │   ├── unicode_format.h
│   │   │   └── unicodedefs.h
│   │   ├── structseq.c
│   │   ├── tupleobject.c
│   │   ├── typeobject.c
│   │   ├── typeslots.inc
│   │   ├── typeslots.py
│   │   ├── unicodectype.c
│   │   ├── unicodeobject.c
│   │   ├── unicodetype_db.h
│   │   └── weakrefobject.c
│   ├── PC
│   │   ├── VC6
│   │   │   ├── _ctypes.dsp
│   │   │   ├── _ctypes_test.dsp
│   │   │   ├── _elementtree.dsp
│   │   │   ├── _msi.dsp
│   │   │   ├── _multiprocessing.dsp
│   │   │   ├── _socket.dsp
│   │   │   ├── _sqlite3.dsp
│   │   │   ├── _ssl.dsp
│   │   │   ├── _ssl.mak
│   │   │   ├── _testcapi.dsp
│   │   │   ├── _tkinter.dsp
│   │   │   ├── build_ssl.py
│   │   │   ├── build_tkinter.py
│   │   │   ├── bz2.dsp
│   │   │   ├── make_versioninfo.dsp
│   │   │   ├── pcbuild.dsw
│   │   │   ├── pyexpat.dsp
│   │   │   ├── python.dsp
│   │   │   ├── pythoncore.dsp
│   │   │   ├── pythonw.dsp
│   │   │   ├── readme.txt
│   │   │   ├── rmpyc.py
│   │   │   ├── rt.bat
│   │   │   ├── select.dsp
│   │   │   ├── tcl852.patch
│   │   │   ├── unicodedata.dsp
│   │   │   ├── w9xpopen.dsp
│   │   │   └── winsound.dsp
│   │   ├── VS7.1
│   │   │   ├── Uninstal.wse
│   │   │   ├── _ctypes.vcproj
│   │   │   ├── _ctypes_test.vcproj
│   │   │   ├── _elementtree.vcproj
│   │   │   ├── _msi.vcproj
│   │   │   ├── _socket.vcproj
│   │   │   ├── _sqlite3.vcproj
│   │   │   ├── _ssl.mak
│   │   │   ├── _ssl.vcproj
│   │   │   ├── _testcapi.vcproj
│   │   │   ├── _tkinter.vcproj
│   │   │   ├── amd64_ml64.bat
│   │   │   ├── build_ssl.bat
│   │   │   ├── build_ssl.py
│   │   │   ├── bz2.vcproj
│   │   │   ├── db.build
│   │   │   ├── field3.py
│   │   │   ├── installer.bmp
│   │   │   ├── make_buildinfo.c
│   │   │   ├── make_buildinfo.vcproj
│   │   │   ├── make_versioninfo.vcproj
│   │   │   ├── pcbuild.sln
│   │   │   ├── pyexpat.vcproj
│   │   │   ├── python.build
│   │   │   ├── python.iss
│   │   │   ├── python.vcproj
│   │   │   ├── python20.wse
│   │   │   ├── pythoncore.vcproj
│   │   │   ├── pythonw.vcproj
│   │   │   ├── readme.txt
│   │   │   ├── rmpyc.py
│   │   │   ├── rt.bat
│   │   │   ├── select.vcproj
│   │   │   ├── unicodedata.vcproj
│   │   │   ├── w9xpopen.vcproj
│   │   │   └── winsound.vcproj
│   │   ├── VS8.0
│   │   │   ├── _ctypes.vcproj
│   │   │   ├── _ctypes_test.vcproj
│   │   │   ├── _elementtree.vcproj
│   │   │   ├── _hashlib.vcproj
│   │   │   ├── _msi.vcproj
│   │   │   ├── _multiprocessing.vcproj
│   │   │   ├── _socket.vcproj
│   │   │   ├── _sqlite3.vcproj
│   │   │   ├── _ssl.vcproj
│   │   │   ├── _testcapi.vcproj
│   │   │   ├── _tkinter.vcproj
│   │   │   ├── bdist_wininst.vcproj
│   │   │   ├── build.bat
│   │   │   ├── build_env.bat
│   │   │   ├── build_pgo.bat
│   │   │   ├── build_ssl.bat
│   │   │   ├── build_ssl.py
│   │   │   ├── build_tkinter.py
│   │   │   ├── bz2.vcproj
│   │   │   ├── debug.vsprops
│   │   │   ├── env.bat
│   │   │   ├── field3.py
│   │   │   ├── idle.bat
│   │   │   ├── kill_python.c
│   │   │   ├── kill_python.vcproj
│   │   │   ├── make_buildinfo.c
│   │   │   ├── make_buildinfo.vcproj
│   │   │   ├── make_versioninfo.vcproj
│   │   │   ├── pcbuild.sln
│   │   │   ├── pginstrument.vsprops
│   │   │   ├── pgupdate.vsprops
│   │   │   ├── pyd.vsprops
│   │   │   ├── pyd_d.vsprops
│   │   │   ├── pyexpat.vcproj
│   │   │   ├── pyproject.vsprops
│   │   │   ├── python.vcproj
│   │   │   ├── pythoncore.vcproj
│   │   │   ├── pythonw.vcproj
│   │   │   ├── release.vsprops
│   │   │   ├── rmpyc.py
│   │   │   ├── rt.bat
│   │   │   ├── select.vcproj
│   │   │   ├── sqlite3.vcproj
│   │   │   ├── sqlite3.vsprops
│   │   │   ├── ssl.vcproj
│   │   │   ├── unicodedata.vcproj
│   │   │   ├── w9xpopen.vcproj
│   │   │   ├── winsound.vcproj
│   │   │   └── x64.vsprops
│   │   ├── VS9.0
│   │   │   ├── _bz2.vcproj
│   │   │   ├── _ctypes.vcproj
│   │   │   ├── _ctypes_test.vcproj
│   │   │   ├── _decimal.vcproj
│   │   │   ├── _elementtree.vcproj
│   │   │   ├── _hashlib.vcproj
│   │   │   ├── _lzma.vcproj
│   │   │   ├── _msi.vcproj
│   │   │   ├── _multiprocessing.vcproj
│   │   │   ├── _socket.vcproj
│   │   │   ├── _sqlite3.vcproj
│   │   │   ├── _ssl.vcproj
│   │   │   ├── _testbuffer.vcproj
│   │   │   ├── _testcapi.vcproj
│   │   │   ├── _tkinter.vcproj
│   │   │   ├── bdist_wininst.vcproj
│   │   │   ├── debug.vsprops
│   │   │   ├── kill_python.c
│   │   │   ├── kill_python.vcproj
│   │   │   ├── make_buildinfo.c
│   │   │   ├── make_buildinfo.vcproj
│   │   │   ├── make_versioninfo.vcproj
│   │   │   ├── pcbuild.sln
│   │   │   ├── pginstrument.vsprops
│   │   │   ├── pgupdate.vsprops
│   │   │   ├── pyd.vsprops
│   │   │   ├── pyd_d.vsprops
│   │   │   ├── pyexpat.vcproj
│   │   │   ├── pyproject.vsprops
│   │   │   ├── python.vcproj
│   │   │   ├── python3dll.vcproj
│   │   │   ├── pythoncore.vcproj
│   │   │   ├── pythonw.vcproj
│   │   │   ├── release.vsprops
│   │   │   ├── select.vcproj
│   │   │   ├── sqlite3.vcproj
│   │   │   ├── sqlite3.vsprops
│   │   │   ├── ssl.vcproj
│   │   │   ├── unicodedata.vcproj
│   │   │   ├── w9xpopen.vcproj
│   │   │   ├── winsound.vcproj
│   │   │   ├── x64.vsprops
│   │   │   └── xxlimited.vcproj
│   │   ├── WinMain.c
│   │   ├── _msi.c
│   │   ├── bdist_wininst
│   │   │   ├── PythonPowered.bmp
│   │   │   ├── README.txt
│   │   │   ├── archive.h
│   │   │   ├── extract.c
│   │   │   ├── install.c
│   │   │   ├── install.rc
│   │   │   ├── resource.h
│   │   │   ├── wininst-7.1.sln
│   │   │   ├── wininst-7.1.vcproj
│   │   │   ├── wininst-8.sln
│   │   │   ├── wininst-8.vcproj
│   │   │   ├── wininst.dsp
│   │   │   └── wininst.dsw
│   │   ├── config.c
│   │   ├── dl_nt.c
│   │   ├── dllbase_nt.txt
│   │   ├── empty.c
│   │   ├── errmap.h
│   │   ├── errmap.mak
│   │   ├── example_nt
│   │   │   ├── example.c
│   │   │   ├── example.sln
│   │   │   ├── example.vcproj
│   │   │   ├── readme.txt
│   │   │   └── setup.py
│   │   ├── frozen_dllmain.c
│   │   ├── generrmap.c
│   │   ├── getpathp.c
│   │   ├── icons
│   │   │   ├── baselogo.svg
│   │   │   └── source.xar
│   │   ├── icons.mak
│   │   ├── icons.rc
│   │   ├── launcher.c
│   │   ├── launcher.ico
│   │   ├── make_versioninfo.c
│   │   ├── msvcrtmodule.c
│   │   ├── os2emx
│   │   │   ├── Makefile
│   │   │   ├── README.os2emx
│   │   │   ├── config.c
│   │   │   ├── dlfcn.c
│   │   │   ├── dlfcn.h
│   │   │   ├── dllentry.c
│   │   │   ├── getpathp.c
│   │   │   ├── pyconfig.h
│   │   │   ├── python33.def
│   │   │   └── pythonpm.c
│   │   ├── os2vacpp
│   │   │   ├── _tkinter.def
│   │   │   ├── config.c
│   │   │   ├── getpathp.c
│   │   │   ├── makefile
│   │   │   ├── makefile.omk
│   │   │   ├── pyconfig.h
│   │   │   ├── python.def
│   │   │   └── readme.txt
│   │   ├── py.ico
│   │   ├── pyc.ico
│   │   ├── pycon.ico
│   │   ├── pyconfig.h
│   │   ├── pylauncher.rc
│   │   ├── python.mk
│   │   ├── python3.def
│   │   ├── python3.mak
│   │   ├── python33gen.py
│   │   ├── python33stub.def
│   │   ├── python3dll.c
│   │   ├── python_exe.rc
│   │   ├── python_nt.rc
│   │   ├── readme.txt
│   │   ├── testpy.py
│   │   ├── w9xpopen.c
│   │   ├── winreg.c
│   │   └── winsound.c
│   ├── PCbuild
│   │   ├── _bz2.vcxproj
│   │   ├── _bz2.vcxproj.filters
│   │   ├── _ctypes.vcxproj
│   │   ├── _ctypes.vcxproj.filters
│   │   ├── _ctypes_test.vcxproj
│   │   ├── _ctypes_test.vcxproj.filters
│   │   ├── _decimal.vcxproj
│   │   ├── _decimal.vcxproj.filters
│   │   ├── _elementtree.vcxproj
│   │   ├── _elementtree.vcxproj.filters
│   │   ├── _freeze_importlib.vcxproj
│   │   ├── _freeze_importlib.vcxproj.filters
│   │   ├── _hashlib.vcxproj
│   │   ├── _hashlib.vcxproj.filters
│   │   ├── _lzma.vcxproj
│   │   ├── _lzma.vcxproj.filters
│   │   ├── _msi.vcxproj
│   │   ├── _msi.vcxproj.filters
│   │   ├── _multiprocessing.vcxproj
│   │   ├── _multiprocessing.vcxproj.filters
│   │   ├── _socket.vcxproj
│   │   ├── _socket.vcxproj.filters
│   │   ├── _sqlite3.vcxproj
│   │   ├── _sqlite3.vcxproj.filters
│   │   ├── _ssl.vcxproj
│   │   ├── _ssl.vcxproj.filters
│   │   ├── _testbuffer.vcxproj
│   │   ├── _testbuffer.vcxproj.filters
│   │   ├── _testcapi.vcxproj
│   │   ├── _testcapi.vcxproj.filters
│   │   ├── _tkinter.vcxproj
│   │   ├── _tkinter.vcxproj.filters
│   │   ├── bdist_wininst.vcxproj
│   │   ├── bdist_wininst.vcxproj.filters
│   │   ├── build.bat
│   │   ├── build_env.bat
│   │   ├── build_pgo.bat
│   │   ├── build_ssl.bat
│   │   ├── build_ssl.py
│   │   ├── build_tkinter.py
│   │   ├── debug.props
│   │   ├── env.bat
│   │   ├── field3.py
│   │   ├── idle.bat
│   │   ├── installer.bmp
│   │   ├── kill_python.c
│   │   ├── kill_python.vcxproj
│   │   ├── kill_python.vcxproj.filters
│   │   ├── make_buildinfo.c
│   │   ├── make_buildinfo.vcxproj
│   │   ├── make_buildinfo.vcxproj.filters
│   │   ├── make_versioninfo.vcxproj
│   │   ├── make_versioninfo.vcxproj.filters
│   │   ├── pcbuild.sln
│   │   ├── pginstrument.props
│   │   ├── pgupdate.props
│   │   ├── pyd.props
│   │   ├── pyd_d.props
│   │   ├── pyexpat.vcxproj
│   │   ├── pyexpat.vcxproj.filters
│   │   ├── pylauncher.vcxproj
│   │   ├── pylauncher.vcxproj.filters
│   │   ├── pyproject.props
│   │   ├── python.vcxproj
│   │   ├── python.vcxproj.filters
│   │   ├── python3dll.vcxproj
│   │   ├── python3dll.vcxproj.filters
│   │   ├── pythoncore.vcxproj
│   │   ├── pythoncore.vcxproj.filters
│   │   ├── pythonw.vcxproj
│   │   ├── pythonw.vcxproj.filters
│   │   ├── pywlauncher.vcxproj
│   │   ├── pywlauncher.vcxproj.filters
│   │   ├── readme.txt
│   │   ├── release.props
│   │   ├── rmpyc.py
│   │   ├── rt.bat
│   │   ├── select.vcxproj
│   │   ├── select.vcxproj.filters
│   │   ├── sqlite3.props
│   │   ├── sqlite3.vcxproj
│   │   ├── sqlite3.vcxproj.filters
│   │   ├── ssl.vcxproj
│   │   ├── unicodedata.vcxproj
│   │   ├── unicodedata.vcxproj.filters
│   │   ├── vs9to10.py
│   │   ├── vs9to8.py
│   │   ├── w9xpopen.vcxproj
│   │   ├── w9xpopen.vcxproj.filters
│   │   ├── winsound.vcxproj
│   │   ├── winsound.vcxproj.filters
│   │   ├── x64.props
│   │   ├── xxlimited.vcxproj
│   │   └── xxlimited.vcxproj.filters
│   ├── Tools
│   │   ├── README
│   │   ├── buildbot
│   │   │   ├── README.tcltk-AMD64
│   │   │   ├── build-amd64.bat
│   │   │   ├── build.bat
│   │   │   ├── buildmsi.bat
│   │   │   ├── clean-amd64.bat
│   │   │   ├── clean.bat
│   │   │   ├── external-amd64.bat
│   │   │   ├── external-common.bat
│   │   │   ├── external.bat
│   │   │   ├── test-amd64.bat
│   │   │   └── test.bat
│   │   ├── ccbench
│   │   │   └── ccbench.py
│   │   ├── demo
│   │   │   ├── README
│   │   │   ├── beer.py
│   │   │   ├── eiffel.py
│   │   │   ├── hanoi.py
│   │   │   ├── life.py
│   │   │   ├── markov.py
│   │   │   ├── mcast.py
│   │   │   ├── queens.py
│   │   │   ├── redemo.py
│   │   │   ├── rpython.py
│   │   │   ├── rpythond.py
│   │   │   ├── sortvisu.py
│   │   │   ├── ss1.py
│   │   │   └── vector.py
│   │   ├── freeze
│   │   │   ├── README
│   │   │   ├── bkfile.py
│   │   │   ├── checkextensions.py
│   │   │   ├── checkextensions_win32.py
│   │   │   ├── extensions_win32.ini
│   │   │   ├── flag.py
│   │   │   ├── freeze.py
│   │   │   ├── hello.py
│   │   │   ├── makeconfig.py
│   │   │   ├── makefreeze.py
│   │   │   ├── makemakefile.py
│   │   │   ├── parsesetup.py
│   │   │   ├── win32.html
│   │   │   └── winmakemakefile.py
│   │   ├── gdb
│   │   │   └── libpython.py
│   │   ├── hg
│   │   │   └── hgtouch.py
│   │   ├── i18n
│   │   │   ├── makelocalealias.py
│   │   │   ├── msgfmt.py
│   │   │   └── pygettext.py
│   │   ├── importbench
│   │   │   ├── README
│   │   │   └── importbench.py
│   │   ├── iobench
│   │   │   └── iobench.py
│   │   ├── msi
│   │   │   ├── README.txt
│   │   │   ├── crtlicense.txt
│   │   │   ├── msi.py
│   │   │   ├── msilib.py
│   │   │   ├── msisupport.c
│   │   │   ├── msisupport.mak
│   │   │   ├── schema.py
│   │   │   ├── sequence.py
│   │   │   └── uisample.py
│   │   ├── parser
│   │   │   ├── test_unparse.py
│   │   │   └── unparse.py
│   │   ├── pybench
│   │   │   ├── Arithmetic.py
│   │   │   ├── Calls.py
│   │   │   ├── CommandLine.py
│   │   │   ├── Constructs.py
│   │   │   ├── Dict.py
│   │   │   ├── Exceptions.py
│   │   │   ├── Imports.py
│   │   │   ├── Instances.py
│   │   │   ├── LICENSE
│   │   │   ├── Lists.py
│   │   │   ├── Lookups.py
│   │   │   ├── NewInstances.py
│   │   │   ├── Numbers.py
│   │   │   ├── README
│   │   │   ├── Setup.py
│   │   │   ├── Strings.py
│   │   │   ├── Tuples.py
│   │   │   ├── Unicode.py
│   │   │   ├── With.py
│   │   │   ├── clockres.py
│   │   │   ├── package
│   │   │   │   ├── __init__.py
│   │   │   │   └── submodule.py
│   │   │   ├── pybench.py
│   │   │   └── systimes.py
│   │   ├── pynche
│   │   │   ├── ChipViewer.py
│   │   │   ├── ColorDB.py
│   │   │   ├── DetailsViewer.py
│   │   │   ├── ListViewer.py
│   │   │   ├── Main.py
│   │   │   ├── PyncheWidget.py
│   │   │   ├── README
│   │   │   ├── StripViewer.py
│   │   │   ├── Switchboard.py
│   │   │   ├── TextViewer.py
│   │   │   ├── TypeinViewer.py
│   │   │   ├── X
│   │   │   │   ├── rgb.txt
│   │   │   │   └── xlicense.txt
│   │   │   ├── __init__.py
│   │   │   ├── html40colors.txt
│   │   │   ├── namedcolors.txt
│   │   │   ├── pyColorChooser.py
│   │   │   ├── pynche
│   │   │   ├── pynche.pyw
│   │   │   ├── webcolors.txt
│   │   │   └── websafe.txt
│   │   ├── scripts
│   │   │   ├── 2to3
│   │   │   ├── README
│   │   │   ├── abitype.py
│   │   │   ├── analyze_dxp.py
│   │   │   ├── byext.py
│   │   │   ├── byteyears.py
│   │   │   ├── checkpyc.py
│   │   │   ├── cleanfuture.py
│   │   │   ├── combinerefs.py
│   │   │   ├── copytime.py
│   │   │   ├── crlf.py
│   │   │   ├── db2pickle.py
│   │   │   ├── diff.py
│   │   │   ├── dutree.doc
│   │   │   ├── dutree.py
│   │   │   ├── eptags.py
│   │   │   ├── find-uname.py
│   │   │   ├── find_recursionlimit.py
│   │   │   ├── finddiv.py
│   │   │   ├── findlinksto.py
│   │   │   ├── findnocoding.py
│   │   │   ├── fixcid.py
│   │   │   ├── fixdiv.py
│   │   │   ├── fixheader.py
│   │   │   ├── fixnotice.py
│   │   │   ├── fixps.py
│   │   │   ├── ftpmirror.py
│   │   │   ├── get-remote-certificate.py
│   │   │   ├── google.py
│   │   │   ├── gprof2html.py
│   │   │   ├── h2py.py
│   │   │   ├── highlight.py
│   │   │   ├── idle3
│   │   │   ├── ifdef.py
│   │   │   ├── import_diagnostics.py
│   │   │   ├── lfcr.py
│   │   │   ├── linktree.py
│   │   │   ├── lll.py
│   │   │   ├── mailerdaemon.py
│   │   │   ├── make_ctype.py
│   │   │   ├── md5sum.py
│   │   │   ├── mkreal.py
│   │   │   ├── ndiff.py
│   │   │   ├── nm2def.py
│   │   │   ├── objgraph.py
│   │   │   ├── parseentities.py
│   │   │   ├── patchcheck.py
│   │   │   ├── pathfix.py
│   │   │   ├── pdeps.py
│   │   │   ├── pickle2db.py
│   │   │   ├── pindent.py
│   │   │   ├── ptags.py
│   │   │   ├── pydoc3
│   │   │   ├── pydocgui.pyw
│   │   │   ├── pysource.py
│   │   │   ├── pyvenv
│   │   │   ├── reindent-rst.py
│   │   │   ├── reindent.py
│   │   │   ├── rgrep.py
│   │   │   ├── run_tests.py
│   │   │   ├── serve.py
│   │   │   ├── suff.py
│   │   │   ├── svneol.py
│   │   │   ├── texi2html.py
│   │   │   ├── treesync.py
│   │   │   ├── untabify.py
│   │   │   ├── which.py
│   │   │   └── win_add2path.py
│   │   ├── ssl
│   │   │   └── make_ssl_data.py
│   │   ├── stringbench
│   │   │   ├── README
│   │   │   └── stringbench.py
│   │   ├── test2to3
│   │   │   ├── README
│   │   │   ├── maintest.py
│   │   │   ├── setup.py
│   │   │   ├── test
│   │   │   │   ├── runtests.py
│   │   │   │   └── test_foo.py
│   │   │   └── test2to3
│   │   │       ├── __init__.py
│   │   │       └── hello.py
│   │   ├── unicode
│   │   │   ├── Makefile
│   │   │   ├── comparecodecs.py
│   │   │   ├── gencjkcodecs.py
│   │   │   ├── gencodec.py
│   │   │   ├── genwincodec.py
│   │   │   ├── genwincodecs.bat
│   │   │   ├── listcodecs.py
│   │   │   ├── makeunicodedata.py
│   │   │   ├── mkstringprep.py
│   │   │   └── python-mappings
│   │   │       ├── CP1140.TXT
│   │   │       ├── KOI8-U.TXT
│   │   │       └── TIS-620.TXT
│   │   └── unittestgui
│   │       ├── README.txt
│   │       └── unittestgui.py
│   ├── config.guess
│   ├── config.sub
│   ├── configure.ac
│   ├── pyconfig.h.in
│   └── setup.py
└── 好例子网_Python-3.3.1.tar.bz2

82 directories, 1373 files


标签: python AR py

实例下载地址

Python-3.3.1.tar.bz2

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警