Commit graph

114 commits

Author SHA1 Message Date
Burak Yigit Kaya
48dac6e9cd New: Add sudo functionality on Windows 2016-03-27 23:12:56 +03:00
Morten Enemark Lund
ec3b0fb0cc Merge pull request #754 from scopatz/ptkfix
Fix bug with out-of-date prompt_toolkit
2016-03-27 14:25:54 +02:00
adam j hartz
432d2021da add changelog entry 2016-03-23 18:12:59 -04:00
Anthony Scopatz
b5a61f085e added cl 2016-03-22 23:57:51 -04:00
Anthony Scopatz
57c522fa56 version bump to 0.2.7 2016-03-20 13:52:40 -04:00
Anthony Scopatz
fa95e62711 some logic fixes to ndslicing 2016-03-18 12:20:13 -04:00
Anthony Scopatz
139f260aad updated changelog 2016-03-16 12:33:03 -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
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
072ae8599e merge from master 2016-03-10 21:55:09 -05:00
adam j hartz
1a901494ad update changelog 2016-03-08 00:35:10 -05:00
adam j hartz
72cd7d4fd9 fix typo 2016-03-07 05:43:58 -05:00
adam j hartz
e132927b73 changelog 2016-03-06 23:38:55 -05:00
Morten Enemark Lund
7c040f59cc Update CHANGELOG.rst 2016-03-06 21:52:54 +01:00
Anthony Scopatz
9f27d9d922 Merge branch 'master' into andor 2016-03-01 01:25:25 -05:00
Morten Enemark Lund
57be553d41 Merge pull request #695 from scopatz/c
More colors: fixes and features
2016-03-01 07:21:46 +01:00
Anthony Scopatz
b358c3f6a2 Merge branch 'master' into andor 2016-02-29 15:07:30 -05:00
Morten Enemark Lund
cff2893773 Update CHANGELOG.rst 2016-02-26 19:52:12 +01:00
Anthony Scopatz
c1446f2c7b Merge branch 'master' into andor 2016-02-24 22:59:16 -05:00
Anthony Scopatz
eb1f9bccc1 Merge branch 'master' into c 2016-02-24 00:23:03 -05:00
Anthony Scopatz
48980261d3 updated changelog 2016-02-22 23:32:02 -05:00
Anthony Scopatz
c9ebd33abf rprompt implementation 2016-02-21 13:00:01 -05:00
Anthony Scopatz
a7bb6fbb31 fixed cl 2016-02-18 20:34:51 -05:00
Anthony Scopatz
89f9451c3a updated changelog 2016-02-18 01:06:29 -05:00
Gil Forsyth
f0279d3516 Merge pull request #678 from scopatz/best
best shell type
2016-02-13 14:35:37 -08:00
Anthony Scopatz
2b90a4d344 Merge branch 'master' into andor 2016-02-13 14:21:54 -05:00
Konstantin Molchanov
0a86cab895 Vox addition reflected in the changelog. 2016-02-13 21:50:44 +03:00
Anthony Scopatz
4e2ed9b160 CL 2016-02-13 01:37:23 -05:00
Anthony Scopatz
ce3361cf87 Merge branch 'master' into andor 2016-02-10 03:20:43 -05:00
Anthony Scopatz
63a1c108d9 updated docs for and/or 2016-02-10 02:13:07 -05:00
Anthony Scopatz
54a11e7123 updaed changelog 2016-02-09 02:36:57 -05:00
Anthony Scopatz
6ecb78dbe3 version bump to 0.2.6 2016-02-07 18:00:22 -05:00
Anthony Scopatz
08f96b0fdb some release script updates 2016-02-07 17:31:01 -05:00
Anthony Scopatz
583a15cc10 updated cl 2016-02-07 15:09:17 -05:00
Anthony Scopatz
8a8245dffe updated cl 2016-02-07 15:03:07 -05:00
Anthony Scopatz
10cb7084eb fixed cl conflict 2016-02-07 11:49:16 -05:00
Morten Enemark Lund
f51227e90a Merge pull request #660 from scopatz/tracer
tracer += 1e6
2016-02-06 22:07:04 +01:00
Anthony Scopatz
5f5c2c71f9 better zsh support 2016-02-05 23:50:46 -05:00
Anthony Scopatz
c47cf4f3d5 make call_hg_command() use the correct environment 2016-02-05 11:25:15 -05:00
Anthony Scopatz
6748f25748 fixed conflict 2016-02-05 01:35:52 -05:00
Anthony Scopatz
c30f7d7d8c updated changelog 2016-02-05 01:31:34 -05:00
Anthony Scopatz
530f00b513 added some basic docs 2016-02-04 21:48:59 -05:00
Anthony Scopatz
77109e6dd7 set process title 2016-01-27 18:47:17 -05:00
Burak Yigit Kaya
b018e0125d Fix case-insensitive match breaking for paths in Windows
When using `glob` on Windows, case-insensitive conversion converts a
glob path like `~\D*` to
`[cC]:\[uU][sS][eE][rR][sS]\[bB][yY][kK]\[dD]*`. The `[cC]` part at the
beginning breaks `glob` and fails to yield any results, probably because
it cannot extract the base path.

This patch fixes the issue by skipping the conversion for a sequence
like `\w:` at the beginning.
2016-01-25 23:33:37 +02:00
Anthony Scopatz
62939d446a docs for RAISE_SUBPROC_ERROR 2016-01-24 12:08:50 -05:00
Anthony Scopatz
602a74bcea updated changelog 2016-01-21 21:11:00 -05:00
Morten Enemark Lund
1f35db1dc0 Merge pull request #634 from scopatz/jupyter
Jupyter Fixes
2016-01-21 22:03:04 +01:00
Anthony Scopatz
3b39f9fea5 cl 2016-01-18 22:55:22 -05:00
Anthony Scopatz
5e7fb9ec5c updated changelog 2016-01-18 16:22:03 -05:00