Skip to content
Snippets Groups Projects
  1. Nov 11, 2015
  2. Nov 10, 2015
  3. Nov 09, 2015
  4. Nov 05, 2015
  5. Nov 02, 2015
  6. Nov 01, 2015
  7. Oct 30, 2015
  8. Oct 29, 2015
  9. Oct 18, 2015
  10. Sep 17, 2015
  11. Aug 26, 2015
  12. Aug 05, 2015
  13. Aug 03, 2015
  14. Aug 02, 2015
    • ulif's avatar
      Make maximum in-memory size a const. · 75562981
      ulif authored
      75562981
    • ulif's avatar
      Fix sys.stdin.seek() problem properly. · 2abe4f06
      ulif authored
      The last hotfix to make sys.stdin seek()-able was far from being
      proper. It checked only for sys.stdin (which is only one possible
      stream delivering unseekable file positions) and didn't consider that
      sys.stdin could be replaced (by somthing with proper seek
      functionality).
      
      We now test properly for working seek() functionality. If the stream
      does not support it, we copy streamdata to a new temporary file. If
      the file is not too large, we keep the file data in memory (up to 20
      MB), so in most cases runtime trade-off should be moderate.
      2abe4f06
    • ulif's avatar
      flake8. · 16b114b2
      ulif authored
      16b114b2
Loading