Commit graph

789 commits

Author SHA1 Message Date
adam j hartz
d42c12f1ec rearranging suggestions code 2015-03-16 21:32:06 -04:00
Anthony Scopatz
1bd58416b3 Merge branch 'autocomplete_quote' of https://github.com/wrywerytwreywery/xonsh into wrywerytwreywery-autocomplete_quote 2015-03-16 20:27:49 -05:00
adam j hartz
350e0b9813 first attempt: modify completer to add quotes where necessary 2015-03-16 21:13:53 -04:00
Anthony Scopatz
a7f8b7a9c3 limit the resize attempts 2015-03-16 19:46:09 -05:00
Anthony Scopatz
70c7d9399d Merge branch 'naufraghi-patch-2' 2015-03-16 19:41:05 -05:00
Anthony Scopatz
32379aa060 Merge branch 'patch-2' of https://github.com/naufraghi/xonsh into naufraghi-patch-2 2015-03-16 19:38:41 -05:00
Anthony Scopatz
6f5da3d013 quit aliases exit 2015-03-16 18:18:18 -05:00
adam j hartz
6ff6812a05 error message for writing to bad location as well 2015-03-16 16:02:01 -04:00
Matteo Bertini
3859096681 Propagate SyntaxError message in exec-ing .xonshrc to the user 2015-03-16 17:19:21 +01:00
adam j hartz
20e698f6f1 slight efficiency improvement 2015-03-16 08:46:43 -04:00
adam j hartz
90adbaf070 suggestions for unknown commands in subprocess mode 2015-03-16 08:37:12 -04:00
adam j hartz
4177c6bc06 subprocess mode error message 2015-03-16 05:59:18 -04:00
adam j hartz
0889913cfd dirstack skeleton 2015-03-16 05:52:13 -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
Anthony Scopatz
b5df612b4c no doubling 2015-03-15 22:00:29 -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
11d4df8e3e really overdo the resizing 2015-03-15 21:29:04 -05: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
Anthony Scopatz
45034bb733 try to reset screen size once 2015-03-15 21:20:46 -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
4b92b5da4a RL_CHANGE_ENVIRONMENT.value = 0 2015-03-15 19:49:51 -05:00
Anthony Scopatz
8f6e565e20 diag info 2015-03-15 19:32:12 -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