xonsh/xonsh
Andy Kipp 5be43ba7a8
Fixed hanging the command right after calling full capture subprocess (#5769)
* fix

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* test

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* test

* test

* test

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* test

---------

Co-authored-by: Andy Kipp <no@no.no>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Andy Kipp <123@321.123>
2025-01-13 12:27:29 +06:00
..
api [pre-commit.ci] pre-commit autoupdate (#5691) 2024-09-23 20:51:43 +02:00
completers [pre-commit.ci] pre-commit autoupdate (#5712) 2024-12-08 14:07:36 +00:00
history refactoring: fix test_main on mac (#5570) 2024-07-03 08:10:03 +02:00
lib xonsh/lib: Create README.md 2024-12-11 16:19:25 +06:00
parsers Fix DeprecationWarning while initializing Expression (#5739) 2024-12-02 17:31:09 +05:30
platforms refactoring: revert platform moving to backwards compatibility (#5564) 2024-07-01 13:44:38 +02:00
procs Fixed hanging the command right after calling full capture subprocess (#5769) 2025-01-13 12:27:29 +06: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 test(ubuntu,osx): skip pipeline and specs tests on Python 3.12 2024-11-16 12:59:35 -05:00
shells builtin: `exit can return exit code e.g. exit 71` (#5594) 2024-07-14 16:13:06 +02:00
virtualenv Fix quoting issue in virtualenv activator (#5700) 2024-10-03 14:49:05 +02:00
webconfig Fix typo Crtl+C -> Ctrl+C (#5685) 2024-09-17 12:47:59 +02:00
xoreutils refactoring: move lazy to lib (#5560) 2024-06-29 12:19:08 +02:00
__init__.py bumped version to 0.19.0 2024-12-09 09:41:03 -05: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 Add *args and **kwargs to _parse_known_args, and pass them through to the call to super(). _parse_known_args 2024-11-17 08:38:10 -05:00
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 try just using CaseSenssitiveDict from requests to see if it works (#5744) 2024-12-08 13:58:31 +05:30
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 env: add XONSH_SUPPRESS_WELCOME to suppress welcome msg (#5719) 2024-11-18 18:04:24 -05:00
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 Allow non-integer exit codes (#5721) 2024-12-10 12:26:12 +06:00
parser.py parsers: fix deprecation warnings triggered on python3.13 2024-11-17 08:44:39 -05: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