Commit graph

2283 commits

Author SHA1 Message Date
laerus
3bf460687a __file__ 2016-08-27 03:01:18 +03:00
BlahGeek
6604464465 Merge branch 'master' into add-completion-confirm 2016-08-26 13:21:09 +08: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
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
Raphael Gaschignard
72d31eea25 Add documentation on variable 2016-08-24 22:56:48 +09: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
BlahGeek
e5c913ac42 add changelog 2016-08-24 10:27:20 +08: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
Bob Hyman
69f6163236 track change in real working directory, keep n:\devwork\work\xonsh in sync. 2016-08-21 21:32:19 -04:00
Bob Hyman
f30f58d019 Merge branch 'misc_fix' into track_wd 2016-08-21 21:30:52 -04: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
Anthony Scopatz
4d393036b0 Merge branch 'master' into m 2016-08-21 09:57:18 -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
Bob Hyman
cb5b5c6397 enable cd <unc> with ; error out if not and DisableUNCCheck 0; check both HKCU and HKLM for DisableUNCCheck 2016-08-21 01:35:59 -04:00
Anthony Scopatz
841e916217 macro news 2016-08-20 21:20:29 -04:00
Bob Hyman
3e7713f20b Merge branch 'master' into winuncpushd 2016-08-20 20:14:26 -04:00
Bob Hyman
3281d65ba4 Merge branch 'misc_fix' into winuncpushd 2016-08-20 20:10:58 -04:00
adam j hartz
bab5895171 news entry 2016-08-19 15:16:22 -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
Bob Hyman
a570c7958a add doc 2016-08-14 17:47:05 -04:00
Bob Hyman
50ec44656b Merge branch 'misc_fix' into winUncpushd 2016-08-14 17:33:39 -04:00