Gil Forsyth
3435470b3c
flake8 fixes
2017-01-27 08:01:23 -05:00
Gil Forsyth
27f613593e
fix spacing on style dict
2017-01-27 07:50:02 -05:00
Gil Forsyth
e2a7ee615d
add proper attribution to forked Token class
2017-01-27 07:47:50 -05:00
Gil Forsyth
62fdc080f6
Merge branch 'master' into strip_pygments
2017-01-27 07:46:11 -05:00
Gil Forsyth
9a23b0a41e
add news item
2017-01-27 07:44:55 -05:00
Gil Forsyth
fbfdc86d8e
add pygments check to format_color
2017-01-27 07:32:42 -05:00
Gil Forsyth
f996b90301
restore pygments functionality
2017-01-27 07:28:20 -05:00
Gil Forsyth
9f52ff190b
fix broken imports
2017-01-27 07:07:45 -05:00
Gil Forsyth
077217e07c
make default style dict lazy
2017-01-27 07:07:31 -05:00
Gil Forsyth
9fb45add70
use xonsh Token
in xonfig
2017-01-27 07:07:02 -05:00
Gil Forsyth
a032b62ccd
working version without pygments
...
no syntax highlighting and relying on ansicolors for style as fallback
2017-01-27 06:50:45 -05:00
Anthony Scopatz
0bee2661ec
Merge pull request #2114 from xonsh/mpl_pin
...
pin mpl to 1.5.3 for tests
2017-01-26 22:46:25 -05:00
Anthony Scopatz
e046e9635a
rm env too
2017-01-26 18:54:12 -05:00
Anthony Scopatz
df5acdb13a
some flake fixes
2017-01-26 18:47:53 -05:00
Anthony Scopatz
244821de7f
more cleanup
2017-01-26 18:41:46 -05:00
Gil Forsyth
ad5b171b2a
remove tokenize from pyghooks
...
Moving anything that doesn't explicitly require Pygments to its own
file. We still need Tokens, but we don't need Pygments tokens. Instead,
I've added in the simple Token class from PTK, but it's vended so we
don't need to perform a check as to whether pygments or prompt_toolkit
is available before running
2017-01-26 18:11:03 -05:00
Anthony Scopatz
cbab9056a3
test fixes
2017-01-26 17:26:28 -05:00
Gil Forsyth
7822863927
pin mpl to 1.5.3 for tests
2017-01-26 17:10:54 -05:00
Anthony Scopatz
ab903b1465
potential fix for jupyter
2017-01-26 16:55:13 -05:00
Anthony Scopatz
327e578cf1
Merge pull request #2112 from EntilZha/master
...
Change OSX Installation instructions to use bash-completion2
2017-01-26 16:16:30 -05:00
Pedro Rodriguez
3e624be8e7
Change instructions to use bash-completion2 on OS X per https://github.com/xonsh/xonsh/issues/2111
2017-01-26 11:00:22 -07:00
laerus
a76f312d89
changed history indexing api
2017-01-26 18:24:33 +02:00
Hugo Wang
0a50e53e0f
Merge pull request #2106 from Granitosaurus/doc_completedcommand
...
[docs] rename CompletedCommand to CommandPipeline as per v0.5 changes.
2017-01-24 21:43:35 +08:00
Bernardas
5894a277a9
rename CompletedCommand to CommandPipeline as per v0.5 changes. Also
...
update the examples for this command.
2017-01-24 05:31:55 +00:00
Tyler Goodlet
e77a6b7281
Add a vox custom prompt section
...
Aids those of use who like custom prompts but also want the same
prompt behaviour as `virtualenv`.
Resolves #2090
2017-01-23 21:00:36 -05:00
Konstantinos Tsakiltzidis
9c6455c3b6
Merge pull request #2103 from Granitosaurus/click-tabcomplete
...
add xontrib entry for click-tabcompleter
2017-01-23 20:20:48 +02:00
Bernardas
0205165bad
fix missing curly braces
2017-01-23 17:18:18 +00:00
Bernardas
ce295ea8ab
fix remnants of template
2017-01-23 17:03:54 +00:00
Bernardas
d653ce18a9
add news entry for click_tabcomplete xontrib as per pull/2103
2017-01-23 16:06:53 +00:00
Bernardas
e5392d9042
fix order for xontribs and add entry to packages; adjust github urls of vox_tabcomplete
2017-01-23 15:56:58 +00:00
Bernardas
3bc117f6dd
add xontrib entry for click-tabcompleter from https://github.com/Granitosaurus/xonsh-click-tabcomplete
2017-01-23 01:12:40 +00:00
Gil Forsyth
ff928e7d2a
Merge pull request #2086 from xonsh/querycomp
...
Query Completions
2017-01-17 14:14:32 -05:00
Andre Weltsch
8c3820e3a6
Remove unused expandvars import from built_ins.
2017-01-16 23:06:26 +01:00
Andre Weltsch
70390e5dd9
Add changelog for traceback_logfile_expand_path.
2017-01-16 22:51:48 +01:00
Andre Weltsch
ec03f8f5ff
Perform path expansion in "is_writable_file".
2017-01-16 22:49:25 +01:00
Andre Weltsch
7d209700f3
Introduce expand_user as argument to expand_path, default is True.
2017-01-16 22:44:52 +01:00
Andre Weltsch
c036d10a01
Move built_ins.expand_path to tools.expand_path.
2017-01-16 22:38:45 +01:00
Jamie Bliss
420086626a
Pep8
2017-01-14 19:40:23 -05:00
Jamie Bliss
39102ee401
Update vox_on_*
2017-01-14 19:06:49 -05:00
Jamie Bliss
63362f89fb
Update on_ptk_create
2017-01-14 18:59:26 -05:00
Jamie Bliss
bc892fab1c
typo
2017-01-14 18:40:43 -05:00
Jamie Bliss
be30c54f3a
Update on_chdir
2017-01-14 18:40:29 -05:00
Jamie Bliss
852af1a0dc
Update on_postcommand.
2017-01-14 18:32:44 -05:00
Jamie Bliss
6eeac87272
Re-establish on_precommand
. (Thought I fixed this in the PR?)
2017-01-14 18:22:15 -05:00
Jamie Bliss
fdb4a6ac35
Update on_transform_command
2017-01-14 18:13:27 -05:00
Jamie Bliss
2acb4eb9be
Add ** to all the test handlers
2017-01-14 18:12:09 -05:00
Jamie Bliss
2f02e01de3
Make events keyword-only for future proof.
2017-01-14 17:31:29 -05:00
Anthony Scopatz
32a5ab335a
PopenThread SIGINT fix
2017-01-13 00:29:50 -05:00
Anthony Scopatz
8da7a0d020
some style fixes
2017-01-12 23:36:51 -05:00
Anthony Scopatz
65d12f447d
columnize fixes
2017-01-12 23:28:41 -05:00