Commit graph

372 commits

Author SHA1 Message Date
adam j hartz
350e0b9813 first attempt: modify completer to add quotes where necessary 2015-03-16 21:13:53 -04:00
Anthony Scopatz
f5c810fe9b Merge pull request #52 from juanpabloaj/travis
a first approach to a travis file
2015-03-15 22:12:53 -05:00
Anthony Scopatz
6d1e3fce1f Merge pull request #53 from juanpabloaj/gitignore
parser_test_table.py to gitignore
2015-03-15 22:02:40 -05:00
JuanPablo
e0e52d4271 parser_test_table.py to gitignore 2015-03-15 23:40:52 -03:00
JuanPablo
dd20e41e65 a first approach to a travis file
* to run tests with travis-ci.org
* prerun test, pip install ply and nosetests
* discover and run test with nosetests
2015-03-15 23:37:21 -03:00
Anthony Scopatz
3c2b3ecf65 Merge pull request #51 from juanpabloaj/gitignore
gitignore: lexer_table and parser_table added
2015-03-15 21:22:09 -05:00
JuanPablo
870c670115 gitignore: lexer_table and parser_table added 2015-03-15 23:18:55 -03:00
Anthony Scopatz
7941d8c8c3 Merge pull request #50 from juanpabloaj/gitignore
*.egg to gitignore
2015-03-15 21:09:48 -05:00
JuanPablo
0b21df8b94 *.egg to gitignore 2015-03-15 23:05:07 -03:00
Anthony Scopatz
217cde293a added missing distutil imports 2015-03-15 20:48:13 -05:00
Anthony Scopatz
a587a1719d version bump to v0.1.2 2015-03-15 18:42:58 -05:00
Anthony Scopatz
714864c68b Merge branch 'pathglob' 2015-03-15 17:59:15 -05:00
Anthony Scopatz
f32168dedb completer for paths 2015-03-15 17:55:42 -05:00
Anthony Scopatz
71bb14c385 partial fix for globbing 2015-03-15 17:48:15 -05:00
Anthony Scopatz
453604e56e Merge branch 'katrielalex-patch-1' 2015-03-15 17:31:57 -05:00
Anthony Scopatz
416cca6e10 start of glob fixes 2015-03-15 17:30:45 -05:00
Katriel Cohn-Gordon
dbabd223e6 Add a #coding declaration to setup.py
Python2 won't even parse Unicode files without a #coding declaration, because it assumes ascii.

This way, at least you get a sane error (`xonsh currently requires Python 3.4+`).
2015-03-15 22:26:26 +00:00
Anthony Scopatz
03989f942a Merge pull request #43 from mbollmann/prompt-documentation
Prompt documentation (for #31)
2015-03-15 16:18:21 -05:00
Marcel Bollmann
f4e908b635 Tutorial text for auto-formatted prompt string 2015-03-15 15:11:19 +01:00
Marcel Bollmann
df2ad6200b Reformatted docstring for nicer Sphinx output 2015-03-15 14:43:15 +01:00
Anthony Scopatz
2a4d126e68 fix for white-space only input in interactive mode 2015-03-15 02:02:58 -05:00
Anthony Scopatz
c1ba1c502c bug fix for indented ctx sensitive parsing 2015-03-15 01:29:25 -05:00
Anthony Scopatz
9cf2c9b26c Merge branch 'wrywerytwreywery-vt_prompt' 2015-03-15 01:12:08 -05:00
adam j hartz
01171a8e3d no need to rename PROMPT 2015-03-15 02:00:52 -04:00
adam j hartz
de3e4be3c2 don't bother setting PROMPT 2015-03-15 01:57:29 -04:00
adam j hartz
2e9a8624a8 Second attempt at fixing #34
Fix the issue with the repr of a Python function being used as a prompt.
2015-03-15 01:44:07 -04:00
Anthony Scopatz
42abad5e6d Merge branch 'wrywerytwreywery-command' 2015-03-15 00:03:10 -05:00
Anthony Scopatz
faf4b31a77 Merge branch 'command' of https://github.com/wrywerytwreywery/xonsh into wrywerytwreywery-command 2015-03-15 00:01:48 -05:00
Anthony Scopatz
d7f704f23e Merge branch 'wrywerytwreywery-multiline_bugfix' 2015-03-14 23:56:23 -05:00
Anthony Scopatz
c5b4cacdab Merge branch 'multiline_bugfix' of https://github.com/wrywerytwreywery/xonsh into wrywerytwreywery-multiline_bugfix 2015-03-14 23:53:23 -05:00
Anthony Scopatz
90b4eb6794 Merge branch 'wrywerytwreywery-title' 2015-03-14 23:50:17 -05:00
Anthony Scopatz
aaca47a1ea PEP8 space after comma 2015-03-14 23:49:45 -05:00
Anthony Scopatz
cc6bb96f39 Merge branch 'title' of https://github.com/wrywerytwreywery/xonsh into wrywerytwreywery-title 2015-03-14 23:46:48 -05:00
Anthony Scopatz
a61e8e0709 Merge branch 'sl' 2015-03-14 23:38:55 -05:00
adam j hartz
f31484cf4c change default title, and use format_prompt on the title 2015-03-15 00:01:07 -04:00
adam j hartz
0f5e4b2d25 make use of argparse 2015-03-14 22:51:26 -04:00
adam j hartz
61133a9720 command mode with -c 2015-03-14 22:23:07 -04:00
adam j hartz
078fa8a91f bugfix for multiline prompt (given the updates from #31) 2015-03-14 19:25:46 -04:00
adam j hartz
1064179f5a only try to update terminal title in a virtual terminal 2015-03-14 17:19:58 -04:00
Anthony Scopatz
d84140e1cd Merge branch 'wrywerytwreywery-title' 2015-03-14 15:26:27 -05:00
Anthony Scopatz
7e03bd8f99 minor title refactor 2015-03-14 15:26:11 -05:00
Anthony Scopatz
6735dc2c45 Merge branch 'title' of https://github.com/wrywerytwreywery/xonsh into wrywerytwreywery-title 2015-03-14 15:22:04 -05:00
Anthony Scopatz
8b72b8e1cf Merge branch 'mbollmann-formatprompt' 2015-03-14 15:09:33 -05:00
Anthony Scopatz
67adb5dd85 Merge branch 'formatprompt' of https://github.com/mbollmann/xonsh into mbollmann-formatprompt 2015-03-14 15:08:25 -05:00
Anthony Scopatz
156876a51c bash_env() improvement based off of suggestion by Vitalije Milosevic on the mailing list https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!msg/xonsh/pdF63zXFR7U/Xh2QWoLhlfAJ 2015-03-14 15:02:38 -05:00
Anthony Scopatz
6de56db018 warn for permissions on readline history 2015-03-14 14:54:19 -05:00
adam j hartz
af86443a84 PEP-8 fixes 2015-03-14 14:48:28 -04:00
Marcel Bollmann
27044770ad Docstring for prompt formatting 2015-03-14 12:11:41 +01:00
Anthony Scopatz
8dd133265f Merge branch 'wrywerytwreywery-cd_error_msg' 2015-03-14 01:47:21 -05:00
Anthony Scopatz
6d49f37868 Merge branch 'cd_error_msg' of https://github.com/wrywerytwreywery/xonsh into wrywerytwreywery-cd_error_msg 2015-03-14 01:45:46 -05:00