Commit graph

659 commits

Author SHA1 Message Date
Anthony Scopatz
b330a3be6e devguide update 2015-03-29 23:56:43 -05:00
Anthony Scopatz
5f8d16218b version bum v0.1.4 2015-03-29 23:42:48 -05:00
Adam Hartz
8d9588f9cb Merge pull request #164 from scopatz/imp
Import hooks for xonsh files (*.xsh)
2015-03-30 00:03:29 -04:00
Anthony Scopatz
78cc184a15 test subpackage 2015-03-29 22:53:33 -05:00
Anthony Scopatz
b93d4e03a0 shell is main 2015-03-29 22:13:33 -05:00
Anthony Scopatz
9587140204 space destroyer 2015-03-29 21:56:04 -05:00
Anthony Scopatz
21235bf4c7 pep8 fixes and pwd added 2015-03-29 21:44:05 -05:00
Anthony Scopatz
88a48f844a added check that path is a dir 2015-03-29 20:45:05 -05:00
Anthony Scopatz
ba0be675a9 added some import docs 2015-03-29 18:56:25 -05:00
Anthony Scopatz
636f6f61aa load import hooks in main 2015-03-29 18:33:33 -05:00
Anthony Scopatz
08609ca0ca added relative import test 2015-03-29 18:29:56 -05:00
Anthony Scopatz
51bc86ab49 more robust loading / unloading 2015-03-29 18:25:11 -05:00
Anthony Scopatz
8fd9e05b9b first light on import hooks 2015-03-29 17:49:44 -05:00
Anthony Scopatz
1ff8b24cdf Merge branch 'wrywerytwreywery-job_control' 2015-03-29 14:28:35 -05:00
adam j hartz
fa0b66be76 no need to process KeyboardInterrupts anymore when waiting for active jobs 2015-03-29 14:22:59 -04:00
adam j hartz
de7665b696 avoid polling and time delay when waiting for current job to stop 2015-03-29 10:03:39 -04:00
Adam Hartz
e8aadbb298 Merge pull request #159 from scopatz/atl
implements non-string sequences to @()
2015-03-28 20:11:29 -04:00
Anthony Scopatz
769e307852 Merge pull request #160 from wrywerytwreywery/job_control
Job control bugfix
2015-03-28 18:42:38 -05:00
adam j hartz
9525418b90 only print newline when child process was signalled to death 2015-03-28 19:07:56 -04:00
adam j hartz
97e7b26e8a print message on stopping a process 2015-03-28 18:59:47 -04:00
Anthony Scopatz
5eb0ed0d91 implements non-string sequences to @() 2015-03-28 17:55:48 -05:00
adam j hartz
9a8d2a1421 fix bug with job control 2015-03-28 18:50:26 -04:00
Anthony Scopatz
5a0a3d1a18 added contrib 2015-03-28 17:19:33 -05:00
Anthony Scopatz
5facb9bdda cont mv 2015-03-28 12:25:02 -05:00
Anthony Scopatz
e8e54f4de7 CONTRIBUTING.rst 2015-03-28 12:24:25 -05:00
Anthony Scopatz
ac7ce15947 More code 2015-03-28 12:18:58 -05:00
Anthony Scopatz
5b5a2dd61d initial dev guide 2015-03-28 12:06:09 -05:00
Anthony Scopatz
1911d7d80e Merge branch 'wrywerytwreywery-shebang' 2015-03-28 09:44:45 -05:00
Anthony Scopatz
66316b0ee9 Merge branch 'shebang' of https://github.com/wrywerytwreywery/xonsh into wrywerytwreywery-shebang 2015-03-28 09:43:09 -05:00
Anthony Scopatz
5ee393454b Merge branch 'wrywerytwreywery-lexer_bugfix' 2015-03-28 09:16:25 -05:00
Anthony Scopatz
4aabdff98f Merge branch 'lexer_bugfix' of https://github.com/wrywerytwreywery/xonsh into wrywerytwreywery-lexer_bugfix 2015-03-28 09:15:30 -05:00
Anthony Scopatz
a03c1d5c83 Merge branch 'wrywerytwreywery-master' 2015-03-28 09:12:31 -05:00
Anthony Scopatz
6cacba8cc7 from x import * tests 2015-03-28 09:12:10 -05:00
Anthony Scopatz
ccd9a468a8 Merge branch 'master' of https://github.com/wrywerytwreywery/xonsh into wrywerytwreywery-master 2015-03-28 09:09:48 -05:00
Anthony Scopatz
c8f1b55e5b Merge branch 'wrywerytwreywery-dollar_loop' 2015-03-28 09:06:58 -05:00
adam j hartz
c057beb407 fix running executables from outside the path 2015-03-28 09:36:57 -04:00
adam j hartz
f972db1935 fix lexer's handling of # 2015-03-27 23:55:44 -04:00
adam j hartz
6fbc824462 fix parser issue 2015-03-27 23:47:15 -04:00
adam j hartz
63cdf8cfb0 report original syntax errors 2015-03-27 23:34:00 -04:00
adam j hartz
5a365748cf Merge branch 'error' of https://github.com/wrywerytwreywery/xonsh into dollar_loop 2015-03-27 23:26:59 -04:00
adam j hartz
efb14b3103 more detailed syntax error messages 2015-03-27 23:20:56 -04:00
adam j hartz
fdde2c2dde avoid infinite $[] loop 2015-03-27 23:12:59 -04:00
Anthony Scopatz
e7167dbe09 Merge branch 'wrywerytwreywery-job_control' 2015-03-27 20:59:07 -05:00
Anthony Scopatz
8aae2e078d Merge branch 'job_control' of https://github.com/wrywerytwreywery/xonsh into wrywerytwreywery-job_control 2015-03-27 20:21:13 -05:00
adam j hartz
d82fcb2ffb fix issue with aliases piping to commands 2015-03-27 20:50:41 -04:00
adam j hartz
5712ac1571 increase time delay between calls to Popen.poll 2015-03-27 19:29:28 -04:00
adam j hartz
efd94fb260 small jobs refactor: list to tuple 2015-03-27 18:40:10 -04:00
adam j hartz
c7675054ce move preexec function 2015-03-27 18:36:34 -04:00
adam j hartz
9b896d1585 change handling of SIGCHLD 2015-03-27 18:34:46 -04:00
Anthony Scopatz
7c1a6a28ee Merge branch 'wrywerytwreywery-subproc_keywords' 2015-03-27 17:08:56 -05:00