◐ Shell
clean mode source ↗

[backport to 3.5] bpo-29529: Add .travis.yml to 3.5 branch by methane · Pull Request #26 · python/cpython

@methane

@methane methane changed the base branch from master to 3.5

February 11, 2017 09:20

@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

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

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 was referenced

Feb 11, 2025

@Qanux Qanux mentioned this pull request

Feb 11, 2026

Eclips4 added a commit to Eclips4/cpython that referenced this pull request

Mar 18, 2026