Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport35 doc fixes: PR#68 and PR#124 #125 #126

Merged
merged 1 commit into from
Feb 16, 2017
Merged

Backport35 doc fixes: PR#68 and PR#124 #125 #126

merged 1 commit into from
Feb 16, 2017

Conversation

vstinner
Copy link
Member

Fix "make -C Doc check": backport two fixes.

PR #125 was the backport for 3.6.

* Travis CI: run rstlint.py in the docs job (#68)

Currently, http://buildbot.python.org/all/buildslaves/ware-docs
buildbot is only run as post-commit. For example, bpo-29521 (PR#41)
introduced two warnings, unnotified by the Travis CI docs job.

Modify the docs job to run toosl/rstlint.py.

Fix also the two minor warnings which causes the buildbot slave to
fail.
(cherry picked from commit 2b50186)

* Doc/Makefile: set PYTHON to python3 (#124)

rstlint.py run by "make check" doesn't support Python 2.

"make venv" runs "$(PYTHON) -m venv", whereas Python 2 doens't
provide the venv module: it's a module of Python 3 standard library.

(cherry picked from commit 91b0e7d)
(cherry picked from commit b300c66)
@vstinner vstinner changed the base branch from master to 3.5 February 16, 2017 00:01
@vstinner vstinner changed the title Backport35 doc Backport35 doc fixes: PR#68 and PR#124 #125 Feb 16, 2017
@vstinner vstinner merged commit 5e04dfe into python:3.5 Feb 16, 2017
@vstinner vstinner deleted the backport35_doc branch June 15, 2017 23:03
akruis referenced this pull request in stackless-dev/stackless Sep 5, 2017
akruis pushed a commit to akruis/cpython that referenced this pull request Sep 9, 2017
akruis pushed a commit to akruis/cpython that referenced this pull request Sep 9, 2017
Load the module "stackless" early in all C-Python tests. This ensures a defined
behaviour of the tests even, if the execution order gets randomised.

https://bitbucket.org/stackless-dev/stackless/issues/126
akruis pushed a commit to akruis/cpython that referenced this pull request Oct 10, 2017
jaraco pushed a commit that referenced this pull request Dec 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants