Commit graph

5927 commits

Author SHA1 Message Date
Gil Forsyth
bf3bdb299d add STORE_STDOUT check to json history backend 2016-12-09 10:25:38 -05:00
Jamie Bliss
2bd3e52e39 Merge pull request #2003 from dragon788/patch-1
Fix typo
2016-12-08 23:07:16 -05:00
dragon788
5f5a534452 Fix typo
Fixed a misspelled word.
2016-12-08 22:04:28 -06:00
Gil Forsyth
26a6414314 Merge pull request #1862 from chronitis/first-class-paths
First class path objects
2016-12-08 19:42:36 -05:00
Gordon Ball
e14412f597 Note byte-string fix in news 2016-12-08 14:16:07 +01:00
Gordon Ball
0125dfb818 Fix (and test) byte string handling problems 2016-12-08 14:14:03 +01:00
Gordon Ball
dbc86bc955 Support raw-string path literals 2016-12-08 13:56:45 +01:00
Gordon Ball
ee97ae8bd0 Merge branch 'master' into first-class-paths 2016-12-08 13:06:21 +01:00
Gil Forsyth
f03547fc47 only pop 'out' if 'out' exists 2016-12-07 08:07:29 -05:00
Gil Forsyth
9501f0a396 pop outs on flush if not storing stdout 2016-12-07 08:04:41 -05:00
Anthony Scopatz
5f8030461b Merge pull request #1970 from mitnk/history-backends
New History Backend - Sqlite
2016-12-05 23:35:15 -05:00
Jamie Bliss
4d43087757 For #1996 2016-12-05 13:48:13 -05:00
Hugo Wang
7053d3ac7e updated test cases 2016-12-04 23:24:56 +08:00
Hugo Wang
0c5cede886 bug fix on sqlite history rtns 2016-12-04 22:54:45 +08:00
Gil Forsyth
731b634707 add news item 2016-12-02 15:45:40 -05:00
Gil Forsyth
696f759bb2 only store stdout if requested by user 2016-12-02 15:41:33 -05:00
Hugo Wang
4fc2264e0c bug fix 2016-12-02 22:45:37 +08:00
Anthony Scopatz
6a1c2317c7 Merge pull request #1992 from xonsh/events_docs_typo
quick docs fix for events
2016-12-01 17:30:20 -05:00
Gil Forsyth
546bb57919 quick docs fix for events 2016-12-01 15:37:13 -05:00
Anthony Scopatz
7bd1e7d2e0 Merge pull request #1991 from xonsh/events_docs
import xonsh.main to fix events docs generation
2016-12-01 14:00:40 -05:00
Gil Forsyth
45670f1dd6 import xonsh.main to fix events docs generation
sphinx will implicitly import main, but not before we call
`make_events()`, so only `on_chdir` shows up on the events listing.
explicitly importing `xonsh.main` fixes this up so all of the available
events are documented properly.
2016-12-01 12:41:19 -05:00
Hugo Wang
b3c2609974 rename stuff & doc strings 2016-12-01 22:14:22 +08:00
Hugo Wang
1ce4552d0d align sqlite history backend with public attrs 2016-11-30 22:49:13 +08:00
Hugo Wang
88a5c8332b updated readline history adder 2016-11-30 22:18:26 +08:00
Hugo Wang
d0e6679a54 move history interfaces docs to base 2016-11-30 13:52:26 +08:00
Hugo Wang
880f56eff4 update for stability 2016-11-30 12:43:26 +08:00
Anthony Scopatz
4afd9da1f0 Merge pull request #1989 from xonsh/load-events
Load events
2016-11-29 13:00:28 -05:00
Jamie Bliss
19b5c5fcd5 Add events for cleanup. 2016-11-28 22:01:01 -05:00
Jamie Bliss
dfdc971c12 Expand and correct documentation. 2016-11-28 21:39:36 -05:00
Jamie Bliss
717874baa1 Fix amalgamation command to be more complete. Also add help and be less verbose. 2016-11-28 21:08:32 -05:00
Jamie Bliss
b558b3c4d2 oops, rst 2016-11-28 19:50:56 -05:00
Jamie Bliss
af2bf1851c Add news item 2016-11-28 19:28:39 -05:00
Jamie Bliss
04521fe244 Actually fire on_pre_cmdloop >.> 2016-11-28 19:25:24 -05:00
Jamie Bliss
f5959927a3 Add a collection of init-related events 2016-11-28 19:20:28 -05:00
Jamie Bliss
d60aca2c5c Add on_ptk_create event 2016-11-28 19:05:43 -05:00
Jamie Bliss
dbe14a2673 Actually implement LoadEvent 2016-11-28 18:57:41 -05:00
Jamie Bliss
18833db0dd Add makefile to aggregate commands 2016-11-28 18:49:17 -05:00
Gil Forsyth
806780daa2 Merge pull request #1986 from xonsh/ude
added unicode decode error
2016-11-28 14:27:40 -05:00
Gil Forsyth
d79aef4eca Merge pull request #1988 from xonsh/xonsh-live
front page hooks to xonsh-live
2016-11-28 08:57:39 -05:00
Hugo Wang
67080258aa made XONSH_HISTORY_BACKEND full-fledged 2016-11-28 21:53:44 +08:00
Gil Forsyth
b911c03b83 Merge pull request #1985 from xonsh/psql
unthreadable psql
2016-11-28 08:47:44 -05:00
Hugo Wang
9ace2193db Merge branch 'master' of github.com:mitnk/xonsh into history-backends 2016-11-28 21:37:33 +08:00
Hugo Wang
0f47139168 updated history apis 2016-11-28 21:37:13 +08:00
Hugo Wang
baeae66ab2 removed HistoryGC 2016-11-28 19:26:50 +08:00
Morten Enemark Lund
fa0bb50dbd Merge pull request #1987 from xonsh/procnone
robustness for none proc
2016-11-28 06:49:19 +01:00
Anthony Scopatz
8fa2b2f185 front page hooks to xonsh-live 2016-11-27 19:38:00 -05:00
Anthony Scopatz
bca8d339b0 robustness for non proc 2016-11-27 14:31:32 -05:00
Anthony Scopatz
76a679b470 added unicode decode error 2016-11-27 14:26:50 -05:00
Anthony Scopatz
8870fd9135 Merge pull request #1978 from anddam/missing-command-in-subprocess
Add FileNotFoundError exception to the handler returning None
2016-11-27 14:19:34 -05:00
Anthony Scopatz
6540af7c53 Merge pull request #1979 from anddam/master
Fix spell typo
2016-11-27 14:18:25 -05:00