xonsh/xonsh
2024-08-12 14:05:52 +00:00
..
api refactoring: create xonsh.api, update xonsh.lib (#5557) 2024-06-29 11:58:11 +02:00
completers Alias that returns modified command (#5473) 2024-07-12 01:35:20 +02:00
history refactoring: fix test_main on mac (#5570) 2024-07-03 08:10:03 +02:00
lib refactoring: moving tokenize to parsers (#5596) 2024-07-12 11:11:52 +02:00
parsers refactoring: moving tokenize to parsers (#5596) 2024-07-12 11:11:52 +02:00
platforms refactoring: revert platform moving to backwards compatibility (#5564) 2024-07-01 13:44:38 +02:00
procs [pre-commit.ci] auto fixes from pre-commit.com hooks 2024-08-12 14:05:52 +00:00
prompt Introduce new resolver for executables to replace commands_cache usages and speed up everything (#5544) 2024-07-09 09:44:03 +02:00
pytest [pre-commit.ci] pre-commit autoupdate (#5599) 2024-07-15 21:56:21 +02:00
shells builtin: `exit can return exit code e.g. exit 71` (#5594) 2024-07-14 16:13:06 +02:00
virtualenv fix: update virtualenv activator (#5419) 2024-05-16 14:29:48 +05:30
webconfig xonfig: conch (#5499) 2024-07-04 16:06:03 +02:00
xoreutils refactoring: move lazy to lib (#5560) 2024-06-29 12:19:08 +02:00
__init__.py bumped version to 0.18.2 2024-07-18 09:23:44 -04:00
__main__.py black: the only color you need 2018-08-30 09:17:34 -05:00
aliases.py env: added XONSH_MODE (#5581) 2024-07-16 12:06:37 -04:00
ansi_colors.py refactoring: move lazy to lib (#5560) 2024-06-29 12:19:08 +02:00
built_ins.py builtin: `exit can return exit code e.g. exit 71` (#5594) 2024-07-14 16:13:06 +02:00
cli_utils.py fix: argparse based completions should work in newer python versions (#5542) 2024-06-27 11:55:39 +05:30
codecache.py refactoring: move lazy to lib (#5560) 2024-06-29 12:19:08 +02:00
color_tools.py refactoring: move lazy to lib (#5560) 2024-06-29 12:19:08 +02:00
commands_cache.py Introduce new resolver for executables to replace commands_cache usages and speed up everything (#5544) 2024-07-09 09:44:03 +02:00
completer.py Fix: exception when completing in python-only context (#5632) 2024-07-27 21:03:35 +05:30
contexts.py [pre-commit.ci] pre-commit autoupdate (#5271) 2024-01-30 12:23:50 +01:00
dirstack.py [pre-commit.ci] pre-commit autoupdate (#5271) 2024-01-30 12:23:50 +01:00
environ.py MULTILINE_PROMPT: using space without background (#5634) 2024-08-04 06:39:01 +05:30
events.py [pre-commit.ci] pre-commit autoupdate (#5271) 2024-01-30 12:23:50 +01:00
execer.py refactoring: restore parser to backwards compatibility after refactoring (#5571) 2024-07-03 10:33:17 +02:00
foreign_shells.py refactoring: move lazy to lib (#5560) 2024-06-29 12:19:08 +02:00
imphooks.py refactoring: move lazy to lib (#5560) 2024-06-29 12:19:08 +02:00
lazyasd.py refactoring: deprecation warnings and revert shell moving for backwards compatibility (#5575) 2024-07-04 17:24:04 +02:00
lazyimps.py refactoring: deprecation warnings and revert shell moving for backwards compatibility (#5575) 2024-07-04 17:24:04 +02:00
lazyjson.py refactoring: deprecation warnings and revert shell moving for backwards compatibility (#5575) 2024-07-04 17:24:04 +02:00
main.py env: added XONSH_MODE (#5581) 2024-07-16 12:06:37 -04:00
parser.py refactoring: restore parser to backwards compatibility after refactoring (#5571) 2024-07-03 10:33:17 +02:00
platform.py refactoring: revert platform moving to backwards compatibility (#5564) 2024-07-01 13:44:38 +02:00
pyghooks.py executables: Added `locate_relative_path functionality to locate_file`. (#5630) 2024-07-25 12:56:30 +05:30
pygments_cache.py Fixed `xonsh -DVAR=VAL` behavior: initiate env variables before shell initialization. (#5396) 2024-05-06 17:39:10 +05:30
shell.py refactoring: deprecation warnings and revert shell moving for backwards compatibility (#5575) 2024-07-04 17:24:04 +02:00
style_tools.py refactoring: move lazy to lib (#5560) 2024-06-29 12:19:08 +02:00
timings.py refactoring: move lazy to lib (#5560) 2024-06-29 12:19:08 +02:00
tools.py tools: using path in chdir (#5637) 2024-07-30 16:31:21 +02:00
tracer.py refactoring: move lazy to lib (#5560) 2024-06-29 12:19:08 +02:00
wizard.py refactoring: move jsonutils to lib (#5548) 2024-06-29 00:46:04 +02:00
xonfig.py refactoring: move lazy to lib (#5560) 2024-06-29 12:19:08 +02:00
xontribs.py Fix argparser (#5421) 2024-05-16 16:31:05 +05:30