]> git.phdru.name Git - bookmarks_db.git/history - Robots/bkmk_robot_base.py
Fix(robots): Process redirect with non-encoded URL
[bookmarks_db.git] / Robots / bkmk_robot_base.py
2023-11-13 Oleg BroytmanFix(robots): Process redirect with non-encoded URL
2023-11-13 Oleg BroytmanFix(robots): Process response without `Content-Type`
2023-11-12 Oleg BroytmanFix(Py3): Encode unicode to bytes
2023-11-12 Oleg BroytmanFix(Py3): Fix `urljoin` import
2023-11-12 Oleg BroytmanFix(Py3): Fix import from `urllib`
2023-11-12 Oleg BroytmanStyle: Fix flake8 F841 local variable is assigned to...
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: Silent flake8 E221 multiple spaces before operator
2023-11-12 Oleg BroytmanStyle: Fix flake8 E131 continuation line unaligned...
2023-11-12 Oleg BroytmanStyle: Fix flake8 E127 continuation line over-indented...
2021-05-23 Oleg BroytmanStyle: Fix `flake8` E114
2017-05-13 Oleg BroytmanCleanup code: use 4 spaces
2017-05-13 Oleg BroytmanFeat(Python3): `except Error, value` -> `except Error...
2014-07-06 Oleg BroytmanMerge bkmk_rurllib_to.py into bkmk_robot_base.py
2014-07-06 Oleg BroytmanMinor refactoring: rename msg to e
2014-07-06 Oleg BroytmanDon't use urllib._urlopener - it isn't available with...
2014-07-04 Oleg BroytmanRemove self.cleanup
2014-07-04 Oleg BroytmanReturn redirect code/destination URL
2014-07-04 Oleg BroytmanMinor refactoring: reorder return values
2014-07-04 Oleg BroytmanRename urlretrieve to get
2014-05-31 Oleg BroytmanDo not assign icon errors to bookmark.error
2014-05-31 Oleg BroytmanSplit simple robot