xonsh/xonsh
László Vaskó 72f7b7e848 command-not-found: fix lookup of command-not-found in Ubuntu
The last change in #3249 has introduced a regression as
command-not-found does not reside on the $PATH on Ubuntu systems.

Additionally `CommandsCache` is introduced instead of `shutil.which` to
cache the result of $PATH lookup.
2019-08-07 18:31:57 +02:00
..
completers updates py-bash-completion to v0.2.6 2019-06-19 14:59:21 -04:00
history fixed history gc 2019-05-24 10:22:01 -05:00
lib Merge pull request #3099 from carmenbianca/abc-warning 2019-04-29 15:30:52 -04:00
parsers Merge pull request #3107 from laloch/noexpand-raw-string 2019-05-15 15:11:49 -04:00
ply Merge commit '4833134cfda5b4530582734ecfb9f60bea6915e8' into ply_update 2019-02-10 13:38:12 +01:00
prompt Allow disabling individual items in gitstatus prompt 2019-07-21 20:49:54 +02:00
ptk Merge branch 'master' into xonsh_session 2018-09-12 20:02:11 -04:00
ptk2 Merge branch 'master' into add_ref_interval 2019-07-19 15:54:58 -04:00
xoreutils restore while condition 2019-07-24 00:27:50 +09:00
__init__.py bumped version to 0.9.9 2019-07-19 18:13:20 -04:00
__main__.py black: the only color you need 2018-08-30 09:17:34 -05:00
aliases.py Try __name__ attribute from function frist 2019-02-21 22:59:48 +01:00
ansi_colors.py Add background colors for bw style. These color can not be deduced as other styles. 2019-05-27 18:26:06 +02:00
ast.py Added import 2018-11-09 23:25:31 -06:00
base_shell.py fixed some issues 2018-10-04 17:28:54 -04:00
built_ins.py Merge pull request #3220 from webmeister/subprocess-help 2019-07-19 17:38:46 -04:00
codecache.py resolved conflicts 2018-09-13 10:33:44 -04:00
color_tools.py color_tools: protect short2rgb against values with leading zeroes 2019-04-27 14:23:36 +02:00
commands_cache.py Update xonsh/commands_cache.py 2019-07-13 15:05:01 -05: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 Flake8 errors 2018-11-01 16:36:32 +01:00
dumb_shell.py dumb terminal support 2018-12-13 16:02:59 -05:00
environ.py Merge pull request #3258 from rindeal/patch-2 2019-08-07 10:22:10 +02:00
events.py fixed Event to allow discarding and adding during firing 2019-02-13 17:34:15 -05:00
execer.py Merge pull request #3217 from xonsh/proxy_cleanup 2019-07-14 17:33:59 -05: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 some fixes for inspect 2019-07-14 15:05:41 -05:00
inspectors.py Removed use of deprecated inspect.formatargspec() for inspect.signature() 2018-11-01 17:06:08 +01:00
jobs.py Avoid stale data when determining active tasks 2019-07-13 23:27:00 +02: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 black: the only color you need 2018-08-30 09:17:34 -05: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 Cleaned up proxy loading and unloading. 2019-07-13 16:11:18 -05:00
openpy.py black: the only color you need 2018-08-30 09:17:34 -05:00
parser.py Revert "updated setup.py for Python 3.4 (revert of 91ec14bb6d)" 2019-05-14 17:41:35 -04:00
platform.py Fix regression with ON_ANACONDA 2019-02-09 20:14:18 +01:00
pretty.py black: the only color you need 2018-08-30 09:17:34 -05:00
proc.py Merge branch 'master' into cfd 2019-02-06 14:52:33 -05:00
pyghooks.py pygments v2.4 fixes 2019-05-10 18:01:01 -04:00
pygments_cache.py black: the only color you need 2018-08-30 09:17:34 -05:00
pytest_plugin.py test fixes 2018-10-11 11:22:57 -04: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 some fixes, but not enough 2019-02-12 18:32:11 -05: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 command-not-found: fix lookup of command-not-found in Ubuntu 2019-08-07 18:31:57 +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 further fixes, but not quite there 2019-02-11 20:02:42 -05:00
xontribs.json xontrib-kitty 2019-06-28 16:26:04 -04:00
xontribs.py Make black happy 2019-06-17 14:53:39 -04:00