Commit graph

209 commits

Author SHA1 Message Date
laerus
3bf460687a __file__ 2016-08-27 03:01:18 +03:00
Anthony Scopatz
9a958f2eba more expand vars 2016-08-25 00:35:02 -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
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
laerus
783eef7eb7 news entry 2016-08-24 04:21:52 +03:00
Gil Forsyth
2f96365257 add changelog 2016-08-23 12:48:27 -04:00
BlahGeek
188fee34dd rewrite bash completer 2016-08-23 22:04:43 +08:00
Gil Forsyth
5c8f0354fa Merge branch 'master' into allnames 2016-08-23 08:46:25 -04:00
Anthony Scopatz
7373893db1 Merge pull request #1599 from blahgeek/fix-bare-tuple-of-tuples
fix parsing for bare tuple of tuples
2016-08-22 06:25:39 -04:00
BlahGeek
10093a9f86 add changelog 2016-08-22 10:00:11 +08:00
Gil Forsyth
fbe61006f7 Merge pull request #1603 from xonsh/syncp
yacc_debug loads parser on same thread.
2016-08-21 18:31:55 -04:00
Anthony Scopatz
12b6340700 foreign shell function empty filename fix 2016-08-21 17:23:53 -04:00
Anthony Scopatz
7837563baf check all names 2016-08-21 14:58:07 -04:00
Anthony Scopatz
1baa1d3de6 yacc_debug loads parser on same thread. 2016-08-21 12:09:51 -04:00
BlahGeek
da62cf2fa4 fix last commit: format of changelog 2016-08-21 20:52:13 +08:00
BlahGeek
24801ac3ae add changelog 2016-08-21 20:48:08 +08:00
Anthony Scopatz
48e7506ca0 NetBSD support 2016-08-21 06:14:55 -04:00
Konstantinos Tsakiltzidis
c30000f9c9 Merge pull request #1591 from xonsh/funcargs
Added function arguments to scope
2016-08-19 19:33:25 +03:00
Anthony Scopatz
c8727f17b3 Added function arguments to scope 2016-08-19 01:45:44 -04:00
adam j hartz
6bd8eaf559 news file 2016-08-19 01:10:53 -04:00
Konstantinos Tsakiltzidis
8f62f72e1f Merge pull request #1586 from adqm/completer_quotes
Wrap Bash's Tab Completions in Quotes
2016-08-19 02:43:17 +03:00
Konstantinos Tsakiltzidis
dcdc4621aa Merge pull request #1583 from adqm/multiline_string
Multiline Strings in Interactive Mode
2016-08-19 02:39:46 +03:00
adam j hartz
8e467d2806 news entry 2016-08-18 19:18:35 -04:00
adam j hartz
071a7f6320 fix news file 2016-08-18 18:07:41 -04:00
adam j hartz
961ea0b8c6 news entry 2016-08-18 18:03:45 -04:00
SanketDG
9ebb445792 xonsh/tools.py: Do not discard last line
Instead of discarding the last line, we can just strip it.

Fixes https://github.com/xonsh/xonsh/issues/1180
2016-08-19 00:52:01 +05:30
Gil Forsyth
2e68778659 Merge pull request #1566 from astronouth7303/no-bad-shell
Disable SHELL_TYPE=none from the environment
2016-08-17 10:14:09 -04:00
Konstantinos Tsakiltzidis
00d0da6916 repr/str for lazyobject 2016-08-17 14:22:20 +03:00
Anthony Scopatz
eb6e4c5ed2 version bump to 0.4.5 2016-08-16 20:35:49 -04:00
Konstantinos Tsakiltzidis
8efa364c37 Merge pull request #1560 from xonsh/exec
exec
2016-08-16 13:35:31 +03:00
Jamie Bliss
5432b5cb1f News 2016-08-15 22:44:53 -04:00
Konstantinos Tsakiltzidis
41104e23cd Merge pull request #1518 from xonsh/noerr
No error in parser error
2016-08-15 19:50:16 +03:00
Anthony Scopatz
de4e8803a2 exec stuff 2016-08-14 05:18:26 -04:00
Anthony Scopatz
5fc7f0eaef EOF fix 2016-08-13 19:48:26 -04:00
Gil Forsyth
371418c736 Merge pull request #1551 from xonsh/pcrash
pip crash fix
2016-08-12 08:32:23 -04:00
Morten Enemark Lund
02c2738176 Merge pull request #1552 from xonsh/impacc
import hooks access check
2016-08-12 13:21:28 +02:00
Anthony Scopatz
b3af85f649 Merge pull request #1520 from laerus/hist_ts
history show filter by timestamps
2016-08-12 14:30:25 +10:00
Anthony Scopatz
eec3443602 Merge pull request #1544 from Carreau/fix-importhook
Fix importhook
2016-08-12 14:27:03 +10:00
Anthony Scopatz
55b4251672 import hooks access check 2016-08-11 22:23:06 -04:00
Anthony Scopatz
3d36b2f846 pip crash fix 2016-08-11 19:10:00 -04:00
Konstantinos Tsakiltzidis
b612048c60 news entry 2016-08-11 14:01:52 +03:00
Matthias Bussonnier
3c7753f4be Fix tests, document, and make install_hook() install only once. 2016-08-10 18:20:54 -07:00
Morten Enemark Lund
0f087b35f2 Add changelog entry 2016-08-07 13:24:12 +02:00
Gil Forsyth
1524a78a93 add news entry 2016-08-05 11:27:24 -04:00
Konstantinos Tsakiltzidis
03adc942e2 Merge pull request #1519 from xonsh/srcenc
Source files in XONSH_ENCODING
2016-08-05 02:02:38 +03:00
Anthony Scopatz
26ab42232a Merge pull request #1524 from astronouth7303/xontrib-all
Add support for `__all__` in xontribs
2016-08-03 10:22:21 -07:00
Jamie Bliss
f24f60f946 Add support for __all__ in xontribs. 2016-08-03 00:05:08 -04:00
Morten Enemark Lund
f1ac29a45a Add new entry 2016-08-02 22:03:54 +02:00
Anthony Scopatz
f0993f56b3 source files in XONSH_ENCODING 2016-08-01 20:04:54 -04:00
Anthony Scopatz
7d946dcaa1 news 2016-08-01 13:37:19 -04:00