Commit graph

2946 commits

Author SHA1 Message Date
Frank Sachsenheim
3f303fcb5b Removes redundant docs on dependencies 2016-05-24 20:49:46 +02:00
Frank Sachsenheim
38a65f755e Use a common prefix in doc's modindex 2016-05-24 20:49:46 +02:00
Frank Sachsenheim
9e6ac80d69 Use scandir in xonsh.vox 2016-05-24 20:49:46 +02:00
Frank Sachsenheim
4ca834e4f0 Use scandir in xonsh.tools 2016-05-24 20:49:46 +02:00
Frank Sachsenheim
c7245eac68 Use scandir in xonsh.imphooks 2016-05-24 20:49:46 +02:00
Frank Sachsenheim
26164c39e3 Use scandir in xonsh.aliases 2016-05-24 20:49:46 +02:00
Frank Sachsenheim
6d9cb94347 Adds xonsh.platform.scandir 2016-05-24 20:49:46 +02:00
Frank Sachsenheim
e7ee0f33e5 Adds docs for xonsh.platform 2016-05-24 20:49:46 +02:00
Morten Enemark Lund
fdec871078 Merge pull request #1003 from scopatz/xo
added xo xontrib metadata
2016-05-24 20:12:49 +02:00
Anthony Scopatz
dc46f8aed7 test xontrib metadata 2016-05-24 01:54:18 -04:00
Anthony Scopatz
e95c016637 forgot a comma 2016-05-24 01:50:02 -04:00
Anthony Scopatz
2e13f2ff7c added xo xontrib 2016-05-24 01:47:42 -04:00
Gil Forsyth
adb31d63db Merge pull request #1002 from scopatz/plysub
Ply subpackage install
2016-05-23 17:55:24 -04:00
Anthony Scopatz
d3730670f8 fixed conflict 2016-05-23 17:42:13 -04:00
Anthony Scopatz
9eb0577953 Merge branch 'adqm-lexer_refactor' 2016-05-23 17:38:53 -04:00
Anthony Scopatz
11733f04f7 cl 2016-05-23 17:25:42 -04:00
Anthony Scopatz
35464e9fe5 add xonsh.ply subpackage 2016-05-23 17:24:31 -04:00
Anthony Scopatz
41cd7767e8 Merge branch 'lexer_refactor' of https://github.com/adqm/xonsh into adqm-lexer_refactor 2016-05-23 17:13:27 -04:00
Anthony Scopatz
4f24df862a Merge pull request #994 from scopatz/fix_test_on_win
Fix tests on windows.
2016-05-23 16:53:16 -04:00
Anthony Scopatz
1fc96aedf1 Merge pull request #998 from scopatz/win_bashcompletions
Defaults for bash completions file on Windows
2016-05-23 16:52:12 -04:00
Anthony Scopatz
9dcd9a710c Merge pull request #887 from GuillaumeLeclerc/dockerfile
Add a docker image for easier devlopment
2016-05-23 16:49:24 -04:00
Anthony Scopatz
1868cb3960 The carcolh will catch you! 2016-05-23 14:19:24 -04:00
Gil Forsyth
1a698ce7ac Merge pull request #989 from scopatz/fix_source_foreign_windows
Fix bash foreign_shell_data on Windows
2016-05-23 09:40:58 -04:00
Morten Enemark Lund
3413b2c94d Fix pep8 issue and added an entry to CHANGELOG.rst 2016-05-23 15:25:21 +02:00
Morten Enemark Lund
48472b1bfe Add missing ON_WINDOWS import 2016-05-23 15:24:45 +02:00
Morten Enemark Lund
2b70ee1c98 Fix bash foreign_shell_data on Windows 2016-05-23 15:24:45 +02:00
Morten Enemark Lund
58024f7e27 Use %PROGRAMFILES% environment var 2016-05-23 15:21:49 +02:00
Morten Enemark Lund
4bad23b202 Add entry to change log 2016-05-23 15:21:49 +02:00
Morten Enemark Lund
4e7745e7c8 Add defaults for $BASH_COMPLETIONS on windows. The default values are where GitForWindows stores the completions files in standard installation.
This should hopefully ensure that more people get the full xonsh experience by default.
2016-05-23 15:21:49 +02:00
adam j hartz
afdc741ccd Merge pull request #996 from scopatz/small_alias_updates
Small alias updates
2016-05-23 07:59:52 -04:00
Morten Enemark Lund
eea8b84f53 Add an '--all' option to the which alias. Just to be consistent with the other options. 2016-05-23 11:22:25 +02:00
Morten Enemark Lund
3bf2eea68a Alias 'clear' to 'cls' on windows. Even if clear is available from MSYS it does nothing in cmd.exe or cmder/ConEmu 2016-05-23 11:21:43 +02:00
adam j hartz
dab390b792 export another variable 2016-05-23 03:44:49 -04:00
adam j hartz
29030f8fc5 how did _that_ happen? 2016-05-23 03:42:49 -04:00
adam j hartz
a6555e8f6c pep8 2016-05-23 03:37:49 -04:00
adam j hartz
4d22807be5 remove trailing whitespace 2016-05-23 03:37:09 -04:00
adam j hartz
c68892f000 export one more name 2016-05-23 03:36:23 -04:00
adam j hartz
ae8198a91f slightly faster check for ioredirects 2016-05-23 03:32:35 -04:00
adam j hartz
e29f6e524d final cleanup 2016-05-23 03:21:46 -04:00
Guillaume Leclerc
db3b2d5630 Merge remote-tracking branch 'origin/master' into dockerfile 2016-05-23 09:12:01 +02:00
Guillaume Leclerc
9a747821f1 change rm option to keep option and add a build only option 2016-05-23 09:11:56 +02:00
adam j hartz
daf777ef61 a few more ioredirect fixes 2016-05-23 03:06:23 -04:00
adam j hartz
044b96f24a fixes for ioredirect lexing 2016-05-23 03:00:23 -04:00
Morten Enemark Lund
f153865cc2 Merge pull request #974 from scopatz/strstore
added store_as_str to vardocs
2016-05-23 08:58:50 +02:00
Morten Enemark Lund
54faaad6fc Fix tests on windows. 2016-05-23 08:42:09 +02:00
adam j hartz
cafc5ffe4a huge lexer overhaul. still some bugs... 2016-05-23 02:41:30 -04:00
Anthony Scopatz
a6cba35ae8 Merge pull request #988 from scopatz/win_bash_completion
Win bash completion
2016-05-23 02:22:51 -04:00
Morten Enemark Lund
c506bd8e8c Fix missing end bracket 2016-05-23 08:09:16 +02:00
Morten Enemark Lund
ee082a614e Update CHANGELOG.rst 2016-05-23 08:09:15 +02:00
Morten Enemark Lund
a95eebd19e Fix bash completion on windows when completion files have spaces in their names. 2016-05-23 08:09:15 +02:00