Morten Enemark Lund
741342aeec
Merge pull request #2175 from xonsh/compup
...
Complete while typing
2017-02-09 08:57:07 +01:00
Anthony Scopatz
41896b18cc
added doc
2017-02-09 00:12:46 -05:00
Anthony Scopatz
011b36aa99
now the keypress completere is working
2017-02-09 00:10:32 -05:00
Anthony Scopatz
d0d7339b68
Merge branch 'master' into compup
2017-02-09 00:03:14 -05:00
Anthony Scopatz
5647256f14
forgot about hiddenobject
2017-02-08 23:58:59 -05:00
Anthony Scopatz
9cd2539f82
fixed xome bugs
2017-02-08 23:15:29 -05:00
Anthony Scopatz
079822d37d
Merge branch 'master' into capunthread
2017-02-08 22:50:19 -05:00
Anthony Scopatz
e5a17a82d4
Merge branch 'xonsh-script-fix'
2017-02-08 22:35:40 -05:00
Anthony Scopatz
6007368e1d
Merge branch 'master' into xonsh-script-fix
2017-02-08 22:34:10 -05:00
Anthony Scopatz
cc09e418c4
ValueError in completer fix
2017-02-08 22:24:16 -05:00
Hugo Wang
3586a3580a
code improve
2017-02-09 08:39:10 +08:00
Anthony Scopatz
30cdc0ea96
version bump to 0.5.4
2017-02-08 15:47:10 -05:00
Anthony Scopatz
6120a3115d
version bump to 0.5.4
2017-02-08 11:42:23 -05:00
Anthony Scopatz
8c4268bfa1
minor doc fix
2017-02-08 11:41:23 -05:00
Anthony Scopatz
a2eed1f77e
moved clock call to global
2017-02-08 11:23:21 -05:00
Anthony Scopatz
0279c19a5d
Merge pull request #2169 from xonsh/timing_update
...
Timings between prompts
2017-02-08 10:55:59 -05:00
Gil Forsyth
78c62900fa
update __init__.py for new amalgam addition
...
this gets updated at install/build time
2017-02-08 10:47:47 -05:00
Gil Forsyth
df0e51fee1
Merge pull request #2171 from xonsh/misc-fix
...
added a missing param
2017-02-08 10:33:14 -05:00
Hugo Wang
2b6119bf0e
fix tcsetattr: Interrupted system call
2017-02-08 22:59:17 +08:00
Hugo Wang
f0f7238fa6
added a missing param
2017-02-08 20:24:49 +08:00
Morten Enemark Lund
3873a9a14e
Reset clock after prompt.
2017-02-08 08:30:44 +01:00
Anthony Scopatz
271e4da0ca
Allow unthreadable subprocs to be captured.
2017-02-08 00:33:07 -05:00
Anthony Scopatz
ff9d890846
Merge branch 'startuptime'
2017-02-07 23:49:55 -05:00
Anthony Scopatz
86f239356e
shift over formatting so xonfig doesn't look weird with timings
2017-02-07 23:25:07 -05:00
Anthony Scopatz
53d65334ca
minor timing imporvement
2017-02-07 23:20:03 -05:00
Morten Enemark Lund
e5c396a4df
ups
2017-02-07 21:48:09 +01:00
Morten Enemark Lund
e09c320110
whitespace agony
2017-02-07 21:43:37 +01:00
Morten Enemark Lund
b30f6cba8e
Merge pull request #2161 from xonsh/bcclenan
...
bash_completions is now manually lazy...
2017-02-07 21:37:09 +01:00
Morten Enemark Lund
d078258d8f
Add changelog entry
2017-02-07 21:19:22 +01:00
Morten Enemark Lund
e6bf74ece2
Update with input from review
2017-02-07 21:15:02 +01:00
Anthony Scopatz
83edf411ea
removed a blank like
2017-02-07 15:10:16 -05:00
Anthony Scopatz
cde469e87c
updated windows bash command for wsl
2017-02-07 14:57:36 -05:00
Gil Forsyth
2088262f54
Merge pull request #2138 from mitnk/doc-hist-tutor
...
Docs - Tutorial - Write Your Own History Backend
2017-02-07 14:36:14 -05:00
Gil Forsyth
1e4f85baaf
Merge pull request #2154 from xonsh/parencomp
...
Paren Completions in Readline
2017-02-07 14:28:09 -05:00
Gil Forsyth
f491ed7ae6
Merge branch 'master' into style_hotfix
2017-02-07 13:59:06 -05:00
Morten Enemark Lund
996514bfb2
Add '--timings' option to argparse
2017-02-07 10:26:21 +01:00
Morten Enemark Lund
d0657e93cb
Format output nicely and add on_post_prompt event
2017-02-07 09:41:32 +01:00
Morten Enemark Lund
b83bf48a93
Merge remote-tracking branch 'remotes/origin/master' into startuptime
2017-02-07 08:11:26 +01:00
Anthony Scopatz
51c761972b
flake8 fixes
2017-02-07 00:59:22 -05:00
Anthony Scopatz
ae04c6f8c9
bash_completions is now manually lazy and does not override other parts of the completions subpackage on amalgamation.
2017-02-07 00:38:12 -05:00
Anthony Scopatz
79db4104a1
Merge branch 'imomaliev-decoupled-bash-completion'
2017-02-06 23:24:54 -05:00
Anthony Scopatz
80ea09fc1f
Merge branch 'decoupled-bash-completion' of https://github.com/imomaliev/xonsh into imomaliev-decoupled-bash-completion
2017-02-06 23:21:33 -05:00
Anthony Scopatz
e5bc015371
Merge branch 'master' into parencomp
2017-02-06 16:30:03 -05:00
Gil Forsyth
6ddfbe7691
remove unused Token and add parent attribute
...
Adding a parent attribute helped but wasn't working with amalgamated
xonsh -- turns out there's a separate Token definition in tokenize that
is never used but does redefine Token once it's hit -- this was causing
crashes on my end.
2017-02-06 15:43:21 -05:00
Morten Enemark Lund
4b1ac74de1
Merge pull request #2153 from xonsh/argcomp
...
Argument completion
2017-02-06 20:59:00 +01:00
Morten Enemark Lund
b28a5530de
Move to timings file
2017-02-06 19:52:24 +01:00
Sardorbek Imomaliev
0f224338fa
fix amalgamate
2017-02-06 15:53:13 +07:00
Morten Enemark Lund
a39af269c8
Add startup timing
2017-02-06 09:22:36 +01:00
Hugo Wang
17fef9c258
simplify xonshrc code
2017-02-06 08:20:08 +08:00
Hugo Wang
dc2f7d3913
Merge branch 'master' into doc-hist-tutor
2017-02-06 08:18:41 +08:00