Staging
v0.8.1
https://github.com/python/cpython
Revision 4a4c2743133e195cc3725b78a895d85d69e50089 authored by Nick Coghlan on 23 January 2018, 09:10:43 UTC, committed by larryhastings on 23 January 2018, 09:10:43 UTC
* [3.5] Remove failing pyenv call from CI config

* Backport XML RPC test skip to 3.5

The buildbot service upgrade removed the XML-RPC
interface, so this test no longer works (through no
fault of the standard library).
1 parent fd8614c
Raw File
Tip revision: 4a4c2743133e195cc3725b78a895d85d69e50089 authored by Nick Coghlan on 23 January 2018, 09:10:43 UTC
[3.5] bpo-32620: Remove failing pyenv call from CI config (#5274)
Tip revision: 4a4c274
.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
Modules/ld_so_aix
Parser/pgen
Lib/test/data/*
Lib/lib2to3/Grammar*.pickle
Lib/lib2to3/PatternGrammar*.pickle
__pycache__
.coverage
coverage/*
htmlcov/*
back to top