Morten Enemark Lund
|
bd5be59f00
|
Merge pull request #2610 from xonsh/trail
fixed trailing bash whitespace completion issue
|
2018-04-09 21:46:29 +02:00 |
|
Anthony Scopatz
|
d2264c5783
|
Merge pull request #2608 from WouldYouKindly/WouldYouKindly-no-stop-iteration-in-gen
Replace StopIteration with return
|
2018-04-09 15:38:07 -04:00 |
|
Anthony Scopatz
|
580626b800
|
fix rest hopefully
|
2018-04-09 15:21:29 -04:00 |
|
Anthony Scopatz
|
c1c6760a37
|
fixed trailing bash whitespace completion issue
|
2018-04-09 15:16:34 -04:00 |
|
Alexey
|
2a26d89188
|
Add a new line before item
|
2018-04-06 21:51:48 +03:00 |
|
Alexey
|
e71672e2b1
|
Rename no-stop-iteration-in-gen to no-stop-iteration-in-gen.rst
|
2018-04-06 21:44:47 +03:00 |
|
Alexey
|
01c3afbe6f
|
Create no-stop-iteration-in-gen
|
2018-04-06 21:42:54 +03:00 |
|
Alexey
|
b39fe13de8
|
Replace StopIteration with return
PEP-479 (`https://www.python.org/dev/peps/pep-0479/`) says
"Finally, the proposal also clears up the confusion about how to terminate a generator: the proper way is return, not raise StopIteration."
This addresses https://github.com/xonsh/xonsh/issues/2593
|
2018-04-06 10:12:52 +03:00 |
|
Gil Forsyth
|
6e3cb05ac3
|
Merge pull request #2607 from xonsh/subproc-docs
doc improvements
|
2018-04-05 16:41:21 -04:00 |
|
Gil Forsyth
|
9b95d9b6f4
|
Merge pull request #2606 from xonsh/rawlambda
lambda AST fixes
|
2018-04-04 16:00:39 -04:00 |
|
Anthony Scopatz
|
ece3730b11
|
ENV_NAME was empty in circle
|
2018-04-04 15:22:40 -04:00 |
|
Anthony Scopatz
|
a15afe71ea
|
typo fixes
|
2018-04-04 14:45:28 -04:00 |
|
Anthony Scopatz
|
79751158e5
|
doc improvements
|
2018-04-04 12:39:38 -04:00 |
|
Anthony Scopatz
|
9f355b140c
|
lambda AST fixes
|
2018-04-03 21:57:30 -04:00 |
|
Gil Forsyth
|
b08e6e4c1b
|
Merge pull request #2605 from xonsh/pktnl
Better Append Newline Default
|
2018-04-03 20:35:35 -04:00 |
|
Anthony Scopatz
|
52ae6de6d0
|
fix formatting issue
|
2018-04-03 16:09:35 -04:00 |
|
Anthony Scopatz
|
0c80b22bde
|
apply to readline too
|
2018-04-03 16:01:08 -04:00 |
|
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 |
|
Anthony Scopatz
|
ca417007cc
|
removed lazyobject from _XONFIG_SOURCE_FOREIGN_SHELL_COMMAND
|
2017-12-19 09:25:09 -08:00 |
|
neruok
|
2b9d4a46e5
|
cat outputs in configured encoding
|
2017-12-19 09:30:09 -06:00 |
|
Anthony Scopatz
|
23428c1fdb
|
flake8 and doc fixes
|
2017-12-18 20:33:42 -08:00 |
|
Anthony Scopatz
|
5a737a0c46
|
added noconf news
|
2017-12-18 20:14:53 -08:00 |
|
Anthony Scopatz
|
e49f951735
|
many small fixes
|
2017-12-18 20:00:03 -08:00 |
|