Commit Graph

227 Commits (master)
 

Author SHA1 Message Date
Mišo Belica eb8a8c5248 Replaced deprecated method 'getiterator' by 'iter' 11 years ago
Mišo Belica 2159625626 Function 'callable' has returned in Python 3.2 11 years ago
Mišo Belica 76832530b4 I don't use Makefile 11 years ago
Mišo Belica 5abe69d917 Added new test article 11 years ago
Mišo Belica 5e41280f77 Updated helper for creating an article test 11 years ago
Mišo Belica 0178cfff5c Added compatibility file with unittest2 import 11 years ago
Mišo Belica 26fe24789c Made packages from all tests 11 years ago
Mišo Belica ee483a7f91 Changed location of test HTML files 11 years ago
Mišo Belica 3b5b2b1522 Renamed to readability 11 years ago
Mišo Belica cf781bc595 Updated implementation of cached property
Cached value of properties are stored
in instance's '__dict__'.
11 years ago
Mišo Belica 4e3227521e Fewer code - fewer bugs (I hope) 11 years ago
Mišo Belica 1a5970b238 Better names and positions for variables 11 years ago
Mišo Belica 930b6ced12 Fixed transformation of leaf <div> into <p> 11 years ago
Mišo Belica 314c999730 Drop useless tags by HTML cleaner 11 years ago
Mišo Belica 272fe480a3 Updated setup.py 11 years ago
Mišo Belica 9eacbd579c Updated LICENSE, AUTHORS, README 11 years ago
Mišo Belica 18b5c9b447 Refactored file 'scoring.py' 11 years ago
Mišo Belica dcb7c18fd5 Refactored file 'document.py'
Removed non-intuitive parts and dead code
not covered by tests. Better names for objects.
Better coverage by tests.
11 years ago
Mišo Belica 03ff0be266 Moved client script into 'breadability.scripts' 11 years ago
Mišo Belica c92f61fa53 Fixed docopt version 11 years ago
Mišo Belica ec88a4efe6 Use docopt as an argument parser 11 years ago
Mišo Belica 8470ef2b45 Purification of file readable.py 11 years ago
Mišo Belica b3b987440d Added test runner via nosetests 11 years ago
Mišo Belica 2e2e906da7 Purification of document.py 11 years ago
Mišo Belica 9f0fc2d433 Purification 11 years ago
Mišo Belica baaefeda3c Refactored computing of link density 11 years ago
Mišo Belica 3f71e1b7d4 Refactored checking of node's attribute 11 years ago
Mišo Belica 636a38d705 Refactored generating of hash ID 11 years ago
Mišo Belica 9a613317c0 Make package from tests 11 years ago
Mišo Belica cc00976533 Replace implementation of 'cached_property'
Parameter 'ttl' isn't needed.
11 years ago
Mišo Belica e3b6ee2fd6 Suppress warning "ResourceWarning: unclosed file" 11 years ago
Mišo Belica c69cd4b2ba Purification 11 years ago
Mišo Belica 101950478e Simplify logging 11 years ago
Mišo Belica 81be8ccbfb Updated readme 11 years ago
Mišo Belica 9f83ea973a Fixed setup.py 11 years ago
Mišo Belica 726fe59ecd Show build status from master branch [ci skip] 11 years ago
Mišo Belica c7299b9852 Updated makefile [ci skip] 11 years ago
Mišo Belica 671d940ded Removed branches from Travis configuration
[ci skip]
11 years ago
Mišo Belica ea90ee5a5e Updated changelog [ci skip] 11 years ago
Mišo Belica c89010221e Changed/renamed/added AUTHORS, CHANGELOG, LICENSE
[ci skip]
11 years ago
Mišo Belica d31d804167 Exclude coverage file from repo 11 years ago
Mišo Belica 231d251536 Added commands test into README 11 years ago
Mišo Belica 3322681166 Use 'charade' for detecting encoding 11 years ago
Mišo Belica 544220e9a3 Replaced u"" literal wit function 'to_unnicode'
Literal u"" is not supported by Python v3.2.
11 years ago
Mišo Belica 915876b675 Added Travis status image to README 11 years ago
Mišo Belica 8c79d4c04b Set white-list branches for @travisbot 11 years ago
Mišo Belica 94f6b0a84e Tests passes for both Python v2.7, v3.3 11 years ago
Mišo Belica 912bb50b76 Skip failing test that I don't know how to fix 11 years ago
Mišo Belica c4dbe24a65 New repository structure 11 years ago
Richard Harding 75b3151de9 Update the unittest import to grab unittest2 for 2.6 12 years ago