← 返回首页
[backport to 3.5] bpo-29529: Add .travis.yml to 3.5 branch by methane · Pull Request #26 · python/cpython · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

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

Provide feedback

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

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

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

Merged
ncoghlan merged 4 commits into
python:3.5from
methane:travis-35
Feb 19, 2017
Merged

[backport to 3.5] bpo-29529: Add .travis.yml to 3.5 branch#26
ncoghlan merged 4 commits into
python:3.5from
methane:travis-35

Conversation

methane commented Feb 11, 2017

Copy link
Copy Markdown
Member

No description provided.

methane changed the base branch from master to 3.5 February 11, 2017 09:20

codecov Bot commented Feb 11, 2017
edited
Loading

Copy link
Copy Markdown

Codecov Report

❗ No coverage uploaded for pull request base (3.5@9cd7e17). Click here to learn what that means.
The diff coverage is n/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 by Codecov. Last update 9cd7e17...29f8a3b. Read the comment docs.

brettcannon changed the title Add .travis.yml to 3.5 branch bpo-29529: Add .travis.yml to 3.5 branch Feb 11, 2017
Kevogich approved these changes Feb 13, 2017
edited
Loading
berkerpeksag and others added 3 commits February 14, 2017 20:20
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.
methane changed the title bpo-29529: Add .travis.yml to 3.5 branch [backport to 3.5] bpo-29529: Add .travis.yml to 3.5 branch Feb 14, 2017
ncoghlan merged commit 24bfe15 into python:3.5 Feb 19, 2017
methane deleted the travis-35 branch February 19, 2017 05:13
nanjekyejoannah added a commit to nanjekyejoannah/cpython that referenced this pull request May 22, 2023
26: warn for truncate r=ltratt a=nanjekyejoannah Use 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/pylbbv May 27, 2023
Feat: Reference-based type propagator
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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.

7 participants

Footer

© 2026 GitHub, Inc.