]> git.phdru.name Git - bookmarks_db.git/shortlog
bookmarks_db.git
2023-11-12 Oleg BroytmanStyle: Fix flake8 F841 local variable is assigned to...
2023-11-12 Oleg BroytmanFix(Py3): Fix `cmp` compatibility
2023-11-12 Oleg BroytmanStyle: Fix flake8 F821 undefined name 'unichr'
2023-11-12 Oleg BroytmanFix(Py3): Fix `basestring` compatibility
2023-11-12 Oleg BroytmanFix(parse_html/bkmk_parse_html): Fix imports
2023-11-12 Oleg BroytmanFix(Py3): Fix `unicode` compatibility
2023-11-12 Oleg BroytmanFix(Py3): Replace `unicode()` with `.decode()`
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 E741 ambiguous variable name 'l'
2023-11-12 Oleg BroytmanStyle: Completely ignore some flake8 warnings
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 E303 too many blank lines
2023-11-12 Oleg BroytmanStyle: Fix flake8 E302 expected 2 blank lines, found 1
2023-11-12 Oleg BroytmanStyle: Fix flake8 E265 block comment should start with...
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 E227 missing whitespace around...
2023-11-12 Oleg BroytmanStyle: Fix flake8 E124 closing bracket does not match...
2023-11-12 Oleg BroytmanStyle: Silent flake8 E221 multiple spaces before operator
2023-11-12 Oleg BroytmanStyle: Fix flake8 E203 whitespace before ':'
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 BroytmanDocs: Update TODO
2023-11-12 Oleg BroytmanStyle: Fix flake8 warning E124 closing bracket does...
2023-11-12 Oleg BroytmanStyle: Fix flake8 warning E116 unexpected indentation...
2021-05-23 Oleg BroytmanStyle: Fix `flake8` E114
2018-05-25 Oleg BroytmanUpgrade: http://phdru.name -> https://phdru.name
2017-10-30 Oleg BroytmanFix(flad): Unindent code erroneously indented in commit...
2017-10-20 Oleg BroytmanFeat(subproc.py): Get rid of module string
2017-10-05 Oleg BroytmanCleanup: Fix flake8 errors/warnings
2017-08-13 Oleg BroytmanFix(parse_html): encode title to utf-8 as the last...
2017-08-13 Oleg BroytmanFix(parse_html): Fix BS4 parser: encode title to utf...
2017-08-01 Oleg BroytmanFix(storage): Adapt to the latest Mozilla format
2017-07-01 Oleg BroytmanFix(subproc.py): Carefully close file descriptors
2017-07-01 Oleg BroytmanFix(subproc.py): Clear pid to avoid repeated killing
2017-07-01 Oleg BroytmanFeat(subproc.py): Run tests
2017-07-01 Oleg BroytmanFix(subproc.py): Test bogus subprocess at the beginning
2017-07-01 Oleg BroytmanFix(subproc.py): Convert exception from a string to...
2017-06-30 Oleg BroytmanDoc(subproc.py): modified by phd
2017-06-25 Oleg BroytmanHTML parser based on BeautifulSoup4
2017-06-22 Oleg BroytmanRemove BeautifulSoup.py
2017-06-16 Oleg BroytmanIgnore temporary header file
2017-06-16 Oleg BroytmanAdd script parse_html/count-parsers
2017-05-13 Oleg BroytmanCleanup code: use 4 spaces
2017-05-13 Oleg BroytmanFeat(Python3): Fix old style repr
2017-05-13 Oleg BroytmanFeat(Python3): Fix lambda
2017-05-13 Oleg BroytmanFeat(Python3): exec statement -> exec() function
2017-05-13 Oleg BroytmanFeat(Python3): `<>` -> `!=`
2017-05-13 Oleg BroytmanFeat(Python3): `except Error, value` -> `except Error...
2017-05-13 Oleg BroytmanUpdate docs: Copyright 2017
2017-05-13 Oleg BroytmanFeat(Python3): `raise Error, value` -> `raise Error...
2017-05-13 Oleg BroytmanUpdate TODO: Prepare for Python 3
2017-05-13 Oleg BroytmanFeat(Python3): Use print() function
2017-04-28 Oleg BroytmanMove README.html to gitweb/
2017-04-17 Oleg BroytmanRemove update script
2016-10-22 Oleg BroytmanUpdate TODO
2016-10-09 Oleg BroytmanTODO: Python 3
2016-05-26 Oleg BroytmanRefactor find parameters
2016-04-02 Oleg BroytmanFix: convert unicode icon URLs to utf-8
2016-04-02 Oleg BroytmanFix: do not write LAST_MODIFIED is it's None
2015-12-27 Oleg BroytmanCopyright 2015
2015-12-27 Oleg BroytmanExport given treeish or HEAD
2015-12-01 Oleg BroytmanFix a bug: html_tree may have no childNodes
2015-06-05 Oleg BroytmanRefactor update script
2015-01-24 Oleg BroytmanDo not compyleall in archive (clean) repository
2015-01-24 Oleg BroytmanReformat ChangeLog: remove "WHAT'S NEW", squeeze empty...
2014-09-17 Oleg BroytmanRulers can have no title
2014-08-15 Oleg BroytmanDo not distribute to ALL: all is enough
2014-07-21 Oleg BroytmanTODO: a program to collect and check links from a site
2014-07-06 Oleg BroytmanTODO: Configuration file
2014-07-06 Oleg BroytmanVersion 4.6.0 v4.6.0
2014-07-06 Oleg Broytmancompyleall
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 BroytmanParse new storage name and set parameters
2014-07-04 Oleg BroytmanRemove unused import
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-29 Oleg BroytmanFix a bug
2014-06-29 Oleg BroytmanUpgrade subproc.py to version 1.15
2014-06-29 Oleg BroytmanAdapt to the latest code
next