Commit graph

4631 commits

Author SHA1 Message Date
Jamie Bliss
a81e2d6bd7 Make a really good attempt at method documentation. 2016-08-24 19:04:53 -04:00
Jamie Bliss
8c23bde001 Rename __xonsh_events__ to events 2016-08-24 19:04:02 -04:00
Jamie Bliss
78783c71b5 Change aliased collections.abc to cabc to avoid conflicts with the abc module. 2016-08-24 01:08:02 -04:00
Jamie Bliss
4f03c4d221 Implement what I figure the data model should be for LoadEvent() 2016-08-24 00:04:33 -04:00
Jamie Bliss
4be3bf8950 Test for naming classes by string, too 2016-08-23 23:58:22 -04:00
Jamie Bliss
4ba21c9b16 Actually test event transmogrification 2016-08-23 23:54:29 -04:00
Jamie Bliss
1c1122b742 Refactor everything.
(Maybe I should have broken this up better?)
2016-08-23 23:44:05 -04:00
Jamie Bliss
2ffafe2ea6 Merge remote-tracking branch 'upstream/master' into events 2016-08-23 22:41:28 -04:00
Gil Forsyth
62cb089717 Merge branch 'allnames' 2016-08-23 08:46:35 -04:00
Gil Forsyth
5c8f0354fa Merge branch 'master' into allnames 2016-08-23 08:46:25 -04:00
Gil Forsyth
eb6b1dcf11 small typo fix 2016-08-23 08:45:51 -04:00
Anthony Scopatz
a36b2047f6 Merge branch 'master' of github.com:xonsh/xonsh 2016-08-23 08:33:55 -04:00
Anthony Scopatz
c374787f04 Conches for the xonsh god! 2016-08-23 08:33:47 -04:00
Anthony Scopatz
7373893db1 Merge pull request #1599 from blahgeek/fix-bare-tuple-of-tuples
fix parsing for bare tuple of tuples
2016-08-22 06:25:39 -04:00
Gil Forsyth
fbe61006f7 Merge pull request #1603 from xonsh/syncp
yacc_debug loads parser on same thread.
2016-08-21 18:31:55 -04:00
Gil Forsyth
a2ec42c94a Merge pull request #1605 from xonsh/emptysh
Foreign shell function empty filename fix
2016-08-21 18:21:49 -04:00
Anthony Scopatz
12b6340700 foreign shell function empty filename fix 2016-08-21 17:23:53 -04:00
Anthony Scopatz
7837563baf check all names 2016-08-21 14:58:07 -04:00
Anthony Scopatz
1baa1d3de6 yacc_debug loads parser on same thread. 2016-08-21 12:09:51 -04:00
BlahGeek
da62cf2fa4 fix last commit: format of changelog 2016-08-21 20:52:13 +08:00
BlahGeek
24801ac3ae add changelog 2016-08-21 20:48:08 +08:00
BlahGeek
bf5935c3ae add more more test case 2016-08-21 20:47:13 +08:00
Gil Forsyth
60441ef6c1 Merge pull request #1601 from xonsh/netbsd
NetBSD support
2016-08-21 08:22:35 -04:00
Anthony Scopatz
577f5661dd silly formatting 2016-08-21 07:02:16 -04:00
Anthony Scopatz
6880e74bae some updates 2016-08-21 06:52:20 -04:00
Anthony Scopatz
48e7506ca0 NetBSD support 2016-08-21 06:14:55 -04:00
BlahGeek
c2a56b5bc7 fix parsing for bare tuple of tuples 2016-08-21 10:07:18 +08: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