Anthony Scopatz
338769c163
line ending fixes
2015-10-10 13:05:19 -04:00
Burak Yigit Kaya
3bcc38b447
Fix invalid lexer type error
...
Anything stored in `env` is always cast to string so remove
`HIGHLIGHTING_LEXER` variable since it is directly passed to
prompt_toolkit and it is always a string when restoring from `env`
causing `prompt_toolkit` to throw an error because it expects a `Lexer`
instance.
2015-10-06 11:40:27 +03:00
Anthony Scopatz
9e25ec1f6f
await implement
2015-09-27 01:09:28 -04:00
Anthony Scopatz
c6fdab6e11
full async
2015-09-27 00:30:49 -04:00
Anthony Scopatz
d86574d4b6
prelim async with
2015-09-27 00:24:40 -04:00
Anthony Scopatz
944afcbf76
async funcdefs and decorators
2015-09-26 23:52:31 -04:00
Anthony Scopatz
a86b5c3a2e
forgot to skip tests
2015-09-26 22:55:35 -04:00
Anthony Scopatz
34b39f3dc1
added matmult
2015-09-26 22:54:12 -04:00
Anthony Scopatz
7d525e8fe5
some really silly fixes
2015-09-26 22:27:36 -04:00
Anthony Scopatz
85b55b051e
more stuff
2015-09-26 21:27:49 -04:00
Anthony Scopatz
e1f81baa30
more working
2015-09-26 21:13:03 -04:00
Anthony Scopatz
d81406f1de
yet another test
2015-09-26 20:32:26 -04:00
Anthony Scopatz
ba3b7511c4
added a couple of tests
2015-09-26 20:30:44 -04:00
Anthony Scopatz
39f04896f7
added tests
2015-09-26 15:50:23 -04:00
Anthony Scopatz
12a07953ea
more stuff
2015-09-13 15:30:49 -04:00
Anthony Scopatz
036608137c
fixed merge conflict
2015-08-25 20:55:08 -04:00
Morten Enemark Lund
ca6a1753c9
Update test for prompt_toolkit_tools
2015-08-24 09:48:24 +02:00
Anthony Scopatz
7d70392a0c
allow history inspection post-at-exit
2015-08-23 19:29:35 -04:00
Anthony Scopatz
ebeb4bcdc0
some more replay test fixes
2015-08-23 17:00:26 -04:00
Anthony Scopatz
43bc6d48c2
some replay tests
2015-08-23 16:50:54 -04:00
Anthony Scopatz
6f854b800b
begging of history command
2015-08-23 11:30:07 -04:00
Morten Enemark Lund
078b818396
Finished coloring implementation for prompt-toolkit shell.
2015-08-22 23:41:38 +02:00
Anthony Scopatz
d4afd13863
Merge branch 'master' into hist-next
2015-08-19 10:04:08 -04:00
Robert W. Brewer
c831e9bbc7
Merge branch 'master' into prompt-toolkit-fixes
2015-08-17 23:20:20 -04:00
Anthony Scopatz
70e87e37cf
added lazy command fields to history
2015-08-16 21:41:02 -04:00
Anthony Scopatz
b456193a33
windows newline issue fix, hopefully
2015-08-12 01:04:03 -04:00
Anthony Scopatz
201aacdda6
seek from 0
2015-08-12 00:33:17 -04:00
Anthony Scopatz
fc0d00c774
try closing lj
2015-08-11 23:30:50 -04:00
Anthony Scopatz
d6381e1897
some test updates
2015-08-11 23:05:14 -04:00
Anthony Scopatz
158173889f
win fail test
2015-08-11 20:20:20 -04:00
Anthony Scopatz
f8a5dbcda3
history testing
2015-08-11 20:16:02 -04:00
Anthony Scopatz
ad8a685287
fix for empty containers in lazyjson
2015-08-05 19:43:30 -05:00
Burak Yigit Kaya
fa656e505e
Fix error when checking for indentation
2015-08-06 01:58:22 +03:00
adam j hartz
a1736ea728
Merge branch 'ic' of github.com:scopatz/xonsh into scopatz-ignore-case
2015-08-03 20:34:31 -04:00
adam j hartz
6534b8cc35
Merge pull request #340 from scopatz/bad-loop
...
fixes hanging indent error
2015-08-03 17:32:53 -05:00
Anthony Scopatz
06b892e70a
prompt formatting functions may accept None
2015-08-02 18:49:45 -05:00
Anthony Scopatz
2b208b9592
fixes hanging indent error
2015-08-02 17:34:13 -05:00
Anthony Scopatz
cb445e5508
test fixes for prompt-toolkit-fixes
2015-08-02 16:58:26 -05:00
Anthony Scopatz
ec2d312dd0
Added $CASE_SENSITIVE_COMPLETIONS
2015-08-02 16:14:56 -05:00
Anthony Scopatz
3d56a6283c
added some completions
2015-08-02 15:36:55 -05:00
Anthony Scopatz
7a300bf7d0
more win tests 6
2015-08-02 13:36:44 -05:00
Anthony Scopatz
dbb681ceac
more win tests 5
2015-08-02 13:32:44 -05:00
Anthony Scopatz
1def948129
more win tests 4
2015-08-02 13:28:13 -05:00
Anthony Scopatz
37c2c26dd6
more win tests 3
2015-08-02 13:25:49 -05:00
Anthony Scopatz
65440f9339
more win tests 2
2015-08-02 13:22:12 -05:00
Anthony Scopatz
5801230b11
more win tests
2015-08-02 13:19:13 -05:00
Anthony Scopatz
cb0958fc8a
win test fix
2015-08-02 13:16:05 -05:00
Anthony Scopatz
8f19f01ded
case insensitive fixes for file names
2015-08-02 13:10:04 -05:00
Klaus Alexander Seistrup
ee65f492f2
Removed trailing whitespace
2015-07-29 23:58:25 +02:00
Rob Brewer
4c004dd540
Merge pull request #271 from scopatz/mantest
...
improved man tests
2015-07-12 10:28:25 -04:00