Anthony Scopatz
314269f7ce
added * breaking
2016-08-27 12:55:19 -04:00
Jamie Bliss
ab6501748d
Use singleton instance of EventManager
2016-08-27 12:21:15 -04:00
Jamie Bliss
573e78372f
Add on_chdir
event and test.
...
Test is, of course, failing
2016-08-27 12:06:16 -04:00
Jamie Bliss
9ceb8f1292
Refactor _change_working_directory() slightly to prepare for events
2016-08-27 11:47:24 -04:00
Anthony Scopatz
0fc3f9b35c
Merge branch 'mstar' into m
2016-08-27 11:43:09 -04:00
Anthony Scopatz
c2fe714701
removed unused rules
2016-08-27 11:42:49 -04:00
Anthony Scopatz
a4471a0201
some macro arg cleanup
2016-08-27 11:40:52 -04:00
Jamie Bliss
866725dd2b
Speculative url
2016-08-27 11:24:43 -04:00
Jamie Bliss
6990d29ba5
Basic events newsitem
2016-08-27 11:13:56 -04:00
Anthony Scopatz
699d6ae714
some clean up
2016-08-27 11:05:21 -04:00
laerus
e7540488f7
history magic
2016-08-27 17:30:53 +03:00
Anthony Scopatz
a78ada5c3f
fixed merge conflicts
2016-08-27 10:19:42 -04:00
Anthony Scopatz
aea5740ed6
amalgam events
2016-08-27 10:18:07 -04:00
Anthony Scopatz
8eb44aed19
Merge pull request #1639 from xonsh/fix_envvar_path_comp
...
fix for envvar expansion completion in ptk
2016-08-27 10:15:14 -04:00
Anthony Scopatz
90769316d2
Merge pull request #1501 from astronouth7303/events
...
Implementation of Event Subsystem
2016-08-27 10:12:53 -04:00
Gil Forsyth
614687aad9
fix for envvar expansion completion in ptk
2016-08-27 08:31:45 -04:00
Anthony Scopatz
e0c8ecbc42
Merge pull request #1636 from laerus/dfile
...
xonsh module __file__ attribute
2016-08-27 08:28:10 -04:00
laerus
bbc965346b
cleanup/tests
2016-08-27 13:51:45 +03:00
Jamie Bliss
b11a25a6a6
Use print_exception()
2016-08-27 02:55:40 -04:00
Anthony Scopatz
ace8a2b57e
Merge branch 'master' into m
2016-08-26 21:30:05 -04:00
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