Commit Graph

10 Commits

Author SHA1 Message Date
Mišo Belica
7bd7231e25 Renamed property of 'OriginalDocument': 'html' -> 'dom' 2013-03-23 17:03:54 +01:00
Mišo Belica
6b87ac5e07 Use unicode literals from future, not 'to_string' 2013-03-19 23:49:07 +01:00
Mišo Belica
0178cfff5c Added compatibility file with unittest2 import 2013-03-18 22:01:11 +01:00
Mišo Belica
3b5b2b1522 Renamed to readability 2013-03-18 21:25:09 +01:00
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.
2013-03-11 22:10:26 +01:00
Mišo Belica
9a613317c0 Make package from tests 2013-03-08 23:05:14 +01:00
Mišo Belica
3322681166 Use 'charade' for detecting encoding 2013-03-07 15:42:18 +01:00
Mišo Belica
544220e9a3 Replaced u"" literal wit function 'to_unnicode'
Literal u"" is not supported by Python v3.2.
2013-03-07 15:13:15 +01:00
Mišo Belica
94f6b0a84e Tests passes for both Python v2.7, v3.3 2013-03-07 14:15:10 +01:00
Mišo Belica
c4dbe24a65 New repository structure 2013-03-07 13:14:04 +01:00