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

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

Merged
merged 4 commits into from
Feb 19, 2017

Conversation

methane
Copy link
Member

@methane methane commented Feb 11, 2017

No description provided.

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

codecov bot commented Feb 11, 2017

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 brettcannon changed the title Add .travis.yml to 3.5 branch bpo-29529: Add .travis.yml to 3.5 branch Feb 11, 2017
Kevogich
Kevogich approved these changes Feb 13, 2017
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 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 ncoghlan merged commit 24bfe15 into python:3.5 Feb 19, 2017
@methane 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
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