1. 06 Nov, 2022 1 commit
  2. 12 Oct, 2022 2 commits
  3. 02 Jun, 2022 1 commit
  4. 24 May, 2022 1 commit
  5. 21 Apr, 2022 1 commit
  6. 21 Mar, 2022 1 commit
  7. 06 Feb, 2021 2 commits
  8. 16 Dec, 2016 1 commit
  9. 15 Dec, 2016 2 commits
  10. 14 Dec, 2016 1 commit
    • Saul Ibarra's avatar
      Fix diverting std{out,err} when running frozen · d7ea6b9d
      Saul Ibarra authored
      When running frozen (ie, a Windows exe) we override sys.std{out,err} so the
      output can be diverted to a file.  There was a problem with logging.Logger
      instances which would get a reference to the original objecs and then find
      then closed after our second replacement.
      
      The solution is to override them very early, and this MUST be done BEFORE
      importing the log module.  Then, when the file property is set the StringIO
      will be drained into the file.
      d7ea6b9d
  11. 29 Aug, 2016 1 commit
  12. 25 Aug, 2016 1 commit
  13. 26 Jul, 2016 1 commit
  14. 19 Mar, 2016 2 commits
  15. 08 Mar, 2016 3 commits
  16. 07 Mar, 2016 1 commit
  17. 13 Jan, 2016 2 commits
  18. 04 Dec, 2015 1 commit
  19. 28 Aug, 2015 1 commit
  20. 10 Jun, 2015 1 commit
  21. 29 Apr, 2015 1 commit
  22. 25 Mar, 2015 1 commit
  23. 17 Mar, 2015 2 commits
  24. 26 Jan, 2015 1 commit
  25. 21 Nov, 2014 1 commit
  26. 24 Oct, 2014 1 commit
  27. 28 Jul, 2014 1 commit
  28. 25 Jul, 2014 2 commits
  29. 22 Jul, 2014 1 commit
  30. 21 Jul, 2014 1 commit
    • Saul Ibarra's avatar
      Fixes for running 'frozen' · d7249ffa
      Saul Ibarra authored
      - Replace sys.stdout and sys.stderr with a regular file
      - Look for XML schemas in the resources directory
      d7249ffa
  31. 27 Jun, 2014 1 commit