Commit graph

6632 commits

Author SHA1 Message Date
Hugo Wang
4746d6d4a4 adding tests 2017-02-05 22:02:27 +08:00
Hugo Wang
5b114d70a3 make XONSH_HISTORY_BACKEND support instance too 2017-02-05 21:48:52 +08:00
Hugo Wang
c3a0dab6c7 Merge pull request #2155 from xonsh/sigintrec
fixes a sigint recursion issue
2017-02-05 19:59:48 +08:00
Morten Enemark Lund
c8c8f5df5c Merge pull request #2152 from xonsh/uptime
Uptime
2017-02-05 08:36:57 +01:00
Anthony Scopatz
04a4e6b69e fixes a sigint recursion issue 2017-02-05 00:10:44 -05:00
Anthony Scopatz
220e2782f6 completions updating implementation 2017-02-04 22:58:23 -05:00
Anthony Scopatz
83dfb07925 fixed readline completion' 2017-02-04 21:25:40 -05:00
Anthony Scopatz
57330a661d better token selection 2017-02-04 20:12:52 -05:00
Anthony Scopatz
f11448b4bf Added Python function argument completer 2017-02-04 19:35:16 -05:00
Anthony Scopatz
79777ac888 added subexpr_before_unbalanced 2017-02-04 17:35:32 -05:00
Anthony Scopatz
41191d1b30 added is_balanced() 2017-02-04 17:04:12 -05:00
Anthony Scopatz
4ca41e7aa1 ON_BSD fix 2017-02-04 16:07:25 -05:00
Anthony Scopatz
68899b11d3 qq 2017-02-04 15:46:32 -05:00
Anthony Scopatz
85215ea0b2 try again 2017-02-04 15:39:18 -05:00
Anthony Scopatz
c94ea2a88b cool! 2017-02-04 15:32:58 -05:00
Anthony Scopatz
c258a07015 unpack from 2017-02-04 15:20:35 -05:00
Anthony Scopatz
23f606666d ugg 2017-02-04 15:14:45 -05:00
Anthony Scopatz
cc7dd91553 more fixes 2017-02-04 14:57:33 -05:00
Anthony Scopatz
e364bbb966 added news 2017-02-04 14:39:32 -05:00
Anthony Scopatz
8a08e34cf0 unlock obvious files 2017-02-04 14:35:27 -05:00
Anthony Scopatz
ac40750c04 added uptime 2017-02-04 14:12:28 -05:00
Anthony Scopatz
e2bdc263d0 Merge pull request #2117 from xonsh/xip
Add `xip` alias
2017-02-04 10:28:05 -05:00
Anthony Scopatz
c76310762c Merge pull request #2149 from xonsh/store_std_win
Update info on stdout storage on windows
2017-02-04 09:56:20 -05:00
Hugo Wang
bc2d32096e news typo 2017-02-04 22:01:03 +08:00
Hugo Wang
0daceaad4c news entry 2017-02-04 20:49:14 +08:00
Hugo Wang
351fb0fc0e update docstring 2017-02-04 20:44:36 +08:00
Hugo Wang
11ca475a67 docs typo fixes 2017-02-04 20:04:53 +08:00
Morten Enemark Lund
a0637985d5 Update info on stdout storage on windows
Isn't it possible to store stdout on windows with the new subproc code?

This PR just remove the comments in the Docs that this is not possible.
2017-02-04 09:17:21 +01:00
Anthony Scopatz
c9979b0fb9 Merge pull request #2147 from xonsh/win_bash_comp
Fix bash completions on Windows when WSL is installed
2017-02-03 15:47:32 -05:00
Jamie Bliss
ccdf582152 Merge pull request #2109 from xonsh/hist
changed history indexing api
2017-02-03 14:51:17 -05:00
Morten Enemark Lund
21d42b37dc More white space tyrani 2017-02-03 18:55:11 +01:00
Morten Enemark Lund
25ceadc54f Add ignore alias 2017-02-03 17:26:40 +01:00
Hugo Wang
d4d7e6f6e5 a bit more docs 2017-02-03 21:52:54 +08:00
Hugo Wang
05958da81d refine english in docs 2017-02-03 21:38:28 +08:00
Morten Enemark Lund
fde73a5ad6 pep8 2017-02-03 13:58:53 +01:00
Morten Enemark Lund
de5852492a Add release note 2017-02-03 13:49:14 +01:00
Morten Enemark Lund
31ca91bfe3 Use lazy_locate_binary to check if bash is on PATH
Also don't use bash if it is the 'Windows subsystem for Linux' version of Bash.
2017-02-03 13:46:41 +01:00
Gil Forsyth
d728bf7673 add style_tools to amalgamate exclude 2017-02-02 16:57:19 -05:00
Hugo Wang
0f43e03dc2 XONSH_HISTORY_BACKEND accepts class 2017-02-02 20:14:14 +08:00
Hugo Wang
0923d10b14 update file name 2017-02-02 20:00:26 +08:00
Hugo Wang
bc1cf46e0a update toc 2017-02-02 19:58:25 +08:00
Hugo Wang
4b96441f28 totor write your own history BE - wip 2 2017-02-02 19:49:53 +08:00
Morten Enemark Lund
84b62841c0 Merge pull request #2145 from xonsh/rllen
Readline len
2017-02-02 09:26:27 +01:00
Anthony Scopatz
40d2bb8353 added news 2017-02-01 23:45:00 -05:00
Anthony Scopatz
5717f72770 fix trying to read last value in readline history 2017-02-01 23:42:01 -05:00
Anthony Scopatz
3d130fdfc2 Merge pull request #2136 from xonsh/vc_alias_fix
ignore vc aliases in command_cache
2017-02-01 23:24:27 -05:00
Jamie Bliss
20704f5d1a Merge pull request #2131 from xonsh/envev
Event on_envvar
2017-02-01 22:09:38 -05:00
Gil Forsyth
6bf21ee5e0 use pygments Token is pygments is available 2017-02-01 21:24:07 -05:00
Gil Forsyth
841fc300aa add empty split method to fix pygments
Mostly just checking if this works -- can't reproduce the errors
reported
2017-02-01 17:20:07 -05:00
Gil Forsyth
21d05918ae fix behavior for aliases in cache 2017-02-01 16:00:58 -05:00