Commit graph

935 commits

Author SHA1 Message Date
Anthony Scopatz
17450e8a46 Updated CHANGELOG for 0.6.8 2018-06-28 22:51:35 -04:00
Anthony Scopatz
524f5ff7d5 no lazy load plg_resources 2018-06-28 18:24:34 -04:00
Robert DeFriesse
f4cf62dcab Fix formatting of news file. 2018-06-26 06:21:41 -04:00
Robert DeFriesse
c7f19e724d CHANGELOG info. 2018-06-25 16:45:05 -04:00
Morten Enemark Lund
9b48934b84
Merge pull request #2687 from xonsh/ctypesutil
Ctypes.util fix
2018-06-21 22:04:37 +02:00
Anthony Scopatz
aa1db313e7 fixed typo 2018-06-17 12:11:40 -04:00
Gil Forsyth
2a2e20377a Update py-bash-completion with prefix length fix
Porting over from `xonsh/py-bash-completion`
2018-06-17 12:10:12 -04:00
Anthony Scopatz
4aa17f202b ctypes.util fix 2018-06-17 12:09:38 -04:00
Anthony Scopatz
bdf977132c
Merge pull request #2685 from xonsh/remove_dup_completer
Remove duplicate `pip` completer
2018-06-17 11:33:22 -04:00
Gil Forsyth
8187d56ed0 Remove duplicate pip completer
`xpip` just uses the regular `pip` completer and it doesn't need its own entry
in the `__xonsh_completers__` dict.  That will just run the same checks twice
and slow down completions overall.
2018-06-17 10:50:34 -04:00
Gil Forsyth
366089635c Fix $CDPATH completion misfire
The `path` completer runs for many commands (which is the correct
behavior) but we are adding in possible `CDPATH` completions for commands
other than `cd` which doesn't make any sense since only `cd` supports
path resolution via `CDPATH`.
2018-06-17 10:17:07 -04:00
Anthony Scopatz
3291fb75b5 Updated CHANGELOG for 0.6.7 2018-06-15 10:49:44 -04:00
Morten Enemark Lund
df31eaed5b
Merge pull request #2679 from xonsh/replit
Added repl.it to the docs
2018-06-14 08:02:08 +02:00
Anthony Scopatz
0131ec54df properly return terminal in interactive mode when RAISE_SUBPROC_ERROR = True 2018-06-13 16:20:27 -04:00
Anthony Scopatz
adb70c05b8 copy tok_name prior to mutations 2018-06-13 14:59:14 -04:00
Anthony Scopatz
06e993f74c Added repl.it to the docs 2018-06-12 16:54:11 -04:00
Anthony Scopatz
d2d7819135 Updated CHANGELOG for 0.6.6 2018-06-06 13:12:10 -04:00
Gil Forsyth
58cc75a025
Merge pull request #2670 from xonsh/hgi
threadable false for interactive mercurial
2018-06-06 12:46:04 -04:00
Anthony Scopatz
c5f695f930 rst code block 2018-06-06 12:21:54 -04:00
Anthony Scopatz
de3857316f
Merge pull request #2664 from gsaga/addToEnvPath
added an add function to xonsh.tools.EnvPath
2018-06-06 12:19:31 -04:00
Anthony Scopatz
507ebeeb58 threadable false 2018-06-06 12:04:52 -04:00
Sagar Tewari
4867e7d6d1 added examples to changelog 2018-06-06 21:21:19 +05:30
Sagar Tewari
ef14af0a31 Merge remote-tracking branch 'origin/master' into fixCommandsCacheGen 2018-06-06 20:30:45 +05:30
Sagar Tewari
50e7e76f03 Merge remote-tracking branch 'origin/master' into addToEnvPath 2018-06-06 20:04:37 +05:30
Anthony Scopatz
85d197e7d7 removed extra news entry 2018-06-06 09:14:07 -04:00
Anthony Scopatz
1b757720ed
Merge pull request #2668 from gsaga/fixTestNews
fixed buggy rst file checker
2018-06-06 08:35:33 -04:00
Sagar Tewari
73f2f44bfa fixed some minor bugs 2018-06-06 12:43:55 +05:30
Sagar Tewari
c3c719ce92 fixed buggy rst file checker 2018-06-06 12:29:56 +05:30
Sagar Tewari
4783ba315f fixed changelog 2018-06-06 11:25:48 +05:30
Sagar Tewari
0e17b1d62d fixed changelog 2018-06-06 11:23:01 +05:30
Sagar Tewari
3ab95394a4 fixed news entry 2018-06-06 07:45:16 +05:30
Sagar Tewari
ae926b0de6 fixed news entry 2018-06-06 07:44:09 +05:30
Sagar Tewari
10e97083d4 fixed news entry 2018-06-06 06:27:09 +05:30
Sagar Tewari
a18599e928 fixed news entry 2018-06-06 06:23:30 +05:30
Sagar Tewari
6293cd991e added news 2018-06-05 22:42:05 +05:30
Sagar Tewari
ce74486c9a added news 2018-06-05 22:40:17 +05:30
Anthony Scopatz
1e63dd3e5e Added pygments-cache 2018-06-03 17:52:27 -04:00
Anthony Scopatz
0553a6c4f3 Updated CHANGELOG for 0.6.5 2018-05-28 10:04:24 -04:00
Anthony Scopatz
d9b195dc3c fixed wizard writing of more sophisticated container types 2018-05-23 16:36:05 -04:00
Anthony Scopatz
5dc0533cd0 Updated CHANGELOG for 0.6.4 2018-05-17 13:50:38 -04:00
Anthony Scopatz
4364f850d1 Merge branch 'master' into srcerror 2018-05-08 13:58:06 -04:00
Anthony Scopatz
205fd24a4c source-foreign error improvement 2018-05-08 13:57:40 -04:00
Jason R. Coombs
e3c7453bb0 Add news entry. Ref #2638. 2018-05-06 17:21:24 +01:00
Anthony Scopatz
c609b93472 Merge branch 'master' into aspace 2018-05-04 16:40:28 -04:00
Anthony Scopatz
20dfda5d59 Updated CHANGELOG for 0.6.3 2018-05-04 15:53:23 -04:00
Anthony Scopatz
4cf088377f
Merge pull request #2636 from CJ-Wright/doc_at_cmd
DOC: single string vs. list of strings in ``@()``
2018-05-04 14:30:58 -04:00
christopher
c357cb2894 DOC: single string vs. list of strings in `@()` 2018-05-04 12:18:22 -04:00
Morten Enemark Lund
31ae28c26f Add new entry 2018-05-02 10:12:12 +02:00
Anthony Scopatz
37dfb1d7bf fix command not found and 1 2018-04-25 14:54:50 -04:00
Anthony Scopatz
c7375afb56
Merge pull request #2630 from xonsh/xontrib_descr
Update xontrib description
2018-04-25 09:32:42 -04:00