Ignore:
Timestamp:
Mar 19, 2014, 11:31:01 PM (11 years ago)
Author:
dmik
Message:

python: Merge vendor 2.7.6 to trunk.

Location:
python/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • python/trunk

  • python/trunk/Tools/scripts/README

    r2 r391  
    55See also the Demo/scripts directory!
    66
     7analyze_dxp.py          Analyzes the result of sys.getdxp()
    78byext.py                Print lines/words/chars stats of files by extension
    89byteyears.py            Print product of a file's size and age
     
    1920dutree.py               Format du(1) output as a tree sorted by size
    2021eptags.py               Create Emacs TAGS file for Python modules
    21 finddiv.py              A grep-like tool that looks for division operators.
     22find_recursionlimit.py  Find the maximum recursion limit on this machine
     23finddiv.py              A grep-like tool that looks for division operators
    2224findlinksto.py          Recursively find symbolic links to a given path prefix
    2325findnocoding.py         Find source files which need an encoding declaration
     
    2830fixps.py                Fix Python scripts' first line (if #!)
    2931ftpmirror.py            FTP mirror script
    30 google.py               Open a webbrowser with Google.
    31 gprof2html.py           Transform gprof(1) output into useful HTML.
     32google.py               Open a webbrowser with Google
     33gprof2html.py           Transform gprof(1) output into useful HTML
    3234h2py.py                 Translate #define's into Python assignments
    3335hotshotmain.py          Main program to run script under control of hotshot
     
    5658reindent.py             Change .py files to use 4-space indents.
    5759rgrep.py                Reverse grep through a file (useful for big logfiles)
    58 setup.py                Install all scripts listed here.
     60serve.py                Small wsgiref-based web server, used in make serve in Doc
     61setup.py                Install all scripts listed here
    5962suff.py                 Sort a list of files by suffix
    60 svneol.py               Sets svn:eol-style on all files in directory.
     63svneol.py               Sets svn:eol-style on all files in directory
    6164texcheck.py             Validate Python LaTeX formatting (Raymond Hettinger)
    6265texi2html.py            Convert GNU texinfo files into HTML
Note: See TracChangeset for help on using the changeset viewer.