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

[backport to 3.5] bpo-29529: Add .travis.yml to 3.5 branch#26

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
ncoghlan merged 4 commits intopython:3.5frommethane:travis-35
Feb 19, 2017

Conversation

@methane
Copy link
Member

No description provided.

@methanemethane changed the base branch frommaster to3.5February 11, 2017 09:20
@codecov
Copy link

codecovbot commentedFeb 11, 2017
edited
Loading

Codecov Report

❗ No coverage uploaded for pull request base (3.5@9cd7e17).Click here to learn what that means.
The diff coverage isn/a.

@@          Coverage Diff           @@##             3.5      #26   +/-   ##======================================  Coverage       ?   82.37%           ======================================  Files          ?     1427             Lines          ?   350948             Branches       ?        0           ======================================  Hits           ?   289096             Misses         ?    61852             Partials       ?        0

Continue to review full report at Codecov.

Legend -Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing data
Powered byCodecov. Last update9cd7e17...29f8a3b. Read thecomment docs.

@brettcannonbrettcannon changed the titleAdd .travis.yml to 3.5 branchbpo-29529: Add .travis.yml to 3.5 branchFeb 11, 2017
Kevogich
Kevogich approved these changesFeb 13, 2017
edited
Loading
berkerpeksagand others added3 commitsFebruary 14, 2017 20:20
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.
@methanemethane changed the titlebpo-29529: Add .travis.yml to 3.5 branch[backport to 3.5] bpo-29529: Add .travis.yml to 3.5 branchFeb 14, 2017
@ncoghlanncoghlan merged commit24bfe15 intopython:3.5Feb 19, 2017
@methanemethane deleted the travis-35 branchFebruary 19, 2017 05:13
nanjekyejoannah added a commit to nanjekyejoannah/cpython that referenced this pull requestMay 22, 2023
26: warn for truncate r=ltratt a=nanjekyejoannahUse seek(0) before doing truncate(0)    BytesIO.truncate() does not shift the file pointer,    so we need to seek() to move the file pointer,    otherwise writing after truncating will mess up the    stream.    s.truncate(0) -> s.seek(0)                     s.truncate(0)Co-authored-by: Joannah Nanjekye <jnanjeky@unb.ca>
Fidget-Spinner referenced this pull request in pylbbv/pylbbvMay 27, 2023
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@ncoghlanncoghlanncoghlan approved these changes

+1 more reviewer

@KevogichKevogichKevogich approved these changes

Reviewers whose approvals may not affect merge requirements

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

7 participants

@methane@ncoghlan@Kevogich@brettcannon@the-knights-who-say-ni@berkerpeksag@vstinner

[8]ページ先頭

©2009-2025 Movatter.jp