1. 23 Oct, 2017 1 commit
    • andyclegg's avatar
      bpo-31756: subprocess.run should alias universal_newlines to text (#4049) · 7fed7bd8
      andyclegg authored
      Improve human friendliness of the Popen API: Add text=False as a
      keyword-only argument to subprocess.Popen along with a Popen
      attribute .text_mode and set this based on the
      encoding/errors/universal_newlines/text arguments.
      
      The universal_newlines parameter and attribute are maintained for
      backwards compatibility.
      7fed7bd8
  2. 22 Oct, 2017 6 commits
  3. 21 Oct, 2017 1 commit
  4. 20 Oct, 2017 2 commits
  5. 19 Oct, 2017 7 commits
  6. 18 Oct, 2017 3 commits
  7. 17 Oct, 2017 11 commits
  8. 16 Oct, 2017 5 commits
  9. 15 Oct, 2017 4 commits