Commit graph

4733 commits

Author SHA1 Message Date
laerus
494e0dc81f Merge branch 'master' of https://github.com/xonsh/xonsh into hist 2016-08-28 18:22:12 +03:00
Anthony Scopatz
9b73b4343d Merge pull request #1646 from xonsh/emfixes
Hot fix for pytest events
2016-08-28 11:03:56 -04:00
Anthony Scopatz
5985c3d33b hot fix for pytest events 2016-08-28 10:32:10 -04:00
Anthony Scopatz
78a87d0304 some emergency fixup 2016-08-28 09:57:31 -04:00
Anthony Scopatz
27c0d3f1e7 Merge pull request #1642 from astronouth7303/events-chdir
Add `on_chdir` Event
2016-08-28 09:29:44 -04:00
Anthony Scopatz
dc528d3b6e Merge pull request #1645 from astronouth7303/events-typotest
Add test to detect event typos
2016-08-28 09:28:51 -04:00
Anthony Scopatz
68476835b8 Merge pull request #1641 from astronouth7303/events-docs
[WIP] Events Documentation
2016-08-28 09:26:42 -04:00
laerus
628f353e37 Merge branch 'master' into hist 2016-08-28 15:41:08 +03:00
Jamie Bliss
0fcf737e08 Actually finish that paragraph. 2016-08-27 23:29:23 -04:00
Jamie Bliss
74c423f215 Expand on events under the hood some. 2016-08-27 23:27:52 -04:00
Jamie Bliss
e446c63e60 Got something usable. 2016-08-27 23:20:44 -04:00
Jamie Bliss
8e537aaa05 Typo 2016-08-27 23:16:11 -04:00
Jamie Bliss
e01b6a0919 Attempted advanced events 2016-08-27 23:10:24 -04:00
Jamie Bliss
d14a4bf938 Add module API docs 2016-08-27 23:00:50 -04:00
Jamie Bliss
0313026036 Update module docstring 2016-08-27 23:00:38 -04:00
Jamie Bliss
c9ad375f8d Some interlinking 2016-08-27 22:38:12 -04:00
Jamie Bliss
ce61c59d4b Do some fixed-width formatting 2016-08-27 22:29:11 -04:00
Jamie Bliss
3721204304 Add an autogenerated events listing 2016-08-27 22:25:29 -04:00
Jamie Bliss
0ad9a2e2ab Add test to detect event typos 2016-08-27 21:44:26 -04:00
Jamie Bliss
ab13740e13 PEP8 2016-08-27 21:24:27 -04:00
Anthony Scopatz
5e68e536e8 Merge pull request #1592 from xonsh/more_syntax_errors
Handle More Syntax Errors
2016-08-27 21:11:58 -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
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
laerus
e7540488f7 history magic 2016-08-27 17:30:53 +03: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
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
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
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