1. 22 Feb, 2021 1 commit
  2. 06 Feb, 2021 1 commit
  3. 07 Feb, 2020 1 commit
  4. 08 Oct, 2018 1 commit
  5. 16 Dec, 2016 2 commits
  6. 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
  7. 29 Aug, 2016 1 commit
  8. 26 Jul, 2016 1 commit
  9. 13 Jan, 2016 2 commits
  10. 25 Jul, 2014 2 commits
  11. 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
  12. 11 Nov, 2010 1 commit
  13. 18 Sep, 2010 1 commit
  14. 29 Jul, 2010 1 commit
  15. 23 Jun, 2010 3 commits
  16. 12 Mar, 2010 1 commit