Morten Enemark Lund
79a7fc49fa
Merge pull request #2187 from xonsh/lr
...
Xonsh startup loading refactor
2017-02-15 04:54:53 +01:00
Anthony Scopatz
3ce2089b13
Merge pull request #2193 from xonsh/custom_key_docs
...
Tutorial: Custom keybinding in PTK
2017-02-14 22:32:57 -05:00
Gil Forsyth
d671bef66e
no builtins import, use event correctly
2017-02-14 16:51:07 -05:00
Gil Forsyth
3173bd1399
finish first pass on ptk keybinding tutorial
2017-02-14 16:00:25 -05:00
Morten Enemark Lund
e78b0448a7
Don't import xonsh.built_ins
2017-02-14 21:29:44 +01:00
Morten Enemark Lund
88abaf6348
Fix skip_if_on_conda decorator
2017-02-14 21:17:43 +01:00
Morten Enemark Lund
8877188cb5
Explicitly instantiate Excer() in test_imphooks.py.
...
Using the Excer fixture from conftest.py does not instantiate builtins. And calling load_builtins won't work since it is monkeypatched from the fixture.
2017-02-14 21:14:18 +01:00
Morten Enemark Lund
4f09829fd6
Fix monkeypath load_builins
2017-02-14 21:02:04 +01:00
Gil Forsyth
534b29d578
add intro to ptk custom keybinding
2017-02-14 12:32:02 -05:00
Konstantinos Tsakiltzidis
e84cb086af
Merge pull request #2144 from xonsh/style_hotfix
...
add empty split method to fix pygments
2017-02-13 20:04:36 +02:00
Anthony Scopatz
3d20fc04de
no history
2017-02-13 01:04:56 -05:00
Anthony Scopatz
d0d4ad62ef
import reorder
2017-02-13 00:57:42 -05:00
Anthony Scopatz
419984beca
new ctx
2017-02-13 00:50:31 -05:00
Anthony Scopatz
23a06f1b2c
import cleanup
2017-02-13 00:49:05 -05:00
Anthony Scopatz
7c432b7616
doc fix
2017-02-13 00:45:50 -05:00
Anthony Scopatz
773069c4f5
Xonsh startup loading refactor
2017-02-13 00:25:38 -05:00
Konstantinos Tsakiltzidis
672e0c617c
Merge pull request #2181 from xonsh/file
...
Added __file__ and __name__ to xonsh scripts
2017-02-13 02:06:18 +02:00
Anthony Scopatz
5e1babbc65
Some fixes
2017-02-12 17:18:57 -05:00
Anthony Scopatz
a695c78e64
is -> in
2017-02-12 17:09:51 -05:00
Anthony Scopatz
cbc7282707
ws
2017-02-12 13:36:33 -05:00
Anthony Scopatz
8225731142
some comments
2017-02-12 13:24:53 -05:00
Anthony Scopatz
cb2f071d37
ugg
2017-02-12 13:21:13 -05:00
Anthony Scopatz
2e6946d5a7
pytest is thge worst
2017-02-12 13:15:34 -05:00
Anthony Scopatz
9823b465cf
separate tests
2017-02-12 13:11:29 -05:00
Anthony Scopatz
633cce8e95
xfail
2017-02-12 13:01:15 -05:00
Anthony Scopatz
6df10233dc
stupid message
2017-02-12 12:59:40 -05:00
Anthony Scopatz
e223c9e7b7
_bad_case
2017-02-12 12:55:51 -05:00
Anthony Scopatz
75afffc54b
merge cases
2017-02-12 12:52:13 -05:00
Anthony Scopatz
a9e48b04be
try this
2017-02-12 12:32:50 -05:00
Anthony Scopatz
489b4b460e
try inner
2017-02-12 12:27:00 -05:00
Anthony Scopatz
7f59cfc998
uggh more
2017-02-12 12:17:17 -05:00
Anthony Scopatz
b067e2f0c9
go for it
2017-02-12 12:05:32 -05:00
Anthony Scopatz
8641e44b93
err
2017-02-12 11:59:51 -05:00
Anthony Scopatz
03646b987e
skip on travis
2017-02-12 11:50:34 -05:00
Anthony Scopatz
ec174a3b44
no xonsh
2017-02-12 11:42:44 -05:00
Anthony Scopatz
d752a86748
Merge pull request #2182 from xonsh/move-tools-to-tools
...
[RFC] moved unthreadable etc decorators to tools
2017-02-12 10:21:15 -05:00
Hugo Wang
67caabd8d0
keep foreground in proc
2017-02-12 17:16:42 +08:00
Hugo Wang
ab2c60a77e
fix pep8
2017-02-12 11:12:37 +08:00
Hugo Wang
5368d720fe
moved unthreadable etc decorators to tools
2017-02-12 11:01:24 +08:00
Hugo Wang
72a4cef947
Merge pull request #2180 from xonsh/ppunth
...
proc proxy aliases
2017-02-12 09:57:00 +08:00
Anthony Scopatz
0fbb522712
mac test fixes
2017-02-11 19:22:30 -05:00
Anthony Scopatz
ed727535a7
added scripts
2017-02-11 19:12:03 -05:00
Anthony Scopatz
6f448c0cfb
Added __file__ and __name__ to xonsh scripts
2017-02-11 18:51:10 -05:00
Anthony Scopatz
cf9638e866
revert tool
2017-02-11 15:06:15 -05:00
Anthony Scopatz
51e7d59bf4
add news item
2017-02-11 14:55:42 -05:00
Anthony Scopatz
c8ebf7f65c
proc proxy aliases
2017-02-11 14:54:36 -05:00
Gil Forsyth
d85fa49e08
just fork the entire pygments token
...
enough screwing around because inevitably something else will break
2017-02-11 11:38:21 -05:00
Morten Enemark Lund
ede2340999
Merge pull request #2167 from xonsh/capunthread
...
Allow unthreadable subprocs to be captured.
2017-02-09 18:14:52 +01:00
Anthony Scopatz
e26a99a1b0
universal_newlines fix
2017-02-09 10:45:55 -05:00
Gil Forsyth
0cbf87937f
Merge pull request #2174 from xonsh/valerrargcomp
...
ValueError in completer fix
2017-02-09 09:02:45 -05:00