xonsh/xonsh
David Strobach 3a6e9de201
Fix column offset of unary operator AST node (#3565)
* Fix unary operator AST node column offset

This fixes a bug in subprocess mode. Logical subrocess
operators could not follow long subprocess arguments (e.g. --version).
2020-05-10 10:17:55 -04:00
..
completers Merge pull request #3527 from xonsh/fix_pip_completer 2020-05-08 15:10:44 +02:00
history Add history flush action 2020-05-08 23:56:49 +02:00
lib Fixup rmtree on windows 2019-11-27 01:03:05 +01:00
parsers Fix column offset of unary operator AST node (#3565) 2020-05-10 10:17:55 -04:00
ply Merge commit '4833134cfda5b4530582734ecfb9f60bea6915e8' into ply_update 2019-02-10 13:38:12 +01:00
prompt "Adding test to validate additional color stripping." 2020-02-08 18:31:53 -05:00
ptk2 Add ptk3 (#3521) 2020-04-18 10:44:27 -04:00
ptk_shell Add ptk3 (#3521) 2020-04-18 10:44:27 -04:00
webconfig Use UTF-8 encoding to write .xonshrc with webconfig (#3543) 2020-04-30 20:26:48 -04:00
xoreutils bugfix 2020-02-28 15:26:47 -05:00
__init__.py bumped version to 0.9.18 2020-05-05 08:12:59 -04:00
__main__.py black: the only color you need 2018-08-30 09:17:34 -05:00
aliases.py Loading rc in non-interactive login shell (#3422) 2020-03-01 12:56:23 -05:00
ansi_colors.py more color code fixes and robustness 2019-10-07 14:39:10 -04:00
ast.py Added import 2018-11-09 23:25:31 -06:00
base_shell.py fix black --check error 2020-01-04 14:43:18 -05:00
built_ins.py Fix @$() subprocess operator 2020-04-08 18:34:47 +02:00
codecache.py Use explicit utf-8 encoding when reading script files 2019-10-01 14:24:38 +02:00
color_tools.py color modifier fix 2019-10-02 16:37:16 -04:00
commands_cache.py Unthread xdg-open. 2020-04-01 21:34:05 +02:00
completer.py Merge branch 'master' into xonsh_session 2018-09-12 20:02:11 -04:00
contexts.py Merge branch 'master' into xonsh_session 2018-09-12 20:02:11 -04:00
diff_history.py black: the only color you need 2018-08-30 09:17:34 -05:00
dirstack.py fix behavior of 'cd -P' 2020-03-11 01:06:59 +01:00
dumb_shell.py dumb terminal support 2018-12-13 16:02:59 -05:00
environ.py Add ptk3 (#3521) 2020-04-18 10:44:27 -04:00
events.py fixed Event to allow discarding and adding during firing 2019-02-13 17:34:15 -05:00
execer.py execx, evalx: fix handling of trailing newline 2020-03-19 11:42:38 +01:00
foreign_shells.py remove newlines 2019-07-01 19:41:54 -04:00
fs.py black: the only color you need 2018-08-30 09:17:34 -05:00
imphooks.py apply universal newlines on windows 2020-02-28 15:12:25 -05:00
inspectors.py black 2019-10-07 15:57:45 -04:00
jobs.py Fix issue with taskkill after ctrl-c on win 2019-11-05 17:23:12 +01:00
jsonutils.py flake 2017-02-26 15:51:17 -05:00
jupyter_kernel.py Think I got all the necessary name switches 2018-09-29 18:47:36 -07:00
jupyter_shell.py Think I got all the necessary name switches 2018-09-29 18:47:36 -07:00
lazyasd.py Merge branch 'master' into xonsh_session 2018-09-12 20:02:11 -04:00
lazyimps.py moved things around 2019-10-18 12:57:44 -04:00
lazyjson.py black: the only color you need 2018-08-30 09:17:34 -05:00
lexer.py Updates to reflect that ply is only vended now 2019-02-10 14:04:05 +01:00
macutils.py Docstring and comment spelling corrections 2017-06-07 11:51:17 -04:00
main.py Add ptk3 (#3521) 2020-04-18 10:44:27 -04:00
openpy.py black: the only color you need 2018-08-30 09:17:34 -05:00
parser.py Create python3.8 parser 2019-11-15 16:49:22 -05:00
platform.py Add ptk3 (#3521) 2020-04-18 10:44:27 -04:00
pretty.py black: the only color you need 2018-08-30 09:17:34 -05:00
proc.py Exitcode (#3465) 2020-03-01 15:06:33 -05:00
pyghooks.py Add ptk3 (#3521) 2020-04-18 10:44:27 -04:00
pygments_cache.py black: the only color you need 2018-08-30 09:17:34 -05:00
pytest_plugin.py fix flax error 2020-03-03 11:00:11 -05:00
readline_shell.py fix "'NoneType' object is not iterable" on stty lookup 2019-03-24 11:00:24 -04:00
replay.py Merge branch 'master' into xonsh_session 2018-09-12 20:02:11 -04:00
shell.py Add ptk3 (#3521) 2020-04-18 10:44:27 -04:00
style_tools.py updated pyghooks 2019-03-12 17:28:09 -04:00
timings.py setup_timings argv argument 2018-11-27 22:30:29 +01:00
tokenize.py Add fp permutation tokens and expand prefix matching 2018-12-25 17:39:41 -05:00
tools.py Fix executables_in() exception on Windows 2020-04-07 19:57:53 +02:00
tracer.py black: the only color you need 2018-08-30 09:17:34 -05:00
winutils.py black: the only color you need 2018-08-30 09:17:34 -05:00
wizard.py Merge branch 'master' into xonsh_session 2018-09-12 20:02:11 -04:00
xonfig.py Typo in WELCOME_MSG 2020-04-25 18:21:05 -04:00
xontribs.json xontrib-prompt-bar and xontrib-pipeliner (#3558) 2020-05-05 06:39:33 -04:00
xontribs.py Make black happy 2019-06-17 14:53:39 -04:00