Commit Graph

14 Commits

Author SHA1 Message Date
Martin Thurau
aa4132f57a Adds Python 3.4 support.
Code now supports Python 2.6, 2.7 and 3.4. PYthon 3.3 isn't support
because of some issues with the parser and the difference between old and
new `raise` syntax.
2015-04-29 16:18:21 +02:00
Yuri Baburov
987570bef0 Updated package links for Python 2.7 and Python 3 support 2015-04-27 15:59:31 +06:00
Yuri Baburov
e4bcbe57d7 Fixes #53 2015-03-16 22:19:36 +06:00
Yuri Baburov
d8595b7103 Quickfix for #41 2013-10-10 13:47:58 +07:00
Yuri Baburov
318f25c577 Minor fix in encoding guessing. Claiming it v0.3.0.1 2013-10-10 02:57:53 +07:00
Yuri Baburov
08658d1d31 Released v 0.3, and uploaded to the pypi. 2013-10-10 02:39:37 +07:00
Drew Vogel
fdba8d9e11 Added check on title.text to avoid a TypeError on None. 2012-08-28 13:57:52 -04:00
Zach Denton
0843d9cdf2 Explicitly check if title is None. fixes #22
This fixes #22 which caused all titles to be blank.
2012-07-09 05:22:23 -04:00
Andrey Popp
95852d5c18 readability.htmls: some docs do not have title elem 2012-06-07 14:08:09 +04:00
Yuri Baburov
c2ec1d1c38 Sorted out unicode issues, thanks to Lee Semel. 2011-06-30 11:51:16 +07:00
Lee Semel
f3d0a8d842 Allow passing unicode objects 2011-06-30 12:17:23 +08:00
Yuri Baburov
43c34bacc1 Renamed encodings to encoding to avoid conflicts with system module. 2011-06-16 17:53:02 +07:00
Yuri Baburov
96f476181c Improved title shortener method, and added it to the Document class. 2011-05-11 19:58:27 +07:00
Yuri Baburov
dada82099b Moved to lxml (based on decruft version); better encoding recognition. 2011-05-03 11:34:29 +07:00