Commit Graph

532 Commits

Author SHA1 Message Date
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
Martin A. Brown ad681cd618 assertEquals becomes assertEqual 2016-03-14 20:14:24 -07:00
Martin A. Brown a720f4e4b6 switich to io.StringIO for Python 3 and assertEqual (drop the s) 2016-03-14 20:14:10 -07:00
Martin A. Brown 762870209c assertEquals becomes assertEqual 2016-03-14 20:11:17 -07:00
Martin A. Brown 5af0c2a955 use the proper Python 3.x name for [Safe]ConfigParser 2016-03-14 20:11:04 -07:00
Martin A. Brown def752760e use a context to prevent FD leakage 2016-03-14 20:07:40 -07:00
Martin A. Brown bdbccb6823 use symbolic mode composition 2016-03-14 20:05:25 -07:00
Martin A. Brown 04208d1a90 switch to using nose.collector here (prep for tox) 2016-03-14 14:44:11 -07:00
Martin A. Brown a25aee33c8 bumping version to 0.5.5 2016-03-14 11:07:16 -07:00
Martin A. Brown 00b8831186 clarifying TODO item on DocBook XSL for 5.0 2016-03-14 10:35:04 -07:00
Martin A. Brown 6227e7d8da adjusting the reporting of discovered document counts 2016-03-14 10:34:44 -07:00