Commit graph

2560 commits

Author SHA1 Message Date
laerus
c1e212390e Merge branch 'master' of https://github.com/xonsh/xonsh into xonsh-argument-fix-i1073 2016-06-18 12:59:26 +03:00
laerus
6e8c2b37a2 maybe a fix for issue 1073:
complain if arguments to xonsh are invalid like `-----` `--hep` `-ttttt`
2016-06-17 22:03:29 +03:00
Morten Enemark Lund
4a85511ae8 Merge pull request #1264 from xonsh/xonfig
xonfig updates
2016-06-17 20:55:05 +02:00
Anthony Scopatz
292a922af7 Merge branch 'history-all' of https://github.com/JohnLunzer/xonsh into JohnLunzer-history-all 2016-06-17 13:44:57 -04:00
JohnLunzer
426b1ffec4 Merged with master. Alphabetized xonsh.tools import in test_tools.py 2016-06-17 13:25:36 -04:00
JohnLunzer
1ba3b50090 Updated documenation and changed to direct imports 2016-06-17 12:55:42 -04:00
Anthony Scopatz
fb4ea40816 fixed name 2016-06-17 12:47:25 -04:00
Anthony Scopatz
1aff84a86b fix for xonsh exit 2016-06-17 12:37:55 -04:00
Anthony Scopatz
25382df2b8 removed unicode from platform 2016-06-17 12:00:30 -04:00
Anthony Scopatz
a4359e1377 Merge branch 'master' of github.com:scopatz/xonsh 2016-06-17 11:37:30 -04:00
Anthony Scopatz
f3095f698f Merge branch 'path_expand' of https://github.com/VHarisop/xonsh into VHarisop-path_expand 2016-06-17 11:35:57 -04:00
Anthony Scopatz
da136fd549 xonfig updates 2016-06-17 11:15:08 -04:00
JohnLunzer
36f3ec6955 Merge xonsh master. Make hopefully final changes. 2016-06-17 10:11:59 -04:00
Kermit Alexander II
58832bbaab add xonsh-apt-tabcomplete to xontribs.json 2016-06-17 08:47:18 -05:00
Gil Forsyth
4c51daf04e Merge pull request #1249 from xonsh/sort_comp
Better sorting of completions.
2016-06-17 09:44:44 -04:00
Morten Enemark Lund
b7d1c57add Final updates 2016-06-17 14:24:05 +02:00
Morten Enemark Lund
d458eb1a9a Also apply filtfunc to stuff we add after the quoting 2016-06-17 14:03:21 +02:00
Morten Enemark Lund
0597c97d12 Changed to a much simpler solution where it isdir() is run before quoting the paths names. 2016-06-17 12:52:00 +02:00
Morten Enemark Lund
cec182f8f0 Fix wrong group reference 2016-06-17 12:51:59 +02:00
Morten Enemark Lund
14d818b3c5 Support triple quotes. RegEx craziness. 2016-06-17 12:51:59 +02:00
Morten Enemark Lund
70acb5d793 Use regex expression to find unquoted version of the strings. 2016-06-17 12:51:58 +02:00
Morten Enemark Lund
e28968e90b Fixed quoted paths not being recognized as directories 2016-06-17 12:51:58 +02:00
VHarisop
733c9bc25b
Added news entry, fixed conflict with master 2016-06-17 12:33:18 +03:00
Anthony Scopatz
58374309bc Merge branch 'master' into amal 2016-06-17 00:28:33 -04:00
Anthony Scopatz
af1f01ce92 Merge pull request #1226 from adqm/pipe
Fix for pipeline issues
2016-06-17 00:27:47 -04:00
Anthony Scopatz
7a1e07c487 made regex lazy 2016-06-16 23:06:06 -04:00
Anthony Scopatz
706f2b60cc fixed merge conflict 2016-06-16 22:59:27 -04:00
Anthony Scopatz
f37514f4a7 Merge branch 'more_search' of https://github.com/adqm/xonsh into adqm-more_search 2016-06-16 22:51:27 -04:00
Anthony Scopatz
9796518163 some more minor fixes 2016-06-16 21:41:46 -04:00
Anthony Scopatz
1fc3a2efa2 more env 2016-06-16 21:21:57 -04:00
Anthony Scopatz
5fd1d4f4a8 tracer and docs 2016-06-16 20:58:53 -04:00
Anthony Scopatz
4948b51a84 feedback 2016-06-16 20:20:10 -04:00
Morten Enemark Lund
0ce4bf1c61 Ignore case and leading quotes when sorting completions. 2016-06-16 22:37:44 +02:00
Anthony Scopatz
8b3a09be8a updated docs 2016-06-16 12:57:21 -04:00
Anthony Scopatz
c1fb942f2b switched to xonsh debug 2016-06-16 11:03:43 -04:00
JohnLunzer
2cb957f971 Fixed failed tests 2016-06-16 10:43:45 -04:00
Anthony Scopatz
bb0998e2cb some more potential speedups 2016-06-16 10:06:46 -04:00
JohnLunzer
bcec54c1e0 Changes address previous round of review. Added tests and expanded tests for a few other validators. 2016-06-16 09:12:40 -04:00
Anthony Scopatz
ac52e7c407 added yacc thread 2016-06-16 02:24:03 -04:00
Anthony Scopatz
03fc1ede60 fixed up token map for 3.4 2016-06-16 01:48:23 -04:00
Anthony Scopatz
8a1c1610d0 fixed colors in ptk 2016-06-16 01:30:44 -04:00
Anthony Scopatz
824dda8ca8 fixed tests 2016-06-16 01:12:34 -04:00
adam j hartz
478f1451f3 rearrange, and make pathsearch work in subproc mode 2016-06-16 01:01:22 -04:00
adam j hartz
69c526e34c restructure parser for search 2016-06-16 01:01:22 -04:00
adam j hartz
f94ef0cb94 oops; more fixes in built_ins 2016-06-16 01:01:22 -04:00
adam j hartz
caad772382 rearrange path search functions 2016-06-16 01:01:22 -04:00
adam j hartz
8395216a67 remove reference to PATH_SEARCH_FUNCS in docs 2016-06-16 00:59:58 -04:00
adam j hartz
b7baa64abd fixes for search funcs 2016-06-16 00:59:57 -04:00
adam j hartz
40840f4015 restructure extra search functions 2016-06-16 00:59:57 -04:00
adam j hartz
f378fa5dfa include empty prefix 2016-06-16 00:59:57 -04:00