1. 27 Oct, 2012 1 commit
  2. 26 Oct, 2012 3 commits
  3. 24 Oct, 2012 2 commits
  4. 23 Oct, 2012 1 commit
  5. 22 Oct, 2012 2 commits
  6. 21 Oct, 2012 4 commits
  7. 20 Oct, 2012 1 commit
  8. 19 Oct, 2012 3 commits
  9. 18 Oct, 2012 3 commits
  10. 17 Oct, 2012 3 commits
  11. 16 Oct, 2012 14 commits
  12. 13 Oct, 2012 2 commits
  13. 12 Oct, 2012 1 commit
    • Gregory P. Smith's avatar
      Fixes Issue #12268 for the io module - File readline, readlines and · 99716166
      Gregory P. Smith authored
      read or readall methods no longer lose data when an underlying read
      system call is interrupted within an io module object.  IOError is no
      longer raised due to a read system call returning EINTR from within
      these methods.
      
      This is a backport of changeset 781b95159954 from 3.2.
      The earlier 2.7 changeset 67dc99a989cd already fixed this for the
      builtin python 2.x file object.
      99716166