- 07 Feb, 2020 1 commit
-
-
Dan Pascu authored
-
- 08 Oct, 2018 1 commit
-
-
Dan Pascu authored
-
- 16 Dec, 2016 2 commits
- 14 Dec, 2016 1 commit
-
-
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.
-
- 29 Aug, 2016 1 commit
-
-
Dan Pascu authored
-
- 26 Jul, 2016 1 commit
-
-
Dan Pascu authored
-
- 13 Jan, 2016 2 commits
- 25 Jul, 2014 2 commits
-
-
Saul Ibarra authored
The lifetime of the StringIO object is really short, no need to use the high performance version
-
Saul Ibarra authored
-
- 21 Jul, 2014 1 commit
-
-
Saul Ibarra authored
- Replace sys.stdout and sys.stderr with a regular file - Look for XML schemas in the resources directory
-
- 11 Nov, 2010 1 commit
-
-
Adrian Georgescu authored
-
- 18 Sep, 2010 1 commit
-
-
Dan Pascu authored
-
- 29 Jul, 2010 1 commit
-
-
Luci Stanescu authored
-
- 23 Jun, 2010 3 commits
-
-
Dan Pascu authored
-
Saul Ibarra authored
-
Saul Ibarra authored
-
- 12 Mar, 2010 1 commit
-
-
Dan Pascu authored
-