Commit graph

8363 commits

Author SHA1 Message Date
shadow-light
6b5dcc26a9
Merge branch 'patch-gitstatus-delete' of github.com:shadow-light/xonsh into patch-gitstatus-delete 2019-06-05 14:45:10 +10:00
shadow-light
25424df265
Report deleted files in gitstatus 2019-06-05 14:44:45 +10:00
Anthony Scopatz
485c9677a6
Merge pull request #3149 from laloch/fix-help-ver-predictor
Fix exception in help_version threadable predictor
2019-06-04 12:16:30 -04:00
David Strobach
45c4f5ce9d Fix exception in help_version threadable predictor 2019-06-04 17:57:11 +02:00
David Strobach
cb5a20b749
Merge pull request #3150 from xonsh/rm-mpl-35
remove matplotlib from 3.5 deps
2019-06-04 17:51:31 +02:00
Anthony Scopatz
3bb55669ac remove matplotlib from 3.5 deps 2019-06-04 11:38:29 -04:00
Anthony Scopatz
ef4755e16b Updated CHANGELOG for 0.9.5 2019-05-31 15:51:18 -04:00
Anthony Scopatz
ca1d903837 bumped version to 0.9.5 2019-05-31 15:51:17 -04:00
Anthony Scopatz
4cad672cbd Updated authorship for 0.9.5 2019-05-31 15:51:17 -04:00
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