Itay Brandes 87a28127d2 _search_regex's "isatty" call fails with Py2exe's
_search_regex calls the sys.stderr.isatty() function for unix systems.

Py2exe uses a custom Stderr() stream which doesn't have an `isatty()`
function, leading to it's crash.

Fixes easily with checking that it's a unix system first.
2013-12-16 21:50:26 +01:00
..
2013-12-16 21:42:41 +01:00
2013-11-24 06:52:53 +01:00
2013-12-16 13:56:30 +01:00
2013-07-23 11:41:05 +02:00
2013-12-09 20:05:10 +01:00
2013-08-27 01:00:17 +05:00
2013-12-16 03:53:43 +01:00
2013-12-01 01:16:20 +01:00
2013-07-17 14:39:02 +02:00
2013-11-19 20:44:20 +01:00
2013-12-12 13:05:38 +01:00
2013-09-03 12:03:19 +02:00
2013-11-20 07:23:23 +01:00
2013-10-04 07:47:40 +02:00
2013-07-15 21:33:45 +02:00
2013-11-22 21:25:12 +01:00
2013-12-13 17:04:40 +01:00
2013-12-06 20:26:55 +01:00
2013-07-25 09:52:58 +02:00
2013-06-27 20:32:02 +02:00
2013-11-09 16:51:11 +01:00
2013-12-16 08:16:11 +01:00
2013-12-09 04:53:23 +01:00
2013-08-28 14:24:42 -05:00
2013-12-16 08:16:38 +01:00
2013-09-18 22:14:43 +02:00
2013-12-05 18:29:07 +01:00
2013-10-23 17:00:33 +02:00
2013-11-29 03:33:25 +01:00
2013-12-16 05:10:42 +01:00
2013-12-11 09:22:08 +01:00
2013-06-27 20:46:46 +02:00
2013-12-03 14:08:16 +01:00
2013-06-28 18:51:00 +02:00
2013-08-24 21:10:03 +02:00
2013-12-09 04:53:23 +01:00
2013-08-21 19:20:27 +02:00
2013-07-17 11:18:14 +02:00
2013-10-18 11:16:20 +02:00
2013-06-30 13:52:20 +02:00
2013-11-16 02:09:30 +01:00
2013-06-27 20:46:46 +02:00
2013-07-09 11:11:55 +02:00
2013-12-05 14:31:54 +01:00
2013-12-16 14:42:07 +01:00
2013-11-25 06:06:18 +01:00
2013-11-12 20:50:52 +01:00
2013-10-15 08:12:30 +02:00
2013-12-09 04:53:23 +01:00
2013-12-06 09:15:04 +01:00
2013-12-05 14:31:54 +01:00