Commit Graph

542 Commits

Author SHA1 Message Date
Martin A. Brown a4d5c5a4c6 bumping version to 0.6.4 2016-03-26 09:57:47 -07:00
Martin A. Brown 0808a14f14 adding a section on minimal configuration 2016-03-26 09:57:23 -07:00
Martin A. Brown 199db5d91d bumping version to 0.6.3 2016-03-25 15:23:28 -07:00
Martin A. Brown 8e2b480a7b bumping version to 0.6.2 2016-03-24 09:52:44 -07:00
Martin A. Brown 8d7bb3ef84 add link to travis-ci.org build status 2016-03-24 09:45:59 -07:00
Martin A. Brown a2534197f5 long_driver.py not long_tests.py 2016-03-24 09:42:23 -07:00
Martin A. Brown 7844af3576 and run the full test suite (why not?) 2016-03-24 09:37:39 -07:00
Martin A. Brown 9b95c0a071 add html2text to required install set 2016-03-24 09:32:00 -07:00
Martin A. Brown b4c0afc873 add --assume-yes for unattended install 2016-03-24 09:25:43 -07:00
Martin A. Brown 571f25feb5 try to get the 14.04 Ubuntu release 2016-03-24 09:14:58 -07:00
Martin A. Brown 0419849ebf adjust requirements 2016-03-24 09:14:25 -07:00
Martin A. Brown d4a667ce77 set up build environment in travis 2016-03-24 09:01:15 -07:00
Martin A. Brown f2ef7d2184 support --script mode anywhere and don't chdir() 2016-03-24 09:00:20 -07:00
Martin A. Brown 4499cd6181 adding a requirements.txt for travis-ci.org 2016-03-24 07:51:11 -07:00
Martin A. Brown 741d3c448f see if this thing builds on travis-ci.org 2016-03-24 07:39:06 -07:00
Martin A. Brown 9b12e6a9ea correction to --list example 2016-03-18 20:07:23 -07:00
Martin A. Brown 295bb5f147 may as well specify explicitly 2016-03-18 20:07:08 -07:00
Martin A. Brown 746197d954 match up the detail method on the OutputDirectory with the SourceDocument 2016-03-18 20:06:52 -07:00
Martin A. Brown 45ee1cf4c8 and add the README.rst explicitly to the MANIFEST.in 2016-03-18 20:06:05 -07:00
Martin A. Brown d094e9365a specify the footer to use 2016-03-16 16:12:25 -07:00
Martin A. Brown 402bda5fb7 bumping version to 0.6.1 2016-03-15 20:15:11 -07:00
Martin A. Brown 1c7af7b634 fixing a dumb spelling error 2016-03-15 15:49:01 -07:00
Martin A. Brown 0461c27d7a bumping version to 0.6.0 2016-03-15 13:26:19 -07:00
Martin A. Brown e4b5c5d8bb need to fall back to iso-8859-1 for SGML docs 2016-03-15 13:26:03 -07:00
Martin A. Brown 912cda9328 adding a few comments about supported Pythons 2016-03-15 13:04:02 -07:00
Martin A. Brown e98f0db3da more adjustments to README 2016-03-15 12:52:36 -07:00
Martin A. Brown 36a5b6f324 refer to canonical source location; improve flow 2016-03-15 12:38:06 -07:00
Martin A. Brown 6c9f86a364 adjust requirements so tox will run 2016-03-14 22:28:41 -07:00
Martin A. Brown c7b463f21c initial commit of configuration file for testing against Python3 (as well) 2016-03-14 22:27:57 -07:00
Martin A. Brown dfd65b43f3 use an empty (unicode_literal) string to trick future print() [function] to producing unicode strings rather than Py2 byte strings 2016-03-14 22:27:15 -07:00
Martin A. Brown 1eec325d9e Exception.message deprecated; just make sure which returns not None 2016-03-14 22:26:15 -07:00
Martin A. Brown ec472d8e37 Exception.message deprecated 2016-03-14 22:25:43 -07:00
Martin A. Brown 23aab88e95 Exception.message deprecated; use io.StringIO() 2016-03-14 22:25:27 -07:00
Martin A. Brown 3f92a7a95c everybody gets unicode_literals 2016-03-14 22:18:09 -07:00
Martin A. Brown 7c17c0dc5b switch to codecs.open and expect UTF-8 data 2016-03-14 21:51:14 -07:00
Martin A. Brown 0d93e6fca1 switch to codecs.open and expect UTF-8 data 2016-03-14 21:48:01 -07:00
Martin A. Brown 946b839b60 switch to codecs.open and expect UTF-8 data 2016-03-14 21:47:54 -07:00
Martin A. Brown daf272a329 switch to codecs.open and expect UTF-8 data 2016-03-14 21:47:48 -07:00
Martin A. Brown dcb8b3a217 switch to codecs.open and expect UTF-8 data 2016-03-14 21:42:31 -07:00
Martin A. Brown 2afbc7a147 switch to codecs.open and expect UTF-8 data 2016-03-14 21:42:21 -07:00
Martin A. Brown bb7fbccc6b switch to codecs.open and expect UTF-8 data 2016-03-14 21:42:07 -07:00
Martin A. Brown 2c4f8407b5 convert explicitly to a list before return (Python3) 2016-03-14 21:41:46 -07:00
Martin A. Brown d99448609d prepare to support Python3 and Python2 (utf-8 all in/out) 2016-03-14 21:18:33 -07:00
Martin A. Brown 5824be20da remove import of makefh(), too 2016-03-14 20:52:53 -07:00
Martin A. Brown f20fb1c481 no point in using makefh() now; remove 2016-03-14 20:51:55 -07:00
Martin A. Brown 10854ad6df get rid of another FD leakage (in tests, not a big deal) 2016-03-14 20:50:59 -07:00
Martin A. Brown 514af22aea io.StringIO exists in both Python 2 and Python 3 2016-03-14 20:38:50 -07:00
Martin A. Brown 30a5950564 close the file before passing to guess() 2016-03-14 20:35:23 -07:00
Martin A. Brown 26de64a2bb stop leaking FDs when guessing doctypes 2016-03-14 20:32:42 -07:00
Martin A. Brown a2daee9425 use absolute_import here, too (Python 3) 2016-03-14 20:32:09 -07:00