1. 25 Feb, 2017 1 commit
  2. 09 Feb, 2017 6 commits
  3. 08 Feb, 2017 1 commit
  4. 06 Feb, 2017 2 commits
  5. 01 Feb, 2017 1 commit
  6. 19 Dec, 2016 9 commits
  7. 16 Dec, 2016 14 commits
  8. 15 Dec, 2016 2 commits
  9. 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
  10. 06 Dec, 2016 1 commit
  11. 25 Nov, 2016 2 commits