1. 30 Aug, 2016 2 commits
    • Zachary Ware's avatar
      Include test_tools and test_warnings in install · ce9b99b0
      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.
      ce9b99b0
    • Zachary Ware's avatar
      Fix typo · 0fdee755
      Zachary Ware authored
      0fdee755
  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 · 3cb03c77
      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.
      3cb03c77
  13. 17 Aug, 2016 4 commits