Commit graph

4187 commits

Author SHA1 Message Date
Leonardo Santagada
d01daa1928 ignore more errors 2016-07-15 09:37:09 +02:00
Leonardo Santagada
d931503fdd improve coverage reports 2016-07-15 09:34:13 +02:00
Leonardo Santagada
74de1591c5 run flake8 and coverage inside pytest and on travis 2016-07-15 09:34:01 +02:00
laerus
22342ca68f 'removed stray ipdb lines' 2016-07-14 20:50:12 +03:00
Anthony Scopatz
590e9c63df Merge pull request #1387 from laerus/expandvars_fix
alternative expandvars + tests
2016-07-14 09:05:14 -05:00
laerus
2661d1091c Merge branch 'master' into expandvars_fix 2016-07-14 14:37:40 +03:00
laerus
ba516cd55a lazy regex fix 2016-07-14 14:37:20 +03:00
Konstantinos Tsakiltzidis
9f5f9c070f Merge pull request #1420 from xonsh/od
parser table fix
2016-07-14 01:17:13 +03:00
Konstantinos Tsakiltzidis
08678a6d1b Merge pull request #1418 from xonsh/vte
attempt at new tab PWD for vte
2016-07-14 00:23:52 +03:00
laerus
e6752434da new test for windows variety 2016-07-13 23:45:52 +03:00
Konstantinos Tsakiltzidis
eaf64e1b46 Merge pull request #1427 from xonsh/ljbfd
fix for lazyjson del issue
2016-07-13 21:02:13 +03:00
laerus
c84fd4d994 news entry 2016-07-13 20:13:33 +03:00
laerus
9338aa5111 Merge branch 'master' of https://github.com/xonsh/xonsh into expandvars_fix 2016-07-13 19:59:09 +03:00
Anthony Scopatz
a6effaa8fd fix for lazyjson del issue 2016-07-13 12:58:31 -04:00
Anthony Scopatz
9424f850eb Revert "minor updates"
This reverts commit 206c174955.
2016-07-13 12:48:02 -04:00
Anthony Scopatz
e85482ecf6 Merge branch 'master' into od 2016-07-13 12:44:42 -04:00
Anthony Scopatz
206c174955 minor updates 2016-07-13 12:44:27 -04:00
Konstantinos Tsakiltzidis
eeb8e8b939 Merge pull request #1423 from xonsh/lazydm
more lazy object data models
2016-07-13 19:16:10 +03:00
Gil Forsyth
37aff21ad4 Merge pull request #1424 from xonsh/pipup
some minor pip completer cleanup
2016-07-13 10:48:03 -05:00
Anthony Scopatz
a6c745da79 lazy hash 2016-07-13 10:57:48 -04:00
Anthony Scopatz
c9e42dcfea minor opt 2016-07-13 10:52:54 -04:00
Anthony Scopatz
5353da7948 some pip cleanup 2016-07-13 10:50:33 -04:00
Anthony Scopatz
b674ab8bd2 Merge pull request #1381 from Granitas/pip_autocomplete
add completer for pip
2016-07-13 09:45:14 -05:00
Anthony Scopatz
784244dab2 more lazy object data models 2016-07-13 10:26:14 -04:00
Anthony Scopatz
9f0cd7751a Merge pull request #1422 from xonsh/conda_env_parentheses
Conda env parentheses
2016-07-13 09:17:41 -05:00
Morten Enemark Lund
9ac0485be9 Add changelog 2016-07-13 14:43:20 +02:00
Morten Enemark Lund
79d986ccc7 Use parentheses around conda envronment names in the prompt. Conda own activate/deactive script has switch from brackets to parentheses so this is just to follow the same style. 2016-07-13 14:40:53 +02:00
Bernardas
b4d284b391 optimize multiple len(line) calls 2016-07-13 06:12:45 +00:00
Bernardas
90587e7eff fix typo 2016-07-13 06:12:08 +00:00
Bernardas
c5ff30a066 full refactor 2016-07-12 21:11:09 +00:00
Bernardas
122f7c92f7 add pip completer change to news changelog 2016-07-12 19:51:22 +00:00
Bernardas
86dcce20bf change to provide suggestion when command is unknown 2016-07-12 19:49:52 +00:00
Bernardas
4945af8996 move pip completer down 2016-07-12 19:49:05 +00:00
Anthony Scopatz
39e0a4e031 parser table fix 2016-07-12 11:28:25 -04:00
Anthony Scopatz
9810714853 more docs 2016-07-12 03:02:15 -04:00
Anthony Scopatz
7601c5746e vte_new_tab_cwd 2016-07-12 02:59:28 -04:00
Anthony Scopatz
e6a3a9e6bd attempt at new tab PWD for vte 2016-07-12 02:21:20 -04:00
Morten Enemark Lund
d9a6311680 Merge pull request #1417 from xonsh/lazytpty
fix for windows debug via lazy imports
2016-07-12 08:08:40 +02:00
Anthony Scopatz
fc76230ebc fix for windows debug via lazy imports 2016-07-11 17:36:22 -04:00
Morten Enemark Lund
58d0273a02 Merge pull request #1416 from xonsh/xont
xontrib hotfix
2016-07-11 20:02:31 +02:00
Anthony Scopatz
b11e3cb28e xontrib hotfix 2016-07-11 13:09:12 -04:00
Morten Enemark Lund
ba5affad50 Merge pull request #1415 from xonsh/cs
fixed color style recurssion issue, hopefully.
2016-07-11 18:38:36 +02:00
Anthony Scopatz
1b68e3eaf8 fixed color style recurssion issue, hopefully. 2016-07-11 12:17:31 -04:00
Anthony Scopatz
5376c1fc84 Merge pull request #1414 from xonsh/fix_windows_title
Fix windows title
2016-07-11 11:54:14 -04:00
Morten Enemark Lund
d099c0709a Add changelog entry 2016-07-11 12:38:08 +02:00
Morten Enemark Lund
6448cd948e Fix settitle not working on windows 2016-07-11 12:36:25 +02:00
Bernardas
a219ad4bb2 move contstants and regular expressions to LazyObject 2016-07-10 19:13:21 +00:00
Gil Forsyth
8f517f7348 Merge pull request #1394 from ericdill/fix-name-error
Fixing an error I encountered in the intro wizard
2016-07-09 09:56:35 -04:00
Gil Forsyth
09da500e84 Merge pull request #1407 from xonsh/Fix_color_mixup
Fix color mixup
2016-07-09 09:50:55 -04:00
Eric Dill
34322d522c DOC: Add news entry for this bugfix 2016-07-09 08:58:29 -04:00