Commit graph

6496 commits

Author SHA1 Message Date
Anthony Scopatz
580a07c0f6 initial tracer fixes 2017-02-18 18:04:05 -05:00
Morten Enemark Lund
ef717c5bb3 Merge pull request #2207 from xonsh/rln
windows don't complete fix
2017-02-18 10:56:29 +01:00
Anthony Scopatz
5dba1720ac windows don't complete fix 2017-02-17 22:01:02 -05:00
Konstantinos Tsakiltzidis
3215faaad5 Merge pull request #2194 from xonsh/linecont
Line continuation in implicit subproc
2017-02-17 10:26:16 +02:00
Anthony Scopatz
f482281103 handle line continuation in readline 2017-02-17 02:14:33 -05:00
Anthony Scopatz
67d61ed0c2 Merge branch 'master' into linecont 2017-02-17 02:00:16 -05:00
Gil Forsyth
126939db2a Merge pull request #2185 from xonsh/xoreutils
Xoreutils Reloaded
2017-02-16 17:00:57 -05:00
Anthony Scopatz
d5e7629ded Merge pull request #2205 from xonsh/doc-events
Link the events tutorial and the events references
2017-02-16 16:55:24 -05:00
Jamie Bliss
af0b80583e Link events reference to events tutorial. 2017-02-16 16:54:01 -05:00
Jamie Bliss
19c4d54568 Link the events tutorial to the events references 2017-02-16 16:52:46 -05:00
Anthony Scopatz
1072cc2646 Merge pull request #2204 from xonsh/doc-on_postcommand
Actually document parameters of `on_postcommand`
2017-02-16 16:34:19 -05:00
Jamie Bliss
b2631904c2 Actually document parameters of on_postcommand
Since it's on the website and all
2017-02-16 16:31:29 -05:00
Anthony Scopatz
040c652358 Merge pull request #2200 from xonsh/coverrage
circleci test post run codecov
2017-02-15 15:57:59 -05:00
Anthony Scopatz
a9992ff86b cl fix 2017-02-15 15:27:14 -05:00
Anthony Scopatz
af05f96e69 version bump to 0.5.5 2017-02-15 15:20:09 -05:00
Anthony Scopatz
67e1928ce8 Merge pull request #2197 from xonsh/tcattr
Prevent main proc from stopping
2017-02-15 13:54:29 -05:00
laerus
581255c44d circleci.yml typo 2017-02-15 19:48:43 +02:00
laerus
729a3b523a circleci test post run codecov 2017-02-15 19:43:58 +02:00
Hugo Wang
dfbfb7c212 hide the error msg off 2017-02-16 00:23:16 +08:00
Hugo Wang
d07db0002f Merge pull request #2184 from xonsh/proxint
Interruptable Proc Proxies
2017-02-15 23:11:47 +08:00
Hugo Wang
ccfb963dc4 for windows 2017-02-15 21:57:52 +08:00
Hugo Wang
8946fa0de9 prevent main proc to stop 2017-02-15 21:23:58 +08:00
Morten Enemark Lund
77d30597a6 Merge pull request #2191 from xonsh/wrongpred
Fix for alias resolution in threadable predition
2017-02-15 08:15:53 +01:00
Anthony Scopatz
c9b0e7bea7 Merge pull request #2177 from mitnk/tcgrp
Update controlling terminal and process group
2017-02-15 01:07:48 -05:00
Anthony Scopatz
d30908024b some flake8 cleanup 2017-02-15 01:06:03 -05:00
Anthony Scopatz
0cb619468a line continuation fixes 2017-02-15 00:58:38 -05:00
Hugo Wang
c28504a152 Merge branch 'master' into tcgrp 2017-02-15 12:04:23 +08:00
Hugo Wang
e63c57acd5 update test cases 2017-02-15 12:01:04 +08:00
Anthony Scopatz
32375dd18d Merge branch 'master' into linecont 2017-02-14 22:57:23 -05:00
Morten Enemark Lund
79a7fc49fa Merge pull request #2187 from xonsh/lr
Xonsh startup loading refactor
2017-02-15 04:54:53 +01:00
Hugo Wang
80d4afdd91 handle xonsh error inside a pipeline 2017-02-15 11:46:15 +08: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
Hugo Wang
597e95c750 adding tty sanity back 2017-02-15 08:56:49 +08: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
Anthony Scopatz
7a44848d4c Fix for alias resolution in threadable predition 2017-02-14 15:56:55 -05:00
Anthony Scopatz
ed3bcca69b fixed typo 2017-02-14 15:34:12 -05:00
Morten Enemark Lund
e78b0448a7 Don't import xonsh.built_ins 2017-02-14 21:29:44 +01:00
Anthony Scopatz
c7a61bbf5d cleanup 2017-02-14 15:27:40 -05: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
Hugo Wang
5eb7be81ca news item 2017-02-13 22:55:19 +08:00
Hugo Wang
080513cf6e clean up shell_tty 2017-02-13 22:39:25 +08:00
Hugo Wang
3680cb2213 revert kind is types.CodeType 2017-02-13 20:17:33 +08:00
Hugo Wang
2a65e2cfc1 make fg work 2017-02-13 17:36:56 +08:00
Hugo Wang
64077803ff Merge branch 'master' into tcgrp 2017-02-13 16:17:22 +08:00
Hugo Wang
91cc19566e minor fixes 2017-02-13 15:50:47 +08:00