Commit graph

5446 commits

Author SHA1 Message Date
Anthony Scopatz
3683a10550 added news entry 2016-10-04 20:27:33 -04:00
Anthony Scopatz
fb47364898 Merge branch 'master' into rs 2016-10-04 19:54:50 -04:00
Anthony Scopatz
1d3484f867 Merge pull request #1795 from xonsh/pyglex
Fix pygment lexer when used by third party programs
2016-10-04 19:53:29 -04:00
Morten Enemark Lund
a06a747c9c Moved logic into the lexer class 2016-10-04 21:49:53 +02:00
Anthony Scopatz
edbbe22ed6 vi is also called vim 2016-10-04 13:37:54 -04:00
Anthony Scopatz
ba6a67df47 seld typo fix 2016-10-04 11:43:54 -04:00
Anthony Scopatz
aa7e794a95 typo and safe close captured 2016-10-04 11:38:32 -04:00
Anthony Scopatz
4127c608a6 safe readble fix 2016-10-04 11:32:43 -04:00
Anthony Scopatz
ec76c49590 Merge pull request #1796 from xonsh/fix_pip_completer
fix pip completion
2016-10-04 11:07:57 -04:00
Gil Forsyth
156313822a fix pip completion
pip completion results for install/uninstall were returning the entire
list of installed packages in a given python install no matter the
contents of the completion prefix.

Now the results are filtered by a `startswith(prefix)`
2016-10-04 10:17:46 -04:00
Morten Enemark Lund
b850ff3506 Fix stupid typo 2016-10-04 10:09:06 +02:00
Morten Enemark Lund
48d14bce22 Add changelog entry 2016-10-04 10:05:28 +02:00
Morten Enemark Lund
4e909390da Fix bug when the pygment lexer was used outside of xonsh. This fixes crash when editors like Spyder, uses pygments to highlight .xsh files. 2016-10-04 10:04:02 +02:00
Anthony Scopatz
965d2aa256 don't background vi 2016-10-03 23:24:20 -04:00
Anthony Scopatz
111f50b601 fix for proxy stdin 2016-10-03 23:04:20 -04:00
Anthony Scopatz
ac09c9ab47 fix for anonymous aliases 2016-10-03 22:41:57 -04:00
Anthony Scopatz
255656348f Merge branch 'master' into rs 2016-10-03 22:15:32 -04:00
Derek Thomas
b170168f9a fix grammar in mpl test comments 2016-10-03 23:55:39 +09:00
Derek Thomas
cbff7ac552 remove mpl testing for tight-layout because it is no longer used 2016-10-03 23:54:06 +09:00
Derek Thomas
57d1b3b38e mpl adjusts subplot positions to force no margins
- does not use tight layout anymore
2016-10-03 23:51:27 +09:00
Derek Thomas
f3ea7c273d mpl now iterates over all axes in the figure to change parameters
- also added ylabel, xlabel, and title zeroing, so that they do not
interfere with the layout since it cannot be displayed anyway
2016-10-03 23:42:39 +09:00
Derek Thomas
1792423638 add numpy and matplotlib to circle environment configuration 2016-10-03 22:46:09 +09:00
Derek Thomas
efe806994a fix test for mpl by skipping testing if matplotlib/numpy missing 2016-10-03 22:45:14 +09:00
Derek Thomas
75ffd2ab2c add numpy and matplotlib as testing requirements to support mpl 2016-10-03 16:38:30 +09:00
Derek Thomas
dcec33db1f add test for mpl figure preservation 2016-10-03 15:59:47 +09:00
Derek Thomas
e7f2d5a281 move mpl figure-copy routine to figure_to_rgb_array
- this simplifies testing
- this also makes more sense because it copies the figure just when
changes are being applied
- the figure is also closed in this function
2016-10-03 15:59:28 +09:00
Derek Thomas
f03aebe632 add news for xontrib-mpl_copy-fig 2016-10-03 13:01:03 +09:00
Derek Thomas
4e941f7ff4 add inline documentation for mpl figure copy/close 2016-10-03 12:51:43 +09:00
Anthony Scopatz
f48baa7646 Merge pull request #1792 from xonsh/vox-reldir
Allow activation of virtual environments in relative directories.
2016-10-02 23:28:38 -04:00
Anthony Scopatz
fb17beb428 removed double setting 2016-10-02 23:17:38 -04:00
Anthony Scopatz
aeb5fafcc7 new storage streaming. 2016-10-02 23:15:33 -04:00
Jamie Bliss
7f8f3f02c4 rst, not md 2016-10-02 21:51:59 -04:00
Jamie Bliss
ce98aa8fa9 Allow activation of environments in relative directories.
Also disallow the creation of venvs with reserved names
2016-10-02 21:49:38 -04:00
Anthony Scopatz
57cfc376eb try longer times 2016-10-02 21:44:14 -04:00
Anthony Scopatz
0708f16719 startx false 2016-10-02 18:53:59 -04:00
Anthony Scopatz
d5c620bcf1 minor docs 2016-10-02 15:41:35 -04:00
Anthony Scopatz
84738978ea keep reading 2016-10-02 15:37:40 -04:00
Leonardo Santagada
7ee5204e0b Merge branch 'master' into add-toolbar-prompt 2016-10-02 20:46:46 +02:00
Jamie Bliss
d34f52d6e1 News item for last commit 2016-10-02 13:04:47 -04:00
Jamie Bliss
06c5d7b1b6 Use python3 in shebangs.
Should fix #1789.
2016-10-02 12:59:27 -04:00
Jamie Bliss
78af6446fa Fix docs 2016-10-02 11:12:01 -04:00
Derek Thomas
aec0430622 xontrib-mpl makes a copy of the current figure before modifying it 2016-10-02 17:18:20 +09:00
laerus
7d30021294 version bump to 0.4.7 2016-10-02 07:50:17 +03:00
Anthony Scopatz
37673da76a test fixes 2016-10-01 23:15:59 -04:00
Anthony Scopatz
f440aec7e5 added frequency 2016-10-01 22:57:56 -04:00
Anthony Scopatz
231338bd54 sleep some more on output, just in case 2016-10-01 22:15:41 -04:00
Anthony Scopatz
0be2ce5671 yo 2016-10-01 22:07:47 -04:00
Anthony Scopatz
c97b552dd0 catch bad handlers 2016-10-01 13:03:08 -04:00
Anthony Scopatz
c4d547c092 Merge branch 'rs' of github.com:xonsh/xonsh into rs 2016-10-01 12:48:21 -04:00
Anthony Scopatz
7be281375a flush was closing 2016-10-01 12:48:12 -04:00