Commit Graph

53 Commits (master)

Author SHA1 Message Date
Yuri Baburov 67f46604dd A fix for mac version test. 4 years ago
Yuri Baburov 449dc2066b Releases packaging improvements. 4 years ago
Éloi Rivard e9acdd091b Use black to format the code 4 years ago
Éloi Rivard 326fb43b4c Drop support for python 3.4 - Add support for python 3.8 4 years ago
Yuri Baburov 494b19ed4e
Merge branch 'master' into many_repeated_spaces_timeout 6 years ago
Yuri Baburov dca6e2197a
Merge pull request #107 from pypt/module_version_constant
Add __version__ constant to __init__.py, read it in setup.py
6 years ago
Linas Valiukas 0233936e72 Add __version__ constant to __init__.py, read it in setup.py
Users wouldn't need to install, import and use Pip ("pkg_resources") to
find out which version of readability-lxml is being used.
6 years ago
Linas Valiukas 34d198fe5a Add Python 3.7 classifier 6 years ago
Linas Valiukas 2bbb70b3e5 Fix Travis build
Add "test" extra and install dependencies for said extra as detailed in:

https://stackoverflow.com/a/41398850/200603
6 years ago
Linas Valiukas 747c46abce Trim many repeated spaces to make clean() faster
When Readability encounters many repeated whitespace, the cleanup
regexes in clean() take forever to run, so trim the amount of whitespace
to 255 characters.

Additionally, test the extracting performance with "timeout_decorator".
6 years ago
Yuri Baburov 0e50b53d05 Release version 0.7 . Better HTML5 support and an important bugfix. 6 years ago
Hugo 4172699812 Add Python 3.5 and 3.6 7 years ago
Hugo f74adc6893 Drop support for EOL Python 3.3 7 years ago
Hugo 27159f45b3 Drop support for EOL Python 2.6 7 years ago
Luke Murphy 82837e4b5c makeover for the README [ci skip] 8 years ago
Yuri Baburov 75f2ea0d00 Version bump to 0.6.2 8 years ago
Yuri Baburov fae95bad45 Bump to v0.6.1 -- fixed logging 9 years ago
Yuri Baburov 398f6ad748 Bump to 0.6.0.5 9 years ago
Yuri Baburov fcdbe563a5 Fixed #49. Bump to 0.6.0.4 9 years ago
Yuri Baburov c51886d923 Bump to 0.6.0.3
Fixed installation.
9 years ago
Yuri Baburov 24bb20c761 Added dev branch features.
Bumped to version 0.6
9 years ago
Yuri Baburov 154658798b Merge pull request #64 from martinth/master
Added python 3 support (Supported: python 2.6, 2.7, 3.3, 3.4).
Thanks a lot to @martinth
9 years ago
Dave Padovano 1ac3e019bd fix for setup, convert print to python 3 compatible format 9 years ago
Yuri Baburov e2bc1ea055 Improved #65 which has given warning, added cssselect lib, bumped to 0.5.1 9 years ago
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.
9 years ago
Yuri Baburov 1d4ee9d421 Releasing as version 0.5 9 years ago
Yuri Baburov c715426584 Releasing as version 0.4 9 years ago
Yuri Baburov 332ad810de Bumped to 0.3.0.6 9 years ago
Matthew Peters c8c2f8809c Fix mac version comparison in setup.py for 10.10 9 years ago
Yuri Baburov 0c2f29ed0d Version bump. 10 years ago
Yuri Baburov 1a4d3697bc Allow latest lxml on Mac OS X 10.9, see issue #39 for comments and setup instructions 10 years ago
Yuri Baburov d8595b7103 Quickfix for #41 11 years ago
Yuri Baburov 318f25c577 Minor fix in encoding guessing. Claiming it v0.3.0.1 11 years ago
Yuri Baburov 08658d1d31 Released v 0.3, and uploaded to the pypi. 11 years ago
Yuri Baburov 9cd5fb6226 Bump to 0.2.6.1 12 years ago
Yuri Baburov 20d5f3a73a Bump to 0.2.6 12 years ago
Gilles Dartiguelongue ea6afd3d49 Make sure code is actually distributed 12 years ago
Richard Harding a19e766900 Update version so we can upload new tar.gz to pypi 12 years ago
Richard Harding b9f6f6777f Merge branch 'master' of github.com:buriy/python-readability 12 years ago
Richard Harding 873562cfba Update setup.py for finding the package correctly 12 years ago
Yuri Baburov 7338e9ef63 Added test suite to setup.py
Bump to version 0.2.4
12 years ago
Laurent Peuch 1583d8a794 add lxml missing dependancy 13 years ago
Yuri Baburov 11c4d95411 Fixed indentation, encoding issue and README bug. Thanks to Greg Jastrab. Bump version to 0.2.3 13 years ago
Yuri Baburov 6bf4948e69 More README fixes for pipy and github. Bump to version 0.2.2 13 years ago
Yuri Baburov f189ab905d Fixed README for pypi. 13 years ago
Yuri Baburov 61715dca0a Bump to version 0.2 13 years ago
Yuri Baburov 21906f1c44 Better setup.py, now we're "readability-lxml" in pypi. Thanks to Jerry Charumilind. 13 years ago
Jerry Charumilind ad38fac40a Add chardet to installation requirements 13 years ago
Jerry Charumilind bae87079e9 Change to automatically find packages 13 years ago
Jerry Charumilind 5bf5192d03 Add version number to track changes more easily 13 years ago