Commit graph

8437 commits

Author SHA1 Message Date
con-f-use
1d44d6bf23
Newsitem for Alt+. binding 2019-06-12 19:57:21 +02:00
con-f-use
9f38269c24
Remove yet another unused import in bashisms
Co-Authored-By: Gil Forsyth <gforsyth@users.noreply.github.com>
2019-06-12 19:43:45 +02:00
con-f-use
2bc262e616
Remove more unused imports in bashisms 2019-06-12 19:25:47 +02:00
con-f-use
17143fc853
Remove unsed import and variable in bashisms 2019-06-12 19:19:44 +02:00
con-f-use
5b8b766139
Remove hard coded Alt+. binding
Is part of prompt toolkit now
2019-06-12 19:06:18 +02:00
6syun9
06e9f8826f add rst 2019-06-12 20:54:38 +09:00
6syun9
d47b96eb43 fix completer 2019-06-12 20:48:14 +09:00
Anthony Scopatz
eb5e53d582 Updated CHANGELOG for 0.9.6 2019-06-10 14:07:07 -04:00
Anthony Scopatz
2384643bf3 bumped version to 0.9.6 2019-06-10 14:07:07 -04:00
Anthony Scopatz
2f137091c0 Updated authorship for 0.9.6 2019-06-10 14:07:07 -04:00
Anthony Scopatz
dabd4bd353
Merge pull request #3152 from virusbb001/doc-change-default-val
Change default environment value of document.
2019-06-06 09:44:17 -04:00
virus
7bea7a9009 avoid executing on import 2019-06-06 21:45:52 +09:00
David Strobach
975c07ef15
Merge pull request #3155 from xonsh/stderr-pre
fixed XONSH_STDERR_POSTFIX issue
2019-06-06 13:54:05 +02:00
David Strobach
ef1ceb3847
Merge pull request #3154 from xonsh/ptk2-mlp0
fixes ptk2 multiline prompt issue
2019-06-06 13:47:56 +02:00
Anthony Scopatz
309b2205ad fix tools 2019-06-05 16:24:05 -04:00
Anthony Scopatz
bbec05453d fixed XONSH_STDERR_POSTFIX issue 2019-06-05 16:12:04 -04:00
Anthony Scopatz
e6ff92c676 fixes ptk2 multiline prompt issue 2019-06-05 15:34:17 -04:00
Anthony Scopatz
074ebbd608
Merge pull request #3151 from shadow-light/patch-gitstatus-delete
Patch gitstatus delete
2019-06-05 15:12:22 -04:00
virus
8b20dc0c2e apply black rule 2019-06-06 00:21:16 +09:00
virus
060358222f set default value docs of PATH 2019-06-06 00:13:33 +09:00
virus
698b7425ea docs: allow to break words in code literal 2019-06-06 00:13:33 +09:00
virus
279905602a set default value docs of LS_COLORS 2019-06-06 00:13:33 +09:00
virus
0f30790b2e set default value docs of XONSH_APPEND_NEWLINE 2019-06-05 23:18:11 +09:00
shadow-light
bb73547091
Added news file for patch-gitstatus-delete 2019-06-05 14:54:17 +10:00
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