summaryrefslogtreecommitdiff
path: root/qutebrowser/misc/lineparser.py
AgeCommit message (Expand)Author
2021-12-03pylint: Work around some minor false-positivesFlorian Bruhin
2021-01-26Get rid of IOErrorFlorian Bruhin
2021-01-26doc: Switch URLs to httpsFlorian Bruhin
2021-01-20Bump copyright yearsFlorian Bruhin
2020-10-28mypy: use from-import style for typingTim Brown
2020-01-04Adjust copyrights for 2020Florian Bruhin
2019-10-15mypy: check_untyped_defs for qutebrowser.miscFlorian Bruhin
2019-02-22Update copyright for 2019Jay Kamat
2018-08-07Use exist_ok=True for os.path.makedirsFlorian Bruhin
2018-02-05Update copyright yearsFlorian Bruhin
2017-08-06Merge remote-tracking branch 'upstream/master' into HEADRyan Roden-Corrent
2017-07-04Refactor most of remaining config.get() callsFlorian Bruhin
2017-07-04Refactor objreg.get('config') callsFlorian Bruhin
2017-07-02Fix LimitLineParserFlorian Bruhin
2017-06-19Remove code rendered dead by sql implementation.Ryan Roden-Corrent
2017-05-09Finally update copyrights...Florian Bruhin
2016-11-14Remove support for an empty data/config/cachedirFlorian Bruhin
2016-10-24unit tests for misc.lineparserDaniel Karbach
2016-06-08LineParser: Don't write anything without dataFlorian Bruhin
2016-06-08Fix lintFlorian Bruhin
2016-06-08Remove unnecessary methodFlorian Bruhin
2016-01-23lineparser: Add clear() method.Tomasz Kramkowski
2016-01-04Adjust copyright years.Florian Bruhin
2015-11-28lineparser: Log after saving is done.Florian Bruhin
2015-11-10Get rid of unnecessary file.readline() calls.Florian Bruhin
2015-05-16Make sure self._opened is reset on exceptions.Florian Bruhin
2015-05-16Add --datadir/--cachedir arguments. Closes #136.Florian Bruhin
2015-05-14Avoid double-opening LineParser.Florian Bruhin
2015-03-08lineparser: Call _prepare_save() properly.Florian Bruhin
2015-03-08AppendLineParser: Strip newlines in __iter__.Florian Bruhin
2015-03-08lineparser: Rename _open_for_reading to _open.Florian Bruhin
2015-03-08Add AppendLineParser and use it in WebHistory.Florian Bruhin
2015-03-08Split LineParser into multiple classes.Florian Bruhin
2015-03-08Rename/move config.parsers.line.LineConfigParser.Florian Bruhin