Anthony Scopatz
4eb865ca00
Merge branch 'master' into pybg
2017-01-29 10:52:14 -05:00
laerus
0a2ca5ac32
codecov badge in README
2017-01-29 17:01:23 +02:00
laerus
3f7301c55d
circleci add pytest --cov option
2017-01-29 16:48:14 +02:00
laerus
d0b8e40100
coveragerc ommit ply
2017-01-29 16:05:55 +02:00
laerus
487366592d
history indexing replaced namedtuple with SimpleNamespace
2017-01-29 15:22:46 +02:00
laerus
e88735807b
Merge branch 'master' into hist
2017-01-29 14:12:30 +02:00
Anthony Scopatz
1ae53aa063
Merge pull request #2116 from xonsh/strip_pygments
...
Remove strict pygments dependency
2017-01-28 22:05:22 -05:00
Anthony Scopatz
a6046f7f03
why did this just work!
2017-01-28 22:00:31 -05:00
Gil Forsyth
ba877aa040
Merge pull request #2121 from xonsh/gvim
...
added gvim to unthreadable predictors
2017-01-28 21:05:04 -05:00
Gil Forsyth
3ed598b8c2
Merge pull request #2087 from xonsh/intrpt
...
PopenThread SIGINT fix
2017-01-28 21:04:44 -05:00
Gil Forsyth
1397253ac2
Merge pull request #2120 from xonsh/telnet
...
added telnet to unthreadable predictors
2017-01-28 21:02:31 -05:00
Jamie Bliss
4b75d55224
Don't ever emit 'sudo' on Windows. (It might need something else.)
2017-01-28 18:32:03 -05:00
Anthony Scopatz
d5c449df7b
added gvim
2017-01-28 15:28:36 -05:00
Anthony Scopatz
f77872bae6
added telnet to unthreadable predictors
2017-01-28 14:46:31 -05:00
Anthony Scopatz
9e6c4f5420
Merge pull request #2101 from tgoodlet/master
...
Add a vox custom prompt section
2017-01-28 14:15:15 -05:00
Anthony Scopatz
e45677489c
news
2017-01-28 14:01:01 -05:00
Anthony Scopatz
287576716d
fix for boolean evaluation of CommandPipelines not ending processes
2017-01-28 13:58:52 -05:00
Anthony Scopatz
2dd5981583
Merge pull request #2094 from xonsh/events-keywords
...
[RFC] Events keywords
2017-01-28 13:04:34 -05:00
Jamie Bliss
7b78294343
Adapt xip alias based on detected environment
2017-01-27 22:21:36 -05:00
Jamie Bliss
ebddc5c56b
Update news & docs.
2017-01-27 22:06:35 -05:00
Jamie Bliss
bb6674baf6
Add xip
alias.
2017-01-27 22:01:07 -05:00
Jamie Bliss
a4b0b6be8d
Add a note to the event documentation.
2017-01-27 21:32:25 -05:00
Jamie Bliss
f2e0265b8b
News item
2017-01-27 21:25:35 -05:00
Jamie Bliss
43137dc8c8
Update on_precommand
2017-01-27 21:01:50 -05:00
Jamie Bliss
49f5bf137c
Merge remote-tracking branch 'upstream/master' into events-keywords
2017-01-27 20:59:26 -05:00
Gil Forsyth
4efc8e36a3
ignore F821 in style_tools
2017-01-27 11:19:33 -05:00
Gil Forsyth
bdf885ee7a
update dependencies in setup.py and docs
2017-01-27 11:18:16 -05:00
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