Commit graph

7345 commits

Author SHA1 Message Date
Anthony Scopatz
f0a97b2a90
Merge pull request #2724 from CJ-Wright/rmtree
Rmtree
2018-07-19 17:47:33 -04:00
christopher
e47633acb2 fix news and move force logic out of try 2018-07-19 10:43:14 -04:00
Morten Enemark Lund
80ab762b19
Merge pull request #2728 from xonsh/templates
First crack at issue and pr template
2018-07-18 21:20:13 +02:00
Gil Forsyth
378d26af2d First crack at issue and pr template 2018-07-18 12:27:15 -04:00
Gil Forsyth
e1f2bcd5ed
Merge pull request #2720 from vaaaaanquish/dev_quote
entering quotation
2018-07-17 16:20:33 -04:00
@vaaaaanquish
127c5ec174 add news 2018-07-18 03:46:14 +09:00
Morten Enemark Lund
d5393a5e92
Merge pull request #2725 from xonsh/blockout
CommandPipeline.output is now fully non-blocking
2018-07-17 20:01:59 +02:00
christopher
3fef5198c8 call tempdir 2018-07-17 11:57:09 -04:00
christopher
d3cbbc52c0 fix syntax, again 2018-07-17 11:48:30 -04:00
christopher
e632e754f1 fix syntax 2018-07-17 11:48:18 -04:00
christopher
6464e4bf20 update news, add force option, use shell syntax 2018-07-17 11:46:18 -04:00
Anthony Scopatz
c37e023a7c CommandPipeline.output is now fully non-blocking 2018-07-17 11:39:16 -04:00
christopher
cdad020d0f news 2018-07-17 11:32:09 -04:00
christopher
d4ae228690 add rmtree 2018-07-17 11:31:09 -04:00
@vaaaaanquish
e03975780b del arg 2018-07-17 14:14:04 +09:00
Anthony Scopatz
368a13d9d6 two spaces 2018-07-16 16:30:51 -04:00
Anthony Scopatz
9b5770dcbb
Merge pull request #2714 from AaronV77/aaron-sprint-2018
SciPy sprint new aliases.
2018-07-16 15:29:41 -05:00
Anthony Scopatz
82fa110c07 updated rever 2018-07-16 12:30:53 -04:00
Anthony Scopatz
5d00960d1a Updated CHANGELOG for 0.7.0 2018-07-16 12:25:41 -04:00
Anthony Scopatz
23fc3cad6e bumped version to 0.7.0 2018-07-16 12:25:41 -04:00
Anthony Scopatz
08b5ebf6fc
Merge pull request #2715 from AaronV77/aaron-sprint-(special-method-printing)-2018
WIP SciPy sprint, printing special methods to prompt.
2018-07-16 11:24:16 -05:00
Anthony Scopatz
bacf36c49c Merge branch 'ptk_2.0' 2018-07-16 12:19:51 -04:00
Anthony Scopatz
d77b25dde3 docs 2018-07-16 12:19:17 -04:00
Morten Enemark Lund
b69fb9ab4b
Merge pull request #2716 from xonsh/ptk_2.0
Ptk 2.0 Try Again
2018-07-16 18:15:27 +02:00
Anthony Scopatz
6028bdfb95 fix sphinx conf import for ptk 2018-07-16 10:06:41 -04:00
Anthony Scopatz
23251a4a67 some remaining style fixes 2018-07-16 09:43:36 -04:00
Anthony Scopatz
ca49e2e246 more style fixes 2018-07-15 17:26:22 -05:00
Anthony Scopatz
9640461451 some formatting fixes 2018-07-15 17:00:46 -05:00
Anthony Scopatz
69eb19834a skip ptk <2 tests 2018-07-15 16:37:21 -05:00
Anthony Scopatz
d4d238e0b2 move pyflakes below flake8 2018-07-15 16:23:26 -05:00
Anthony Scopatz
50be865385 added conda-forge 2018-07-15 16:16:22 -05:00
Anthony Scopatz
ea69369330 some ci fixes 2018-07-15 16:09:35 -05:00
Anthony Scopatz
c9828a50ec update reqs and CI 2018-07-15 15:53:46 -05:00
Anthony Scopatz
b3a2102220 fix binding on whole word jumping 2018-07-15 15:33:34 -05:00
Anthony Scopatz
ea121c81c3 some test fixes 2018-07-15 15:25:33 -05:00
Gil Forsyth
073cff806f Fix for bashisms on ptk2
but we need to make this backwards compatible, too.... ARGH
2018-07-14 22:36:16 -04:00
Gil Forsyth
45ba89751c Remove warning about ptk2 and fix tests 2018-07-14 22:08:30 -04:00
Anthony Scopatz
ba2e22f733 Merge branch 'master' into ptk_2.0 2018-07-14 18:07:21 -05:00
Anthony Scopatz
2086a58993 fixed monkey patched test_main shell 2018-07-14 18:05:54 -05:00
Anthony Scopatz
5806258555 Merge branch 'ptk_2.0' of github.com:xonsh/xonsh into ptk_2.0 2018-07-14 18:00:49 -05:00
Anthony Scopatz
b5c354665f minor updates 2018-07-14 18:00:45 -05:00
Gil Forsyth
6170882151 Update ptk tests for ptk2 2018-07-14 19:00:22 -04:00
Gil Forsyth
9e3fbbbbde Remove extraneous import and fix prompt renderers for ptk2 2018-07-14 18:59:49 -04:00
Gil Forsyth
be49714553 Restore ptk event and remove shortcuts entirely 2018-07-14 16:41:59 -04:00
Gil Forsyth
f9970a4930 Fix continuation tokens and bottom toolbar for ptk2
Soft-wrap seems to be a little wonky for continuation tokens but that seems to
be an issue with ptk, not us.  (right?.... right?)
2018-07-14 16:20:54 -04:00
AaronV77
11baa9ff00 Forgot to return the value. **Update** 2018-07-14 15:13:07 -05:00
Gil Forsyth
334e515f23 Use new ptk2 async history load 2018-07-14 16:02:53 -04:00
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
Gil Forsyth
92a34a8b4d Fixed token display in ptk2 2018-07-14 15:12:18 -04:00
AaronV77
e05e0ab6b0 Added the .rst to /news. 2018-07-14 13:46:24 -05:00