Staging
v0.8.1
https://github.com/python/cpython
Revision fbc5ff6235e5fb53900d17f2bb69caec03240ba4 authored by Éric Araujo on 12 August 2011, 15:50:08 UTC, committed by Éric Araujo on 12 August 2011, 15:50:08 UTC
The line about the test suite will still get printed for changes in
Tools for example, which aren’t covered by the test suite, but it’s not
a big deal IMO.
1 parent 28d39a0
Raw File
Tip revision: fbc5ff6235e5fb53900d17f2bb69caec03240ba4 authored by Éric Araujo on 12 August 2011, 15:50:08 UTC
patchcheck: don’t talk about the test suite when no code file were changed.
Tip revision: fbc5ff6
.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
libpython*.so*
pybuilddir.txt
pyconfig.h
python
python-gdb.py
tags
.coverage
coverage/
htmlcov/
back to top