Commit graph

6037 commits

Author SHA1 Message Date
Hugo Wang
0cc6a8b4ff made json history buffer with all hists 2016-12-11 16:33:45 +08:00
Hugo Wang
00c29766b5 wip - update json history rtns 2016-12-10 22:45:21 +08:00
Jamie Bliss
dff1d9d3df Add news item 2016-12-09 23:18:49 -05:00
Jamie Bliss
5e5921802d add fspath support to vox 2016-12-09 23:14:41 -05:00
Jamie Bliss
72ffa7fb06 Ooops, pathlib doesn't implement it yet.... 2016-12-09 23:13:12 -05:00
Jamie Bliss
8418337930 Add fs backports 2016-12-09 22:41:15 -05:00
Gil Forsyth
e18487e275 flake8 fixes 2016-12-09 13:06:23 -05:00
Gil Forsyth
b1527b8e01 don't nuke existing stored stdout on json dump 2016-12-09 10:43:38 -05:00
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
e917149406 add xontrib completer 2016-12-03 16:28:07 -05:00
Gil Forsyth
d6b2cbef07 start new completions for xonsh builtins
xonfig is done -- xontrib needs more work
2016-12-03 12:23:46 -05: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