Anthony Scopatz
30d44e1381
Merge pull request #1078 from Carreau/test-on-nightly
...
Travis test on nightly
2016-06-03 18:35:25 -07:00
adam j hartz
ee66cabb1b
Merge pull request #1080 from scopatz/fix_win_prompt
...
Fix win prompt
2016-06-03 19:11:45 -04:00
adam j hartz
ee13687c33
Merge pull request #1088 from asmeurer/at-docs
...
Clear up sentence about the @ operator in the tutorial
2016-06-03 16:44:29 -04:00
Morten Enemark Lund
dc838fdaf0
Merge pull request #1062 from Carreau/allow-broken-symlink-on-path
...
Don't crash if broken symlink on path.
2016-06-03 20:51:18 +02:00
Morten Enemark Lund
78647ff77a
Added entry to CHANGELOG.rst
2016-06-03 20:15:52 +02:00
Morten Enemark Lund
4513669ab6
On Windows also remove the $PROMPT variable from the environment sourced from BASH
2016-06-03 19:59:45 +02:00
Matthias Bussonnier
028ee14b4b
Don't crash if broken symlink on path.
...
closes #1061
2016-06-03 10:41:10 -07:00
Matthias Bussonnier
682f8e1bdc
Test for Broken Symlink.
2016-06-03 10:41:10 -07:00
Matthias Bussonnier
9f34efb6bf
Travis test on nightly
2016-06-03 10:25:09 -07:00
Aaron Meurer
978c443e87
Clear up sentence about the @ operator in the tutorial
...
The code in @ is not run in subprocess mode, but rather, the operator itself
is used in subprocess mode.
2016-06-02 23:53:55 -05:00
Anthony Scopatz
5bb8c56d31
Merge pull request #1069 from asmeurer/puns
...
Add some intro taglines
2016-06-02 14:38:32 -07:00
Aaron Meurer
4cfb37ca37
Add some intro taglines
...
One is just an improvement over one that's already there, so maybe it ought to
just replace it. The others are Monty Python, from
https://twitter.com/asmeurer/status/701509800530579456 .
2016-06-02 14:35:23 -07:00
adam j hartz
d4914227fb
Merge pull request #1068 from scopatz/question
...
Question mark tests and changelog
2016-06-02 17:21:23 -04:00
Anthony Scopatz
fe69d18e5e
added question mark test
2016-06-02 17:12:46 -04:00
adam j hartz
c8954c6bb5
allow question mark as valid character in subprocess-mode name
2016-06-02 15:38:55 -04:00
Morten Enemark Lund
80f5b0b2eb
Merge pull request #1026 from adqm/lazily_load_shells
...
Lazily load prompt_toolkit
2016-06-02 08:45:52 +02:00
adam j hartz
8e28927a28
Merge pull request #1063 from ErinCall/ErinCall-typo-fix-1
...
Typo fix
2016-06-01 22:08:05 -04:00
adam j hartz
e4ea4e5935
fix checks for prompt toolkit on windows?
2016-06-01 22:03:35 -04:00
adam j hartz
c447f8f010
one more reference to prompt_toolkit
2016-06-01 22:03:35 -04:00
adam j hartz
cb4dba869b
make sure prompt_toolkit is still imported
2016-06-01 22:03:35 -04:00
adam j hartz
9979315e05
avoid importing prompt_toolkit
2016-06-01 22:03:35 -04:00
adam j hartz
1c50c9c335
bring back lazy loading of best shell type
2016-06-01 22:03:35 -04:00
adam j hartz
9aedc9ca21
Merge pull request #1040 from scopatz/verbose_which
...
Verbose which
2016-06-01 13:50:30 -04:00
adam j hartz
7e2c08f390
Merge pull request #1041 from scopatz/rewrite_executable_in
...
Rewrite executable in
2016-06-01 13:48:06 -04:00
Erin Call
2d907fdc1d
Typo fix
2016-05-31 23:20:14 -07:00
adam j hartz
196d3046a3
Merge pull request #1039 from scopatz/changelog_hotfix
...
Update CHANGELOG.rst with the HotFix for command line arguments
2016-05-31 15:31:17 -04:00
Morten Enemark Lund
a5ef406174
Use __xonsh_env__.detype() and fix typos
2016-05-30 11:08:55 +02:00
Morten Enemark Lund
a6e13afed9
Add entry to CHANGELOG.rst
2016-05-30 10:20:07 +02:00
Morten Enemark Lund
9758ac8589
Add entry to CHANGELOG.rst
2016-05-30 10:17:53 +02:00
Morten Enemark Lund
6d10607b82
Update CHANGELOG.rst with the HotFix for command line arguments
2016-05-30 10:13:41 +02:00
Morten Enemark Lund
2c8ff91480
Swap os.environ before calling whichgen instead of specifying path in arguments.
...
which.whichgen() will report nicer verbose output if the output is taken from os.environ(), and it also fixes a bug on Windows where the current directory was not included when running which
2016-05-30 09:43:49 +02:00
Morten Enemark Lund
b23896a35c
Merge branch 'testfix' into rewrite_executable_in
2016-05-30 09:40:41 +02:00
Morten Enemark Lund
4f17c26a6e
Change yield_executables()
(used by locate_binary) to use the executables_in()
function from tools.py
2016-05-30 09:40:31 +02:00
Morten Enemark Lund
15cfb752f1
Rewrite of the executables_in
to also work on Windows where executables are defined by their extension.
2016-05-30 09:40:30 +02:00
Gil Forsyth
82a03b0527
version bump to 0.3.2
2016-05-30 03:24:22 -04:00
Gil Forsyth
2e9ec0bb4a
version bump to 3.2
2016-05-30 01:10:01 -04:00
Anthony Scopatz
eb4d8cbd0a
cl fix
2016-05-29 18:53:29 -04:00
Anthony Scopatz
a5c1c59996
Merge pull request #1035 from scopatz/fix_executables_in
...
Fix Permission error when tab-completing
2016-05-29 16:45:01 -04:00
Morten Enemark Lund
df9aa14e0f
This catches PermissionError when looking up executables in read protected directories.
2016-05-29 21:41:19 +02:00
Gil Forsyth
79e665219c
fix incorrect parsing of command line flags
...
One character fix :)
2016-05-29 12:35:01 -04:00
Anthony Scopatz
8fc2b2998d
xontrib fix
2016-05-28 19:39:39 -04:00
Anthony Scopatz
bbf0b4e917
minor docs
2016-05-28 19:29:00 -04:00
Anthony Scopatz
83f66be42c
version bump to 0.3.1
2016-05-28 19:14:45 -04:00
Anthony Scopatz
c8249a033b
minor doc updates
2016-05-28 19:13:06 -04:00
Anthony Scopatz
d69c09f470
Merge branch 'GuillaumeLeclerc-fix-895'
2016-05-28 18:02:03 -04:00
Anthony Scopatz
41a8befd9e
some cleanup
2016-05-28 18:01:26 -04:00
Anthony Scopatz
f4e599d190
fixed conflicts
2016-05-28 17:47:00 -04:00
Anthony Scopatz
3984b83d29
win ext
2016-05-28 17:40:54 -04:00
Anthony Scopatz
d45e637b9a
more updates
2016-05-28 17:35:56 -04:00
Anthony Scopatz
e7c869bb73
fixed conflicts
2016-05-28 17:08:17 -04:00