Staging
v0.8.1
https://github.com/python/cpython
Revision 3050987d85d7cf8cdd4b3c053e673d13cd8dfb12 authored by Victor Stinner on 05 July 2017, 07:16:47 UTC, committed by GitHub on 05 July 2017, 07:16:47 UTC
* Rename again Lib/test/bisectcmd.py to Lib/test/bisect.py
* regrtest now removes '' and Lib/test/ from sys.path
* Use absolute import in test_bisect
1 parent d0ae4be
Raw File
Tip revision: 3050987d85d7cf8cdd4b3c053e673d13cd8dfb12 authored by Victor Stinner on 05 July 2017, 07:16:47 UTC
bpo-30843: regrtest fixes sys.path, restore test.bisect (#2567)
Tip revision: 3050987
.bzrignore
.purify
autom4te.cache
config.log
config.cache
config.status
config.status.lineno
db_home
Makefile
buildno
python
build
Makefile.pre
platform
pybuilddir.txt
pyconfig.h
libpython*.a
libpython*.so*
python.exe
python-gdb.py
reflog.txt
tags
TAGS
.gdb_history
Doc/tools/sphinx
Doc/tools/jinja
Doc/tools/jinja2
Doc/tools/pygments
Doc/tools/docutils
Misc/python.pc
Modules/Setup
Modules/Setup.config
Modules/Setup.local
Modules/config.c
Parser/pgen
Lib/test/data/*
Lib/lib2to3/Grammar*.pickle
Lib/lib2to3/PatternGrammar*.pickle
.coverage
coverage/*
htmlcov/*
back to top