1. 30 Aug, 2016 2 commits
    • Zachary Ware's avatar
      Include test_tools and test_warnings in install · 19e5064e
      Zachary Ware authored
      test_tools is pretty much useless unless somebody copies the scripts
      it tests into the proper location, but we might as well install it
      anyway to make sure it skips properly.  test_warnings just didn't get
      included when it was turned into a package in 94966dfd3bd3.
      19e5064e
    • Zachary Ware's avatar
      Fix typo · f0a71cf4
      Zachary Ware authored
      f0a71cf4
  2. 29 Aug, 2016 1 commit
  3. 27 Aug, 2016 2 commits
  4. 26 Aug, 2016 3 commits
  5. 25 Aug, 2016 2 commits
  6. 24 Aug, 2016 4 commits
  7. 23 Aug, 2016 2 commits
  8. 22 Aug, 2016 2 commits
  9. 21 Aug, 2016 6 commits
  10. 20 Aug, 2016 5 commits
  11. 19 Aug, 2016 6 commits
  12. 18 Aug, 2016 1 commit
    • Victor Stinner's avatar
      Fix SystemError in "raise" statement · eec9331b
      Victor Stinner authored
      Issue #27558: Fix a SystemError in the implementation of "raise" statement.
      In a brand new thread, raise a RuntimeError since there is no active
      exception to reraise.
      
      Patch written by Xiang Zhang.
      eec9331b
  13. 17 Aug, 2016 4 commits