Commit graph

814 commits

Author SHA1 Message Date
Robert W. Brewer
55e412c7e9 tab completion working with pyreadine; default prompt working; tests pass 2015-05-09 01:58:51 -04:00
Robert W. Brewer
f5b535c4f0 initial port to Windows 2015-05-08 01:14:26 -04:00
Anthony Scopatz
abc6f6d6bb Merge branch 'zajaczajac-completing-imports' 2015-05-06 00:23:32 -05:00
Anthony Scopatz
4971cc8e42 Merge branch 'completing-imports' of https://github.com/zajaczajac/xonsh into zajaczajac-completing-imports 2015-05-06 00:21:47 -05:00
Anthony Scopatz
61c572faa0 Merge branch 'wrywerytwreywery-str' 2015-05-06 00:18:09 -05:00
adam j hartz
2e7ae76b30 string handling in parser 2015-05-05 12:59:34 -04:00
adam j hartz
0bf6d133c7 small formatting changes 2015-05-05 12:22:02 -04:00
Michał Zając
279720af1c completing module to import 2015-05-05 16:03:01 +02:00
Anthony Scopatz
ca1fbb3f87 more docs 2015-05-03 20:09:26 -05:00
Anthony Scopatz
7b06c6e034 some tests and a bug fix 2015-05-03 19:57:57 -05:00
Anthony Scopatz
256fbf16f9 Node attempt 2015-05-03 19:32:06 -05:00
Anthony Scopatz
b5943b15ac can load index 2015-05-03 18:25:13 -05:00
Anthony Scopatz
44334bb947 start of file loader 2015-05-03 17:57:21 -05:00
Anthony Scopatz
b971c34aa1 clean up 2015-05-03 16:06:21 -05:00
Anthony Scopatz
8a761a1f5d more tests 2015-05-03 16:05:11 -05:00
Anthony Scopatz
221e587ac7 can test 2015-05-03 15:53:26 -05:00
Anthony Scopatz
bddc612909 Merge branch 'wrywerytwreywery-name' 2015-04-19 17:08:13 -05:00
adam j hartz
16efa961e3 modify handling of error tokens in subprocess mode 2015-04-18 19:24:18 -04:00
adam j hartz
dfbf4a3bc4 some lexer refactoring 2015-04-18 19:23:52 -04:00
Anthony Scopatz
d98f16c503 unpack targets in comprehension 2015-04-16 19:07:24 -05:00
Anthony Scopatz
ac02ead48f Merge branch 'wrywerytwreywery-cd' 2015-04-16 13:45:00 -05:00
adam j hartz
0bb0362ca0 exception refactor 2015-04-16 14:37:55 -04:00
adam j hartz
a1f158f205 bugfix for getting current git branch 2015-04-16 13:45:21 -04:00
adam j hartz
22eed866e2 pushd shouldn't double count (when AUTO_PUSHD == True) 2015-04-16 13:38:57 -04:00
adam j hartz
fb41dd9a99 directory names can start with -, too 2015-04-16 13:26:04 -04:00
adam j hartz
26965824ab allow -<integer> argument for cd 2015-04-16 13:21:51 -04:00
adam j hartz
6dccda4697 rearrange cd code, add AUTO_PUSHD 2015-04-16 10:22:10 -04:00
Anthony Scopatz
e087a26b8f Merge branch 'aig787-exec' 2015-04-13 14:56:34 -05:00
Aaron Griffin
7812c49766 Added error message for when no args are specified. Removed unneeded sys import 2015-04-13 12:48:04 -07:00
Aaron Griffin
692727eeb4 Merge branch 'exec' of github.com:aig787/xonsh into exec 2015-04-13 12:45:45 -07:00
Aaron Griffin
93581ba0fc
Merge branch 'master' of github.com:scopatz/xonsh into exec 2015-04-13 11:12:23 -07:00
Aaron Griffin
a116e1a75a
Fixed safety check for empty list argv 2015-04-13 11:01:31 -07:00
Aaron Griffin
6e1c4f242e Merge branch 'master' of github.com:scopatz/xonsh into exec 2015-04-13 09:04:14 -07:00
Aaron Griffin
e6040d5f3d Added aliases documentation and added information about xexec to it. 2015-04-13 09:03:32 -07:00
Aaron Griffin
b9df6e0305 Added safety check to xexec builtin and modified argv that gets passed in 2015-04-13 09:02:58 -07:00
adam j hartz
0677827bd4 reorganize job control code and fix bug 2015-04-10 06:40:34 -04:00
Anthony Scopatz
d8b66e5294 v0.1.5 bump 2015-04-08 19:28:16 -05:00
Aaron Griffin
b36d7b519c Changed exec alias name to xexec 2015-04-08 13:54:24 -07:00
Aaron Griffin
75abee07c8
Added alias to support exec builtin 2015-04-07 19:51:38 -07:00
Aaron Griffin
f1b7b01c41
Merge branch 'exec' of github.com:aig787/xonsh into exec 2015-04-07 19:47:38 -07:00
Aaron Griffin
f378d38769
Added alias to support exec builtin 2015-04-07 19:46:54 -07:00
Anthony Scopatz
463b6762f2 Merge branch 'aig787-master' 2015-04-07 20:37:30 -05:00
Anthony Scopatz
fcd9a063a7 Merge branch 'master' of https://github.com/aig787/xonsh into aig787-master 2015-04-07 20:36:15 -05:00
Adam Hartz
e1fe883cd7 Merge pull request #199 from scopatz/e
wrap develop too
2015-04-07 20:47:17 -04:00
Aaron Griffin
92a7f63b41 Added alias to support exec builtin 2015-04-07 12:42:04 -07:00
Aaron Griffin
2f20d4a3fd Merge branch 'master' of github.com:scopatz/xonsh 2015-04-07 11:01:41 -07:00
Aaron Griffin
74ce8ba781 Removed extra lines 2015-04-07 08:06:23 -07:00
Aaron Griffin
d2be629b48 Merge branch 'master' of github.com:aig787/xonsh 2015-04-07 08:04:21 -07:00
Anthony Scopatz
17fb139607 install -> develop 2015-04-06 23:57:38 -05:00
Anthony Scopatz
827fbbfbe7 wrap develop too 2015-04-06 23:21:03 -05:00