1. 05 Oct, 2018 2 commits
    • E. M. Bray's avatar
      bpo-28441: Ensure `.exe` suffix in `sys.executable` on MinGW and Cygwin (GH-4348) · 7a7693e9
      E. M. Bray authored
      This is needed to even the run the test suite on buildbots for affected platforms; e.g.:
      
      ```
      ./python.exe  ./Tools/scripts/run_tests.py -j 1 -u all -W --slowest --fail-env-changed --timeout=11700 -j2
      /home/embray/src/python/test-worker/3.x.test-worker/build/python -u -W default -bb -E -W error::BytesWarning -m test -r -w -j 1 -u all -W --slowest --fail-env-changed --timeout=11700 -j2
      Traceback (most recent call last):
        File "./Tools/scripts/run_tests.py", line 56, in <module>
          main(sys.argv[1:])
        File "./Tools/scripts/run_tests.py", line 52, in main
          os.execv(sys.executable, args)
      PermissionError: [Errno 13] Permission denied
      make: *** [Makefile:1073: buildbottest] Error 1
      ```
      7a7693e9
    • Matt Eaton's avatar
      Fix a typo ssl.py docstring (GH-9697) · fc7d1b3b
      Matt Eaton authored
      fc7d1b3b
  2. 04 Oct, 2018 5 commits
  3. 03 Oct, 2018 3 commits
  4. 02 Oct, 2018 7 commits
  5. 01 Oct, 2018 4 commits
  6. 30 Sep, 2018 3 commits
  7. 29 Sep, 2018 5 commits
  8. 28 Sep, 2018 4 commits
  9. 27 Sep, 2018 6 commits
  10. 26 Sep, 2018 1 commit