test_ok2/py
holger krekel a3d15b2c60 refined usage and options for "py.cleanup":
py.cleanup     # remove "*.pyc" and "*$py.class" (jython) files
    py.cleanup -e .swp -e .cache # also remove files with these extensions
    py.cleanup -s  # remove "build" and "dist" directory next to setup.py files
    py.cleanup -d  # also remove empty directories
    py.cleanup -a  # synonym for "-s -d -e 'pip-log.txt'"
    py.cleanup -n  # dry run, only show what would be removed

--HG--
branch : trunk
2010-02-05 22:50:41 +01:00
..
_cmdline refined usage and options for "py.cleanup": 2010-02-05 22:50:41 +01:00
_code always directly use basename for tracebacks, independently from code.path 2010-01-18 12:12:18 +01:00
_compat move down py/impl/XYZ to py/_XYZ 2010-01-13 17:15:54 +01:00
_io better default for bogus terminal getdimensions() call, fixes issue63 2010-01-19 10:34:41 +01:00
_log move down py/impl/XYZ to py/_XYZ 2010-01-13 17:15:54 +01:00
_path move down py/impl/XYZ to py/_XYZ 2010-01-13 17:15:54 +01:00
_plugin add a --funcargs option showing available funcargs 2010-02-04 23:45:07 +01:00
_process move down py/impl/XYZ to py/_XYZ 2010-01-13 17:15:54 +01:00
_test show a short and nice traceback for funcarg lookup errors 2010-02-04 16:01:02 +01:00
__init__.py fix doc links, bump to dev version 2010-01-21 19:34:42 +01:00
__metainfo.py move down py/impl/XYZ to py/_XYZ 2010-01-13 17:15:54 +01:00
_builtin.py move down py/impl/XYZ to py/_XYZ 2010-01-13 17:15:54 +01:00
_error.py move down py/impl/XYZ to py/_XYZ 2010-01-13 17:15:54 +01:00
_std.py move down py/impl/XYZ to py/_XYZ 2010-01-13 17:15:54 +01:00
_xmlgen.py move down py/impl/XYZ to py/_XYZ 2010-01-13 17:15:54 +01:00
apipkg.py upgrade apipkg.py to fix a potential recursive import issue 2010-01-21 20:06:50 +01:00