Gil Forsyth
a4606ed585
remove coverage and flake8 checks from travis nightly
...
and renable failures
2016-10-07 11:04:44 -04:00
Gil Forsyth
8ca2d10c9a
add flake8 check to circleCI
2016-10-07 11:04:44 -04:00
Gil Forsyth
bcacfb239a
add news entry
2016-10-07 11:01:19 -04:00
Gil Forsyth
29af833ad8
fix remaining pep8 violations
2016-10-07 10:57:31 -04:00
Gil Forsyth
f7090adfbf
cleanup prompt helpers
2016-10-07 10:48:29 -04:00
Gil Forsyth
bc4eee6f85
start of pep8 cleanups
2016-10-07 10:46:41 -04:00
Gil Forsyth
214f430c30
fix setup.cfg so pytest respects it
2016-10-07 10:40:42 -04:00
Gil Forsyth
4ff26dfe64
remove doubly defined method
2016-10-07 10:36:32 -04:00
Gil Forsyth
eb077b2edf
remove unused imports, fix redef'd methods
...
This seems to still work. here's hoping...
2016-10-07 10:34:24 -04:00
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