Commit graph

2755 commits

Author SHA1 Message Date
adam j hartz
e28758f4a7 fix for windows 2016-05-18 00:46:03 -04:00
adam j hartz
f24c2488a1 update changelog 2016-05-18 00:46:03 -04:00
adam j hartz
baf08e35bf add workaround for ctrl-c not quitting reverse-i-search in readline shell 2016-05-18 00:46:03 -04:00
Anthony Scopatz
fbd61b0c20 Merge pull request #878 from tsingakbar/master
fix vi_mode set but still not enabled in prompt_tookit shell
2016-05-17 22:14:17 -04:00
Anthony Scopatz
60e4750980 Merge pull request #900 from funkyfuture/completions.d
Load autocompletions from directory
2016-05-17 22:04:05 -04:00
Anthony Scopatz
6664b9ef41 Merge branch 'whichwhich' 2016-05-17 11:49:24 -04:00
Anthony Scopatz
086078b098 Merge branch 'master' into whichwhich 2016-05-17 11:47:06 -04:00
Gil Forsyth
44b03a420e Merge pull request #883 from scopatz/update_alias_docs
Update aliases.rst with deactivate/activate aliases
2016-05-17 09:18:41 -04:00
Morten Enemark Lund
67f569065a Fix typo 2016-05-17 13:46:10 +02:00
Morten Enemark Lund
b47a8da549 Update aliases.rst with deactivate/activate aliases and remove documentation on which->where alias 2016-05-17 13:43:59 +02:00
Morten Enemark Lund
2ef0a484a1 Don't report 'command is not in builtins.aliases' if the skip parameter was given 2016-05-17 12:29:42 +02:00
Morten Enemark Lund
f3e3362204 Add tests for which functionality. This does not test the actual alias function, only the whichgen() function we are using from the external which.py module. 2016-05-17 11:28:34 +02:00
Morten Enemark Lund
d310257114 Update which aliases with some Windows related functionality. Use 'PATHEXT' from the xonsh environment and ensure that files with original case. 2016-05-17 11:24:20 +02:00
Anthony Scopatz
2abddcabce Merge pull request #905 from funkyfuture/docs
Updates to docs
2016-05-16 10:30:36 -04:00
Frank Sachsenheim
27d01ecde0 Loads completions from directories
also silences stderr when sourcing files

