Switch branches/tags
2.0 2.1 2.2 2.3 2.4 2.5 2.6 2.7 3.0 3.1 3.2 3.3 3.4 3.5 3.6 30190-unittest-improved-err-msg backport-bbd3cf8-3.6 bpo-30014-selectors-modify-speedup legacy-trunk master selectors-refactoring
Nothing to show
v3.6.1 v3.6.1rc1 v3.6.0 v3.6.0rc2 v3.6.0rc1 v3.6.0b4 v3.6.0b3 v3.6.0b2 v3.6.0b1 v3.6.0a4 v3.6.0a3 v3.6.0a2 v3.6.0a1 v3.5.3 v3.5.3rc1 v3.5.2 v3.5.2rc1 v3.5.1 v3.5.1rc1 v3.5.0 v3.5.0rc4 v3.5.0rc3 v3.5.0rc2 v3.5.0rc1 v3.5.0b4 v3.5.0b3 v3.5.0b2 v3.5.0b1 v3.5.0a4 v3.5.0a3 v3.5.0a2 v3.5.0a1 v3.4.6 v3.4.6rc1 v3.4.5 v3.4.5rc1 v3.4.4 v3.4.4rc1 v3.4.3 v3.4.3rc1 v3.4.2 v3.4.2rc1 v3.4.1 v3.4.1rc1 v3.4.0 v3.4.0rc3 v3.4.0rc2 v3.4.0rc1 v3.4.0b3 v3.4.0b2 v3.4.0b1 v3.4.0a4 v3.4.0a3 v3.4.0a2 v3.4.0a1 v3.3.6 v3.3.6rc1 v3.3.5 v3.3.5rc2 v3.3.5rc1 v3.3.4 v3.3.4rc1 v3.3.3 v3.3.3rc2 v3.3.3rc1 v3.3.2 v3.3.1 v3.3.1rc1 v3.3.0 v3.3.0rc3 v3.3.0rc2 v3.3.0rc1 v3.3.0b2 v3.3.0b1 v3.3.0a4 v3.3.0a3 v3.3.0a2 v3.3.0a1 v3.2.6 v3.2.6rc1 v3.2.5 v3.2.4 v3.2.4rc1 v3.2.3 v3.2.3rc2 v3.2.3rc1 v3.2.2 v3.2.2rc1 v3.2.1 v3.2.1rc2 v3.2.1rc1 v3.2.1b1 v3.2 v3.2rc3 v3.2rc2 v3.2rc1 v3.2b2 v3.2b1 v3.2a4 v3.2a3
Nothing to show
Latest commit 58f3c9dApr 20, 2017
Mariatta committed onGitHubbpo-30109: Fix reindent.py (GH-1207)
Skip the file if it has bad encoding.
Permalink
README
This directory contains a number of Python programs that are usefulwhile building or extending Python.buildbot Batchfiles for running on Windows buildslaves.ccbench A Python threads-based concurrency benchmark. (*)demo Several Python programming demos.freeze Create a stand-alone executable from a Python program.gdb Python code to be run inside gdb, to make it easier to debug Python itself (by David Malcolm).i18n Tools for internationalization. pygettext.py parses Python source code and generates .pot files, and msgfmt.py generates a binary message catalog from a catalog in text format.iobench Benchmark for the new Python I/O system. (*)msi Support for packaging Python as an MSI package on Windows.parser Un-parsing tool to generate code from an AST.pynche A Tkinter-based color editor.scripts A number of useful single-file programs, e.g. tabnanny.py by Tim Peters, which checks for inconsistent mixing of tabs and spaces, and 2to3, which converts Python 2 code to Python 3 code.stringbench A suite of micro-benchmarks for various operations on strings (both 8-bit and unicode). (*)test2to3 A demonstration of how to use 2to3 transparently in setup.py.unicode Tools for generating unicodedata and codecs from unicode.org and other mapping files (by Fredrik Lundh, Marc-Andre Lemburg and Martin von Loewis).unittestgui A Tkinter based GUI test runner for unittest, with test discovery.(*) A generic benchmark suite is maintained separately athttps://github.com/python/performance