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