]> git.phdru.name Git - bookmarks_db.git/history - Robots
Fix(Robot): Stop splitting and un-splitting URLs
[bookmarks_db.git] / Robots /
2024-03-07 Oleg BroytmanFix(Robot): Stop splitting and un-splitting URLs master 5.3.1
2024-03-05 Oleg BroytmanFix(Robots/bkmk_robot_base): Pass query part
2024-03-05 Oleg BroytmanFeat(Robots/bkmk_rrequests): Ignore all problems with...
2024-03-04 Oleg BroytmanFix(Robots/bkmk_rrequests): Add forgotten spaces in log
2024-03-04 Oleg BroytmanFix(Robots/bkmk_rrequests): No need to re-check error...
2024-03-03 Oleg BroytmanFeat(Robots/bkmk_rrequests): Report 40x and 50x errors
2024-03-03 Oleg BroytmanFeat(Robots/bkmk_rrequests): Change error message
2024-03-03 Oleg BroytmanFix(Robots/bkmk_robot_base): Add forgotten spaces in log
2024-03-03 Oleg BroytmanFeat(Robots/bkmk_robot_base): Process "data:image/...
2024-03-03 Oleg BroytmanFeat(Robots/bkmk_rrequests): Add request headers
2024-03-03 Oleg BroytmanRefactor(Robots): Refactor request headers
2024-03-03 Oleg BroytmanStyle(Robots/bkmk_rurllib_py3): Remove unused variable
2024-03-02 Oleg BroytmanFix(Robots/bkmk_robot_base): Ignore unknown charset
2024-03-02 Oleg BroytmanFix(Robots/bkmk_robot_base): Add forgotten space in log 5.2.1
2024-03-02 Oleg BroytmanPerf(Rebobt/requests): Speedup second access
2024-03-01 Oleg BroytmanRefactor(Rebobt/requests)
2024-03-01 Oleg BroytmanFeat: For the robot based on requests allow to use... 5.2.0
2024-03-01 Oleg BroytmanFeat: Robot based on requests 5.1.0
2023-11-28 Oleg BroytmanFix(Py3): Use `urllib.parse.urlsplit()`
2023-11-20 Oleg BroytmanFix(Py3): Always log in UTF-8
2023-11-20 Oleg BroytmanFix(Py3): Decode content using HTTP chrset
2023-11-20 Oleg BroytmanFix(Py3): `urllib` writes its files as bytes
2023-11-20 Oleg BroytmanStyle: Fix `flake8` E501 line too long
2023-11-20 Oleg BroytmanStyle: Fix `flake8` E402 module level import not at...
2023-11-20 Oleg BroytmanFix(robots): Fix "Content-Length" header returning...
2023-11-18 Oleg BroytmanFix(robots): Store charset
2023-11-17 Oleg BroytmanFix(robots): Do not parse empty strings
2023-11-17 Oleg BroytmanFeat(robots): Align "Content-Type"
2023-11-17 Oleg BroytmanFix(parse_html): Do not parse empty strings
2023-11-14 Oleg BroytmanFeat(robots): Handle HTTP redirect 308
2023-11-13 Oleg BroytmanFix(Py3): Catch `http.client.IncompleteRead`
2023-11-13 Oleg BroytmanFix(Py3): Guess input file encoding
2023-11-13 Oleg BroytmanChore: Explicitly open text files in text mode
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): Fix log reporting
2023-11-12 Oleg BroytmanFix(Py3): Fix subrocess: pass bytes streams to `RecordFile`
2023-11-12 Oleg BroytmanFix(Py3): Subrocess must use `urllib`
2023-11-12 Oleg BroytmanFix(Py3): Fix absolute import
2023-11-12 Oleg BroytmanFix(Py3): Some socket errors are reported as `OSError`
2023-11-12 Oleg BroytmanFix(Py3): Encode unicode to bytes
2023-11-12 Oleg BroytmanFix(Py3): Work around an old bug in `urlopen`
2023-11-12 Oleg BroytmanFix(Robots/bkmk_rurllib_py3.py): Restore opener
2023-11-12 Oleg BroytmanFix(Py3): Fix `urllib`-based robot
2023-11-12 Oleg BroytmanFix(Py3): Fix `urljoin` import
2023-11-12 Oleg BroytmanFix(Py3): Open files in text mode
2023-11-12 Oleg BroytmanFix(Py3): Fix `.has_key()`
2023-11-12 Oleg BroytmanFix(Py3): Fix import from `urllib`
2023-11-12 Oleg BroytmanFeat: Set shebang to `python3`
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 E402 module level import not at top...
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 E231 missing whitespace after ','
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 E128 continuation line under-indented...
2023-11-12 Oleg BroytmanStyle: Fix flake8 E127 continuation line over-indented...
2023-11-12 Oleg BroytmanStyle: Fix flake8 warning E116 unexpected indentation...
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...
2017-05-13 Oleg BroytmanFeat(Python3): `raise Error, value` -> `raise Error...
2014-07-06 Oleg BroytmanChange default subprocess robot to urllib2
2014-07-06 Oleg BroytmanHandle ftp - get welcome message
2014-07-06 Oleg BroytmanMerge bkmk_rurllib_to.py into bkmk_robot_base.py
2014-07-06 Oleg BroytmanHandle HTTPException and IOError (socket errors)
2014-07-06 Oleg BroytmanMinor refactoring: rename msg to e
2014-07-06 Oleg BroytmanAdd robot based on urllib2
2014-07-06 Oleg BroytmanDon't use urllib._urlopener - it isn't available with...
2014-07-06 Oleg BroytmanMinor refactoring
2014-07-04 Oleg BroytmanRemove self.cleanup
2014-07-04 Oleg BroytmanMinor refactoring
2014-07-04 Oleg BroytmanChange default subprocess robot to urllib_to
2014-07-04 Oleg BroytmanPass subproc_* parameters to the subprocess
2014-07-04 Oleg BroytmanAllow to set default timeout from parameters
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-29 Oleg BroytmanPass subproc parameter to the subprocess to allow diffe...
2014-06-22 Oleg BroytmanFix simple robot with timeout
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
2014-04-30 Oleg BroytmanChange parse_html to parse strings, not files
2012-09-22 Oleg BroytmanHandle redirect 303
2012-09-21 Oleg BroytmanHandle HTTP Redirect 307.
2012-04-14 Oleg BroytmanRemoved svn:keywords. Extended copyright to 2012.
2011-12-01 Oleg BroytmanMoved robot_simple into run().
2011-01-06 Oleg BroytmanUnindented log texts.
2011-01-06 Oleg BroytmanFixed comment.
2011-01-04 Oleg BroytmanAdded __all__.
2011-01-04 Oleg BroytmanAdded docstrings, __{version,revision,etc}__ boilerplates.
next