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
8d6925f86e
Merge branch 'BYK-fix-bash-quotes'
2015-10-05 18:20:40 -04:00
Burak Yigit Kaya
3a0dfcc87a
Fix bash completions failing when using double quotes
...
When using a command with a `"` in it, `bash_complete` was throwing an
uncaught exception. This patch both catches the exception and escapes
the values passed properly to avoid errors.
2015-10-06 00:08:21 +03:00
Anthony Scopatz
652f333310
Merge pull request #397 from scopatz/pep495
...
Implements Pep492
2015-10-04 12:43:27 -04:00
Anthony Scopatz
04605cec75
Merge pull request #396 from scopatz/pep465
...
Implementation of Pep465
2015-10-04 12:42:38 -04:00
Anthony Scopatz
0ede71444e
Merge pull request #395 from scopatz/pep448
...
Implementation of Pep448
2015-10-04 12:41:42 -04:00
Anthony Scopatz
98934b8864
Merge pull request #402 from BYK/bash-win-fix
...
Fix `BASH_COMPLETIONS` not working on Windows
2015-10-02 12:57:24 -04:00
Anthony Scopatz
643095b06a
Merge pull request #401 from jsarver/update_windows_guide
...
Updated windows guide to recommend prompt-toolkit instead of pyreadl…
2015-10-02 12:56:09 -04:00
Burak Yigit Kaya
432a183b46
Fix BASH_COMPLETIONS
not working on Windows
2015-10-02 14:11:22 +03:00
josh
d7f5545192
Updated windows guide to recommend prompt-toolkit instead of pyreadline and how to enable it as the default shell.
2015-10-01 23:27:29 -07:00
josh
3ac9ac807c
Updated windows guide to recommend prompt-toolkit instead of pyreadline and how to enable it as the default shell.
2015-10-01 01:21:57 -07: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
f6ac265217
added future kws
2015-09-27 00:11:38 -04:00
Anthony Scopatz
00b54e2d84
some test
2015-09-27 00:06:11 -04:00
Anthony Scopatz
34af454691
try async
2015-09-27 00:02:54 -04:00
Anthony Scopatz
944afcbf76
async funcdefs and decorators
2015-09-26 23:52:31 -04:00
Anthony Scopatz
0c3eb1e763
python 3.4 compat
2015-09-26 23:09:32 -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
3b9b5be8e4
try appveyor Python 3.5
2015-09-26 22:37:00 -04:00
Anthony Scopatz
e2a20556b7
try travis 3.5
2015-09-26 22:31:48 -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
c08601b38b
some prep work for dictorsetmaker
2015-09-26 20:19:30 -04:00
Anthony Scopatz
e7df9fbe46
arglist rearrangement
2015-09-26 16:18:47 -04:00
Anthony Scopatz
39f04896f7
added tests
2015-09-26 15:50:23 -04:00
Anthony Scopatz
c8ca03fcc7
some implemntation
2015-09-26 15:50:23 -04:00
Anthony Scopatz
8a55f2b093
Merge pull request #392 from jonathanslenders/prompt-toolkit-0.52
...
Enable search/abort/exit bindings again. (For prompt-toolkit upgrade.)
2015-09-24 19:44:12 -04:00
Jonathan Slenders
5d9b107e8e
Enable search/abort/exit bindings again. (For prompt-toolkit upgrade.)
2015-09-24 05:30:45 +02:00
Anthony Scopatz
b3609ac23a
rm landscape
2015-09-13 18:50:45 -04:00
Anthony Scopatz
35c3192d68
0.2 version bump
2015-09-13 18:27:08 -04:00
Anthony Scopatz
caa664e252
more minor changes
2015-09-13 18:23:00 -04:00
Anthony Scopatz
5e56a0bb09
some more conf changes
2015-09-13 18:17:26 -04:00
Anthony Scopatz
d047939453
some image fixes
2015-09-13 18:09:11 -04:00
Anthony Scopatz
1775725246
more release notes
2015-09-13 17:59:24 -04:00
Anthony Scopatz
3d5a4fc100
Merge branch '3.5'
2015-09-13 16:29:06 -04:00
Anthony Scopatz
3902e8ebb6
tests pass on v3.5
2015-09-13 16:25:25 -04:00
Anthony Scopatz
5a2ab2523c
version based docstring
2015-09-13 15:48:54 -04:00
Anthony Scopatz
12a07953ea
more stuff
2015-09-13 15:30:49 -04:00
Anthony Scopatz
9abc4ce4bc
v3.5 is not on CI yet
2015-09-13 12:26:32 -04:00
Anthony Scopatz
abb0f3fc3c
some v3.5 updates
2015-09-13 12:17:11 -04:00
Anthony Scopatz
fa356d728b
Merge pull request #386 from scopatz/kill
...
fix to actually quit on certain signals
2015-09-12 20:28:38 -04:00
Anthony Scopatz
778d19341b
added rc file
2015-09-12 20:27:21 -04:00
Anthony Scopatz
8e2017054c
comparison table
2015-09-12 19:57:50 -04:00
Anthony Scopatz
3f6c0db2b2
new asciinema player
2015-09-12 18:58:50 -04:00