Commit Graph

4 Commits

Author SHA1 Message Date
Pablo Santiago Blum de Aguiar 047efd5575 #486: Use alternative encoding when sys.stdout.encoding is None
Fix #486
2016-03-22 16:13:59 -03:00
Matt Kotsenas d4bc8cebf1 Replace raise with return for Ctrl+C in Windows
- Replace the raise `const.CtrlC` with `return const.CtrlC` the match the
  unix implementation and prevent a stacktrace when cancelling a command
  on Windows
2016-03-16 16:37:59 -07:00
nvbn b65a9a0a4f #414: Initialize output before any colorama import 2015-12-04 18:34:52 +08:00
nvbn 29c1d1efcf #414: Move system-dependent utils in system module 2015-12-03 20:03:27 +08:00