Anthony Scopatz
e2ea3760ba
Merge branch 'BYK-fix-case-insensitive-glob'
2016-01-25 16:38:23 -05:00
Anthony Scopatz
09d0e5f46f
tracing
2016-01-25 16:37:10 -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
3296c1fed7
formatter fixes
2016-01-24 21:33:06 -05:00
Gil Forsyth
8281d3aa6a
Merge pull request #641 from scopatz/rse
...
Raise subproc error
2016-01-24 16:20:37 -05:00
Anthony Scopatz
9372b53b92
Merge pull request #647 from gforsyth/ptk_layout_fix
...
add temporary fix for diverging prompt_toolkit layout
2016-01-24 14:04:52 -06:00
Gil Forsyth
1fc715b355
add comments about which layout to keep
2016-01-24 12:42:58 -05:00
Gil Forsyth
be6bc4522c
add temporary fix for diverging prompt_toolkit layout
2016-01-24 12:23:18 -05:00
Anthony Scopatz
62939d446a
docs for RAISE_SUBPROC_ERROR
2016-01-24 12:08:50 -05:00
Anthony Scopatz
224bba9bba
Merge branch 'master' into rse
2016-01-24 11:59:55 -05:00
Morten Enemark Lund
4e4cfda9f0
Merge pull request #630 from BYK/colors
...
Fix background colors for PTK
2016-01-23 21:25:43 +01:00
Burak Yigit Kaya
6f55943266
Fix background color handling when using prompt-toolkit
2016-01-23 18:50:48 +02:00
Morten Enemark Lund
8b8696385f
Merge pull request #645 from gforsyth/windows_multiline
...
disable multiline for '\' on windows without POSIX
2016-01-23 06:44:46 +01:00
Gil Forsyth
8bae9d7dbe
update trailing slash test to play nice
...
I forgot that AppVeyor _is_ on windows
2016-01-22 18:42:53 -05:00
Gil Forsyth
4e06175670
disable multiline for '\' on windows without POSIX
...
If user is on Windows and has `FORCE_POSIX_PATHS` set to False, then
trailing backslash will not enter multiline mode as this messed up
directory navigation
2016-01-22 17:38:13 -05:00
Morten Enemark Lund
a213798b3f
Merge pull request #642 from scopatz/wiz
...
wizard robustness fixes
2016-01-22 22:33:07 +01:00
Anthony Scopatz
cfba971b33
wizard robustness fixes
2016-01-22 16:15:08 -05:00
Anthony Scopatz
b0ca312669
Raise subproc error
2016-01-22 01:28:36 -05:00
Anthony Scopatz
50c68c22ad
version bump to 0.2.5
2016-01-21 21:12:54 -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
220291e539
Merge pull request #639 from blink1073/is_executable_file
...
Check whether a file is executable before assuming it is runnable
2016-01-21 15:02:03 -05:00
Steven Silvester
59b0773667
Remove debug prints
2016-01-21 12:33:16 -06:00
Steven Silvester
fe3dee116d
Check whether a file is executable before assuming it is runnable
2016-01-21 12:32:14 -06:00
Gil Forsyth
db2ebcfbf8
Merge pull request #633 from scopatz/ptk
...
remove part of ptk shortcut fork that is no longer needed.
2016-01-19 13:14:02 -05:00
Anthony Scopatz
7facec0377
more changes
2016-01-19 13:01:18 -05:00
Gil Forsyth
7680729dff
Merge pull request #636 from scopatz/rlerr
...
fix for testing have readline
2016-01-19 12:13:20 -05:00
Anthony Scopatz
3d6fba5200
fix for testing have readline
2016-01-19 11:49:19 -05:00
Anthony Scopatz
e0b8f762fa
added ptk version warning
2016-01-19 11:45:02 -05:00
Anthony Scopatz
09c476dba9
Merge pull request #635 from willingc/fix-typo
...
Fix typo
2016-01-19 00:43:31 -05:00
Carol Willing
218ae48553
Fix typo
2016-01-18 20:35:33 -08:00
Anthony Scopatz
b000e30b74
turn store stdout off for jupyter kernel
2016-01-18 23:09:16 -05:00
Anthony Scopatz
3b39f9fea5
cl
2016-01-18 22:55:22 -05:00
Anthony Scopatz
93bd4e77d4
fix for jupyter completion
2016-01-18 22:53:08 -05:00
Anthony Scopatz
960fb6eea8
more kernel improvements
2016-01-18 22:23:09 -05:00
Anthony Scopatz
addb31a789
basic fix for eval expr
2016-01-18 18:14:15 -05:00
Anthony Scopatz
5e7fb9ec5c
updated changelog
2016-01-18 16:22:03 -05:00
Anthony Scopatz
4ac9a2c91f
remove part of shortcut fork that is no longer needed.
2016-01-18 16:13:21 -05:00
Gil Forsyth
6d2a82027b
Merge pull request #632 from scopatz/strtn
...
capturing redirection fix
2016-01-15 17:45:25 -05:00
Anthony Scopatz
a0fe77254c
capturing redirection fix
2016-01-15 17:35:12 -05:00
Anthony Scopatz
b26568ede6
changelog
2016-01-14 14:24:32 -05:00
Anthony Scopatz
60a82aa700
Merge branch 'minrk-setsid'
2016-01-14 14:21:19 -05:00
Anthony Scopatz
2e9e6813c2
Merge branch 'setsid' of https://github.com/minrk/xonsh into minrk-setsid
2016-01-14 14:18:46 -05:00
Min RK
8ce4f5a56b
start new session on foreign shell setup to avoid hangs
...
avoids hangs potentially caused by setpgrp
2016-01-14 20:16:33 +01:00
Gil Forsyth
57258669ff
Merge pull request #628 from scopatz/newhist
...
a couple of small startup fixes
2016-01-14 12:40:03 -05:00
Anthony Scopatz
c1acead4ba
a couple of small startup fixes
2016-01-14 12:34:39 -05:00
Anthony Scopatz
6ceb012acd
added changelog
2016-01-14 12:01:21 -05:00
Anthony Scopatz
240fc24452
Merge branch 'minrk-shell_tty'
2016-01-14 11:59:32 -05:00
Min RK
88f7f58dfa
check that we own _shell_tty before passing ownership
2016-01-14 15:44:17 +01:00
adam j hartz
57e7c1f438
Merge pull request #607 from scopatz/xonfig
...
Xonfig
2016-01-13 20:57:27 -05:00