Commit graph

1588 commits

Author SHA1 Message Date
Anthony Scopatz
ad0b084f2b base shell updates 2015-10-10 15:59:51 -04:00
Anthony Scopatz
faea423d3b some updates 2015-10-10 15:53:38 -04:00
Anthony Scopatz
67bdf05b14 some doc rearrangements 2015-10-10 15:35:54 -04:00
Anthony Scopatz
aa64655666 more default changes 2015-10-10 15:20:51 -04:00
Anthony Scopatz
eaf96afb3c more environ updates 2015-10-10 15:10:34 -04:00
Anthony Scopatz
6e33f7a80d shell type fixes 2015-10-10 14:51:28 -04:00
Anthony Scopatz
0328dea45d moved some defaults around 2015-10-10 14:39:50 -04:00
Anthony Scopatz
be127b3a07 Merge branch 'BYK-fix-type-error' 2015-10-10 13:06:14 -04:00
Anthony Scopatz
338769c163 line ending fixes 2015-10-10 13:05:19 -04:00
Anthony Scopatz
9f7988ed51 Merge branch 'fix-type-error' of https://github.com/BYK/xonsh into BYK-fix-type-error 2015-10-10 12:49:11 -04:00
David
a3393c6136 aliases: bash_aliases: stop spawning login shells
There should be no need to run a login shell to get aliases.
Any self-respecting bash user wouldn't set aliases in their .profile.
2015-10-11 00:49:37 +11:00
David
1387573c12 aliases: make bash_aliases() more robust
* Call bash with `-c alias` rather than passing `alias` through stdin.

* Check each alias read in is really an alias, to make doubly-sure we
  don't get garbage in our aliases.

Fixes: #204
2015-10-11 00:28:56 +11:00
Anthony Scopatz
07bdfd4cc2 Merge pull request #407 from adamheins/master
Fix typo in tutorial doc.
2015-10-06 23:39:20 -04:00
adamheins
8ec632f2a6 Fix typo in tutorial doc. 2015-10-06 18:18:25 -07: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
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
f6b49f54bb weird forbidden region 2015-10-05 15:18:45 -04:00
Anthony Scopatz
a1312d7e6d not perfect yet 2015-10-04 16:49:25 -04:00
Anthony Scopatz
0cb65d7410 some fixes for comment only fields 2015-10-04 16:38:37 -04:00
Anthony Scopatz
ca4c5651a1 docs for jupyter kernel 2015-10-04 15:00:00 -04:00
Anthony Scopatz
f0cfe7456a force readline for jupyter 2015-10-04 12:52:27 -04:00
Morten Enemark Lund
a504b73a1f Use sys.prefix instead of environment variable. 2015-10-04 12:52:27 -04:00
Morten Enemark Lund
7e8b24153a Ensure conda build will also install the jupyter kernel spec 2015-10-04 12:52:27 -04:00
Morten Enemark Lund
80b00652ee Added setting to build for both python 3.4 and 3.5 on anaconda.org 2015-10-04 12:52:27 -04:00
Anthony Scopatz
1b1fc1d837 added completer to notebook 2015-10-04 12:52:27 -04:00
Anthony Scopatz
13631eaa06 basic functionality 2015-10-04 12:52:27 -04:00
Anthony Scopatz
6b336c0cd0 partial implementation 2015-10-04 12:52:27 -04: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