Commit graph

2390 commits

Author SHA1 Message Date
Gil Forsyth
56d36cca3b add linux installation page to docs 2016-03-16 16:08:14 -04:00
adam j hartz
d27d3a2221 Merge pull request #736 from scopatz/bangfix
minor fixes for !() and ![]
2016-03-16 16:07:20 -04:00
Anthony Scopatz
139f260aad updated changelog 2016-03-16 12:33:03 -04:00
Anthony Scopatz
a7b52b5678 added some aliases to CompletedCommand 2016-03-16 12:30:45 -04:00
Anthony Scopatz
bdf10a11d3 minor fixup for !() and ![] 2016-03-16 01:51:11 -04:00
Anthony Scopatz
49e4f18deb Merge branch 'adqm-subproc_return_values' 2016-03-16 01:27:27 -04:00
Anthony Scopatz
0960da6312 Merge branch 'subproc_return_values' of https://github.com/adqm/xonsh into adqm-subproc_return_values 2016-03-16 01:14:47 -04:00
adam j hartz
aedf60cd65 update changelog 2016-03-12 19:33:17 -05:00
adam j hartz
31653ec56b add new operators to tutorial 2016-03-12 19:33:01 -05:00
adam j hartz
2ae1384fba little docstring change 2016-03-12 19:13:54 -05:00
Anthony Scopatz
bcf2cd32fe Merge pull request #732 from scopatz/conda_recipe_update
Update recipe to use git_url specification.
2016-03-12 08:22:01 -06:00
Anthony Scopatz
58fac13387 Merge pull request #728 from Carreau/colors
Fix colors on recent enough pygments
2016-03-12 08:19:12 -06:00
Morten Enemark Lund
3177601788 Update recipe to use git_url specification. 2016-03-12 08:46:16 +01:00
adam j hartz
f5091e99ec switch syntax: ?(...) to !(...) 2016-03-11 12:29:18 -05:00
adam j hartz
e80bf17650 woops...fix _capture_streams semantics 2016-03-11 11:58:11 -05:00
adam j hartz
9199d5e474 move handling of hiddencompletedcommand closer to what we actually want 2016-03-11 11:49:41 -05:00
adam j hartz
c1d2423659 fix typo in environ 2016-03-11 11:43:56 -05:00
Anthony Scopatz
eb5e8e878f Merge pull request #721 from adqm/reglob
modify regular expression globbing
2016-03-10 23:38:31 -06:00
adam j hartz
58e6675397 environment variable to control capturing standard input 2016-03-11 00:15:12 -05:00
adam j hartz
9bbbf4941e Revert "environment variable to control capturing standard input"
This reverts commit c110a0b034.
2016-03-11 00:14:26 -05:00
adam j hartz
c110a0b034 environment variable to control capturing standard input 2016-03-11 00:13:39 -05:00
adam j hartz
99e55d275a more natural interface to commands cache 2016-03-11 00:12:24 -05:00
adam j hartz
0a88cbff75 move commandscache out of completer so it can be used elsewhere 2016-03-11 00:05:04 -05:00
adam j hartz
c03034bcf6 new syntax for hidden completedcommand objects 2016-03-10 23:54:56 -05:00
adam j hartz
c767042c28 add hidden completedprocess object 2016-03-10 23:48:14 -05:00
adam j hartz
0ede146452 much more elegant way of initializing CompletedCommand, from scopatz 2016-03-10 23:14:52 -05:00
adam j hartz
0a06e080b9 many PEP8 changes 2016-03-10 22:05:00 -05:00
adam j hartz
c5887cc319 add __hash__ to CompletedProcess to allow checks for being 'in' sets and dicts 2016-03-10 21:56:57 -05:00
adam j hartz
072ae8599e merge from master 2016-03-10 21:55:09 -05:00
Matthias Bussonnier
1c6fe456eb Fix colors on recent enough pygments 2016-03-09 13:19:15 -08:00
Gil Forsyth
a049c224c2 Merge pull request #725 from scopatz/bw
black and white color map updates
2016-03-09 10:35:31 -05:00
Gil Forsyth
a80643f6f0 Merge pull request #720 from scopatz/timefix
push fix for namespaces
2016-03-08 06:04:19 -05:00
adam j hartz
1a901494ad update changelog 2016-03-08 00:35:10 -05:00
Anthony Scopatz
79e99f1305 black and white color map updates 2016-03-07 18:12:36 -05:00
Anthony Scopatz
9125e0d68d Merge pull request #714 from scopatz/win_unicode_console
Add optional dependency on the win_unicode_console library
2016-03-07 12:42:00 -05:00
Gil Forsyth
46f5a5ac18 Merge pull request #723 from gitter-badger/gitter-badge
Add a Gitter chat badge to README.rst
2016-03-07 11:52:55 -05:00
The Gitter Badger
2d210b9a4e Add Gitter badge 2016-03-07 16:48:24 +00:00
adam j hartz
72cd7d4fd9 fix typo 2016-03-07 05:43:58 -05:00
adam j hartz
ae92455ff5 modify regular expression globbing 2016-03-07 00:03:34 -05:00
adam j hartz
f170dd1fa8 little docstrings 2016-03-06 23:52:51 -05:00
adam j hartz
e132927b73 changelog 2016-03-06 23:38:55 -05:00
adam j hartz
da18135906 rename completed process -> completed command 2016-03-06 23:27:02 -05:00
adam j hartz
afa7353882 hack to allow CompletedCommand to capture stdin :) 2016-03-06 23:24:25 -05:00
Morten Enemark Lund
24753fcc5a Small typo 2016-03-06 22:21:58 +01:00
Morten Enemark Lund
76bd9c66c6 Add section on win_unicode_console to windiws.rst 2016-03-06 22:20:30 +01:00
Morten Enemark Lund
2061157597 Remove the suggestion to alias ls to dir
It only cause confusion to alias ls to dir as the two commands behave very different. It can also cause trouble if the user later installs the UNIX tools through for example 'git for Windows'
2016-03-06 21:59:34 +01:00
Morten Enemark Lund
7c040f59cc Update CHANGELOG.rst 2016-03-06 21:52:54 +01:00
adam j hartz
0dceeb00d9 modify when title is set to avoid capturing it 2016-03-06 15:34:50 -05:00
adam j hartz
f4e9fc6bbe store more information in run_subproc 2016-03-06 15:26:07 -05:00
adam j hartz
1ddf5e21cd slight update to CompletedProcess 2016-03-06 15:23:05 -05:00