Commit graph

8604 commits

Author SHA1 Message Date
Anthony Scopatz
3fb4943a71
Merge pull request #3143 from xonsh/aliases_can_be_sequence
aliases can be any sequence, not only list
2019-05-31 15:43:52 -04:00
Anthony Scopatz
f941c977c4 Merge branch 'master' into aliases_can_be_sequence 2019-05-31 15:18:43 -04:00
Morten Enemark Lund
665935b0f2
Merge pull request #3145 from xonsh/mv-test-main
test main to run seprately
2019-05-31 21:15:57 +02:00
Anthony Scopatz
d8c65eb0d5 fix test runner 2019-05-31 14:48:16 -04:00
Anthony Scopatz
942d390e8d test main to run seprately 2019-05-31 11:11:46 -04:00
Jean-Benoist Leger
e66033a5ae
aliases can be any sequence, not only list 2019-05-31 14:41:00 +02:00
Anthony Scopatz
ab77b279b9
Merge pull request #3144 from xonsh/fix_pip_completer
Fix `pip` completer misfires on `bagpipes` and similar
2019-05-30 16:12:22 -04:00
Gil Forsyth
839e0ad1a6
Fix pip completer misfires on bagpipes and similar
Requires a word-ending before `pip`, also adding in support for `xpip`
2019-05-30 15:25:16 -04:00
Gil Forsyth
8c6fc1332d
Merge pull request #3141 from xonsh/ansi_colors_style_bw
Ansi colors style bw
2019-05-28 07:58:16 -04:00
Gil Forsyth
33a6085af2
Merge pull request #3118 from xonsh/py38-ci
Initial CI for Python 3.8
2019-05-28 07:57:20 -04:00
Jean-Benoist Leger
5b31fcc643
adding test to prevent missing color defs in ANSI styles 2019-05-27 18:45:00 +02:00
Jean-Benoist Leger
4fa96ded56
news item for ansi_colors_style_bw 2019-05-27 18:29:40 +02:00
Jean-Benoist Leger
87bd4fae5f
Add background colors for bw style. These color can not be deduced as other styles.
Solves #3130
2019-05-27 18:26:06 +02:00
Morten Enemark Lund
6860b33870
Merge pull request #3138 from xonsh/hist-gc
fixed history gc
2019-05-24 18:27:51 +02:00
Anthony Scopatz
46d5140cb2 fixed history gc 2019-05-24 10:22:01 -05:00
Anthony Scopatz
82649dd13f
Merge pull request #3137 from con-f-use/master
Add histcpy to the xontribs
2019-05-24 10:13:00 -05:00
Anthony Scopatz
543b27bfc5 Py38 2019-05-24 10:01:15 -05:00
Gil Forsyth
d5ecc4f0bd
Merge pull request #3134 from virusbb001/fix-pred-thrdable-on-win
Fix for raising error in get_predictor_threadable on win
2019-05-23 11:24:25 -04:00
con-f-use
51b7d45b22
Add histcpy to the xontribs 2019-05-22 18:45:40 +02:00
virus
7d97459836 use isinstance for check type 2019-05-23 01:12:58 +09:00
virus
d8826848cd Revert "add type annotation of CommandsCache.get_predictor_threadable"
This reverts commit f16fae533c1cf073608dcd209fa079eced4b115b.
2019-05-23 01:12:57 +09:00
virus
3ab09cae39 add news item 2019-05-23 01:12:57 +09:00
virus
c797e3a549 return predicate in get_predictor_threadable 2019-05-23 01:12:57 +09:00
virus
b5d3d6cf69 add type annotation of CommandsCache.get_predictor_threadable 2019-05-23 01:12:57 +09:00
virus
b32525f1b6 add test to check working predict_threadable
Currently, this test fails only on windows.
2019-05-23 01:12:56 +09:00
Anthony Scopatz
86dae101c7 Updated CHANGELOG for 0.9.4 2019-05-22 11:09:32 -05:00
Anthony Scopatz
8262eec8a3 bumped version to 0.9.4 2019-05-22 11:09:32 -05:00
Anthony Scopatz
f138f3b0e5 Updated authorship for 0.9.4 2019-05-22 11:09:32 -05:00
Anthony Scopatz
a258fdbe44
Merge pull request #3126 from con-f-use/no_sql_out_hist
Document missing output history with sqlite
2019-05-22 11:04:33 -05:00
Anthony Scopatz
a646905993 Merge branch 'no_sql_out_hist' of https://github.com/con-f-use/xonsh into con-f-use-no_sql_out_hist 2019-05-22 10:47:21 -05:00
Anthony Scopatz
1ce72eb80c
Merge pull request #3121 from eppeters/master
Preserve newline during bashisms transformation.
2019-05-22 10:43:32 -05:00
Anthony Scopatz
10f9ca8ba1
Merge pull request #3135 from xonsh/fix_intensify_set
Fix crash when setting $INTENSIFY_COLORS_ON_WIN
2019-05-22 10:36:00 -05:00
Anthony Scopatz
0ea1c36b71
Merge pull request #3136 from laloch/unthread-sudoedit
Predict sudoedit unthreadable
2019-05-22 10:33:27 -05:00
David Strobach
0ec7706477 Predict sudoedit unthreadable 2019-05-22 15:25:20 +02:00
Eddie Peters
d29ed5cd60 Add news item. 2019-05-22 09:03:08 -04:00
Eddie Peters
46cc6f1541 Preserve newline during bashisms transformation. 2019-05-22 09:03:08 -04:00
Morten Enemark Lund
f1a8506904 make a different check if shell exists 2019-05-22 09:50:49 +02:00
Morten Enemark Lund
e74bb34928 Remember double backtick in rst 2019-05-22 09:26:03 +02:00
Morten Enemark Lund
4efbdf6117 Add news item 2019-05-22 09:21:02 +02:00
Morten Enemark Lund
d8e15d1afa Fix crash with setting $INTENSIFY_COLORS_ON_WIN in non interactive state 2019-05-22 09:14:24 +02:00
Anthony Scopatz
550d70d227
Merge pull request #3109 from cclauss/patch-2
CircleCI: Try adding Python 3.7 again
2019-05-21 18:42:07 -05:00
Anthony Scopatz
c4a956958f
Merge pull request #3108 from cclauss/patch-1
Travis CI: Add Python 3.7 and up-to-date nightly on Linux
2019-05-21 18:34:33 -05:00
Anthony Scopatz
1ed68c1dc1
Merge pull request #3119 from laloch/fix-ptk1-bashisms
Fix bashisms xontrib startup on PTK1
2019-05-21 18:32:34 -05:00
Anthony Scopatz
4c13c3664f
Merge pull request #3068 from carmenbianca/env-dash-S
Add `-S` argument to `env` in scripts/xon.sh
2019-05-21 18:30:06 -05:00
Anthony Scopatz
2388bab32a Merge branch 'patch-2' of https://github.com/cclauss/xonsh into cclauss-patch-2 2019-05-21 18:28:10 -05:00
Anthony Scopatz
de14607430 Merge branch 'patch-1' of https://github.com/cclauss/xonsh into cclauss-patch-1 2019-05-21 18:24:33 -05:00
Anthony Scopatz
48e063f09e Merge branch 'env-dash-S' of https://github.com/carmenbianca/xonsh into carmenbianca-env-dash-S 2019-05-21 18:21:08 -05:00
Anthony Scopatz
a555b517f5
Merge pull request #3128 from jb-leger/revert_portable_env_args_trick
Revert portable env args trick
2019-05-21 17:40:34 -05:00
Anthony Scopatz
2804e83c0b trigger 2019-05-21 17:32:33 -05:00
Anthony Scopatz
53b831490d
Merge pull request #3129 from jb-leger/test_delitem_default_env
Test delitem default env
2019-05-21 17:19:37 -05:00