xonsh/xonsh
2020-10-06 03:49:26 +03:00
..
completers Merge branch 'master' into xonfig-kernel 2020-09-23 04:41:31 -04:00
history Merge pull request #3785 from Eadaen/history_testing-ead 2020-09-22 09:10:04 -07:00
lib landing page 2020-08-09 18:00:23 -05:00
parsers feat: integrate flake8-docstring 2020-09-30 16:07:58 +05:30
ply Merge commit '4833134cfda5b4530582734ecfb9f60bea6915e8' into ply_update 2019-02-10 13:38:12 +01:00
prompt Merge pull request #3793 from cafehaine/master 2020-09-30 13:30:38 -07:00
ptk2 Add ptk3 (#3521) 2020-04-18 10:44:27 -04:00
ptk_shell Merge branch 'master' of https://github.com/xonsh/xonsh into env_get_path 2020-09-30 23:44:37 +03:00
vended_ptk Rename license files 2020-08-10 12:27:49 +02:00
webconfig updates to webconfig 2020-08-26 09:56:50 -05:00
xoreutils black 2020-09-22 00:11:21 +03:00
__init__.py bumped version to 0.9.22 2020-09-16 15:06:47 -07:00
__main__.py black: the only color you need 2018-08-30 09:17:34 -05:00
aliases.py feat: integrate flake8-docstring 2020-09-30 16:07:58 +05:30
ansi_colors.py Add a deprecation warning 2020-09-23 20:29:03 +02:00
ast.py Improve handling of f-strings 2020-08-17 04:57:39 +02:00
base_shell.py fix black --check error 2020-01-04 14:43:18 -05:00
built_ins.py fix black 2020-09-17 22:30:08 +02:00
codecache.py Finalize f-string handler transition 2020-08-17 13:41:11 +02:00
color_tools.py Print to stderr instead of using warn() 2020-09-24 12:14:52 +02: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 Merge branch 'master' of https://github.com/xonsh/xonsh into env_get_path 2020-09-30 23:44:37 +03:00
events.py fixed Event to allow discarding and adding during firing 2019-02-13 17:34:15 -05:00
execer.py Fix ctx-free parser stripping the trailing newline 2020-07-28 20:00:07 +02: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 Make black happy. 2020-07-27 18:46:48 +02:00
inspectors.py Remove most of Python 3.5 compatibility code. (#3654) 2020-08-05 10:29:31 -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 LS_COLORS add mh, change rs to fi; support ln=target 2020-06-20 17:46:37 -04:00
lazyjson.py black: the only color you need 2018-08-30 09:17:34 -05:00
lexer.py feat: integrate flake8-docstring 2020-09-30 16:07:58 +05:30
macutils.py Docstring and comment spelling corrections 2017-06-07 11:51:17 -04:00
main.py argparse own version 2020-10-06 03:49:26 +03:00
openpy.py black: the only color you need 2018-08-30 09:17:34 -05:00
parser.py Remove most of Python 3.5 compatibility code. (#3654) 2020-08-05 10:29:31 -04:00
platform.py fix small issue when checking PTK version 2020-08-12 12:29:02 +02:00
pretty.py black: the only color you need 2018-08-30 09:17:34 -05:00
proc.py better way to test/set cygwin proc setting 2020-09-16 09:05:51 -04:00
pyghooks.py Add a deprecation warning 2020-09-23 20:29:03 +02:00
pygments_cache.py black: the only color you need 2018-08-30 09:17:34 -05:00
pytest_plugin.py Clean up ignorable warnings in clean pytest run 2020-05-08 15:41:06 -04:00
readline_shell.py completers: Enable display and description texts with RichCompletion 2020-07-28 02:58:33 +03:00
shell.py uups it's from another feature :) 2020-09-30 21:43:46 +03:00
style_tools.py feat: use threads to offload prompt sections 2020-09-27 21:53:53 +05:30
timings.py setup_timings argv argument 2018-11-27 22:30:29 +01:00
tokenize.py Add walrus operator token 2020-08-11 15:21:46 +02:00
tools.py Fix register 2020-09-30 21:36:59 +03:00
tracer.py Remove most of Python 3.5 compatibility code. (#3654) 2020-08-05 10:29:31 -04: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 Fix case running on Windows and not in a virtual environment. 2020-09-23 05:11:56 -04:00
xontribs.json Merge pull request #3802 from anki-code/patch-11 2020-09-29 17:44:48 -07:00
xontribs.py xontrib: don't stop loading xontribs on error 2020-06-18 15:41:10 +02:00