]> git.phdru.name Git - bookmarks_db.git/history - bkmk_parser.py
Fix(Robot): Stop splitting and un-splitting URLs
[bookmarks_db.git] / bkmk_parser.py
2023-11-12 Oleg BroytmanFix(Py3): Stop encoding unicode to bytes
2023-11-12 Oleg BroytmanFix(Py3): Fix `.has_key()`
2023-11-12 Oleg BroytmanFix(Py3): Replace `unicode()` with `.decode()`
2023-11-12 Oleg BroytmanStyle: Fix flake8 E741 ambiguous variable name 'l'
2023-11-12 Oleg BroytmanStyle: Fix flake8 E501 line too long
2023-11-12 Oleg BroytmanStyle: Fix flake8 E261 at least two spaces before inlin...
2023-11-12 Oleg BroytmanStyle: Fix flake8 E128 continuation line under-indented...
2017-05-13 Oleg BroytmanCleanup code: use 4 spaces
2017-05-13 Oleg BroytmanFeat(Python3): `raise Error, value` -> `raise Error...
2017-05-13 Oleg BroytmanFeat(Python3): Use print() function
2012-04-14 Oleg BroytmanRemoved svn:keywords. Extended copyright to 2012.
2011-07-12 Oleg BroytmanSplit hrefs into domain and path components; recode...
2011-07-11 Oleg BroytmanRecode hrefs (due to international domain names) to...
2011-07-11 Oleg BroytmanFixed bugs related to keywords/positional parameters.
2011-04-14 Oleg BroytmanMoved DEFAULT_CHARSET to bkmk_objects.py.
2011-04-14 Oleg Broytmanm_lib.defenc is always available.
2011-04-14 Oleg BroytmanGet default charset from m_lib, if available.
2011-01-04 Oleg BroytmanAdded __all__.
2011-01-04 Oleg BroytmanAdded docstrings, __{version,revision,etc}__ boilerplates.
2009-09-27 Oleg Broytman"BroytMann" => "Broytman".
2008-10-04 Oleg Broytman2008.
2008-10-04 Oleg BroytmanUpdated for Firefox3.
2008-02-11 Oleg BroytmanEncode entities.
2007-09-21 Oleg BroytmanStore icon and charset in bookmark's attributes.
2007-09-10 Oleg BroytmanStore LAST_MODIFIED in folder's attributes.
2005-06-27 Oleg BroytmanStore charset in the DB and the generated HTML.
2005-01-29 Oleg BroytmanIf sys.getdefaultencoding() returns "ascii" - use
2004-08-04 Oleg BroytmanMade the omitted keywords empty strings instead of...
2004-08-04 Oleg BroytmanImplemented keywords in Mozilla bookmarks.
2004-01-23 Oleg BroytmanSet unicode encoding/decoding error mode to "replace".
2003-10-18 Oleg BroytmanDEBUG. Used +=.
2003-07-28 Oleg BroytmanUpdated to m_lib version 1.2. Extended support for...
2003-07-24 Oleg BroytmanVersion 3.3.1.
2003-07-24 Oleg BroytmanInitial revision