Commit graph

4612 commits

Author SHA1 Message Date
Anthony Scopatz
3f2a168d47 some tests 2016-08-20 15:39:02 -04:00
Anthony Scopatz
b602e238fe macro arg conversion 2016-08-20 15:05:15 -04:00
Anthony Scopatz
b2da4ca2e7 test refactor 2016-08-20 13:11:48 -04:00
Anthony Scopatz
57726327dd even more tests 2016-08-20 13:08:56 -04:00
Anthony Scopatz
e0d0d42f55 more macros 2016-08-20 12:39:12 -04:00
Anthony Scopatz
cc02ea1f1b no-oped some code 2016-08-20 10:39:00 -04:00
Anthony Scopatz
698e16c3b5 some fixes 2016-08-20 10:30:23 -04:00
Anthony Scopatz
4dd6e9621d have tuples, missing whitespace 2016-08-20 08:33:01 -04:00
Anthony Scopatz
15e23a9060 more fixes 2016-08-20 07:46:03 -04:00
Anthony Scopatz
b0825b611d can parse simple things 2016-08-20 07:22:53 -04:00
Anthony Scopatz
2b829d0557 "a little further"" 2016-08-20 06:12:35 -04:00
Anthony Scopatz
3d1e2deae7 remove bad pathway 2016-08-20 04:40:54 -04:00
Anthony Scopatz
cf68b36285 Merge branch 'master' into m 2016-08-19 20:36:27 -04:00
Konstantinos Tsakiltzidis
c30000f9c9 Merge pull request #1591 from xonsh/funcargs
Added function arguments to scope
2016-08-19 19:33:25 +03:00
Anthony Scopatz
05a69358e6 another blank line 2016-08-19 12:11:37 -04:00
Anthony Scopatz
05782d62d9 Merge pull request #1590 from adqm/cache_broken
Fix broken code cache
2016-08-19 01:47:40 -04:00
Anthony Scopatz
c8727f17b3 Added function arguments to scope 2016-08-19 01:45:44 -04:00
adam j hartz
aee118f93a fix for scripts breaking with code cache turned off 2016-08-19 01:11:16 -04:00
adam j hartz
6bd8eaf559 news file 2016-08-19 01:10:53 -04:00
Anthony Scopatz
e201edb2bc Merge pull request #1584 from adqm/news_test
temporary files shouldn't cause the news-related test to break
2016-08-18 23:23:24 -04:00
Anthony Scopatz
ef7729d1ed Merge pull request #1587 from laerus/coverfix
coverage report fix
2016-08-18 23:05:28 -04:00
Konstantinos Tsakiltzidis
e662340843 removed --cov-report=term arg 2016-08-19 02:49:05 +03:00
Konstantinos Tsakiltzidis
8f62f72e1f Merge pull request #1586 from adqm/completer_quotes
Wrap Bash's Tab Completions in Quotes
2016-08-19 02:43:17 +03:00
Konstantinos Tsakiltzidis
dcdc4621aa Merge pull request #1583 from adqm/multiline_string
Multiline Strings in Interactive Mode
2016-08-19 02:39:46 +03:00
adam j hartz
8e467d2806 news entry 2016-08-18 19:18:35 -04:00
adam j hartz
19737706e7 Merge pull request #1581 from xonsh/quick_docs_fix
change codeblock format from bash to console
2016-08-18 19:08:30 -04:00
adam j hartz
b7dd4c5e2e quote the results of bash tab completion where necessary 2016-08-18 19:08:14 -04:00
adam j hartz
71a92b4863 temporary files shouldn't cause the news-related test to break 2016-08-18 18:38:02 -04:00
adam j hartz
071a7f6320 fix news file 2016-08-18 18:07:41 -04:00
adam j hartz
961ea0b8c6 news entry 2016-08-18 18:03:45 -04:00
adam j hartz
68f723c91a duplicate multiline string check for ptk 2016-08-18 18:03:02 -04:00
adam j hartz
7b26312a54 fix support for multiline strings in interactive mode 2016-08-18 17:47:50 -04:00
Gil Forsyth
cc2e75990c Merge pull request #1582 from SanketDG/stripfix
xonsh/tools.py: Do not discard last line
2016-08-18 16:19:11 -04:00
SanketDG
9ebb445792 xonsh/tools.py: Do not discard last line
Instead of discarding the last line, we can just strip it.

Fixes https://github.com/xonsh/xonsh/issues/1180
2016-08-19 00:52:01 +05:30
Burak Yiğit Kaya
07f73ace06 Use pylauncher on Windows when available (#1578)
Uses the trick from http://stackoverflow.com/a/18982410/90297

Fixes #1395.
2016-08-18 21:32:57 +03:00
Gil Forsyth
e363192d67 remove bash (from the docs)
swapping out all instances of `bash` code-blocks for `console`
code-blocks for better syntax highlighting
2016-08-18 14:18:57 -04:00
Gil Forsyth
bf0e6020d5 change codeblock format from bash to console 2016-08-18 13:55:16 -04:00
Gil Forsyth
7933d12cfb Merge pull request #1579 from SanketDG/devguide-fix
devguide.rst: Add proper spacing in command
2016-08-18 12:36:39 -04:00
SanketDG
c96383ad0f devguide.rst: Add proper spacing in command 2016-08-18 21:35:33 +05:30
Konstantinos Tsakiltzidis
79c25c2754 Merge pull request #1576 from xonsh/ship_tests
ship tests to pypi for downstream folks
2016-08-17 22:54:40 +03:00
Gil Forsyth
8c7184ca91 ship tests to pypi for downstream folks 2016-08-17 15:47:46 -04:00
Gil Forsyth
4bb951fd44 Merge pull request #1574 from xonsh/rel
some more release abstractions
2016-08-17 13:09:14 -04:00
Anthony Scopatz
dd322e1bbc some more release abstractions 2016-08-17 12:47:29 -04:00
Gil Forsyth
2e68778659 Merge pull request #1566 from astronouth7303/no-bad-shell
Disable SHELL_TYPE=none from the environment
2016-08-17 10:14:09 -04:00
Gil Forsyth
51fcf4be85 Merge pull request #1572 from laerus/reprlazy
repr/str for lazyobject
2016-08-17 10:08:03 -04:00
Konstantinos Tsakiltzidis
00d0da6916 repr/str for lazyobject 2016-08-17 14:22:20 +03:00
Anthony Scopatz
d096356d79 mino fix for doc building 2016-08-16 21:22:42 -04:00
Anthony Scopatz
b3b66c1dbf fixed some robustness issues with release 2016-08-16 21:17:07 -04:00
Anthony Scopatz
eb6e4c5ed2 version bump to 0.4.5 2016-08-16 20:35:49 -04:00
Anthony Scopatz
a9892c554e Merge pull request #1570 from xonsh/release_2fa
add support for github 2FA to release script
2016-08-16 12:35:00 -04:00