Commit graph

1169 commits

Author SHA1 Message Date
Anthony Scopatz
4b35a0d653 Updated CHANGELOG for 0.7.6 2018-08-21 16:49:33 -04:00
Anthony Scopatz
3939a31b27
Merge pull request #2784 from t184256/cache-by-realpath
cache scripts by realpath
2018-08-21 16:03:45 -04:00
Alexander Sosedkin
0a9899a7cf cache scripts by realpath
Cache scripts by realpath, resolving symlinks,
as per discussion in #2776.
I chose realpath(...) over abspath(realpath(...)),
as realpath does call abspath internally.
2018-08-22 02:21:37 +07:00
Anthony Scopatz
580c4ad5e8 Merge branch 'master' into fix_Env_swap 2018-08-21 15:15:26 -04:00
Anthony Scopatz
a74169b45b Merge branch 'pygments_codes' 2018-08-21 14:56:26 -04:00
Morten Enemark Lund
e86f7be141
Merge pull request #2781 from xonsh/compstack
Callable alias stack - with completer fix
2018-08-21 17:31:56 +02:00
Morten Enemark Lund
3e00dc0c10 Add news entry 2018-08-21 13:54:33 +02:00
Morten Enemark Lund
5da14ad025 Fix a bug with colors beeing converted to old format multiple times on py 3.5
This bug didn't manifest itselft on Python 3.6 because of the
fixed nature of dictionaries.
2018-08-21 08:53:36 +02:00
Anthony Scopatz
34573267cb added news 2018-08-20 20:05:02 -04:00
Sagar Tewari
ac22897b95 added news file 2018-08-18 22:32:16 +05:30
Anthony Scopatz
c9348578c2 Updated CHANGELOG for 0.7.5 2018-08-16 15:33:03 -04:00
Anthony Scopatz
d69b4814d4
Merge pull request #2768 from xonsh/fix_ptk2_reverse_history
Fix recent history item ordering in ptk2 shell
2018-08-16 15:22:53 -04:00
Morten Enemark Lund
2d1162ebe8 Convert ansi-colors names back in all shells but ptk2 2018-08-16 19:43:08 +02:00
Anthony Scopatz
046bc47779 Updated CHANGELOG for 0.7.4 2018-08-15 17:57:10 -04:00
Stephan Fitzpatrick
3989730e73 added changelog template 2018-08-15 14:38:20 -07: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
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
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
ed84a55304 cat news 2018-08-09 13:38:18 -04:00
Anthony Scopatz
f8b140317d Updated CHANGELOG for 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
Morten Enemark Lund
f5bb189501 Add news entry 2018-08-04 00:14:45 +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
Anthony Scopatz
a1c5b46a69 fixed flake issue 2018-08-02 18:50:36 -04:00
Morten Enemark Lund
c203c6aac8 Add news entry 2018-08-01 09:26:14 +02:00
Morten Enemark Lund
3a7d3e3dee Add news item 2018-07-31 11:43:10 +02:00
Anthony Scopatz
62ca1dd3c5 Updated CHANGELOG for 0.7.2 2018-07-30 11:00:10 -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
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
@vaaaaanquish
1712def0ef add news 2018-07-27 01:10:05 +09:00
Anthony Scopatz
488dd33e9c Updated CHANGELOG for 0.7.1 2018-07-23 08:59:58 -04:00
Morten Enemark Lund
fe36847833 Add news entry 2018-07-21 21:23:25 +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
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
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
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
3b0fe9144d fixed multiline autowrapping in @(expr) 2018-07-19 21:01:11 -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
c7f95ff3b4 fixed python 3.7 async tokenizing issue 2018-07-19 18:59:19 -04:00