1. 06 Jan, 2014 2 commits
    • Gregory P. Smith's avatar
      news entry for issue19081 fix. · 7902f8dd
      Gregory P. Smith authored
      7902f8dd
    • Gregory P. Smith's avatar
      Fixes issue19081: When a zipimport .zip file in sys.path being imported · b48c5d51
      Gregory P. Smith authored
      from is modified during the lifetime of the Python process after
      zipimport has already opened and cached the zip's table of contents
      it now fstat's the file after opening it upon every attempt to access
      anything within and will re-read the table of contents if the .zip file
      inode, size or mtime have changed.
      
      It would've been nicer to hold any .zip file used by zipimport open for the
      duration of the process but that would be more invasive and add an additional
      open file descriptor to all zipimport using processes.  It also would likely
      not fix the problem on Windows due to different filesystem semantics.
      b48c5d51
  2. 05 Jan, 2014 2 commits
  3. 03 Jan, 2014 2 commits
  4. 02 Jan, 2014 1 commit
  5. 01 Jan, 2014 2 commits
  6. 28 Dec, 2013 3 commits
  7. 26 Dec, 2013 4 commits
  8. 25 Dec, 2013 4 commits
  9. 24 Dec, 2013 1 commit
  10. 23 Dec, 2013 2 commits
  11. 22 Dec, 2013 2 commits
  12. 21 Dec, 2013 1 commit
  13. 20 Dec, 2013 1 commit
  14. 19 Dec, 2013 7 commits
  15. 18 Dec, 2013 5 commits
  16. 17 Dec, 2013 1 commit