Commit graph

7044 commits

Author SHA1 Message Date
Anthony Scopatz
34a42fa06c append newline default 2018-04-03 15:51:09 -04:00
Morten Enemark Lund
2bbc942e51
Merge pull request #2604 from xonsh/complete-line
bash autocomplete space deduplication bugfix
2018-04-03 18:21:03 +02:00
Anthony Scopatz
c44206564f bash autocomplete space deduplication bugfix 2018-04-02 13:43:46 -04:00
Gil Forsyth
75120dfd20
Merge pull request #2559 from xonsh/e2o
fixed callable alias e>o redirection
2018-03-29 18:26:08 -04:00
Gil Forsyth
ca483703c3
Merge pull request #2600 from xonsh/checkend
Fixed process hanging issue.
2018-03-24 18:40:14 -04:00
Anthony Scopatz
cc468d499e Fixed process hanging issue. 2018-03-23 13:35:08 -04:00
Anthony Scopatz
ad494b1876
Merge pull request #2592 from xonsh/circle2
Circle2
2018-03-23 08:33:20 -04:00
Gil Forsyth
587866376b Add news entry 2018-03-12 12:42:09 -04:00
Gil Forsyth
aafa7ae3d9 Add exceptions to ignore flake8 errors for 3.6
These should be fixed, but outside of the scope of this.
2018-03-12 12:09:58 -04:00
Gil Forsyth
f70caa04cc Move xonsh install outside of cached miniconda command
Should improve runtime if we cache the env creation and just install xonsh
afresh each time.
2018-03-12 12:09:22 -04:00
Gil Forsyth
1863b4f5ec Add support for circle 2.0 2018-03-12 11:52:39 -04:00
Gil Forsyth
9ca29d8f2a
Merge pull request #2589 from jonathanslenders/pin-prompt-toolkit-version
Set prompt_toolkit version to <2.0.0 in requirements.
2018-02-17 09:17:48 -05:00
Jonathan Slenders
8f382cdb1c Set prompt_toolkit version to <2.0.0 in requirements. 2018-02-15 20:45:19 +01:00
Gil Forsyth
fa61b69ae3
Merge pull request #2576 from samueldg/fix-doc-typo
Fix typo in Execer page title
2018-01-13 16:37:39 -05:00
Samuel Dion-Girardeau
38d30110f2 Fix typo in Execer page title
compiliation -> compilation

(See http://xon.sh/api/execer.html)
2018-01-13 14:24:46 -05:00
Gil Forsyth
e9476a9734
Merge pull request #2569 from neruok/catout
cat outputs in configured encoding
2018-01-04 15:43:51 -05:00
Gil Forsyth
3bb670fe27
Merge pull request #2571 from xonsh/setup
added setup function
2018-01-04 15:43:03 -05:00
Anthony Scopatz
adcd20f72f
Merge pull request #2573 from koehlma/master
add MSYS2 support and fix Cygwin support
2018-01-01 13:28:18 -08:00
Maximilian Köhl
7334c7a5c4 fix AppVeyor MSYS2 test script to no longer use symlinks in pytest 2017-12-31 17:50:55 +01:00
Maximilian Köhl
dbe03b105e add ON_MSYS across all modules 2017-12-31 16:32:19 +01:00
Maximilian Köhl
a666ccd6ad fix code style in jobs.py 2017-12-31 15:38:16 +01:00
Maximilian Köhl
3eb9cfd318 allow MSYS2 tests to fail 2017-12-31 15:35:24 +01:00
Maximilian Köhl
f3f8ac0be5 add MSYS2 to AppVeyor testing matrix 2017-12-31 15:15:53 +01:00
Maximilian Köhl
6035fdd3fe add news item 2017-12-25 05:09:42 +01:00
Maximilian Köhl
caa3c72a9e add MSYS2 support and fix Cygwin support 2017-12-25 04:32:27 +01:00
Anthony Scopatz
d3c3a40145 type 2017-12-20 11:23:01 -08:00
Anthony Scopatz
d66f85c508 added setup function 2017-12-20 11:18:35 -08:00
neruok
9eeb50b2f1 changed news to be valid rst 2017-12-19 12:17:10 -06:00
neruok
2b9d4a46e5 cat outputs in configured encoding 2017-12-19 09:30:09 -06:00
Anthony Scopatz
a4d52f25d3 Merge branch 'master' into e2o 2017-12-18 01:19:08 -08:00
Gil Forsyth
d26f960583
Merge pull request #2560 from xonsh/tutstr
tutorial for subproc strings
2017-12-09 17:23:59 -05:00
Anthony Scopatz
503c40c66c @gforsyth changes 2017-12-09 16:32:59 -05:00
Anthony Scopatz
289af915e1 Thanks to @melund, tailing 2017-12-09 16:23:43 -05:00
Gil Forsyth
ff05ec33a2
Merge pull request #2557 from xonsh/teenc
Give sensible defaults when encoding bytes
2017-12-09 15:03:31 -05:00
Gil Forsyth
e3c03388b6
Merge pull request #2556 from xonsh/synstar
Fixed def spam(*): pass issue
2017-12-09 13:58:18 -05:00
Gil Forsyth
230f77b2bc
Merge pull request #2555 from xonsh/iglob
Make iglobpath() more robust
2017-12-09 12:35:56 -05:00
Anthony Scopatz
576a89aa95 tutorial for subproc strings 2017-12-09 01:33:55 -05:00
Anthony Scopatz
7af4ca53e4 this seems to work locally 2017-12-08 01:36:33 -05:00
Anthony Scopatz
143c328f72 try setting to none 2017-12-08 01:28:20 -05:00
Anthony Scopatz
346d4427c2 replace captured streams too 2017-12-08 01:07:02 -05:00
Anthony Scopatz
ce030eb85e fixed callable alias e>o redirection 2017-12-07 23:24:06 -05:00
Anthony Scopatz
55d9d4cce0 Give sensible defaults when encoding bytes 2017-12-07 18:34:09 -05:00
Anthony Scopatz
38cffd2bdc Py v3.4 compat 2017-12-07 17:17:53 -05:00
Anthony Scopatz
70d7ef7c31 added test for iglobpath 2017-12-07 16:44:01 -05:00
Anthony Scopatz
3f9bfed62c Fixed def spam(*): pass issue 2017-12-06 22:12:50 -05:00
Anthony Scopatz
6f87782b59 Make iglobpath() more robust 2017-12-06 20:08:51 -05:00
Anthony Scopatz
c4e2ec5815
Merge pull request #2549 from xonsh/free_cwd_on_win
Free cwd on win
2017-12-03 22:40:55 -05:00
Morten Enemark Lund
dccb41ae52 Make it clear that `free_cwd` is a Win only xontrib 2017-12-03 21:46:04 +01:00
Morten Enemark Lund
c93082a53a Add changelog 2017-12-03 21:39:50 +01:00
Morten Enemark Lund
93a72c0b85 Use pathlib for path manipulations 2017-12-03 21:35:32 +01:00