Next | Query returned 66 messages, browsing 11 to 20 | Previous

History of commit frequency

CVS Commit History:


   2019-09-29 14:18:42 by Amitai Schleier | Files touched by this commit (3)
Log message:
Update to 2019.9.26. From the changelog:

* Fix long blockquotes wrapping.
* Remove the trailing whitespaces that were added after wrapping list items \ 
& blockquotes.
* Fix memory leak when processing a document containing a ``<abbr>`` tag.
* Fix ``AttributeError`` when reading text from stdin.
* Fix ``UnicodeEncodeError`` when writing output to stdout.

Updating during the freeze for the bugfixes.
   2019-08-17 17:12:14 by Amitai Schleier | Files touched by this commit (3)
Log message:
Update to 2019.8.11. From the changelog:

* Add support for wrapping list items.
* Fix #201: handle &lrm;/&rlm; marks mid-text within stressed tags or
  right after stressed tags.
* Feature #213: ``images_as_html`` config option to always generate an
  ``img`` html tag. preserves "height", "width" and \ 
"alt" if possible.
* Remove support for end-of-life Pythons. Now requires Python 2.7 or 3.4+.
* Remove support for retrieving HTML over the network.
* Add ``__main__.py`` module to allow running the CLI using
  ``python -m html2text ...``.
* Fix #238: correct spacing when a HTML entity follows a non-stressed
  tags which follow a stressed tag.
* Remove unused or deprecated:
  * ``html2text.compat.escape()``
  * ``html2text.config.RE_UNESCAPE``
  * ``html2text.HTML2Text.replaceEntities()``
  * ``html2text.HTML2Text.unescape()``
  * ``html2text.unescape()``
* Fix #208: handle LEFT-TO-RIGHT MARK after a stressed tag.
   2018-04-14 11:02:57 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-html2text: updated to 2018.9.1

2018.9.1
Fix: Non-ASCII in title attribute causes encode error.
Feature: Add support for the <kbd> tag.
Feature: Add support for the <q> tag.
   2017-10-25 06:09:46 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-html2text: updated to 2017.10.4

2017.10.4
* Fix 157: Fix images link with div wrap
* Fix 55: Fix error when empty title tags
* Fix 160: The html2text tests are failing on Windows and on Cygwin due to \ 
differences in eol handling between windows/*nix
* Feature 164: Housekeeping: Add flake8 to the travis build, cleanup existing \ 
flake8 violations, add py3.6 and pypy3 to the travis build
* Fix 109: Fix for unexpanded &lt; &gt; &amp;
* Fix 143: Fix line wrapping for the lines starting with bold
* Adds support for numeric bold text indication in `font-weight`,
  as used by Google (and presumably others.)
* Fix 173 and 142: Stripping whitespace in crucial markdown and adding \ 
whitespace as necessary
* Don't drop any cell data on tables uneven row lengths (e.g. colspan in use)
   2017-01-03 14:23:05 by Jonathan Perkin | Files touched by this commit (52)
Log message:
Use "${MV} || ${TRUE}" and "${RM} -f" consistently in \ 
post-install targets.
   2016-10-05 11:18:36 by Thomas Klausner | Files touched by this commit (2)
Log message:
Updated py-html2text to 2016.9.19.

2016.9.19
=========
----

* Default image alt text option created and set to a default of empty string \ 
"" to maintain backward compatibility
* Fix #136: --default-image-alt now takes a string as argument
* Fix #113: Stop changing quiet levels on \/script tags.
* Merge #126: Fix deprecation warning on py3 due to html.escape
* Fix #145: Running test suite on Travis CI for Python 2.6.
   2016-08-28 17:48:37 by Thomas Klausner | Files touched by this commit (112)
Log message:
Remove unnecessary PLIST_SUBST and FILES_SUBST that are now provided
by the infrastructure.

Mark a couple more packages as not ready for python-3.x.
   2016-07-03 13:58:57 by Thomas Klausner | Files touched by this commit (2)
Log message:
Updated py-html2text to 2016.5.29.

2016.5.29
=========
----

* Fix #125: --pad_tables now pads table cells to make them look nice.
* Fix #114: Break does not interrupt blockquotes
* Deprecation warnings for URL retrieval.
   2016-06-08 19:43:49 by Thomas Klausner | Files touched by this commit (356)
Log message:
Switch to MASTER_SITES_PYPI.
   2016-04-17 12:01:18 by Thomas Klausner | Files touched by this commit (2)
Log message:
Update py-html2text to 2016.4.2.

2016.4.2
=========
----

* Fix #106: encoding by stdin
* Fix #89: Python 3.5 support.
* Fix #113: inplace baseurl substitution for <a> and <img> tags.
* Feature #118: Update the badges to badge.kloud51.com
* Fix #119: new-line after a list is inserted

Next | Query returned 66 messages, browsing 11 to 20 | Previous