]> git.phdru.name Git - bookmarks_db.git/history - Robots/bkmk_rurllib.py
Fix(Robot): Stop splitting and un-splitting URLs
[bookmarks_db.git] / Robots / bkmk_rurllib.py
2024-03-03 Oleg BroytmanRefactor(Robots): Refactor request headers
2023-11-14 Oleg BroytmanFeat(robots): Handle HTTP redirect 308
2023-11-12 Oleg BroytmanFix(Py3): Open files in text mode
2023-11-12 Oleg BroytmanFix(Py3): Fix `.has_key()`
2023-11-12 Oleg BroytmanStyle: Fix flake8 F841 local variable is assigned to...
2023-11-12 Oleg BroytmanStyle: Fix flake8 F401 module imported but unused
2023-11-12 Oleg BroytmanStyle: Fix flake8 E999 IndentationError: unexpected...
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 E305 expected 2 blank lines, found 1
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 warning E116 unexpected indentation...
2017-05-13 Oleg BroytmanCleanup code: use 4 spaces
2017-05-13 Oleg BroytmanFeat(Python3): `except Error, value` -> `except Error...
2017-05-13 Oleg BroytmanFeat(Python3): `raise Error, value` -> `raise Error...
2014-07-06 Oleg BroytmanMinor refactoring: rename msg to e
2014-07-06 Oleg BroytmanMinor refactoring
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-07-04 Oleg BroytmanRemove Accept-Charset even in case of error
2014-06-12 Oleg BroytmanFix comments
2014-06-12 Oleg BroytmanHandle HTTP Error 303 redirects
2014-05-31 Oleg BroytmanDo not assign icon errors to bookmark.error
2014-05-31 Oleg BroytmanSplit simple robot