1. 14 May, 2017 3 commits
  2. 13 May, 2017 5 commits
  3. 12 May, 2017 3 commits
  4. 11 May, 2017 3 commits
  5. 10 May, 2017 5 commits
  6. 09 May, 2017 7 commits
  7. 08 May, 2017 2 commits
  8. 07 May, 2017 1 commit
  9. 06 May, 2017 1 commit
  10. 05 May, 2017 8 commits
  11. 04 May, 2017 2 commits
    • Brett Cannon's avatar
      Make code coverage less strict (GH-1438) · 647c3d38
      Brett Cannon authored
      Set the target to be 90% since there is enough OS-specific code and things that require manual testing that we will never hit 100%. Also turn off the status checks since they are so inconsistent in terms of flagging a PR as passing/failing that they aren't useful and can actually block merging from a phone.
      647c3d38
    • Victor Stinner's avatar
      bpo-30273: Update sysconfig (#1464) · b109a1d3
      Victor Stinner authored
      The AST_H_DIR variable was removed from Makefile.pre.in by the commit
      a5c62a8e (bpo-23404).
      
      AST_H_DIR was hardcoded to "Include", so replace the removed variable
      by its content.
      
      Remove also ASDLGEN variable from sysconfig example since this
      variable was also removed.
      b109a1d3