Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Backport36 doc fixes: PR#68 and PR#124#125

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
vstinner merged 2 commits intopython:3.6fromvstinner:backport36_doc
Feb 15, 2017
Merged

Backport36 doc fixes: PR#68 and PR#124#125

vstinner merged 2 commits intopython:3.6fromvstinner:backport36_doc
Feb 15, 2017

Conversation

@vstinner
Copy link
Member

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

Currently,http://buildbot.python.org/all/buildslaves/ware-docsbuildbot 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 tofail.(cherry picked from commit2b50186)
rstlint.py run by "make check" doesn't support Python 2."make venv" runs "$(PYTHON) -m venv", whereas Python 2 doens'tprovide the venv module: it's a module of Python 3 standard library.(cherry picked from commit91b0e7d)
@vstinnervstinner changed the titleBackport36 docBackport36 doc fixes: PR#68 and PR#124Feb 15, 2017
@vstinner
Copy link
MemberAuthor

In my backport, I ignored changes on the .travis.yml file, since it doesn't exist in the 3.6 branch yet: see#25

@vstinnervstinner merged commitb300c66 intopython:3.6Feb 15, 2017
vstinner added a commit that referenced this pull requestFeb 16, 2017
* Travis CI: run rstlint.py in the docs job (#68)Currently,http://buildbot.python.org/all/buildslaves/ware-docsbuildbot 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 tofail.(cherry picked from commit2b50186)* 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'tprovide the venv module: it's a module of Python 3 standard library.(cherry picked from commit91b0e7d)(cherry picked from commitb300c66)
@vstinnervstinner deleted the backport36_doc branchJune 15, 2017 23:03
akruis pushed a commit to akruis/cpython that referenced this pull requestSep 9, 2017
The changelog is now included in the documentation.https://bitbucket.org/stackless-dev/stackless/issues/125(grafted from 5df8e4bc45e7544e5af75547e11d29d0d8cca4c4)
akruis pushed a commit to akruis/cpython that referenced this pull requestSep 9, 2017
akruis pushed a commit to akruis/cpython that referenced this pull requestSep 9, 2017
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@brettcannonbrettcannonbrettcannon approved these changes

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

4 participants

@vstinner@brettcannon@Mariatta@the-knights-who-say-ni

[8]ページ先頭

©2009-2025 Movatter.jp