Stephan Fitzpatrick
650524bd9b
fixes valueerror raises when executing vox list
-- originally caused by modifying dirnames in-place while iterating over it
2018-08-15 14:33:55 -07:00
Gil Forsyth
55d69ee662
Merge pull request #2765 from xonsh/ptk2single
...
fixed completions issue
2018-08-11 10:22:24 -04:00
Gil Forsyth
dbf7c43051
Merge pull request #2761 from xonsh/pcat
...
Jupyter printing with cat
2018-08-11 09:54:30 -04:00
Anthony Scopatz
5ef2587060
fixed completions issue
2018-08-11 09:29:36 -04:00
Anthony Scopatz
8d1380870e
Merge branch 'master' into pcat
2018-08-11 09:00:56 -04:00
Anthony Scopatz
8ce6a934f8
Merge pull request #2763 from xonsh/color_convert_fix
...
Fixed a bug when converting new ptk2 ansi-color names to old names
2018-08-11 08:59:37 -04:00
Morten Enemark Lund
c928d17a7e
Fixed a bug when converting new ptk2 ansi-color names to old names
...
The names could be converted twice
resulting in multiple leading # tag characters, since we used a very simple lookup
and some of the color names are shared.
2018-08-10 11:58:02 +02:00
Anthony Scopatz
4e8a05a7ae
test fix for windows
2018-08-09 14:35:45 -04:00
Anthony Scopatz
693073dc64
more formatting
2018-08-09 13:48:46 -04:00
Anthony Scopatz
e220ab30c5
some formatting
2018-08-09 13:44:44 -04:00
Anthony Scopatz
ed84a55304
cat news
2018-08-09 13:38:18 -04:00
Anthony Scopatz
f572eae288
added commands cache tests is_only_functional_alias()
2018-08-09 13:19:47 -04:00
Anthony Scopatz
8609bef403
cat overhaul
2018-08-08 20:24:06 -04:00
Anthony Scopatz
f8b140317d
Updated CHANGELOG for 0.7.3
2018-08-07 17:23:34 -04:00
Anthony Scopatz
921cac0a33
bumped version to 0.7.3
2018-08-07 17:23:34 -04:00
Morten Enemark Lund
0a07353043
Merge pull request #2756 from xonsh/xernel
...
Jupyter Xernel
2018-08-07 08:43:11 +02:00
Anthony Scopatz
07712f525c
Merge pull request #2754 from xonsh/win10_style
...
Win 10 color fixes
2018-08-06 17:29:41 -04:00
Anthony Scopatz
825bdde6a6
Merge pull request #2758 from xonsh/new_ansi_colors
...
Update to new ansi-color names used by prompt_toolkit 2
2018-08-06 17:28:03 -04:00
Morten Enemark Lund
95a6b7386b
There can be more ansicolors in a single style string
2018-08-06 10:56:48 +02:00
Morten Enemark Lund
de7bde1d03
pep8 fixes
2018-08-04 00:26:50 +02:00
Morten Enemark Lund
f1367932c0
Fix missing shell type for ptk1
2018-08-04 00:17:33 +02:00
Morten Enemark Lund
f5bb189501
Add news entry
2018-08-04 00:14:45 +02:00
Morten Enemark Lund
551b61cd3a
Update docs
2018-08-04 00:14:45 +02:00
Morten Enemark Lund
442fe497da
Add new way of fixing colors on Win10
2018-08-04 00:14:44 +02:00
Morten Enemark Lund
1f7d1771a7
Make DEFAULT_STYLE_DICT behave like ChainMap style
...
This makes the DEFAULT_STYLE_DICT a defaultdict, so it behaves similar
to the chainmap style which can automatically construct colors.
DEFAULT_STYLE_DICT can't do that but will return an emtpy string when
to access unknown colors.
2018-08-03 23:50:53 +02:00
Morten Enemark Lund
32938674a0
more pep 8
2018-08-03 23:29:43 +02:00
Morten Enemark Lund
f987fd9dcb
pep8 fixes
2018-08-03 23:24:20 +02:00
Morten Enemark Lund
f5e49209eb
fix rst format
2018-08-03 23:15:48 +02:00
Morten Enemark Lund
8bbbd139d3
Add changelog entry
2018-08-03 23:02:17 +02:00
Morten Enemark Lund
5139f63806
Add functions to map new ansicolors to old
2018-08-03 22:53:39 +02:00
Morten Enemark Lund
238cc01fbd
Change ansi color-names to new names used by PTK2
2018-08-03 13:58:33 +02:00
Anthony Scopatz
abd568fccc
add the jupyter_shell to the index
2018-08-02 23:49:55 -04:00
Anthony Scopatz
d6dd55502f
some more flake fixes
2018-08-02 23:27:12 -04:00
Anthony Scopatz
a1c5b46a69
fixed flake issue
2018-08-02 18:50:36 -04:00
Anthony Scopatz
275edd93ec
removed some comments
2018-08-02 18:40:44 -04:00
Anthony Scopatz
9bbbf07bde
have jupyter streaming output
2018-08-02 18:08:44 -04:00
Anthony Scopatz
73d6a27987
some minor fixes
2018-08-02 14:42:22 -04:00
Anthony Scopatz
f80b9eb2d7
have completions working
2018-08-02 13:39:45 -04:00
Anthony Scopatz
92d38572ad
execuion mostly working
2018-08-02 13:31:44 -04:00
Anthony Scopatz
5cef5c2df0
sort of works
2018-08-02 11:58:35 -04:00
Anthony Scopatz
27a9a4b109
initial cut
2018-08-02 11:06:31 -04:00
Anthony Scopatz
d8af27b411
start server
2018-08-02 00:03:50 -04:00
Morten Enemark Lund
6d6548dc58
Remove support of pygments <2.2
2018-08-01 22:22:08 +02:00
Anthony Scopatz
483591308c
Merge pull request #2753 from xonsh/color_depth
...
Add support for PTK2 Color depth environment variable
2018-08-01 08:20:37 -04:00
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