Commit graph

7407 commits

Author SHA1 Message Date
Morten Enemark Lund
f575b30634 pep8 fixes 2018-08-01 10:25:53 +02:00
Morten Enemark Lund
c203c6aac8 Add news entry 2018-08-01 09:26:14 +02:00
Morten Enemark Lund
77225f36dd Add PROMPT_TOOLKIT_COLOR_DEPTH to xonsh envronment
This will allow users to set the prompt toolkit color depth directly from
xonsh
2018-08-01 09:26:02 +02:00
Gil Forsyth
ebea803c58
Merge pull request #2752 from xonsh/no_default_style
Do not mixin default pygment style on PTK2
2018-07-31 11:37:30 -04:00
Morten Enemark Lund
3a7d3e3dee Add news item 2018-07-31 11:43:10 +02:00
Morten Enemark Lund
00216982e9 Don't include the default pygments style in PTK2 2018-07-31 11:43:09 +02:00
Anthony Scopatz
62ca1dd3c5 Updated CHANGELOG for 0.7.2 2018-07-30 11:00:10 -04:00
Anthony Scopatz
890a3e5c6d bumped version to 0.7.2 2018-07-30 11:00:10 -04:00
Anthony Scopatz
d9651fe86f
Merge pull request #2750 from vaaaaanquish/docs
update tutorial_ptk.rst
2018-07-30 10:58:07 -04:00
@vaaaaanquish
d2484c419f update tutorial_ptk.rst 2018-07-29 22:50:12 +09:00
Anthony Scopatz
6f17e9ba67
Merge pull request #2748 from justcalamari/master
Return to original directory if exception during indir
2018-07-28 09:18:20 -04:00
Justin Calamari
6d3c3ff37f Add test 2018-07-27 22:55:14 -04:00
Justin Calamari
ba2a2b920c Better news entry 2018-07-27 22:36:26 -04:00
Justin Calamari
6951a21f74 Add news 2018-07-27 22:34:56 -04:00
Justin Calamari
a938918fc1 Return to original directory if exception during indir 2018-07-27 22:32:44 -04:00
Anthony Scopatz
9d0764000a
Merge pull request #2747 from laloch/null-delim-history
history show - add optional null-delimited output
2018-07-27 14:42:24 -04:00
David Strobach
aa4ba320c8 another fix of the news entry 2018-07-27 18:40:10 +02:00
David Strobach
0027b84d51 fix a typo 2018-07-27 18:34:48 +02:00
David Strobach
157e74390c add a news entry 2018-07-27 18:32:14 +02:00
Gil Forsyth
d5be7f4686
Merge pull request #2745 from vaaaaanquish/reserve_space
Fixed issue that autocomplete menu does not display
2018-07-27 12:24:32 -04:00
David Strobach
cbf519b80f history show - add optional null-delimited output 2018-07-26 19:51:50 +02:00
@vaaaaanquish
a14a87a9b8 flake8 2018-07-27 01:21:40 +09:00
@vaaaaanquish
1712def0ef add news 2018-07-27 01:10:05 +09:00
@vaaaaanquish
5246a95641 fix 2018-07-27 01:08:21 +09:00
Anthony Scopatz
d76d9b2b5e minor changelog formatting updates 2018-07-23 10:50:27 -04:00
Anthony Scopatz
488dd33e9c Updated CHANGELOG for 0.7.1 2018-07-23 08:59:58 -04:00
Anthony Scopatz
f18e7aaff9 bumped version to 0.7.1 2018-07-23 08:59:58 -04:00
Anthony Scopatz
dd42b8e10b
Merge pull request #2741 from xonsh/pygments_all_styles
Pygments get_all_styles
2018-07-22 13:58:31 -04:00
Morten Enemark Lund
2e064dd630 Alternative way to exclude pygments_cache from flake8 2018-07-21 22:19:25 +02:00
Morten Enemark Lund
fe36847833 Add news entry 2018-07-21 21:23:25 +02:00
Morten Enemark Lund
3dbb64edaf Use get_all_styles from pygments_cache 2018-07-21 21:23:24 +02:00
Morten Enemark Lund
debde811c9 Add updates from pygments_cache library.
This adds a get_all_styles function.
2018-07-21 21:21:00 +02:00
Morten Enemark Lund
7f87b360ef
Merge pull request #2739 from xonsh/argn
fixed $ARG<N> subprocess issue
2018-07-21 06:24:52 +02:00
Gil Forsyth
f19712a9d9
Merge pull request #2738 from xonsh/firstse
First SyntaxError no longer always reported
2018-07-20 20:50:46 -04:00
Anthony Scopatz
76ae2f8924 fixed $ARG<N> subprocess issue 2018-07-20 20:41:00 -04:00
Anthony Scopatz
6894293549 fixed syntax error issues 2018-07-20 19:21:15 -04:00
Anthony Scopatz
2a7162b7bb Merge branch 'master' into firstse 2018-07-20 18:51:49 -04:00
Anthony Scopatz
afdc6b027c
Merge pull request #2737 from xonsh/update_setupcfg
Update pytest syntax in setup.cfg
2018-07-20 18:47:18 -04:00
Morten Enemark Lund
0b83c9e3d2
Merge pull request #2736 from xonsh/fix_xontrib_ptk_ptk2
Make ptk xontribs compatible with ptk1 and ptk2
2018-07-20 20:37:29 +02:00
Morten Enemark Lund
a8f824f2a1
Merge pull request #2735 from xonsh/fix_default_style_dict
Fix for `DEFAULT_STYLE_DICT` error on ptk2
2018-07-20 20:32:50 +02:00
Gil Forsyth
54585a9a77 Update pytest syntax in setup.cfg
This warning has been popping up for ages, so I've finally made the
change.  Time to see what else breaks.
2018-07-20 13:47:15 -04:00
Gil Forsyth
fff029fffb Fix for DEFAULT_STYLE_DICT error on ptk2 2018-07-20 13:46:17 -04:00
Gil Forsyth
7acb86e813 Make ptk xontribs compatible with ptk1 and ptk2 2018-07-20 12:50:00 -04:00
Morten Enemark Lund
e14fe8d852
Merge pull request #2733 from xonsh/atml
fixed multiline autowrapping in @(expr)
2018-07-20 14:54:01 +02:00
Morten Enemark Lund
c2a3205023
Merge pull request #2732 from xonsh/py37
Python 37
2018-07-20 14:40:45 +02:00
Anthony Scopatz
62c62998bc report correct syntax error 2018-07-19 21:24:21 -04:00
Anthony Scopatz
3b0fe9144d fixed multiline autowrapping in @(expr) 2018-07-19 21:01:11 -04:00
Anthony Scopatz
3a31d6ff31 some doc fixes 2018-07-19 19:59:07 -04:00
Anthony Scopatz
5a7008d867
Merge pull request #2704 from xonsh/change_auto_suggest_default
Change default for `AUTO_SUGGEST_IN_COMPLETIONS`
2018-07-19 19:43:01 -04:00
Anthony Scopatz
af9c106e6a add upgrade to pip install 2018-07-19 19:33:30 -04:00