Commit graph

3019 commits

Author SHA1 Message Date
Morten Enemark Lund
2c8ff91480 Swap os.environ before calling whichgen instead of specifying path in arguments.
which.whichgen() will report nicer verbose output if the output is taken from os.environ(), and it also fixes a bug on Windows where the current directory was not included when running which
2016-05-30 09:43:49 +02:00
Gil Forsyth
82a03b0527 version bump to 0.3.2 2016-05-30 03:24:22 -04:00
Gil Forsyth
2e9ec0bb4a version bump to 3.2 2016-05-30 01:10:01 -04:00
Anthony Scopatz
eb4d8cbd0a cl fix 2016-05-29 18:53:29 -04:00
Anthony Scopatz
a5c1c59996 Merge pull request #1035 from scopatz/fix_executables_in
Fix Permission error when tab-completing
2016-05-29 16:45:01 -04:00
Morten Enemark Lund
df9aa14e0f This catches PermissionError when looking up executables in read protected directories. 2016-05-29 21:41:19 +02:00
Gil Forsyth
79e665219c fix incorrect parsing of command line flags
One character fix :)
2016-05-29 12:35:01 -04:00
Anthony Scopatz
8fc2b2998d xontrib fix 2016-05-28 19:39:39 -04:00
Anthony Scopatz
bbf0b4e917 minor docs 2016-05-28 19:29:00 -04:00
Anthony Scopatz
83f66be42c version bump to 0.3.1 2016-05-28 19:14:45 -04:00
Anthony Scopatz
c8249a033b minor doc updates 2016-05-28 19:13:06 -04:00
Anthony Scopatz
d69c09f470 Merge branch 'GuillaumeLeclerc-fix-895' 2016-05-28 18:02:03 -04:00
Anthony Scopatz
41a8befd9e some cleanup 2016-05-28 18:01:26 -04:00
Anthony Scopatz
f4e599d190 fixed conflicts 2016-05-28 17:47:00 -04:00
Anthony Scopatz
d45e637b9a more updates 2016-05-28 17:35:56 -04:00
Anthony Scopatz
e7c869bb73 fixed conflicts 2016-05-28 17:08:17 -04:00
Anthony Scopatz
addd8e244f updated changelog 2016-05-28 16:08:48 -04:00
Anthony Scopatz
a984c14497 added some tests 2016-05-28 16:07:27 -04:00
Anthony Scopatz
45265f0597 pairity 2016-05-28 15:59:29 -04:00
Anthony Scopatz
05b59140a9 added debugging envvar 2016-05-28 15:14:03 -04:00
adam j hartz
67ac9cd5e1 merge from master 2016-05-27 10:15:11 -04:00
adam j hartz
5d32a74a54 Merge pull request #1020 from scopatz/mlcolor
Multine prompt colors
2016-05-27 10:13:23 -04:00
Anthony Scopatz
2b160ad39f added gitter link 2016-05-26 20:01:30 -04:00
Anthony Scopatz
8de1ec12f6 rm extra comment 2016-05-26 17:25:08 -04:00
Anthony Scopatz
2f9b6595db ml cl 2016-05-26 17:24:11 -04:00
Anthony Scopatz
d3dec54378 ml rl color 2016-05-26 17:21:00 -04:00
Anthony Scopatz
6b043b34eb Merge branch 'OllieTerrance-forks-cygwin' 2016-05-26 16:11:26 -04:00
Anthony Scopatz
e3a683df9d colorizing ptk seems to work 2016-05-26 16:09:04 -04:00
Anthony Scopatz
ab28fe6bb2 try multicolor 2016-05-26 16:06:03 -04:00
Ollie Terrance
cea14abba0 Cygwin check in xonsh.platform, add to changelog 2016-05-26 20:39:47 +01:00
Ollie Terrance
086b31b23e Minor changes to get shell working in Cygwin
As discussed in #514, this seems to be the minimum required to get a working prompt.
2016-05-26 18:52:08 +01:00
Anthony Scopatz
0c717a2a22 Merge branch 'JohnLunzer-master' 2016-05-26 10:45:15 -04:00
jlunz
332aee61d5 Merge branch 'master' of https://github.com/scopatz/xonsh 2016-05-26 08:29:19 -04:00
JohnLunzer
a29a1098a6 fixed sort issue 2016-05-26 07:28:31 -04:00
Morten Enemark Lund
7a707c5c54 Merge pull request #1017 from adqm/dontbreakonquit
fix bug with killing jobs on windows
2016-05-26 11:46:20 +02:00
adam j hartz
04ca96def5 fix bug with killing jobs on windows 2016-05-26 05:30:31 -04:00
Anthony Scopatz
503b277992 added showcmd alias 2016-05-25 21:38:58 -04:00
Anthony Scopatz
6f443cb266 Merge branch 'tiny_speedup' 2016-05-25 18:39:01 -04:00
Morten Enemark Lund
fe37e78260 Speed up attr completions a tiny bit by only calling __xonsh_execer__.eval on the final candidates. 2016-05-26 00:22:30 +02:00
Anthony Scopatz
31ca63e172 Merge branch 'gforsyth-add_env_completion' 2016-05-25 17:50:31 -04:00
Anthony Scopatz
97d00d1953 Merge branch 'add_env_completion' of https://github.com/gforsyth/xonsh into gforsyth-add_env_completion 2016-05-25 17:41:44 -04:00
Gil Forsyth
bead5eecfe one more shot at regex completion stuff
I should know better than to argue with @melund
2016-05-25 17:06:39 -04:00
adam j hartz
e5217a8816 Merge pull request #1009 from scopatz/libschmedit
Fixed libedit init file problem
2016-05-25 16:38:40 -04:00
Gil Forsyth
5ebeb6c864 make happy regex funtimes for all
This may, or may not, be the thing that finally stops arbitrary function
execution in the completer.
2016-05-25 16:23:08 -04:00
Morten Enemark Lund
2592019ab1 Merge pull request #1010 from scopatz/exec
py3.4 executables_in() performance
2016-05-25 21:58:56 +02:00
JohnLunzer
f8a190dd95 xonsh will read history from locked files at startup to be included in
up-arrow history
2016-05-25 15:01:30 -04:00
Gil Forsyth
8ccaf558bd make sure completer doesn't evaluate functions 2016-05-25 14:38:35 -04:00
Gil Forsyth
755d2cecba prevent called function attribute completion 2016-05-25 14:35:33 -04:00
Anthony Scopatz
b4d190d40b try again 2016-05-25 13:39:31 -04:00
Gil Forsyth
65e1b8d6fe extend python mode completions to a good(?) place 2016-05-25 13:30:12 -04:00