Zach Crownover
ccd37b8656
Add DragonFly BSD support
2018-09-26 00:42:35 +00:00
Gil Forsyth
1abe3017be
Merge pull request #2836 from xonsh/hgsplit
...
unthread hg split
2018-09-23 09:36:37 -04:00
Gil Forsyth
30dc4c95cd
Merge pull request #2829 from xonsh/fenv
...
Perform environment variable substitution in f-strings
2018-09-22 11:21:48 -04:00
Anthony Scopatz
1ee2dc96da
unthread hg split
2018-09-22 10:59:00 -04:00
Anthony Scopatz
8a87f5ea96
unthread aurman
2018-09-22 10:34:05 -04:00
Gil Forsyth
a9490d3b6b
Merge pull request #2831 from xonsh/fswiz
...
fix wizard crash when an unknown foreign shell is given
2018-09-21 16:57:52 -04:00
Anthony Scopatz
ad06426e1e
Merge pull request #2830 from laloch/path_completer_exception
...
fix path completer issue with f-strings
2018-09-21 11:55:18 -04:00
Anthony Scopatz
aa9cafbb4c
fix wizard crash when an unknown foreign shell is given
2018-09-21 10:39:49 -04:00
Jakub Nowak
b945ad5454
Remove None from rst
2018-09-21 06:30:58 +02:00
David Strobach
6159f449f3
fix path completer issue with f-strings
2018-09-21 02:39:43 +02:00
Anthony Scopatz
0219bac2c8
Perform environment variable substitution in f-strings
2018-09-20 18:58:02 -04:00
Jakub Nowak
83f2d89bb0
Add entry in changelog
2018-09-19 01:00:54 +02:00
Anthony Scopatz
e83ab51164
Updated CHANGELOG for 0.7.9
2018-09-18 14:37:44 -04:00
Morten Enemark Lund
44711a2456
Merge pull request #2821 from xonsh/atin
...
@(expr) in subprocess tokens
2018-09-18 20:28:51 +02:00
Anthony Scopatz
f0c3a4b1cd
more tests, news and docs
2018-09-17 18:23:20 -04:00
Anthony Scopatz
fb914d4e3e
fixes empty source
2018-09-17 11:39:59 -04:00
Gil Forsyth
fd448e515a
Merge pull request #2812 from xonsh/dotglob
...
dotfile matching
2018-09-12 20:22:57 -04:00
Gil Forsyth
f1bfc9f987
Merge pull request #2813 from xonsh/rlcomp
...
readline completer fixes
2018-09-12 20:10:26 -04:00
Anthony Scopatz
3fe03b80c7
readline completer fixes
2018-09-12 19:06:52 -04:00
Anthony Scopatz
a444093290
dotfile matching
2018-09-12 18:12:02 -04:00
Anthony Scopatz
948dd31065
skip foreign
2018-09-12 15:47:44 -04:00
Anthony Scopatz
63c2291870
Updated CHANGELOG for 0.7.8
2018-09-11 13:53:52 -04:00
christopher
b7c619a738
add chain db
2018-09-11 13:23:57 -04:00
Gil Forsyth
455d164dc7
Fix RST in news file
2018-09-08 09:07:45 -04:00
Alexey Shrub
2374567c93
Pass all params to voxapi.create
2018-09-08 13:15:08 +03:00
Anthony Scopatz
40da5419a1
Merge pull request #2800 from xonsh/tab_deep
...
Fix multi-item path completion
2018-08-30 23:08:35 -05:00
Gil Forsyth
9b2edf1958
Fix multi-item path completion
2018-08-30 15:16:48 -04:00
Anthony Scopatz
5f92e80b22
Updated CHANGELOG for 0.7.7
2018-08-30 07:37:47 -05:00
Anthony Scopatz
a2b82e1b0c
fixed environment swapping issue
2018-08-27 18:00:31 -05:00
Anthony Scopatz
2a1d5545af
Merge pull request #2796 from xonsh/fix_ctrlr
...
Fix ctrlr
2018-08-27 16:36:10 -05:00
Gil Forsyth
98e602d931
Add news item
2018-08-27 16:30:30 -04:00
Anthony Scopatz
893f12db43
Merge branch 'master' into multiwrap2
2018-08-27 14:35:45 -05:00
Anthony Scopatz
e1137f35c2
multiwrap fix
2018-08-27 14:20:11 -05:00
Anthony Scopatz
10774002e5
Merge pull request #2788 from gsaga/fix_2785
...
Improves iteration over virtual environments
2018-08-27 11:06:10 -05:00
Sagar Tewari
c22d7107a7
added xontrib info
2018-08-25 14:42:06 +05:30
Sagar Tewari
968af51d61
Fixed a typo
...
added changelog
2018-08-25 11:49:13 +05:30
Gil Forsyth
baf7158891
Add history matching toggle to search entire line
...
Default behavior of prompt_toolkit on an up-arrow history search is to use a
`startswith` check to match previous entries.
This introduces an environment variable `XONSH_HISTORY_MATCH_ANYWHERE` that, if
`True`, will instead perform a history search with an `is in` to allow matching
anywhere.
This could potentially have performance impacts depending on how many history
items are being searched, so I've defaulted it to `False` but I'm open to input
on that (or any of the rest of it).
2018-08-23 15:41:21 -04:00
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