1. 26 Jul, 2017 7 commits
  2. 25 Jul, 2017 8 commits
  3. 24 Jul, 2017 9 commits
  4. 23 Jul, 2017 3 commits
  5. 22 Jul, 2017 3 commits
  6. 21 Jul, 2017 8 commits
  7. 20 Jul, 2017 2 commits
    • 靳阳's avatar
      fff2a210
    • Victor Stinner's avatar
      bpo-30822: Exclude tzdata from regrtest --all (#2775) · 5b392bba
      Victor Stinner authored
      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