Commit graph

3040 commits

Author SHA1 Message Date
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
Gil Forsyth
6a3111f334 add completions to ${...} 2016-05-25 13:30:12 -04:00
Anthony Scopatz
f1d1bc3e8f py3.4 executables_in() performance 2016-05-25 11:54:56 -04:00
Anthony Scopatz
97f9766e62 Merge branch 'funkyfuture-platform' 2016-05-25 11:39:25 -04:00
Anthony Scopatz
5d1bdb2c73 Merge branch 'platform' of https://github.com/funkyfuture/xonsh into funkyfuture-platform 2016-05-25 11:37:43 -04:00
Morten Enemark Lund
57a7d1bcd9 Merge pull request #1008 from scopatz/oxford
Added comma literals to subproc mode
2016-05-25 08:03:29 +02:00
Anthony Scopatz
e0ed02cdd6 Fixed libedit init file problem 2016-05-25 00:17:41 -04:00
Anthony Scopatz
30e1758478 added comma literals to subproc mode 2016-05-24 23:55:07 -04:00
adam j hartz
87de846408 Merge pull request #997 from scopatz/bash_completions_fixes
Bash completions fixes
2016-05-24 16:01:07 -04:00
Frank Sachsenheim
f076ca2e1c Adds tools.executables_in 2016-05-24 20:49:46 +02:00
Frank Sachsenheim
3f303fcb5b Removes redundant docs on dependencies 2016-05-24 20:49:46 +02:00
Frank Sachsenheim
38a65f755e Use a common prefix in doc's modindex 2016-05-24 20:49:46 +02:00
Frank Sachsenheim
9e6ac80d69 Use scandir in xonsh.vox 2016-05-24 20:49:46 +02:00
Frank Sachsenheim
4ca834e4f0 Use scandir in xonsh.tools 2016-05-24 20:49:46 +02:00
Frank Sachsenheim
c7245eac68 Use scandir in xonsh.imphooks 2016-05-24 20:49:46 +02:00
Frank Sachsenheim
26164c39e3 Use scandir in xonsh.aliases 2016-05-24 20:49:46 +02:00
Frank Sachsenheim
6d9cb94347 Adds xonsh.platform.scandir 2016-05-24 20:49:46 +02:00
Frank Sachsenheim
e7ee0f33e5 Adds docs for xonsh.platform 2016-05-24 20:49:46 +02:00
Morten Enemark Lund
fdec871078 Merge pull request #1003 from scopatz/xo
added xo xontrib metadata
2016-05-24 20:12:49 +02:00
Morten Enemark Lund
9ccc2a4aaa PEP8 2016-05-24 15:41:18 +02:00
Morten Enemark Lund
82a8543156 Change the way paths are added to the bash completions. Now the path are only added if a canonical duplicate exist in the completions from bash 2016-05-24 11:36:38 +02:00
Morten Enemark Lund
36db1430eb Add path completions back-in. They are currently a work-around to override any path completions from bash. 2016-05-24 10:56:09 +02:00
Morten Enemark Lund
982b9c178b Add entry to CHANGELOG.rst 2016-05-24 10:55:10 +02:00
Morten Enemark Lund
0f4e549af4 Do not add path completions to the set of bash completions, and sort the result 2016-05-24 10:52:28 +02:00
Anthony Scopatz
dc46f8aed7 test xontrib metadata 2016-05-24 01:54:18 -04:00
Anthony Scopatz
e95c016637 forgot a comma 2016-05-24 01:50:02 -04:00
Anthony Scopatz
2e13f2ff7c added xo xontrib 2016-05-24 01:47:42 -04:00
Gil Forsyth
adb31d63db Merge pull request #1002 from scopatz/plysub
Ply subpackage install
2016-05-23 17:55:24 -04:00
Anthony Scopatz
d3730670f8 fixed conflict 2016-05-23 17:42:13 -04:00
Anthony Scopatz
9eb0577953 Merge branch 'adqm-lexer_refactor' 2016-05-23 17:38:53 -04:00