Morten Enemark Lund
8f85643768
Merge pull request #1844 from xonsh/bfpt
...
Buffer in pipeline
2016-10-14 11:11:22 +02:00
Anthony Scopatz
23c3446fa7
fix for streaming aliases
2016-10-13 22:53:06 -04:00
Anthony Scopatz
477dddc059
Merge pull request #1813 from xonsh/ci_fix
...
Ci fix
2016-10-13 21:22:08 -05:00
Anthony Scopatz
34167328e3
Don't background the normal commands that we know will probably go into alternate mode
2016-10-13 22:07:48 -04:00
Anthony Scopatz
74bcae6e7c
Sfaely flush thread on buffer
2016-10-13 21:26:49 -04:00
Anthony Scopatz
7fcc8b5ece
added clear to foreground, since it is not really needed
2016-10-13 21:17:50 -04:00
Anthony Scopatz
4cb2f51eaf
fixed typo
2016-10-13 21:01:36 -04:00
Anthony Scopatz
448c268758
tee fix for pipelines
2016-10-13 21:00:44 -04:00
Konstantinos Tsakiltzidis
2428e445fc
Merge pull request #1839 from xonsh/bfchk
...
Robustness fixes to tee
2016-10-13 20:37:42 +03:00
Anthony Scopatz
b36af6d943
Merge pull request #1837 from xonsh/which_returns
...
Fix which prints
2016-10-13 08:43:10 -05:00
Gil Forsyth
7ab78f2ac2
Merge pull request #1841 from xonsh/sysexit
...
System exit fixes.
2016-10-13 08:16:35 -04:00
Gil Forsyth
860a027d05
Merge pull request #1840 from xonsh/rediralias
...
Redirect aliases
2016-10-13 08:10:44 -04:00
Anthony Scopatz
af8fa6f625
fixed indent
2016-10-13 03:24:17 -04:00
Anthony Scopatz
49194e76f9
sys.exit() fix.
2016-10-13 03:20:42 -04:00
Anthony Scopatz
b40b72931f
bump timeout
2016-10-13 02:48:00 -04:00
Anthony Scopatz
bd66610c74
another trial
2016-10-13 02:45:37 -04:00
Anthony Scopatz
30bc28e244
next trial
2016-10-13 02:41:53 -04:00
Anthony Scopatz
66eeeb08d8
try which
2016-10-13 02:16:40 -04:00
Anthony Scopatz
65c95ea276
hopeful windows fix
2016-10-13 02:10:34 -04:00
Anthony Scopatz
c7eece0380
removed test code
2016-10-13 02:05:27 -04:00
Anthony Scopatz
008085ee6b
fixes alias redirection
2016-10-13 02:03:30 -04:00
Anthony Scopatz
8044b8322c
robustness fixes to tee.
2016-10-12 20:52:46 -04:00
Morten Enemark Lund
7cbe9e7652
Merge pull request #1834 from xonsh/fix_comma_alias
...
fix for aliases that start with a comma
2016-10-12 21:32:58 +02:00
Morten Enemark Lund
9140648be0
Merge pull request #1835 from blahgeek/fix-bash-completion-readline
...
Fix bash completer: some files not showing in completion
2016-10-12 21:31:59 +02:00
Morten Enemark Lund
49b4a644b8
Add news entry
2016-10-12 21:20:28 +02:00
Morten Enemark Lund
a413f67f73
Fix which print statement when nothing is found.
2016-10-12 21:19:04 +02:00
Morten Enemark Lund
ed3c06a83c
Merge pull request #1803 from xonsh/morewhich
...
More which and improvements
2016-10-12 21:11:27 +02:00
Gil Forsyth
8c91e40a56
Allow failures on 3.6-dev
2016-10-12 08:32:20 -04:00
BlahGeek
18828f3010
add changelog
2016-10-12 11:31:41 +08:00
BlahGeek
7f56b70929
bash completion hack: do not quote for readline
2016-10-12 11:29:34 +08:00
Gil Forsyth
42843d704e
fix for aliases that start with a comma
...
For 0.4.7 I added in logic to split on commas so that completion worked
inline with comma separated terms. This inadvertently broke completion
behavior for aliases starting with a comma. The rest of the characters
that we split on aren't valid syntax for beginning an alias, but commas
are.
2016-10-11 16:03:32 -04:00
Gil Forsyth
5c68df0719
remove numpy and matplotlib from pip test reqs
...
we miss out on the mpl xontrib tests but the overhead from installing
these on CI is massive
2016-10-11 12:22:59 -04:00
Gil Forsyth
22b50cad64
there is no anaconda 3.6
2016-10-11 12:09:56 -04:00
Gil Forsyth
d495ac4585
add 3.6-dev to travis tests
2016-10-11 10:57:39 -04:00
Gil Forsyth
30782f976d
pep8 fixes in vc_branch
2016-10-11 09:46:16 -04:00
Gil Forsyth
ee55b56801
Merge branch 'master' into ci_fix
2016-10-11 08:49:57 -04:00
Gil Forsyth
7aa87c5cb0
allow failures on nightly since we dont have 3.7 support
2016-10-11 08:46:58 -04:00
Konstantinos Tsakiltzidis
6ee0c3c92d
Merge pull request #1823 from OJFord/patch-1
...
Fix getting git branch name when status.short = true
2016-10-11 14:48:44 +03:00
Ollie Ford
8d99128b98
shows commit SHA as curr_branch if HEAD detached
...
This behaviour was broken in fixing getting git branch name for
short statuses by using rev-parse instead.
This commit changes the method again, to use `git branch` which
shows detached HEADs in the same format as `git status --long`,
but is faster as discussed in #1823 .
2016-10-11 05:28:47 +01:00
Ollie Ford
3159d41fa7
fixes getting git branch when status.short=true
...
This commit fixes #1822 .
2016-10-11 05:28:43 +01:00
Anthony Scopatz
766f74ece8
fixed conflicts
2016-10-10 23:46:59 -04:00
Anthony Scopatz
b8e4adbaf3
Merge pull request #1790 from derekbrokeit/xontrib-mpl_copy-fig
...
xontrib-mpl makes a copy of the current figure before modifying it
2016-10-10 22:35:27 -05:00
Anthony Scopatz
1909653cc9
Merge pull request #1816 from xonsh/ply_subtree
...
Ply subtree
2016-10-10 22:22:59 -05:00
Derek Thomas
7b42ac4d10
fix news for xontrib-mpl updates
2016-10-09 23:20:55 +08:00
Derek Thomas
7772d5e67f
fix mpl tests and add full-resolution pixel test of figure
2016-10-09 23:13:54 +08:00
Derek Thomas
da250793e7
add iterm2 and inline-image support for xontrib-mpl
...
- requires the use of `iTerm2.app` app for OSX
- requires the presence of package `iterm2_tools` to work
2016-10-09 22:55:42 +08:00
Derek Thomas
99c43bd28e
add doc-string for mplhooks.show
2016-10-09 22:53:32 +08:00
Derek Thomas
ffded5cc7c
add returns to the doc-string for mpl
...
- also, remove the link to forked method because the current methodology
has diverged from it entirely
2016-10-09 22:49:30 +08:00
Derek Thomas
0806b0ff48
mpl now relies on a buffer method as the recommended way to save figure
...
- also, removes reliance on the canvas object in favor of simple
high-level figure methods
2016-10-09 22:47:35 +08:00
Derek Thomas
33c49e55f1
refactor xontrib-mpl
...
- add environment configuration: $XONTRIB_MPL_MINIMAL_DEFAULT
+ defines if the plot will plot will minimize all plots and reduce
margins to nearly nothing
+ if false, the printed plot will attempt meet the same layout as
the figure is meant to contain, but text will look mostly like
single characters unless font size is particularly large compared to
the plot area.
- split the array generation into two functions
+ figure_to_rgb_array now is a simple function that generates a
numpy array of the image representation of the figure.
+ figure_to_tight_array replaces the old figure_to_rgb_array by
taking in a width, height, and minimal boolean.
2016-10-09 21:23:22 +08:00