Anthony Scopatz
f1127ed916
Revert "updated setup.py for Python 3.4 (revert of 91ec14bb6d
)"
...
This reverts commit 002a317951
.
2019-05-14 17:41:35 -04:00
Anthony Scopatz
002a317951
updated setup.py for Python 3.4 (revert of 91ec14bb6d
)
2019-05-14 17:32:31 -04:00
Rodrigo Oliveira
91ec14bb6d
Drop support for Python 3.4
...
Minimal required Python version is now 3.5.
2019-05-06 16:51:32 -03:00
Anthony Scopatz
2bb787411d
some color modifier additions, but it is too slow now
2019-03-06 17:49:22 -08:00
Anthony Scopatz
1c6b1e1ea4
black
2019-02-13 18:49:39 -05:00
Anthony Scopatz
396dce8088
some windows test fixes and skips
2018-12-06 13:35:43 -05:00
Anthony Scopatz
609370d48e
try this
2018-12-05 20:17:38 -05:00
Anthony Scopatz
3e72fb06c7
path tests
2018-11-08 13:19:21 -05:00
Anthony Scopatz
84a5b05a36
partial andadh fix
2018-11-07 17:32:53 -05:00
Morten Enemark Lund
37d375260e
Fix deprecation warnings when running pytest
2018-10-03 09:52:03 +02:00
Anthony Scopatz
4c91df2abc
many test fixes
2018-09-13 14:03:35 -04:00
Anthony Scopatz
b23d6eccdb
black
2018-09-12 19:19:36 -04:00
Anthony Scopatz
d62a44d2c5
skip on v34
2018-09-12 18:17:58 -04:00
Anthony Scopatz
a444093290
dotfile matching
2018-09-12 18:12:02 -04:00
Anthony Scopatz
634a8ec9f2
black tests
2018-08-30 09:18:49 -05:00
Anthony Scopatz
3b0fe9144d
fixed multiline autowrapping in @(expr)
2018-07-19 21:01:11 -04:00
Anthony Scopatz
38cffd2bdc
Py v3.4 compat
2017-12-07 17:17:53 -05:00
Anthony Scopatz
70d7ef7c31
added test for iglobpath
2017-12-07 16:44:01 -05:00
Anthony Scopatz
70b5b85d37
fix for running tests as root
2017-11-22 19:19:22 -05:00
Anthony Scopatz
b1ec6c7069
fix for echo * spam ; echo spam
2017-11-09 20:20:40 -05:00
Anthony Scopatz
be64cf9864
fix for eating semicolons
2017-11-08 20:54:18 -05:00
Nico Lehmann
0b27206d50
Allow fstrings in check_quotes
2017-10-27 23:58:25 -07:00
Morten Enemark Lund
876740b535
Fixed escape_windows_cmd_string
not handling ^ correctly
2017-08-01 21:43:46 +02:00
Anthony Scopatz
1df6b22203
EnvPath __add__() and __radd__() methods
2017-07-22 16:31:16 -04:00
Anthony Scopatz
078c44703c
fixed triple quote issue when open triple quotes are on the last line
2017-07-16 15:34:20 -05:00
Joel Gerber
0b94c3ceec
raise AssertionError on deprecated when removed_in exceeded
...
As there was some worry raised over whether people would remember
to remove a deprecated function once the removed_in version had been
reached, I've decided to add functionality that will force the
issue. When a @deprecated function is tagged with a removed_in
release that is greater than or equal to the current release, the
@deprecated decorator will raise an AssertionError, which will
hopefully break CI/CD and force the function to be removed.
2017-06-10 09:57:49 -04:00
Joel Gerber
5c33aac9f2
Introduce deprecated function/method decorator
...
This method allows for import time modification of a decorated
method/function such that it's docstring will reflect when the
function was deprecated, when it will be removed and that it is in
fact deprecated. It will also use the warnings system to flag
a DeprecationWarning that Python will report on when run with the
`-W` flag, or, when run through certain static/dynamic code
analyzers.
2017-06-09 21:50:38 -04:00
Morten Enemark Lund
5f60bea8c4
Removed %foo% environment expansion on windows
2017-03-15 22:33:21 +01:00
Anthony Scopatz
d331778633
Line continuations will no longer eat surrounding whitespace
2017-03-02 00:34:47 -05:00
Anthony Scopatz
b389c99399
added greedy subproc_toks
2017-02-25 20:15:02 -05:00
Anthony Scopatz
14acf7ac99
fix tests
2017-02-25 12:15:56 -05:00
Anthony Scopatz
f4112cf0b1
some more qtoue fixes
2017-02-24 23:55:12 -05:00
Anthony Scopatz
bf75fe8a14
dotall
2017-02-24 23:18:31 -05:00
Anthony Scopatz
d7196ca7fa
more working
2017-02-24 23:00:06 -05:00
Anthony Scopatz
f056fe01c3
more
2017-02-24 22:39:36 -05:00
Anthony Scopatz
0cb619468a
line continuation fixes
2017-02-15 00:58:38 -05:00
Anthony Scopatz
6f448c0cfb
Added __file__ and __name__ to xonsh scripts
2017-02-11 18:51:10 -05:00
Anthony Scopatz
79777ac888
added subexpr_before_unbalanced
2017-02-04 17:35:32 -05:00
Anthony Scopatz
41191d1b30
added is_balanced()
2017-02-04 17:04:12 -05:00
Andre Weltsch
95bd061163
Add test cases for tools.expand_path.
...
* Test different parameters for expand_user.
* Test different parameters for EXPAND_ENV_VARS.
2017-01-30 18:49:41 +01:00
Jan Schulz
49b92c6add
Add failing test for windows machine dirs
2016-10-22 14:42:30 +02:00
Gil Forsyth
d1f063f497
remove redefined tests from test_tools
2016-10-18 16:36:13 -04:00
Anthony Scopatz
4a58eb9d4f
added some tests for the new predictors
2016-09-28 20:00:18 -04:00
Morten Enemark Lund
4f9304cbd9
Add xonsh_builtins fixture to test_commands_cache_lazy()
2016-09-11 09:59:16 +02:00
Konstantinos Tsakiltzidis
9754098e42
Merge pull request #1644 from xonsh/msub
...
Subprocess Macros
2016-08-31 04:00:07 +03:00
laerus
295e04a7c4
typo
2016-08-29 13:46:22 +03:00
laerus
500963ae8b
get_portions
2016-08-29 13:42:40 +03:00
laerus
a3c1dfd28e
generators everywhere
2016-08-29 02:45:36 +03:00
laerus
db8f5bc0d5
ensure_slice bug for 0
2016-08-28 22:26:50 +03:00
Anthony Scopatz
5a66fd05b5
more auto-wrapping fixes
2016-08-27 19:55:58 -04:00