Commit graph

2789 commits

Author SHA1 Message Date
Cody Scott
605dfb5563 Prevented hg branch call when .hg/branch file does not exist. It will be the 'default' branch 2016-05-02 21:31:54 -04:00
Morten Enemark Lund
474c6f5d59 Fix for deadlock on windows when running subprocs that generate enough data to fill the os pipe 2016-05-02 19:59:41 +02:00
Anthony Scopatz
f2fa550184 Merge pull request #734 from Carreau/glob
Improve double-star globing.
2016-05-02 10:58:17 -04:00
Anthony Scopatz
348a4edda3 Merge pull request #810 from gforsyth/alias_which
Alias for `which` to support alias lookups
2016-05-02 10:53:33 -04:00
Gil Forsyth
905d61cb3e remove which=where alias for windows users 2016-04-30 17:27:22 -04:00
Gil Forsyth
48b43ccb14 remove defunct failed workaround from argparse 2016-04-30 16:50:34 -04:00
Gil Forsyth
f0c752c341 use argparse instead of random set stuff 2016-04-30 16:46:39 -04:00
Matthias Bussonnier
a9423760ab 'docs' 2016-04-29 08:52:31 -07:00
Gil Forsyth
bc8373fcd5 update changelog 2016-04-29 11:49:43 -04:00
Gil Forsyth
d5bcc36b19 add which wrapper to support xonsh aliases
it's a bit clunky, but it supports most of the which command line flags
that make sense in xonsh.
2016-04-29 11:47:29 -04:00
Matthias Bussonnier
f21ece6984 Improve double-star globing.
Not as advance as using a package like glob2, but allow simple use of
double start to match recursively in subdirectory.

e.g:
    $ ls -1 **p.py
    docs/cmdhelp.py
    setup.py

Which match both in CWD and Subdirectory.

See #451,

