Commit graph

2385 commits

Author SHA1 Message Date
Anthony Scopatz
ebd477db68 fixed history diff color 2016-02-17 23:02:12 -05:00
Anthony Scopatz
21940e9e74 some more modifications 2016-02-17 02:03:08 -05:00
Anthony Scopatz
05bcc5339d color fixes for tracer 2016-02-17 01:47:28 -05:00
Anthony Scopatz
577d6ae3b8 ptk prompt now working 2016-02-16 23:37:03 -05:00
Anthony Scopatz
59a9f429a8 Merge pull request #684 from scopatz/Fix_typos
Fix typos
2016-02-16 15:11:56 -05:00
Konstantin Molchanov
48ace81764 Vox: Activate: Automatically deactivate current env before activating the new one. 2016-02-16 19:35:32 +03:00
Konstantin Molchanov
47ceeea537 Vox: rm didn't work because $VIRTUAL_ENV always existed. Fixed. 2016-02-16 19:35:06 +03:00
Morten Enemark Lund
78a9b35ace Fix typos etc. in environment documentation 2016-02-16 11:41:34 +01:00
Morten Enemark Lund
7b5cf9ffc5 Fix typo in windows guide 2016-02-16 11:41:33 +01:00
Morten Enemark Lund
60d2314dce Fix typo in xonshconfig.rst 2016-02-16 11:41:33 +01:00
Morten Enemark Lund
3e170bf296 Fix a few typos in tutorial.rst 2016-02-16 11:41:32 +01:00
Morten Enemark Lund
43a17642fe Jupyter notebook and pygment parser are a reality. 2016-02-16 11:41:32 +01:00
Morten Enemark Lund
54e6f3fa47 Fix a few typos in fag.rst 2016-02-16 11:41:31 +01:00
Anthony Scopatz
f1033c57b9 some changes 2016-02-16 02:51:20 -05:00
Anthony Scopatz
795859b4fa some work 2016-02-16 02:08:06 -05:00
Anthony Scopatz
0e3e97a608 more color work 2016-02-16 02:04:50 -05:00
Anthony Scopatz
1c68ca3ad2 added xonsh pygments styles 2016-02-16 01:02:35 -05:00
Anthony Scopatz
24b171dd9a added styles 2016-02-16 00:21:54 -05:00
Anthony Scopatz
1cb9ab832b added some color tools, readline seems to work 2016-02-15 01:47:49 -05:00
Anthony Scopatz
dfd780c560 Merge pull request #681 from scopatz/update_win_docs
Update the windows guide section
2016-02-14 15:46:13 -05:00
Morten Enemark Lund
3046d8254d Make it 3.6 compatible... 2016-02-14 21:39:38 +01:00
Morten Enemark Lund
6d8c6f85e9 Finalize windows guide 2016-02-14 21:33:12 +01:00
Morten Enemark Lund
512f853a7b First stab at changing the windows guide 2016-02-14 16:38:24 +01:00
Morten Enemark Lund
e698051a8d Fix install command for development version 2016-02-14 16:38:24 +01:00
Anthony Scopatz
927a9c8779 Merge pull request #680 from scopatz/pretty
Updated pretty.py with newest commits from the IPython project
2016-02-14 01:48:25 -05:00
Morten Enemark Lund
e9250e2760 Added the copyright notice that was accidentally remove. 2016-02-14 07:43:24 +01:00
Anthony Scopatz
7475af8811 Merge branch 'enc' 2016-02-13 22:33:38 -05:00
Anthony Scopatz
cd8013ee9d fixed env conflict 2016-02-13 22:28:15 -05:00
Gil Forsyth
f0279d3516 Merge pull request #678 from scopatz/best
best shell type
2016-02-13 14:35:37 -08:00
Morten Enemark Lund
fc7e318362 Updated pretty.py with newest commits from the IPython project 2016-02-13 21:46:07 +01:00
Anthony Scopatz
f82d304221 Merge pull request #675 from moigagoo/vox
Add Vox environment manager to xonsh
2016-02-13 14:20:09 -05:00
Konstantin Molchanov
15be794714 Environment: Default docs: VIRTUAL_ENV now has configurable=False set. 2016-02-13 22:09:21 +03:00
Konstantin Molchanov
1186637e23 Vox: xonsh.tools used instead of os.name checks for consistency. 2016-02-13 22:05:38 +03:00
Konstantin Molchanov
5bb1ea76a3 Default value for $VIRTUAL_ENV set. 2016-02-13 22:01:15 +03:00
Konstantin Molchanov
17cb4cbd17 Vox: $VIRTUALENV_HOME check simplified. 2016-02-13 21:54:18 +03:00
Konstantin Molchanov
0a86cab895 Vox addition reflected in the changelog. 2016-02-13 21:50:44 +03:00
Konstantin Molchanov
84b0973080 Docs: API docs for Vox added. 2016-02-13 21:49:24 +03:00
Konstantin Molchanov
926b74ba3f $VIRTUAL_ENV registered in xonsh enviroment; Vox updated to reflect the change. 2016-02-13 21:36:09 +03:00
Konstantin Molchanov
7488142dbc Vox: Windows: os.path.expanduser now used to detect home path instead of $HOME. 2016-02-13 21:23:26 +03:00
Konstantin Molchanov
89d7b754fd Vox methods renamed to avoid collisions with builtins. 2016-02-13 21:19:56 +03:00
Konstantin Molchanov
60daf5e886 Doctrings converted to numpydoc format. 2016-02-13 21:17:02 +03:00
Anthony Scopatz
4e2ed9b160 CL 2016-02-13 01:37:23 -05:00
Anthony Scopatz
d7a980f119 updated default dos 2016-02-13 01:33:52 -05:00
Anthony Scopatz
13f439617b nice 2016-02-13 01:27:43 -05:00
Anthony Scopatz
b4410aa090 potential fix for encoding errors for config files 2016-02-13 01:05:24 -05:00
Konstantin Molchanov
c60a7c78da Merge branch 'master' of github.com:scopatz/xonsh 2016-02-12 21:05:29 +03:00
adam j hartz
0f1c33c75c Merge branch 'p' of https://github.com/scopatz/xonsh into scopatz-p 2016-02-12 10:06:12 -05:00
Konstantin Molchanov
7962fcd536 Vox: New: Doctring updated. 2016-02-12 16:17:15 +03:00
Konstantin Molchanov
b92969ec4b Vox: New: Typo fixed. 2016-02-12 15:06:46 +03:00
Konstantin Molchanov
79754cd567 Added enrironment name to default prompt. 2016-02-12 11:34:49 +03:00