closes #848
2016-05-16 13:42:23 +02:00
Morten Enemark Lund
9d94027524 Merge pull request #904 from funkyfuture/gitattributes
Adds scripts/xonsh.bat to .gitattribues
2016-05-16 13:14:08 +02:00
Frank Sachsenheim
d8e626c5c6 Adds scripts/xonsh.bat to .gitattribues
also fixes its order
2016-05-16 12:43:55 +02:00
Frank Sachsenheim
05bad9af2a Updates to docs
- more links to numpydoc guide
- clarifies dependencies to build docs
2016-05-16 12:42:02 +02:00
Morten Enemark Lund
b8df6bdabe Fix missing packages 2016-05-16 08:40:59 +02:00
Morten Enemark Lund
522734f44a Ensure exts is not used on Linux 2016-05-16 08:40:59 +02:00
Morten Enemark Lund
b72409caa7 Ensure that which without arguments returns -1 and print usage message 2016-05-16 08:40:59 +02:00
Morten Enemark Lund
f16e334582 Update which to be a pure python implementation. 2016-05-16 08:40:58 +02:00
Morten Enemark Lund
e92e293f9f Merge pull request #910 from scopatz/terr
fix test error when STORE_STDOUT = True
2016-05-16 08:39:32 +02:00
Anthony Scopatz
0298a8109f empty path 2016-05-16 02:22:23 -04:00
Anthony Scopatz
f873819237 fix test error when STOR_STDOUT = True 2016-05-16 01:07:14 -04:00
Anthony Scopatz
2118cc7a16 Merge pull request #906 from scopatz/remove_crlf
Remove crlf line endings in xonsh.bat
2016-05-16 00:45:51 -04:00
Anthony Scopatz
1fdac8ed67 Merge pull request #876 from scopatz/6moths
reprompt in wizard for invalid input for envvars
2016-05-15 23:36:21 -04:00
Morten Enemark Lund
84ae4a682b Remvoed crlf line endings in xonsh.bat 2016-05-15 23:02:39 +02:00
Morten Enemark Lund
c64ed9a5bb Merge pull request #875 from adqm/deadlock
Fix For Deadlock On Captured stdout/stderr
2016-05-15 21:40:43 +02:00
Gil Forsyth
68859f68f4 Merge pull request #898 from donnemartin/patch-2
Add 'Projects that use xonsh' section to README
2016-05-14 19:38:50 -04:00
Donne Martin
bc25328b51 Add 'Projects that use xonsh' section to README 2016-05-14 18:59:14 -04:00
Gil Forsyth
6d193f11a0 Merge pull request #892 from scopatz/which
To join the `which` hunting mob...
2016-05-14 16:38:51 -04:00
Gil Forsyth
c60c76f076 Merge pull request #891 from scopatz/sc
Report only Syntax error for semi-colon.
2016-05-14 16:13:32 -04:00
Anthony Scopatz
c63410fba6 rm xonsherror 2016-05-14 01:51:47 -04:00
Anthony Scopatz
3cb7d39b06 Merge pull request #890 from Will-W/launcherfail
Fix launcher for Windows install dirs with a space
2016-05-13 19:56:34 -04:00
Anthony Scopatz
71fa298b8f denv'd which 2016-05-13 18:32:36 -04:00
Anthony Scopatz
8432f1279b report single syntax error for semicolon 2016-05-13 18:12:20 -04:00
Will Wykeham
83ff992d5b Fix launcher for Windows install dirs with a space
When python installed to 'Program Files' or other dir with a space,
this fixes the xonsh.exe to not just 'fail to launch process'.

Fixes #879
2016-05-13 22:13:09 +01:00
Morten Enemark Lund
4efd129814 Merge pull request #884 from Will-W/absentwhich
Improve handling of which being absent
2016-05-13 22:31:40 +02:00
Will Wykeham
9c02b1a9c3 Update CHANGELOG for 'which' changes 2016-05-13 21:25:51 +01:00
Morten Enemark Lund
ce6b643c17 Merge pull request #886 from TobalJackson/patch-1
Fix 'git status' option for include_untracked=True
2016-05-13 21:01:55 +02:00
TobalJackson
49883ca1ab Update CHANGELOG.rst 2016-05-13 14:31:00 -04:00
yuqing
ea9dca4af8 avoid duplicated codes while getting prompt_toolkit version 2016-05-14 00:21:36 +08:00
TobalJackson
6dabec2d73 Fix 'git status' option for include_untracked=True
the '--untracked-files=yes' option for 'git status' returns an error, which causes this function to return False even when there are untracked files present. I referred to this post for the correct argument of 'normal' instead of 'yes' ('no' still seems to work):
https://stackoverflow.com/questions/31708427/cant-see-untracked-files
2016-05-13 11:14:49 -04:00
Will Wykeham
a6e506ec9c Fix copy-pasta error 2016-05-13 14:53:13 +01:00
Will Wykeham
6b49340740 Improve handling of which being absent 2016-05-13 14:45:51 +01:00
Morten Enemark Lund
8f2c700bf5 Merge pull request #881 from moigagoo/master
Docs: Python Virtual Environments Guide Added.
2016-05-13 15:06:19 +02:00
Morten Enemark Lund
7675468c47 Merge pull request #877 from scopatz/keptk
fix for key error when completing __xonsh_shell__.shell.<TAB>
2016-05-13 13:52:09 +02:00
Morten Enemark Lund
281b29f8d7 Merge pull request #859 from Will-W/master
Fix overriding of user environment with windows fixes
2016-05-13 13:48:57 +02:00
adam j hartz
28153eb57e negation 2016-05-13 07:09:32 -04:00