laerus
3bf460687a
__file__
2016-08-27 03:01:18 +03:00
Anthony Scopatz
a89c61296f
Merge pull request #1617 from blahgeek/add-completion-confirm
...
New option to use <Enter> to confirm completion instead of running command
2016-08-26 18:53:23 -04:00
Jamie Bliss
e49c37e67c
flake8
2016-08-26 17:46:48 -04:00
Jamie Bliss
4635b2dc0e
Merge remote-tracking branch 'upstream/master' into events
2016-08-26 17:36:50 -04:00
Anthony Scopatz
9b279ee53f
Merge pull request #1634 from xonsh/remove_pacman_tabcomplete
...
remove pacman completion xontrib
2016-08-26 09:56:49 -04:00
Gil Forsyth
7aef01eea0
remove pacman completion xontrib
...
This xontrib is no longer needed thanks to improvements in
bash-completion imports. Yay! One less thing to maintain!
2016-08-26 09:36:17 -04:00
Romain Bignon
df9ba1223d
correctly preserve parameters
...
In case there are arguments containing spaces, there were splited. For
example:
$ xonsh -c 'echo 123'
['/home/rom1/python/xonsh/__main__.py', '-c', 'echo', '123']
$
With this patch:
$ xonsh -c 'echo 123'
['/home/rom1/python/xonsh/__main__.py', '-c', 'echo 123']
123
$
2016-08-26 14:43:35 +02:00
BlahGeek
6604464465
Merge branch 'master' into add-completion-confirm
2016-08-26 13:21:09 +08:00
Anthony Scopatz
aadea0fae5
Merge pull request #1629 from Siecje/prompt_ret_code
...
Adding prompt_ret_code to xontribs
2016-08-26 00:13:56 -04:00
Anthony Scopatz
ad9138c615
Merge branch 'enshorten_attr_comp'
2016-08-25 23:55:37 -04:00
Gil Forsyth
ad077af47b
Merge branch 'master' into enshorten_attr_comp
2016-08-25 16:36:27 -04:00
Gil Forsyth
7854fb0526
use rpartition to split up prefix
2016-08-25 16:05:53 -04:00
Cody Scott
4672438eed
Adding prompt_ret_code to xontribs
2016-08-25 12:32:15 -04:00
BlahGeek
fbe2f1c60f
rename COMPLETION_CONFIRM
-> COMPLETIONS_CONFIRM
2016-08-25 22:24:43 +08:00
Anthony Scopatz
6e4b438ff8
Merge branch 'master' into tilde
2016-08-25 09:26:25 -04:00
Anthony Scopatz
087327a3b1
Merge pull request #1622 from xonsh/circle_ci
...
[WIP] Use Circle CI for py3.4 and py3.5
2016-08-25 09:22:00 -04:00
Gil Forsyth
d47ac71e6b
only show rightmost completion in nested attrs
...
only prompt_toolkit so far
2016-08-25 09:20:16 -04:00
Konstantinos Tsakiltzidis
7a689bbbcb
Merge pull request #1623 from xonsh/expandvar
...
more expand vars
2016-08-25 15:16:56 +03:00
Anthony Scopatz
d0804650f3
more make test windows friendly
2016-08-25 01:21:17 -04:00
Anthony Scopatz
d02b05c89d
make test windows friendly
2016-08-25 01:15:32 -04:00
Anthony Scopatz
50e2f80e10
more tilde expansions
2016-08-25 01:04:08 -04:00
Anthony Scopatz
9a958f2eba
more expand vars
2016-08-25 00:35:02 -04:00
BlahGeek
9e5b88657e
Merge branch 'master' into add-completion-confirm
2016-08-25 12:02:10 +08:00
Anthony Scopatz
fa76a979e7
Merge branch 'master' into m
2016-08-24 23:57:23 -04:00
Anthony Scopatz
e60defd2ec
Merge pull request #1611 from xonsh/no_completion_brackets
...
Option to turn off completion brackets
2016-08-24 23:50:41 -04:00
Jamie Bliss
3c38e4b3f7
Start in on event documentation
2016-08-24 21:46:51 -04:00
Jamie Bliss
a81e2d6bd7
Make a really good attempt at method documentation.
2016-08-24 19:04:53 -04:00
Jamie Bliss
8c23bde001
Rename __xonsh_events__ to events
2016-08-24 19:04:02 -04:00
Gil Forsyth
679026212d
remove py34 and py35 from travis build
...
leaving nightly in for now since that isn't available on circleci (i
don't think)
2016-08-24 14:33:02 -04:00
Gil Forsyth
fbe773ff3d
parallelize runs
2016-08-24 14:21:37 -04:00
Gil Forsyth
34fe72cec3
use bash explicitly to run script
2016-08-24 14:15:21 -04:00
Gil Forsyth
0d916c426c
hack in separate 3.4 and 3.5 tests in conda
2016-08-24 14:12:56 -04:00
Gil Forsyth
c03122aafa
fix version numbers
2016-08-24 13:54:58 -04:00
Gil Forsyth
416da7900b
add multiple environments
2016-08-24 13:50:15 -04:00
Gil Forsyth
a9a7858d41
remove virtualenv from build
2016-08-24 13:45:30 -04:00
Gil Forsyth
14194bc5e0
move setup to post
2016-08-24 13:40:39 -04:00
Gil Forsyth
091ce80a94
use hardcoded path to environment folder
...
circle ci launches a new terminal for every command so source activate won't work correctly
2016-08-24 13:28:48 -04:00
Gil Forsyth
1461b41a29
add circleci yml file
2016-08-24 13:20:17 -04:00
BlahGeek
b3c0b695bd
add to DEFAULT_ENSURES
2016-08-25 00:58:42 +08:00
Anthony Scopatz
90a24d7275
Merge pull request #1620 from GuillaumeLeclerc/patch-1
...
Add information about utf8 support on linux
2016-08-24 10:05:44 -04:00
Guillaume Leclerc
271ec614d6
Add information about utf8 support on linux
...
This commit explains how to fix the problem described in #912
Closes #912
2016-08-24 15:44:55 +02:00
Gil Forsyth
ae8f800f16
Merge pull request #1602 from blahgeek/fix-bash-completion
...
New implementation of bash completer
2016-08-24 07:49:38 -04:00
Gil Forsyth
5156bac3c2
use [
only when attribute has __get_item__
2016-08-24 07:48:29 -04:00
Anthony Scopatz
7ef1ebd902
Merge pull request #1616 from laerus/falias
...
ignore foreign aliases
2016-08-24 07:39:08 -04:00
Anthony Scopatz
491e0e8e92
Merge pull request #1618 from a-da/master
...
improved #1170 warning message "no readline"
2016-08-24 07:35:40 -04:00
Andrei
4e9142d58a
improved #1170 warning message "no readline"
...
https://github.com/xonsh/xonsh/issues/1170#issuecomment-240922451
2016-08-24 13:11:42 +02:00
laerus
54ac7d108c
pep8tify
2016-08-24 14:00:10 +03:00
laerus
6b1b2d66f7
typo
2016-08-24 13:42:44 +03:00
laerus
e0f5fa66cd
cleanup
2016-08-24 13:38:40 +03:00
Jamie Bliss
78783c71b5
Change aliased collections.abc
to cabc
to avoid conflicts with the abc
module.
2016-08-24 01:08:02 -04:00