1. 21 Sep, 2015 1 commit
  2. 20 Sep, 2015 1 commit
  3. 11 Sep, 2015 1 commit
  4. 09 Sep, 2015 1 commit
  5. 07 Sep, 2015 3 commits
  6. 04 Sep, 2015 1 commit
    • Victor Stinner's avatar
      Fix race condition in create_stdio() · 6fb5bae2
      Victor Stinner authored
      Issue #24891: Fix a race condition at Python startup if the file descriptor
      of stdin (0), stdout (1) or stderr (2) is closed while Python is creating
      sys.stdin, sys.stdout and sys.stderr objects. These attributes are now set
      to None if the creation of the object failed, instead of raising an OSError
      exception. Initial patch written by Marco Paolini.
      6fb5bae2
  7. 31 Aug, 2015 1 commit
  8. 25 Aug, 2015 1 commit
  9. 24 Aug, 2015 1 commit
  10. 18 Aug, 2015 1 commit
  11. 17 Aug, 2015 2 commits
  12. 13 Aug, 2015 1 commit
  13. 05 Aug, 2015 1 commit
  14. 04 Aug, 2015 2 commits
  15. 01 Aug, 2015 2 commits
  16. 31 Jul, 2015 1 commit
  17. 30 Jul, 2015 1 commit
  18. 29 Jul, 2015 1 commit
  19. 26 Jul, 2015 1 commit
  20. 22 Jul, 2015 1 commit
  21. 14 Jul, 2015 1 commit
  22. 21 May, 2015 1 commit
  23. 14 Apr, 2015 1 commit
  24. 13 Apr, 2015 1 commit
  25. 04 Apr, 2015 1 commit
  26. 24 Mar, 2015 1 commit
  27. 23 Mar, 2015 1 commit
  28. 22 Mar, 2015 1 commit
  29. 13 Mar, 2015 1 commit
  30. 11 Mar, 2015 1 commit
  31. 27 Feb, 2015 1 commit
  32. 17 Feb, 2015 1 commit
  33. 06 Feb, 2015 1 commit
  34. 18 Jan, 2015 1 commit
  35. 13 Jan, 2015 1 commit