Jason R. Coombs
6b775696f0
Add section on configuring the path helper.
2018-04-23 15:26:44 -04:00
Jason R. Coombs
31b7f5b86a
Trim excess whitespace
2018-04-23 15:25:29 -04:00
Anthony Scopatz
982cd61f6e
Merge pull request #2551 from sebix/inc-license
...
Include Metadata in release tarballs
2018-04-23 14:47:46 -04:00
Anthony Scopatz
2655dc503f
Merge pull request #2620 from xonsh/static_conf_doc_clean
...
Remove references to static config file from xontrib docs
2018-04-23 12:10:50 -04:00
Gil Forsyth
e5b3f61fc7
Remove references to static config file from xontrib docs
2018-04-23 06:47:13 -04:00
Gil Forsyth
67c54be69a
Merge pull request #2567 from xonsh/noconf
...
Remove Static Configuration
2018-04-22 10:12:02 -04:00
Anthony Scopatz
97c6d959af
Merge branch 'noconf' of github.com:xonsh/xonsh into noconf
2018-04-22 08:51:01 -04:00
Anthony Scopatz
e0e5462419
environ
2018-04-22 08:50:54 -04:00
Gil Forsyth
c23fcefb82
Remove extraneous colon
2018-04-21 15:41:54 -04:00
Anthony Scopatz
1fb560e958
added deprecation warning
2018-04-21 11:49:53 -04:00
Anthony Scopatz
d2fb50a0ca
unused import
2018-04-20 12:38:31 -04:00
Anthony Scopatz
68e09e6569
resolved conflicts
2018-04-20 12:16:19 -04:00
Anthony Scopatz
dcfc722d6a
Merge branch 'master' of github.com:xonsh/xonsh
2018-04-19 11:01:07 -04:00
Anthony Scopatz
2033d0a3de
change doc repo url
2018-04-19 11:00:57 -04:00
Anthony Scopatz
cd0869b1fa
Merge pull request #2615 from xonsh/fix_docs
...
Remove "Try xonsh" and fix doctr release deploy
2018-04-19 10:39:53 -04:00
Gil Forsyth
fd21091c8c
Remove "Try xonsh" and fix doctr release deploy
...
"try xonsh" link is non-functional and is likely disappointing to new users who
try to use it.
quick other doc-related fix to re-install xonsh before second `doctr deploy` to
make sure that documentation that is uploaded reflects the last tagged release.
2018-04-18 19:06:17 -04:00
Anthony Scopatz
7f766cd5fc
Merge pull request #2612 from xonsh/escape_pound
...
Add `#` to chars that need autoquotes
2018-04-15 11:53:34 -04:00
Gil Forsyth
c6ac6dfb7e
Add #
to chars that need autoquotes
2018-04-15 10:10:54 -04:00
Anthony Scopatz
6ef6738f57
have to push tags up
2018-04-14 09:24:16 -04:00
Anthony Scopatz
a6a2b0b747
Updated CHANGELOG for 0.6.1
2018-04-14 09:12:33 -04:00
Anthony Scopatz
d5b082981f
bumped version to 0.6.1
2018-04-14 09:12:33 -04:00
Gil Forsyth
e67d3b8bfe
Merge pull request #2611 from xonsh/xdgconf
...
Added support for configuration through ~/.config/xonsh/rc.xsh
2018-04-12 11:56:53 -04:00
Anthony Scopatz
304b0bd81b
Added support for configuration through ~/.config/xonsh/rc.xsh
2018-04-11 11:30:20 -04:00
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