Commit graph

951 commits

Author SHA1 Message Date
AaronV77
1d43f59faa Added a hook for a spcial method printing on an object. The method is called xonsh_display. 2018-07-14 14:38:28 -05:00
Anthony Scopatz
eb2030914c make valid rest 2018-07-12 09:27:04 -05:00
Anthony Scopatz
489b8a9944 mv pr-2706-restore-augassign_ops pr-2706-restore-augassign_ops.rst 2018-07-12 09:23:11 -05:00
Anthony Scopatz
7f4ca5beac
Merge pull request #2706 from jaraco/bugfix/issue-2638
Restore AUGASSIGN_OPS
2018-07-12 09:22:20 -05:00
Jason R. Coombs
48e29afd9b Add news entry 2018-07-12 06:08:25 -04:00
Anthony Scopatz
8c76edd95b Updated CHANGELOG for 0.6.10 2018-07-11 14:09:19 -05:00
christopher
c67b99d592 news 2018-07-06 23:37:48 -04:00
Anthony Scopatz
086706caf0 Updated CHANGELOG for 0.6.9 2018-07-06 16:07:37 -04:00
Anthony Scopatz
0d7ab3962c
Merge pull request #2694 from CJ-Wright/indir
add indir and subprocess tools
2018-07-05 16:18:47 -04:00
christopher
ec9631d047 add news for new standard lib, remove copyright, return returncode 2018-07-05 11:44:27 -04:00
Morten Enemark Lund
8a7e560e2a
Merge pull request #2701 from xonsh/bash_completion_spacetime_continuum
Bash completion spacetime continuum
2018-07-05 13:49:37 +02:00
Gil Forsyth
dabf2e4c64
Merge pull request #2700 from DNGros/ptk2fallback
Fallback to readline when launching with prompt toolkit 2.x installed
2018-07-04 20:19:17 -04:00
Gil Forsyth
8d1be1ca79 Add news entry 2018-07-04 20:13:22 -04:00
David Gros
10d87cf545 add missing changelog 2018-07-03 23:42:16 -07:00
David Gros
62ce23b309 add missing changelog 2018-07-01 12:44:45 -07:00
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
christopher
e5a9445cd9 add indir and subprocess tools 2018-06-27 21:33:38 -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