Commit graph

5569 commits

Author SHA1 Message Date
Konstantinos Tsakiltzidis
9e67c213d5 Merge pull request #1802 from xonsh/perf
Performance Improvements
2016-10-06 19:55:23 +03:00
Cody Scott
a2f153f133 Adding environment variable to control whether to show the hg branch in the prompt 2016-10-06 12:24:23 -04:00
Anthony Scopatz
b3f84f66c5 More which and improvements 2016-10-06 00:43:14 -04:00
Anthony Scopatz
b05025e307 fix sigint 2016-10-05 21:07:05 -04:00
Anthony Scopatz
c5c4f3f9f5 removed block 2016-10-05 20:43:41 -04:00
Anthony Scopatz
8cb7415f97 rmed profile decorations 2016-10-05 20:42:58 -04:00
Anthony Scopatz
9fe3696f2c perf news 2016-10-05 20:41:03 -04:00
Anthony Scopatz
d366853051 performence improvements while remaining responsive 2016-10-05 20:39:01 -04:00
Anthony Scopatz
93b703ce78 some imps 2016-10-05 19:34:47 -04:00
Anthony Scopatz
3faaa3a3cb more sleeps 2016-10-05 17:38:35 -04:00
Anthony Scopatz
8155b01ca4 some tests 2016-10-05 17:08:43 -04:00
Gil Forsyth
30e0b911a2 Merge pull request #1758 from xonsh/rs
Run Subproc Refactor
2016-10-05 13:26:11 -04:00
Konstantinos Tsakiltzidis
df27212376 Merge pull request #1757 from santagada/add-toolbar-prompt
implements $BOTTOM_TOOLBAR to create a bottom toolbar
2016-10-05 19:15:35 +03:00
Anthony Scopatz
d44972f1af news 2016-10-05 10:10:47 -04:00
Leonardo Santagada
1e7971a8d9 vardoc 2016-10-05 09:46:31 +02:00
Leonardo Santagada
0718f7980a news entry 2016-10-05 09:46:15 +02:00
Anthony Scopatz
5e3c85d390 updated news 2016-10-04 20:59:17 -04:00
Anthony Scopatz
f62397fc99 updated docs 2016-10-04 20:51:45 -04:00
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