.. |
completers
|
Fixing bash completion bug when prefix started with '>', '<', or ':' (#4826)
|
2022-08-06 14:37:09 +05:30 |
history
|
Add XONSH_HISTORY_IGNORE_REGEX support (#4953)
|
2022-10-05 00:16:42 +05:30 |
lib
|
test: python completers have become flaky
|
2022-03-22 19:13:11 +05:30 |
parsers
|
Fixing bash completion bug when prefix started with '>', '<', or ':' (#4826)
|
2022-08-06 14:37:09 +05:30 |
ply/ply
|
refactor: remove non-source files from ply vendored (#4321)
|
2021-07-01 09:35:57 -04:00 |
procs
|
feat: add on_command_not_found event (#4959)
|
2022-10-11 08:54:12 -04:00 |
prompt
|
fix: mypy errors since v0.991
|
2022-12-20 10:25:28 +05:30 |
ptk_shell
|
Fix auto-suggestion completion stacking if no normal completion exists (#4970)
|
2022-10-21 00:48:31 +05:30 |
pytest
|
cmd cache refactor - optimize cache usage (#4954)
|
2022-11-14 23:52:10 +05:30 |
virtualenv
|
Fix virtualenv Path import and bump version (#4903)
|
2022-07-31 10:32:01 +05:30 |
webconfig
|
fix: web config tool including \r in prompt (#4969)
|
2022-10-25 10:07:20 -04:00 |
xoreutils
|
refactor(amalgamate): remove amalgamation (#4858)
|
2022-07-04 10:40:16 +05:30 |
__init__.py
|
bumped version to 0.13.4
|
2022-12-08 09:37:21 -05:00 |
__main__.py
|
black: the only color you need
|
2018-08-30 09:17:34 -05:00 |
aliases.py
|
chore: fix formatting in aliases.py
|
2023-01-17 13:27:17 -05:00 |
ansi_colors.py
|
fix(styles): fall back to default style if style not found (#4906)
|
2022-08-03 11:35:28 +05:30 |
ast.py
|
style: isort imports
|
2022-01-31 11:16:51 -05:00 |
base_shell.py
|
fix: do not append empty/comment-only input to history (#4822)
|
2022-05-26 17:50:08 +05:30 |
built_ins.py
|
Handle regex error (#5034)
|
2023-01-23 10:15:38 -05:00 |
cli_utils.py
|
[pre-commit.ci] pre-commit autoupdate (#4874)
|
2022-07-11 23:56:34 +05:30 |
codecache.py
|
feat: make stracktraces behave like in python (#4662)
|
2022-02-04 09:16:44 +05:30 |
color_tools.py
|
style: isort imports
|
2022-01-31 11:16:51 -05:00 |
commands_cache.py
|
commands_cache: ignore mtime check on non-darwin os (#4988)
|
2022-12-05 21:04:20 +05:30 |
completer.py
|
style: isort imports
|
2022-01-31 11:16:51 -05:00 |
contexts.py
|
pre-commit hook for pyupgrade (#4583)
|
2021-12-06 14:42:26 -05:00 |
diff_history.py
|
style: isort imports
|
2022-01-31 11:16:51 -05:00 |
dirstack.py
|
fix: mypy error on implicit optional
|
2022-10-05 11:54:05 +05:30 |
dumb_shell.py
|
Remove globals (#4280)
|
2021-05-20 13:14:26 +03:00 |
environ.py
|
commands_cache: ignore mtime check on non-darwin os (#4988)
|
2022-12-05 21:04:20 +05:30 |
events.py
|
xontrib load/unload (#4817)
|
2022-05-30 15:33:17 +05:30 |
execer.py
|
fix: do not append empty/comment-only input to history (#4822)
|
2022-05-26 17:50:08 +05:30 |
foreign_shells.py
|
Pre commit ci (#4863)
|
2022-07-01 11:47:01 -04:00 |
imphooks.py
|
style: isort imports
|
2022-01-31 11:16:51 -05:00 |
inspectors.py
|
style: isort imports
|
2022-01-31 11:16:51 -05:00 |
jobs.py
|
Fix job control for callable aliases (#4901)
|
2022-08-03 11:37:26 +05:30 |
jsonutils.py
|
flake
|
2017-02-26 15:51:17 -05:00 |
lazyasd.py
|
style: isort imports
|
2022-01-31 11:16:51 -05:00 |
lazyimps.py
|
style: isort imports
|
2022-01-31 11:16:51 -05:00 |
lazyjson.py
|
style: isort imports
|
2022-01-31 11:16:51 -05:00 |
lexer.py
|
chore: drop py3.7 (#4770)
|
2022-04-26 09:00:31 -04:00 |
macutils.py
|
style: isort imports
|
2022-01-31 11:16:51 -05:00 |
main.py
|
Pr5 xontrib entrypoints (#4827)
|
2022-06-17 12:39:12 -04:00 |
openpy.py
|
style: isort imports
|
2022-01-31 11:16:51 -05:00 |
parser.py
|
pre-commit hook for pyupgrade (#4583)
|
2021-12-06 14:42:26 -05:00 |
platform.py
|
Pre commit ci (#4863)
|
2022-07-01 11:47:01 -04:00 |
pretty.py
|
fix: item order of pretty-printed dictionaries (#4786)
|
2022-04-30 08:25:52 +05:30 |
proc.py
|
style: isort imports
|
2022-01-31 11:16:51 -05:00 |
pyghooks.py
|
cmd cache refactor - optimize cache usage (#4954)
|
2022-11-14 23:52:10 +05:30 |
pygments_cache.py
|
style: isort imports
|
2022-01-31 11:16:51 -05:00 |
readline_shell.py
|
Update terminal title before executing subprocess (#4916)
|
2022-08-10 09:50:09 +05:30 |
shell.py
|
feat: add on_command_not_found event (#4959)
|
2022-10-11 08:54:12 -04:00 |
style_tools.py
|
style: isort imports
|
2022-01-31 11:16:51 -05:00 |
timings.py
|
Update timings.py
|
2022-08-31 18:41:05 +06:00 |
tokenize.py
|
feat: f-glob strings (#4835)
|
2022-06-12 13:45:16 +05:30 |
tools.py
|
cmd cache refactor - optimize cache usage (#4954)
|
2022-11-14 23:52:10 +05:30 |
tracer.py
|
style: isort imports
|
2022-01-31 11:16:51 -05:00 |
winutils.py
|
refactor(amalgamate): remove amalgamation (#4858)
|
2022-07-04 10:40:16 +05:30 |
wizard.py
|
style: isort imports
|
2022-01-31 11:16:51 -05:00 |
xonfig.py
|
Pr5 xontrib entrypoints (#4827)
|
2022-06-17 12:39:12 -04:00 |
xontribs.py
|
Update xontribs.py
|
2023-01-23 21:04:29 +05:30 |