Commit graph

7656 commits

Author SHA1 Message Date
Gil Forsyth
cd8f3ae26b
Merge pull request #2860 from xonsh/reduce-appveyor
recude appveyor build matrix
2018-10-02 11:27:06 -04:00
Anthony Scopatz
d5085a01f4 recude appveyor build matrix 2018-10-02 11:17:32 -04:00
Anthony Scopatz
43181b4b55
Merge pull request #2858 from xonsh/fix_bash_completion
Fix for string index error in bash completion
2018-10-02 11:00:04 -04:00
Gil Forsyth
34c9e0cb91 Fix for string index error in bash completion 2018-10-02 09:50:16 -04:00
Gil Forsyth
2286a59818
Merge pull request #2855 from xonsh/azure_pireline2
Publish results from tests on Azure
2018-10-02 08:54:29 -04:00
Gil Forsyth
b988e556e5
Merge pull request #2713 from dotsdl/xonsh_session
WIP: Move all monkey-patched built-ins into single object
2018-10-02 08:49:03 -04:00
Morten Enemark Lund
c102387cd2 fix indent 2018-10-02 11:15:04 +02:00
Morten Enemark Lund
18d057ccfc Publish test results on azure 2018-10-02 11:13:07 +02:00
Morten Enemark Lund
b35ff1b9e3
Merge pull request #2853 from xonsh/azure-pipelines
Set up CI with Azure Pipelines
2018-10-02 11:11:34 +02:00
Anthony Scopatz
4b5236da04 escape sequence fixes 2018-10-01 23:01:00 -04:00
Gil Forsyth
4ec0471be8 Skip conda update and publishing results, add news entry 2018-10-01 22:59:28 -04:00
Gil Forsyth
4e598528d6 Remove flake checks and coverage (this is done on circle) 2018-10-01 22:45:28 -04:00
Gil Forsyth
714359b0f2 [WIP] Set up CI with Azure Pipelines 2018-10-01 22:30:09 -04:00
Gil Forsyth
80d0a3670d
Merge pull request #2851 from xonsh/pbc025
bash completions v0.2.5
2018-10-01 22:18:53 -04:00
Gil Forsyth
06c1edf9e3
Merge pull request #2852 from xonsh/cryptop
don't capture cryptop output
2018-10-01 22:16:51 -04:00
Anthony Scopatz
d39df31f09 fix some typos 2018-10-01 22:16:14 -04:00
Anthony Scopatz
a6d55d4eee don't capture cryptop output 2018-10-01 20:51:01 -04:00
Anthony Scopatz
c9946b0349 bash completions v0.2.5 2018-10-01 18:42:09 -04:00
Anthony Scopatz
4ad167c339 collections fixes 2018-10-01 18:23:04 -04:00
Anthony Scopatz
2736a4d187 flake fixes 2018-10-01 18:10:18 -04:00
Anthony Scopatz
943a96c697 black and abc 2018-10-01 17:35:24 -04:00
Anthony Scopatz
626597f267 ProxyWarning now does dynamic lookup 2018-10-01 17:29:25 -04:00
Anthony Scopatz
73c863d06d fix news 2018-10-01 15:56:44 -04:00
Gil Forsyth
6a7ac4db8b
Merge pull request #2850 from dbxnr/patch-1
update projects
2018-10-01 15:49:31 -04:00
Anthony Scopatz
ae9c09ee68 many fixes 2018-10-01 15:49:24 -04:00
Anthony Scopatz
61c27ec365 many fixes 2018-10-01 15:48:47 -04:00
dbxnr
8759d13c73
update projects 2018-10-01 20:39:50 +01:00
Anthony Scopatz
7423238f94 more fixes 2018-10-01 15:31:37 -04:00
Anthony Scopatz
c20977493d static configuration was deprecated a while ago 2018-10-01 15:08:56 -04:00
Anthony Scopatz
eefa44c308 Merge branch 'master' into xonsh_session 2018-10-01 14:48:06 -04:00
Anthony Scopatz
18ae72950d Merge branch 'ptk_cleanup' 2018-10-01 14:38:26 -04:00
Gil Forsyth
6a0928dff4
Remove extraneous try-excepts from ptk2 keybindings 2018-10-01 13:05:40 -04:00
David Dotson
a40348d483 Switched from print statements to DeprecationWarnings 2018-09-30 14:21:18 -07:00
David Dotson
6ab12cbc6d Added news entry. 2018-09-30 14:06:06 -07:00
David Dotson
1d60f9397b Updated docs with __xonsh__ changes 2018-09-30 13:59:08 -07:00
David Dotson
6f9788e0d9 More fixes, xonsh now starts up.
Warnings show up with xontribs loaded, as expected.
2018-09-30 13:30:35 -07:00
David Dotson
54b0c1313c Fixed flake8 failures 2018-09-29 19:03:33 -07:00
David Dotson
6d288dd184 Updated tests 2018-09-29 18:57:01 -07:00
David Dotson
cdbc18d16c More fixes 2018-09-29 18:52:13 -07:00
David Dotson
086535cc1e Syntax error fix. 2018-09-29 18:50:23 -07:00
David Dotson
e19a96133b Think I got all the necessary name switches
__xonsh_*__ -> __xonsh__.*
2018-09-29 18:47:36 -07:00
David Dotson
ac0a19d04a Added ProxyWarnings to old builtin attributes.
Need to go through library yet and fix other __xonsh_*__ instances
introduced in master.
2018-09-29 18:32:11 -07:00
David Dotson
1c8144b354 Merge branch 'master' into xonsh_session
Hoping I didn't introduce a regression into `built_ins.py`...
2018-09-29 17:33:26 -07:00
Gil Forsyth
e3e927ae31
Merge pull request #2845 from jmcrawford45/subproc-whitespace-fix
Fix issues #2584 and #2430
2018-09-29 15:04:35 -04:00
Jared Crawford
843d912253 black formatting 2018-09-29 09:44:32 -07:00
Jared Crawford
8d069b6f55 Whitespace changlelog changes 2018-09-29 09:42:04 -07:00
Jared Crawford
5bd1250ee6 Add examples of what works now 2018-09-29 09:38:20 -07:00
Jared Crawford
86fe644e0c Valid rst 2018-09-29 02:33:34 -07:00
Jared Crawford
7c26fbc826 Add changelog 2018-09-29 02:05:42 -07:00
Jared Crawford
0809502e20 Fix issues #2584 and #2430 2018-09-29 01:55:30 -07:00