Commit graph

2403 commits

Author SHA1 Message Date
adam j hartz
2e3fc49821 add some new test cases for !() and ![] syntax 2016-03-19 15:03:14 -04:00
adam j hartz
11bce38b0f remove extra cases for !() 2016-03-19 14:56:33 -04:00
Gil Forsyth
ff5c36ee88 Merge pull request #747 from scopatz/ndslice
some logic fixes to ndslicing
2016-03-18 15:56:20 -04:00
Anthony Scopatz
a7190f5260 Merge pull request #745 from scopatz/fix_bug_with_ptk_completer
Ensure that window and window.render_info exist.
2016-03-18 14:14:30 -04:00
Anthony Scopatz
fa95e62711 some logic fixes to ndslicing 2016-03-18 12:20:13 -04:00
Anthony Scopatz
88d3301086 Merge branch 'gforsyth-numpy_slicing' 2016-03-18 12:05:21 -04:00
Morten Enemark Lund
3f32c68004 Ensure that window and window.render_info exist. 2016-03-18 09:58:31 +01:00
Gil Forsyth
f14f8b5e35 add extra check for Slice and fix list unpack for py34 2016-03-17 17:04:12 -04:00
Gil Forsyth
4e0364b5f7 fix slicing to support proper N-dim arrays 2016-03-17 16:25:13 -04:00
Gil Forsyth
4542eee990 update tests for extra slicing 2016-03-17 12:27:12 -04:00
Gil Forsyth
c98fdf4257 add 3d slice to parser 2016-03-17 11:41:40 -04:00
Gil Forsyth
6711826694 add multi-dimensional slicing to parser 2016-03-17 11:09:05 -04:00
adam j hartz
1e5eab8f5a Merge pull request #743 from scopatz/type-ord
fix type order error as seen in ab781a9
2016-03-16 21:49:15 -04:00
Anthony Scopatz
54263acec6 fix type order error as seen in ab781a9 2016-03-16 21:37:08 -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