.. |
completers
|
only do subsequence and fuzzy matching if no normal matches found
|
2016-06-13 14:27:46 -04:00 |
parsers
|
fix parser error
|
2016-06-09 23:52:46 -04:00 |
ply
|
Adds a xonsh.platform module
|
2016-05-20 19:26:02 +02:00 |
ptk
|
pep8 to the dome
|
2016-06-15 11:20:17 -04:00 |
xoreutils
|
Update version information of the _which.py module
|
2016-05-18 23:09:34 +02:00 |
__init__.py
|
version bump to 0.3.4
|
2016-06-08 14:25:52 -04:00 |
__main__.py
|
Allow python -m xonsh
|
2016-05-21 11:44:28 -07:00 |
aliases.py
|
Reset prompt environement before source *.bat files. The xonsh prompt template string is not useable by cmd.exe and it just makes output where 'Echo ON' is enabled look very strange.
|
2016-06-14 19:52:22 +02:00 |
ansi_colors.py
|
refactor, per suggestions
|
2016-06-07 17:43:21 -04:00 |
ast.py
|
increment line numbers on transformation
|
2016-06-10 02:50:56 -04:00 |
base_shell.py
|
attempted fix for ptk not having a completer attribute
|
2016-06-03 21:41:16 -04:00 |
built_ins.py
|
Merge pull request #1219 from xonsh/replace_prompt
|
2016-06-13 15:33:44 -04:00 |
codecache.py
|
don't break on empty .xonshrc file
|
2016-05-18 07:55:23 -04:00 |
completer.py
|
completers can now raise StopIteration to prevent considering remaining completers
|
2016-06-07 23:41:31 -04:00 |
contexts.py
|
initial dsubmit
|
2016-06-05 22:12:19 -04:00 |
diff_history.py
|
remove (actually) unused imports
|
2016-03-31 12:01:02 -04:00 |
dirstack.py
|
remove unused function
|
2016-06-06 22:30:22 -04:00 |
environ.py
|
Make defaults, ensures and docs to private attributes of the environment class
|
2016-06-15 08:37:00 +02:00 |
execer.py
|
suppress syntax warnings thrown by compile
|
2016-06-05 20:01:26 -04:00 |
foreign_shells.py
|
Cygwin check in xonsh.platform, add to changelog
|
2016-05-26 20:39:47 +01:00 |
history.py
|
xonsh/history.py: apply os.path.expanduser to XONSH_DATA_DIR in history
|
2016-05-30 13:04:49 -07:00 |
imphooks.py
|
Use scandir in xonsh.imphooks
|
2016-05-24 20:49:46 +02:00 |
inspectors.py
|
Adds a xonsh.platform module
|
2016-05-20 19:26:02 +02:00 |
jobs.py
|
fixed piped jobs including alias on OS X
|
2016-06-11 18:18:06 +08:00 |
jupyter_kernel.py
|
remove (actually) unused imports
|
2016-03-31 12:01:02 -04:00 |
lazyjson.py
|
Adds a xonsh.platform module
|
2016-05-20 19:26:02 +02:00 |
lexer.py
|
added comma literals to subproc mode
|
2016-05-24 23:55:07 -04:00 |
main.py
|
Removed vertical whitespace as requested
|
2016-06-12 03:07:16 +02:00 |
openpy.py
|
Adds a xonsh.platform module
|
2016-05-20 19:26:02 +02:00 |
parser.py
|
Adds a xonsh.platform module
|
2016-05-20 19:26:02 +02:00 |
platform.py
|
Forgot that CalledProcessError lives in subprocess namespace
|
2016-06-10 14:28:20 +02:00 |
pretty.py
|
Adds a xonsh.platform module
|
2016-05-20 19:26:02 +02:00 |
proc.py
|
Move raising of XonshCalledProcessError into a separate method
|
2016-06-09 18:08:11 -04:00 |
pyghooks.py
|
fix nameerror
|
2016-06-07 20:08:42 -04:00 |
readline_shell.py
|
Merge branch 'nocompinscrpt' of https://github.com/adqm/xonsh into nocompinscrpt
|
2016-06-09 02:48:48 -04:00 |
replay.py
|
Add a uniform character encoding to all files.
|
2015-11-16 14:10:40 -08:00 |
shell.py
|
Fixes shell_type override in #1072
|
2016-06-05 05:48:00 +03:00 |
teepty.py
|
Rebased with upstream/master
|
2015-11-21 14:14:49 -07:00 |
timings.py
|
Add a uniform character encoding to all files.
|
2015-11-16 14:10:40 -08:00 |
tokenize.py
|
export another variable
|
2016-05-23 03:44:49 -04:00 |
tools.py
|
Minor formatting fixes
|
2016-06-11 14:27:39 +03:00 |
tracer.py
|
Adds a xonsh.platform module
|
2016-05-20 19:26:02 +02:00 |
vox.py
|
Use scandir in xonsh.vox
|
2016-05-24 20:49:46 +02:00 |
winutils.py
|
New: Add sudo functionality on Windows
|
2016-03-27 23:12:56 +03:00 |
wizard.py
|
added store_as_str to vardocs
|
2016-05-21 15:03:27 -04:00 |
xonfig.py
|
point xonfig wizard to hidden docs attribute
|
2016-06-15 14:08:28 -04:00 |
xontribs.json
|
more docs
|
2016-06-05 22:39:28 -04:00 |
xontribs.py
|
fix many logic issues with xontribs
|
2016-05-18 23:29:45 -04:00 |