Anthony Scopatz
b74eb957d6
Merge pull request #2771 from knowsuchagency/fix/voxapi_ValueError
...
Fix ValueError when executing `vox list`
2018-08-15 17:54:54 -04:00
Stephan Fitzpatrick
3989730e73
added changelog template
2018-08-15 14:38:20 -07:00
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
Morten Enemark Lund
ca2e9361e1
reverse history commands in all backends
2018-08-14 10:46:28 +02:00
Gil Forsyth
eda7c4b186
Fix recent history item ordering in ptk2 shell
...
Looking at the existing code, it seems like history entries should always be
loaded oldest first (which hasn't been happening, so whaaa?). This is a fix to
reverse the sort order so that we get the newest entries first when browsing
through command history.
2018-08-13 19:36:06 -04: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