Commit Graph

19 Commits

Author SHA1 Message Date
Alessio Sergi ebf1ea88f5 Switch from pathlib to pathlib2
The pathlib backport module is no longer maintained. The development
has moved to the pathlib2 module instead.

Quoting from the pathlib's README:
"Attention: this backport module isn't maintained anymore. If you want
to report issues or contribute patches, please consider the pathlib2
project instead."
2016-05-12 17:17:17 +02:00
Pablo Santiago Blum de Aguiar 69db5c70e6 #486: Fix path joining on Windows 2016-03-29 23:39:45 -03:00
Pablo Santiago Blum de Aguiar a27115bff1 #484: Use PIPE as stdin when Popening the script
Fix #484
2016-03-21 16:59:35 -03:00
nvbn e9de01fa41 #N/A: Move all consts to `const` 2016-02-22 18:40:28 +03:00
nvbn fe07fcaa62 #441: Remove shells methods wrappers 2016-01-29 13:09:40 +03:00
Pablo Santiago Blum de Aguiar fc05364233 #398 & #408: Support non-ascii IO in Python 2 2015-11-25 02:34:19 -02:00
mcarton 8feb722ed0 Fix some pep8 warnings 2015-11-15 18:02:37 +01:00
nvbn a8dbc48fd4 Move commands-related logic to `Command` and `CorrectedCommand` 2015-09-08 15:00:57 +03:00
nvbn 4a27595e97 Move rule-related code to `Rule` 2015-09-08 14:18:11 +03:00
nvbn bf80d97062 Remove obscure `SortedCorrectedCommandsSequence` 2015-09-08 12:52:10 +03:00
nvbn b2be0b3cad Remove obscure `RulesNamesList` and `DefaultRulesNames` 2015-09-08 12:14:39 +03:00
nvbn 382eb8b86c Fix tests 2015-09-07 12:12:16 +03:00
nvbn e2e8b6fc86 Fix without result 2015-09-05 11:45:39 +03:00
nvbn 6dcf9a3a14 Fix python 2 support 2015-09-01 15:32:23 +03:00
nvbn 5d74344994 Make `CorrectedCommand` ignore priority when checking equality 2015-09-01 13:03:24 +03:00
nvbn 12394ca842 #334: Don't wait for all rules before showing result 2015-09-01 12:51:41 +03:00
mcarton 88831c424f Fix the @wrap_settings annotation
It seems much more useful if it only adds settings that are not already
set.
2015-08-17 16:07:24 +02:00
nvbn b985dfbffc #102 Add support of rules with side effects 2015-05-01 04:39:37 +02:00
nvbn d3d1f99232 Move special data types to `types` 2015-04-22 23:04:22 +02:00