Anthony Scopatz
|
63549c7301
|
fixed amalgamate bug
|
2016-07-28 04:38:28 -04:00 |
|
Anthony Scopatz
|
4c323572f4
|
lazy part
|
2016-07-28 03:58:19 -04:00 |
|
Anthony Scopatz
|
ff14f10edb
|
Merge branch 'master' into lazycomp
|
2016-07-28 02:54:18 -04:00 |
|
Anthony Scopatz
|
48ba71cdb4
|
lazy
|
2016-07-28 02:47:41 -04:00 |
|
Anthony Scopatz
|
1d57b33764
|
lazy pip and py
|
2016-07-28 02:32:08 -04:00 |
|
Anthony Scopatz
|
ef4904699a
|
lazy path
|
2016-07-28 00:59:33 -04:00 |
|
Anthony Scopatz
|
ace0b40a57
|
Merge pull request #1500 from astronouth7303/vocal-which
Make `which -v` extremely vocal
|
2016-07-27 20:02:29 -07:00 |
|
Jamie Bliss
|
c3537c1317
|
Use ducktyping
|
2016-07-27 22:08:12 -04:00 |
|
Jamie Bliss
|
a9d223310b
|
news
|
2016-07-27 21:52:13 -04:00 |
|
Jamie Bliss
|
0c52c052ef
|
flake8
|
2016-07-27 21:52:01 -04:00 |
|
Jamie Bliss
|
103445c8a9
|
Don't superhelp on lists
|
2016-07-27 21:49:52 -04:00 |
|
Jamie Bliss
|
5cbcc0c529
|
Make which -v extremely vocal
|
2016-07-27 21:26:58 -04:00 |
|
Anthony Scopatz
|
6ba5be7ec5
|
lazyman
|
2016-07-27 21:18:08 -04:00 |
|
Anthony Scopatz
|
b7a6bf3c98
|
Merge pull request #1497 from astronouth7303/history_docs
Document History access fields
|
2016-07-27 15:02:27 -07:00 |
|
Anthony Scopatz
|
2d1b6f3e11
|
Merge branch 'astronouth7303-xon.sh_exec'
|
2016-07-27 17:56:16 -04:00 |
|
Jamie Bliss
|
359cb07d2c
|
Better match numpy formatting.
|
2016-07-27 17:49:10 -04:00 |
|
Jamie Bliss
|
21c63d5b90
|
Document History access fields.
|
2016-07-27 17:08:35 -04:00 |
|
Jamie Bliss
|
ae5344d33a
|
Use exec in xon.sh
|
2016-07-27 15:29:13 -04:00 |
|
Anthony Scopatz
|
654ba85810
|
Merge pull request #1491 from santagada/set-title
change from set window title to window + icon (tab) title
|
2016-07-27 11:42:19 -07:00 |
|
Leonardo Santagada
|
6daf405d80
|
add news entry
|
2016-07-27 20:22:53 +02:00 |
|
Anthony Scopatz
|
134dd752d2
|
Merge pull request #1486 from mitnk/update-version-fmt
base version should keep unchanged via setup
|
2016-07-27 10:00:59 -07:00 |
|
Hugo Wang
|
dfcda490aa
|
Merge branch 'master' of https://github.com/xonsh/xonsh into update-version-fmt
|
2016-07-28 00:39:20 +08:00 |
|
Anthony Scopatz
|
caddc5d927
|
Merge pull request #1495 from xonsh/alias_completion
re-enable tab completion for aliases
|
2016-07-27 09:38:52 -07:00 |
|
Gil Forsyth
|
dfac8ac314
|
add alias expansion to the jupyter kernel
|
2016-07-27 11:55:51 -04:00 |
|
Gil Forsyth
|
73bd9e6b90
|
Merge branch 'master' into alias_completion
|
2016-07-27 11:49:14 -04:00 |
|
Gil Forsyth
|
5505478be0
|
re-enable tab completion for aliases
|
2016-07-27 11:46:27 -04:00 |
|
Leonardo Santagada
|
e3e92a7f4e
|
change from set window title to window + icon (tab) title
http://tldp.org/HOWTO/Xterm-Title-3.html
|
2016-07-27 17:46:12 +02:00 |
|
Gil Forsyth
|
f89318978e
|
Merge pull request #1493 from santagada/update-requirements
update flake8 to 3.0.2
|
2016-07-27 10:59:07 -04:00 |
|
Leonardo Santagada
|
0f7ccc7539
|
some weird interaction between timeouts and flake8 3.0.0 in travis
|
2016-07-27 16:01:28 +02:00 |
|
Leonardo Santagada
|
f8f03e4b2e
|
fix package versions
|
2016-07-27 15:50:02 +02:00 |
|
Leonardo Santagada
|
5793dc0d92
|
update flake8 to 3.0.2
during the update we have to ignore some new errors on our current
codebase
|
2016-07-27 15:34:05 +02:00 |
|
Gil Forsyth
|
81eb65179d
|
Merge pull request #1476 from xonsh/relimps
Amalgamate relative imports
|
2016-07-27 09:19:12 -04:00 |
|
Gil Forsyth
|
56bf9f56fe
|
Merge pull request #1482 from xonsh/lazyloop
more intuitive blocking loop
|
2016-07-27 09:16:27 -04:00 |
|
Gil Forsyth
|
7317c01cb4
|
Merge pull request #1487 from xonsh/qx
some xexec optimizations
|
2016-07-27 09:10:31 -04:00 |
|
Hugo Wang
|
4de79e59c9
|
update flake8 version in deps
|
2016-07-27 17:29:29 +08:00 |
|
Anthony Scopatz
|
5fa0de5b15
|
start on lazy completers
|
2016-07-27 04:47:10 -04:00 |
|
Anthony Scopatz
|
a55b760516
|
more
|
2016-07-27 04:42:24 -04:00 |
|
Hugo Wang
|
57abceb865
|
Merge branch 'master' of http://github.com/mitnk/xonsh into update-version-fmt
|
2016-07-27 16:35:04 +08:00 |
|
Hugo Wang
|
358d1c7ede
|
typo
|
2016-07-27 14:51:36 +08:00 |
|
Hugo Wang
|
2b4ed2e2f1
|
updated msg
|
2016-07-27 10:07:38 +08:00 |
|
Anthony Scopatz
|
e6ef990dae
|
Merge pull request #1488 from xonsh/multi-os
* small bash syntax fix
* remove unused os import
* run coverage build first so flake errors early
|
2016-07-26 12:34:23 -07:00 |
|
Gil Forsyth
|
d68858ae29
|
run coverage build first so flake errors early
|
2016-07-26 14:16:23 -04:00 |
|
Gil Forsyth
|
fc3956c3fd
|
remove unused os import
|
2016-07-26 14:05:01 -04:00 |
|
Gil Forsyth
|
1cb1417988
|
small bash syntax fix
|
2016-07-26 12:54:30 -04:00 |
|
Anthony Scopatz
|
85f37ecaa9
|
some xexec optimizations
|
2016-07-26 12:40:20 -04:00 |
|
Anthony Scopatz
|
60aafcfb16
|
Merge pull request #1468 from xonsh/multi-os
Updates to #1465 using miniconda everywhere
|
2016-07-26 09:10:34 -07:00 |
|
Gil Forsyth
|
24de66c055
|
don't install coverage dependencies on non-nightly
|
2016-07-26 10:15:46 -04:00 |
|
Gil Forsyth
|
f283b6fef8
|
only run coverage on nightly
|
2016-07-26 10:11:30 -04:00 |
|
Gil Forsyth
|
afea01aefc
|
better on_conda check that doesn't rely on which
|
2016-07-26 10:09:09 -04:00 |
|
Gil Forsyth
|
750b1e4903
|
Merge branch 'master' into multi-os
|
2016-07-26 10:01:23 -04:00 |
|