]> git.phdru.name Git - bookmarks_db.git/history - bkmk_objects.py
Fix(Robot): Stop splitting and un-splitting URLs
[bookmarks_db.git] / bkmk_objects.py
2024-03-07 Oleg BroytmanFix(Robot): Stop splitting and un-splitting URLs master 5.3.1
2024-03-03 Oleg BroytmanVersion 5.2.2 5.2.2
2024-03-01 Oleg BroytmanFeat: For the robot based on requests allow to use... 5.2.0
2023-11-28 Oleg BroytmanFix(Py3): Use `urllib.parse.urlsplit()`
2023-11-17 Oleg BroytmanFix(Py3): Fix `unescape`
2023-11-12 Oleg BroytmanFix(Py3): Stop encoding unicode to bytes
2023-11-12 Oleg BroytmanFix(Py3): Fix import from `urllib`
2023-11-12 Oleg BroytmanStyle: Fix flake8 E501 line too long
2023-11-12 Oleg BroytmanStyle: Fix flake8 E401 multiple imports on one line
2023-11-12 Oleg BroytmanStyle: Fix flake8 E302 expected 2 blank lines, found 1
2023-11-12 Oleg BroytmanStyle: Fix flake8 E261 at least two spaces before inlin...
2023-11-12 Oleg BroytmanStyle: Fix flake8 E124 closing bracket does not match...
2023-11-12 Oleg BroytmanStyle: Fix flake8 E128 continuation line under-indented...
2023-11-12 Oleg BroytmanStyle: Fix flake8 warning E124 closing bracket does...
2017-05-13 Oleg BroytmanCleanup code: use 4 spaces
2014-06-29 Oleg BroytmanAllow parameters in BKMK_* environment variables
2014-06-25 Oleg BroytmanMake most classes new-style classes
2012-09-21 Oleg BroytmanFixed a bug in handling "place:" URLs -- do not add...
2012-04-14 Oleg BroytmanRemoved svn:keywords. Extended copyright to 2012.
2011-12-11 Oleg BroytmanConvert to unicode and back again to unescape unichr...
2011-07-12 Oleg BroytmanDo not split/decode query and tag - only split host...
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-04-14 Oleg BroytmanMoved DEFAULT_CHARSET to bkmk_objects.py.
2011-01-04 Oleg BroytmanAdded __all__.
2011-01-04 Oleg BroytmanAdded docstrings, __{version,revision,etc}__ boilerplates.
2010-10-07 Oleg BroytmanRobots no longer have one global temporary file - there...
2010-08-11 Oleg BroytmanStore icon's URIs.
2010-08-11 Oleg Broytman2010.
2010-08-09 Oleg BroytmanUnquote single quote.
2009-09-27 Oleg Broytman"BroytMann" => "Broytman".
2008-02-11 Oleg BroytmanRemoved dead code.
2007-12-29 Oleg BroytmanUnquote title for comparison.
2007-12-27 Oleg BroytmanAvoid double-escaping.
2007-10-16 Oleg BroytmanRemoved dead code.
2007-10-16 Oleg BroytmanDefault bookmarks format is now MOZILLA.
2007-10-14 Oleg BroytmanQuote title for Mozilla (including apostrophe).
2007-10-11 Oleg BroytmanNo need to split bookmark.href - a robot will split...
2007-09-30 Oleg BroytmanReplaced UserList by list.
2007-09-21 Oleg BroytmanStore icon and charset in bookmark's attributes.
2007-09-10 Oleg BroytmanStore LAST_MODIFIED in folder's attributes.
2004-08-04 Oleg BroytmanImplemented keywords in Mozilla bookmarks.
2003-07-28 Oleg BroytmanUpdated to m_lib version 1.2. Extended support for...
2003-07-24 Oleg BroytmanVersion 3.3.1.