Staging
v0.5.1
https://github.com/python/cpython
Revision ea95de75dd2a01e424e935f06d871067df99a6ed authored by Victor Stinner on 29 June 2011, 13:34:48 UTC, committed by Victor Stinner on 29 June 2011, 13:34:48 UTC
If verbose is False, the output is empty. Fix also a typo in a variable name.
1 parent 8313d6a
Raw File
Tip revision: ea95de75dd2a01e424e935f06d871067df99a6ed authored by Victor Stinner on 29 June 2011, 13:34:48 UTC
Issue #12400: regrtest, force verbose mode to True with option -W
Tip revision: ea95de7
.gitignore
*.cover
*.o
*.orig
*.pyc
*.pyd
*.pyo
*.rej
*~
Doc/build/
Doc/tools/docutils/
Doc/tools/jinja2/
Doc/tools/pygments/
Doc/tools/sphinx/
Lib/lib2to3/*.pickle
Makefile
Makefile.pre
Misc/python.pc
Modules/Setup
Modules/Setup.config
Modules/Setup.local
Modules/config.c
Modules/ld_so_aix
PCbuild/*.bsc
PCbuild/*.dll
PCbuild/*.exe
PCbuild/*.exp
PCbuild/*.lib
PCbuild/*.ncb
PCbuild/*.o
PCbuild/*.pdb
PCbuild/Win32-temp-*
Parser/pgen
Parser/pgen.stamp
__pycache__
autom4te.cache
build/
config.log
config.status
libpython*.a
pybuilddir.txt
pyconfig.h
python
python-gdb.py
tags
.coverage
coverage/
htmlcov/
back to top