Commit graph

1406 commits

Author SHA1 Message Date
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
shadow-light
bb73547091
Added news file for patch-gitstatus-delete 2019-06-05 14:54:17 +10:00
David Strobach
45c4f5ce9d Fix exception in help_version threadable predictor 2019-06-04 17:57:11 +02:00
Anthony Scopatz
ef4755e16b Updated CHANGELOG for 0.9.5 2019-05-31 15:51:18 -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
Jean-Benoist Leger
4fa96ded56
news item for ansi_colors_style_bw 2019-05-27 18:29:40 +02:00
Anthony Scopatz
46d5140cb2 fixed history gc 2019-05-24 10:22:01 -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
virus
3ab09cae39 add news item 2019-05-23 01:12:57 +09:00
Anthony Scopatz
86dae101c7 Updated CHANGELOG for 0.9.4 2019-05-22 11:09:32 -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
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
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
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
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
David Strobach
631c4f1abe Fill in the news entry 2019-05-17 15:20:26 +02:00
Jean-Benoist Leger
0420d8d35c
news item for revert_portable_env_args_trick 2019-05-15 22:37:58 +02:00
Gil Forsyth
3b011dcfd1
Merge pull request #3107 from laloch/noexpand-raw-string
Do not attempt to expand raw strings in subprocess mode
2019-05-15 15:11:49 -04:00
Gil Forsyth
3d4c7dd93e
Merge pull request #3102 from virusbb001/allow-avoid-overwrite-in-run-tests
Add process to avoid overwrite files that specified in options in `run-tests.xsh`
2019-05-15 15:03:47 -04:00
Gil Forsyth
61c3566a15
Merge pull request #3106 from jb-leger/command_cache_env_pred
Command cache env pred
2019-05-15 14:58:57 -04:00
Anthony Scopatz
cef6fb93e1 Updated CHANGELOG for 0.9.3 2019-05-14 17:47:13 -04:00
Anthony Scopatz
679d4e061f new for Python 3.4 deprecation 2019-05-14 17:45:24 -04:00
Anthony Scopatz
945406164e Updated CHANGELOG for 0.9.2 2019-05-14 17:33:25 -04:00
Anthony Scopatz
002a317951 updated setup.py for Python 3.4 (revert of 91ec14bb6d) 2019-05-14 17:32:31 -04:00
Anthony Scopatz
400cbfd2f0 Merge branch 'aliases_predictor_threadable' of https://github.com/jb-leger/xonsh into jb-leger-aliases_predictor_threadable 2019-05-14 17:23:32 -04:00
virus
c43c1fc46e add news file 2019-05-13 00:00:07 +09:00
Anthony Scopatz
4870de6e51 Updated CHANGELOG for 0.9.1 2019-05-11 12:23:54 -04:00
Morten Enemark Lund
2bb5734395
Merge pull request #3124 from xonsh/pyreq
python_requires
2019-05-11 15:22:39 +02:00
Anthony Scopatz
3e05159ba6 python_requires 2019-05-10 18:47:34 -04:00
Anthony Scopatz
af8e157442 pygments v2.4 fixes 2019-05-10 18:01:01 -04:00
Anthony Scopatz
18a3231932 Updated CHANGELOG for 0.9.0 2019-05-09 18:19:32 -04:00
Gil Forsyth
3edd2df7bd
Merge pull request #3116 from xonsh/py38
minial Python 3.8 fix
2019-05-09 07:50:20 -04:00
Anthony Scopatz
c4ec812cce news 2019-05-08 18:11:03 -04:00
Ad115
2766a9a06e Fixed error with aliases composed of functions wrapped in functools.partial. 2019-05-07 13:53:00 -05:00
Anthony Scopatz
298f138d5e
Merge pull request #3113 from rodrigogolive/remove_py34
Drop support for Python 3.4
2019-05-06 18:15:25 -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
Ad115
6fbe2795d3 Added news item to the previous commit 2019-05-06 13:37:37 -05:00
Gil Forsyth
3664abb9d6
Merge pull request #3105 from jb-leger/tests_usrbinenv_args_update
Tests usrbinenv args update
2019-05-05 11:12:19 -04:00
David Strobach
046fe6eff4 Do not attempt to expand raw strings 2019-04-30 19:15:55 +02:00
Jean-Benoist Leger
2d10fff3af
news item for command_cache_env_pred 2019-04-29 23:57:31 +02:00
Jean-Benoist Leger
d9c927fda0
empty news item. News item is already present. 2019-04-29 23:46:26 +02:00
Jean-Benoist Leger
e932864945
news item for aliases_predictor_threadable 2019-04-29 23:32:41 +02:00
Gil Forsyth
916d9ff53b
Merge pull request #3099 from carmenbianca/abc-warning
Import MutableSet from colections.abc to circumvent DeprecationWarning
2019-04-29 15:30:52 -04:00
Gil Forsyth
c1092ec349
Merge pull request #3096 from jb-leger/environ_do_not_delete_default_value
Environ do not delete default value
2019-04-29 15:29:03 -04:00
Gil Forsyth
15b09f5998
Merge pull request #3092 from laloch/fix-ansi-colors
color_tools: protect short2rgb against values with leading zeroes
2019-04-29 15:26:03 -04:00