.. |
completers
|
new path tests
|
2016-09-26 17:29:03 +02:00 |
parsers
|
No need to check version now that there is a 3.6 parser.
|
2016-09-26 10:10:46 -07:00 |
ply
|
fix reported PLY version in bundled PLY
|
2016-07-28 14:40:47 -04:00 |
prompt
|
UnboundLocal typo
|
2016-09-30 15:53:31 +03:00 |
ptk
|
Add $XONSH_UPDATE_PROMPT_ON_KEYPRESS option
|
2016-09-26 00:04:48 +07:00 |
xoreutils
|
Change aliased collections.abc to cabc to avoid conflicts with the abc module.
|
2016-08-24 01:08:02 -04:00 |
__init__.py
|
init reorder
|
2016-09-24 18:22:09 -04:00 |
__main__.py
|
Allow python -m xonsh
|
2016-05-21 11:44:28 -07:00 |
aliases.py
|
remove bang aliases
|
2016-09-28 17:11:09 +03:00 |
ansi_colors.py
|
small style changes
|
2016-07-18 11:30:57 +02:00 |
ast.py
|
removed dead code
|
2016-09-09 19:25:38 -04:00 |
base_shell.py
|
Use SetConsoleTitleW() on Windows
|
2016-09-26 12:11:50 -04:00 |
built_ins.py
|
fixed tilde expansion
|
2016-09-09 19:21:26 -04:00 |
codecache.py
|
fix for scripts breaking with code cache turned off
|
2016-08-19 01:11:16 -04:00 |
commands_cache.py
|
fix alias lookup on windows
|
2016-09-12 11:52:09 +08:00 |
completer.py
|
Merge remote-tracking branch 'upstream/master' into events
|
2016-08-26 17:36:50 -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
|
fix indexerror on pushd(['.']) (hopefully last such); allow dirstack_unc tests to run if some temp drive letters already in use
|
2016-09-05 23:08:03 -04:00 |
environ.py
|
fix text formatting on envvars page
|
2016-09-28 11:42:02 -04:00 |
events.py
|
hot fix for pytest events
|
2016-08-28 10:32:10 -04:00 |
execer.py
|
fixed conflicts with tests
|
2016-08-27 21:13:57 -04:00 |
foreign_shells.py
|
fix if shaliases is None
|
2016-09-12 11:13:54 +03:00 |
history.py
|
history tutorial and a bug fix
|
2016-09-02 13:33:45 +03:00 |
imphooks.py
|
cleanup/tests
|
2016-08-27 13:51:45 +03: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
|
Change aliased collections.abc to cabc to avoid conflicts with the abc module.
|
2016-08-24 01:08:02 -04:00 |
lazyimps.py
|
newlines
|
2016-07-19 12:02:22 -04:00 |
lazyjson.py
|
Change aliased collections.abc to cabc to avoid conflicts with the abc module.
|
2016-08-24 01:08:02 -04:00 |
lexer.py
|
error token
|
2016-08-31 00:47:23 -04:00 |
main.py
|
Reintroduce importhook for developer install
|
2016-08-10 17:26:20 -07:00 |
openpy.py
|
Merge remote-tracking branch 'upstream/master' into remove-flake8-exceptions
|
2016-07-20 22:15:56 +02:00 |
parser.py
|
Start a Python 3.6 parser.
|
2016-09-18 10:48:30 -07:00 |
platform.py
|
Add git completions script from GitForWindows to $BASH_COMPLETIONS_DEFAULT
|
2016-09-13 23:38:40 +02:00 |
pretty.py
|
Merge remote-tracking branch 'upstream/master' into remove-flake8-exceptions
|
2016-07-20 22:15:56 +02:00 |
proc.py
|
Change aliased collections.abc to cabc to avoid conflicts with the abc module.
|
2016-08-24 01:08:02 -04:00 |
pyghooks.py
|
Build docs on 3.5 otherwise we'll never caught failures.
|
2016-09-17 13:20:17 -07:00 |
pytest_plugin.py
|
Change import form back to import xonsh.imphooks
|
2016-08-30 00:22:26 +02:00 |
readline_shell.py
|
migration p1
|
2016-09-15 13:23:19 +03:00 |
replay.py
|
Change aliased collections.abc to cabc to avoid conflicts with the abc module.
|
2016-08-24 01:08:02 -04:00 |
shell.py
|
Add on_{pre,post}command events
|
2016-09-13 22:44:49 -04: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
|
rm'd errant print
|
2016-08-21 17:56:09 -04:00 |
tools.py
|
use tools.decode_bytes
|
2016-09-30 15:14:04 +03:00 |
tracer.py
|
more lazy imports
|
2016-09-04 23:23:24 +08: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
|
extends xonfig colors to preview inactive styles
|
2016-09-27 00:26:58 +02:00 |
xontribs.json
|
Add xontrib-vi-mode-prompt
|
2016-09-26 17:29:03 +02:00 |
xontribs.py
|
Some fixes from the PR
|
2016-08-03 11:57:20 -04:00 |