Also consolidate `globpath` and `globpath` (see #733)
2016-04-29 08:35:22 -07:00
Anthony Scopatz
bec1bfa24c Merge pull request #808 from scopatz/conda_jupyter
Update jupyter install mechanism
2016-04-27 17:18:22 -04:00
Morten Enemark Lund
38505508be fix typo bug in setup.py 2016-04-27 21:29:12 +02:00
Morten Enemark Lund
621ac6a8ce Update recipe to match the one used on conda-forge 2016-04-27 21:28:37 +02:00
Morten Enemark Lund
16e14058a8 Update setup.py with too use default jupyter kernel install mechanism on conda 2016-04-25 11:59:48 +02:00
Lucas Inojosa
5aa97def72 #763 fixed ';' input on tools.subproc_toks() 2016-04-23 16:08:17 -03:00
Anthony Scopatz
6a61bfcc4f Merge pull request #805 from scopatz/activate_bugfix
quote arguments for cmd.exe
2016-04-22 15:02:45 -04:00
Morten Enemark Lund
b8f8c68a0f PEP8 fixes 2016-04-22 20:52:21 +02:00
Morten Enemark Lund
57bb16882f Simplified argvquote 2016-04-22 16:36:02 +02:00
Morten Enemark Lund
4863a94b1c Add functions to quote arguments for cmd.exe. This was needed for the source_cmd function. 2016-04-22 16:25:17 +02:00
Morten Enemark Lund
17bf2a9a86 Removed quotes when composing the command for the source_cmd 2016-04-21 15:23:02 +02:00
Anthony Scopatz
20c742b0f8 Merge pull request #801 from scopatz/source-bat
Added `source-bat` as an alias for `source-cmd`
2016-04-20 17:55:06 -04:00
Anthony Scopatz
d3505d40f0 Merge pull request #802 from scopatz/activate_bugfix
Bugfix for source-cmd
2016-04-20 17:26:31 -04:00
Anthony Scopatz
d710d01e22 Merge pull request #803 from scopatz/fix_source_alias
Fixes a bug in source_alias
2016-04-20 17:24:54 -04:00
Anthony Scopatz
2b64afc087 Merge pull request #804 from scopatz/conda_app
Re-enabled the app section in the meta.yaml (conda build script)
2016-04-20 17:20:17 -04:00
Morten Enemark Lund
d4f4513850 Re-enabled the app section in the meta.yaml (conda build script). This creates xonsh menu entries when installing conda packages. 2016-04-20 23:02:31 +02:00
Morten Enemark Lund
8a5d4a7829 Fixes a bug in source_alias 2016-04-20 22:26:09 +02:00
Morten Enemark Lund
50cf1d983b Fixes a bug source_cmd introduced when 'ehco off' was added to the source command. 2016-04-20 22:16:33 +02:00
Morten Enemark Lund
6487832c4b Added source-bat as an alias for source-cmd 2016-04-20 21:32:58 +02:00
Anthony Scopatz
c3b94e5265 Merge pull request #790 from scopatz/cmd_shell
Sourcing Windows batch files
2016-04-20 11:29:54 -04:00
Anthony Scopatz
4175d9f523 Merge pull request #797 from scopatz/color_fix
Aligns the colors with prompt_toolkit specification of colors.
2016-04-20 11:22:31 -04:00
Morten Enemark Lund
6bd02978af Don't fix colors when using ConEmu 2016-04-20 12:04:10 +02:00
Morten Enemark Lund
dbfa8dc70a Merge branch 'master' into cmd_shell 2016-04-18 14:33:53 +02:00
Morten Enemark Lund
7d4e5f70fc Add test for sourcing bat file on windows 2016-04-18 00:41:11 +02:00
Morten Enemark Lund
ff1ee916e0 Ensure that 'echo off' is always set after running sourced bat file. 2016-04-18 00:40:38 +02:00
Morten Enemark Lund
1fe475a3d6 Aligns the colors with prompt_toolkit specification of colors when working on windows 2016-04-17 21:48:07 +02:00
Gil Forsyth
29788fdf06 Merge pull request #796 from scopatz/pygments_depend
Add pygments as a conda dependency.
2016-04-17 08:19:42 -04:00
Morten Enemark Lund
03121dfc05 Ensure that file exist before calling source_foreign 2016-04-16 21:18:06 +02:00
Morten Enemark Lund
6636d5be0b Add pygments as a conda dependency. Since prompt_toolkit no longer includes it explicitly 2016-04-16 13:40:38 +02:00
Anthony Scopatz
3bf355e90b Merge pull request #793 from scopatz/argparse
Add verbose options (--login and --interactive) to the argument parser
2016-04-12 15:32:53 -04:00
Morten Enemark Lund
091c2db5db Added verbose --login --interactive arguments to arg_undoers 2016-04-12 21:20:33 +02:00
Anthony Scopatz
a2bbda6ed8 Merge pull request #792 from scopatz/fix_loading_environ
Load os.environ env-vars when running scripts
2016-04-12 12:15:43 -04:00
Morten Enemark Lund
ef4ff33239 This fix ensures basic environment variables are not excluded when running scripts 2016-04-12 13:55:01 +02:00
Morten Enemark Lund
2f81aa25ee Add verbose options (--login and --interactive) to the argument parser 2016-04-12 13:52:05 +02:00
Anthony Scopatz
1e0f1843fb attempt at getting leftmost lookup for BoolOps and UnaryOps 2016-04-12 03:26:44 -04:00
Morten Enemark Lund
3434190c51 Merge remote-tracking branch 'remotes/origin/master' into cmd_shell 2016-04-11 11:04:29 +02:00
Morten Enemark Lund
d72357cccd Merge pull request #791 from scopatz/a
fix for alias expansion
2016-04-11 10:18:29 +02:00
Anthony Scopatz
c92e0009fc group and negate subproc 2016-04-10 23:38:12 -04:00
Anthony Scopatz
c93cd0db2e aliases 2016-04-10 22:00:59 -04:00
Morten Enemark Lund
f446754d0c Add call as a alias of source-cmd on Windows 2016-04-10 20:39:39 +02:00