1. 28 Kas, 2018 1 kayıt (commit)
  2. 24 Kas, 2018 1 kayıt (commit)
  3. 20 Eki, 2018 1 kayıt (commit)
  4. 12 Eki, 2018 2 kayıt (commit)
  5. 23 Eyl, 2018 1 kayıt (commit)
  6. 11 Tem, 2018 1 kayıt (commit)
  7. 22 Haz, 2018 1 kayıt (commit)
  8. 04 Haz, 2018 1 kayıt (commit)
    • INADA Naoki's avatar
      travis: Fix macOS build (GH-7250) · 6b87399f
      INADA Naoki yazdı
      Homebrew's python is now python3, but travis preinstalls old python2.
      So updated Homebrew requires `brew upgrade python` now.
      
      This commit disables auto update and use preinstalled version of Homebrew.
      6b87399f
  9. 22 May, 2018 1 kayıt (commit)
  10. 05 Nis, 2018 1 kayıt (commit)
  11. 01 Mar, 2018 1 kayıt (commit)
  12. 27 Şub, 2018 1 kayıt (commit)
  13. 18 Şub, 2018 1 kayıt (commit)
  14. 17 Şub, 2018 1 kayıt (commit)
  15. 10 Şub, 2018 1 kayıt (commit)
  16. 08 Şub, 2018 1 kayıt (commit)
  17. 27 Ock, 2018 1 kayıt (commit)
    • Ammar Askar's avatar
      Fix changed file detection on Travis (GH-3129) · b2ec3615
      Ammar Askar yazdı
      Travis when merging changes from a pull request onto the target branch
      does not perform a rebase, instead it does a simple merge which causes
      the PR commits to retain their commit dates. This means that the commit
      log can potentially look like:
      
      PR merge <-- HEAD
      normal master commit <- master
      more commits from normal workflow
      PR commit 1
      another master commit
      PR commit 2
      
      Performing a git diff from PR commit 2 to master will accidentally
      include files that should not be there.
      
      Closes python/core-workflow#14
      b2ec3615
  18. 16 Ock, 2018 1 kayıt (commit)
  19. 27 Kas, 2017 1 kayıt (commit)
  20. 26 Kas, 2017 1 kayıt (commit)
  21. 24 Eki, 2017 1 kayıt (commit)
    • Victor Stinner's avatar
      bpo-31810: Add smelly.py to check exported symbols (#4057) · 87d332dc
      Victor Stinner yazdı
      * Add Tools/scripts/smelly.py: script checking if all symbols
        exported by libpython start with "Py" or "_Py".
      * Modify "make smelly" to run smelly.py: the command now fails with a
        non-zero exit code if libpython leaks a "smelly" symbol.
      * Travis CI now runs "make smelly"
      87d332dc
  22. 03 Eki, 2017 1 kayıt (commit)
  23. 13 Eyl, 2017 1 kayıt (commit)
  24. 06 Eyl, 2017 1 kayıt (commit)
  25. 05 Eyl, 2017 1 kayıt (commit)
  26. 04 Eyl, 2017 1 kayıt (commit)
  27. 18 Agu, 2017 1 kayıt (commit)
  28. 17 Agu, 2017 1 kayıt (commit)
    • Victor Stinner's avatar
      bpo-30871: Add test.pythoninfo (#3075) · b907abc8
      Victor Stinner yazdı
      * Add Lib/test/pythoninfo.py: script collecting various informations
        about Python to help debugging test failures.
      * regrtest: remove sys.hash_info and sys.flags from header.
      * Travis CI, Appveyor: run pythoninfo before tests
      b907abc8
  29. 20 Tem, 2017 1 kayıt (commit)
    • Victor Stinner's avatar
      bpo-30822: Exclude tzdata from regrtest --all (#2775) · 5b392bba
      Victor Stinner yazdı
      When running the test suite using --use=all / -u all, exclude tzdata
      since it makes test_datetime too slow (15-20 min on some buildbots)
      which then times out on some buildbots.
      
      -u tzdata must now be enabled explicitly, -u tzdata or -u all,tzdata,
      to run all test_datetime tests.
      
      Fix also regrtest command line parser to allow passing -u
      extralargefile to run test_zipfile64.
      
      Travis CI: remove -tzdata. Replace -u all,-tzdata,-cpu with -u all,-cpu since tzdata is now excluded from -u all.
      5b392bba
  30. 24 Haz, 2017 1 kayıt (commit)
  31. 11 Haz, 2017 2 kayıt (commit)
  32. 06 Haz, 2017 1 kayıt (commit)
  33. 05 Haz, 2017 1 kayıt (commit)
  34. 03 Haz, 2017 1 kayıt (commit)
    • Brett Cannon's avatar
      Turn on macOS builds for Travis (GH-1846) · 21c2dd7c
      Brett Cannon yazdı
      Initially the macOS builds are allowed to fail until such time that they can be determined to be stable and not add an unacceptable amount of time to the overall Travis-passing process.
      21c2dd7c
  35. 31 May, 2017 1 kayıt (commit)
  36. 29 May, 2017 1 kayıt (commit)
  37. 16 May, 2017 1 kayıt (commit)
  38. 11 May, 2017 1 kayıt (commit)