xonsh/xonsh
Jamie Bliss 44333fdcd5 Remove problematic "loopback" event style.
This has limited use because you have to do it in such a way that different
handlers don't step on each other or blow up on input they don't understand.
The worst case is the first use-case: command preprocessing.
2016-08-15 23:03:32 -04:00
..
completers some flake8 fixes 2016-07-28 12:17:43 -04:00
parsers small style changes 2016-07-18 11:30:57 +02:00
ply fix reported PLY version in bundled PLY 2016-07-28 14:40:47 -04:00
ptk re-enable tab completion for aliases 2016-07-27 11:46:27 -04:00
xoreutils big style changes 2016-07-18 11:54:54 +02:00
__init__.py version bump to 0.4.4 2016-07-20 21:42:28 -04:00
__main__.py Allow python -m xonsh 2016-05-21 11:44:28 -07:00
aliases.py Merge pull request #1503 from xonsh/lazycomp 2016-07-28 12:47:31 -04:00
ansi_colors.py small style changes 2016-07-18 11:30:57 +02:00
ast.py Merge remote-tracking branch 'upstream/master' into remove-flake8-exceptions 2016-07-20 22:15:56 +02:00
base_shell.py change from set window title to window + icon (tab) title 2016-07-27 17:46:12 +02:00
built_ins.py Create the standard, global event bus 2016-07-28 00:45:34 -04:00
codecache.py small style changes 2016-07-18 11:30:57 +02:00
commands_cache.py revert changes based on review 2016-07-20 22:07:45 +02:00
completer.py Merge pull request #1249 from xonsh/sort_comp 2016-06-17 09:44:44 -04:00
contexts.py initial dsubmit 2016-06-05 22:12:19 -04:00
diff_history.py Merge remote-tracking branch 'upstream/master' into remove-flake8-exceptions 2016-07-20 22:15:56 +02:00
dirstack.py rm LazyObject from dirstack 2016-07-07 10:14:26 -04:00
environ.py some minor updates 2016-07-22 20:37:10 -04:00
events.py Remove problematic "loopback" event style. 2016-08-15 23:03:32 -04:00
execer.py small style changes 2016-07-18 11:30:57 +02:00
foreign_shells.py revert changes based on review 2016-07-20 22:07:45 +02:00
history.py bringing back the path.join 2016-07-31 03:22:41 +03:00
imphooks.py Use scandir in xonsh.imphooks 2016-05-24 20:49:46 +02:00
inspectors.py fix new pep8 problems after merge 2016-07-20 22:28:27 +02:00
jobs.py small style changes 2016-07-18 11:30:57 +02:00
jupyter_kernel.py add alias expansion to the jupyter kernel 2016-07-27 11:55:51 -04:00
lazyasd.py indent fix 2016-07-26 03:52:33 -04:00
lazyimps.py newlines 2016-07-19 12:02:22 -04:00
lazyjson.py big style changes 2016-07-18 11:54:54 +02:00
lexer.py small style changes 2016-07-18 11:30:57 +02:00
main.py Flake8 fix 2016-07-30 20:21:29 +07:00
openpy.py Merge remote-tracking branch 'upstream/master' into remove-flake8-exceptions 2016-07-20 22:15:56 +02:00
parser.py small style changes 2016-07-18 11:30:57 +02:00
platform.py some flake8 fixes 2016-07-28 12:17:43 -04:00
pretty.py Merge remote-tracking branch 'upstream/master' into remove-flake8-exceptions 2016-07-20 22:15:56 +02:00
proc.py fix pep8 once more 2016-07-21 09:48:59 +02:00
pyghooks.py revert changes based on review 2016-07-20 22:07:45 +02:00
readline_shell.py re-enable tab completion for aliases 2016-07-27 11:46:27 -04:00
replay.py big style changes 2016-07-18 11:54:54 +02:00
shell.py fix all remaining flake errors 2016-07-18 10:51:46 +02:00
teepty.py Merge remote-tracking branch 'upstream/master' into remove-flake8-exceptions 2016-07-20 22:15:56 +02:00
timings.py revert changes based on review 2016-07-20 22:07:45 +02:00
tokenize.py Merge remote-tracking branch 'upstream/master' into remove-flake8-exceptions 2016-07-20 22:15:56 +02:00
tools.py cleanup 2016-07-29 19:42:00 +03:00
tracer.py Merge remote-tracking branch 'upstream/master' into remove-flake8-exceptions 2016-07-20 22:15:56 +02:00
winutils.py small style changes 2016-07-18 11:30:57 +02:00
wizard.py small style changes 2016-07-18 11:30:57 +02:00
xonfig.py quick fix for no ply.__version__ attribute 2016-07-28 14:47:04 -04:00
xontribs.json Submitting xontrib-z 2016-07-29 13:43:42 -04:00
xontribs.py Some fixes from the PR 2016-08-03 11:57:20 -04:00