2014-12-07 18:27:25 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Update to 2014.12.5:
2014.12.5
=========
----
* Feature: Update `README.md` with usage examples.
* Fix #35: Remove `py_modules` from `setup.py`.
* Fix #36: Excludes tests from being installed as a separate module.
* Fix #37: Don't hardcode the path to the installed binary.
* Fix: Readme typo in running cli.
* Feature #40: Extract cli part to ``cli`` module.
* Feature #42: Bring python version compatibility to ``compat.py`` module.
* Feature #41: Extract utility/helper methods to ``utils`` module.
* Fix #45: Does not accept standard input when running under Python 3.
* Feature: Clean up ``ChangeLog.rst`` for version and date numbers.
|
2014-10-05 16:42:24 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Update to 2014.9.25:
2014.9.25 - 2014-09-25
* Feature #29, #27: Add simple table support with bypass option.
* Fix #20: Replace project website with: http://alir3z4.github.io/html2text/ .
|
2014-09-12 15:52:20 by Amitai Schlair | Files touched by this commit (1) |
Log message:
Replace Python interpreter in __init__.py to squelch pkgsrc warning.
Seems unlikely to matter much in practice; ride recent version bump.
|
2014-09-12 08:04:36 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Update to 2014.9.8:
2014.9.8 - 2014-09-08
=====================
----
* Fix #28: missing ``html2text`` package in installation.
|
2014-09-07 22:25:03 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Update to 2014.9.7:
2014.9.7 - 2014-09-07
* Fix ``unicode``/``type`` error in memory leak unit-test.
* Feature #16: Remove ``install_deps.py``.
* Feature #17: Add status badges via pypin.
* Feature #18: Add ``Python`` ``3.4`` to travis config file.
* Feature #19: Bring ``html2text`` to a separate module and take out the \
``conf``/``constant`` variables.
* Feature #21: Remove meta vars from ``html2text.py`` file header.
* Fix: Fix TypeError when parsing tags like <img src='foo' alt>. Fixed in #25.
|
2014-07-04 15:01:12 by Amitai Schlair | Files touched by this commit (3) |
Log message:
Update to 2014.7.3. From the changelog:
* Fix #8: Remove ``How to do a release`` section from README.md.
* Fix #11: Include test directory markdown, html files.
* Fix memory leak in using ``handle`` while keeping the old instance
of ``html2text``.
|
2014-04-20 03:44:54 by Amitai Schlair | Files touched by this commit (4) |
Log message:
Update to 2014.4.5 (new upstream and versioning). From the git log:
* Make html2text.py compatible with python 3.*.
* PEP8ize the script.
* Switch tests to unittest (w/generated test cases).
* Remove .editorconfig.
* Remove deprecated function has_key.
* Handle invalid literals for start attribute.
* Add bodywidth parameter instead of module-wide BODY_WIDTH.
|
2014-04-18 15:00:02 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Use a better homepage.
|
2014-01-25 11:30:32 by Thomas Klausner | Files touched by this commit (533) | |
Log message:
Mark packages as not ready for python-3.x where applicable;
either because they themselves are not ready or because a
dependency isn't. This is annotated by
PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z
or
PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar
respectively, please use the same style for other packages,
and check during updates.
Use versioned_dependencies.mk where applicable.
Use REPLACE_PYTHON instead of handcoded alternatives, where applicable.
Reorder Makefile sections into standard order, where applicable.
Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default
with the next commit.
Whitespace cleanups and other nits corrected, where necessary.
|
2013-06-06 03:52:01 by Amitai Schlair | Files touched by this commit (3) |
Log message:
Update to 3.200.3. No changelog provided. Summarized highlights
from the git log:
* allow module to be imported
* set UTF-8 as default encoding
* better handling of Google Docs HTML
* better handling of more edge-case inputs
* nitpicky bugfixes to whitespace, emphasis, etc.
* new config options
|