]> git.phdru.name Git - bookmarks_db.git/shortlog
bookmarks_db.git
2008-02-24 Oleg BroytmanUsed name2codepoint directly; recode it.
2008-02-24 Oleg BroytmanCombined two "if"s.
2008-02-24 Oleg BroytmanDo not unquote standard HTML entities.
2008-02-24 Oleg BroytmanEmulate log.
2008-02-23 Oleg BroytmanFixed a bug - break out of the loop after finding the...
2008-02-23 Oleg BroytmanIt is not HTTP charset, it is guessed charset.
2008-02-23 Oleg BroytmanTry a list of charsets, including the universal (utf...
2008-02-13 Oleg BroytmanStop meddling with cp1252.
2008-02-13 Oleg BroytmanReplace BeautifulSoup's guessed cp1252 with DEFAULT_CHA...
2008-02-12 Oleg Broytmancurrent_charset is only needed in main.
2008-02-11 Oleg BroytmanTimeout 5 minutes is enough (Squid uses 3 minutes).
2008-02-11 Oleg BroytmanEncode entities.
2008-02-11 Oleg BroytmanRemoved dead code.
2008-02-11 Oleg BroytmanRecode entities before num. entities.
2008-02-11 Oleg BroytmanSwitched to utf-8.
2008-02-11 Oleg BroytmanRecode HTML entities.
2008-02-11 Oleg BroytmanRecode HTML entities.
2008-02-11 Oleg BroytmanWHAT'S NEW in version 4.1.1.
2008-02-11 Oleg Broytman2008.
2008-02-11 Oleg BroytmanPython 2.5 allows try/except/finally in one clause.
2008-02-10 Oleg BroytmanNo need to catch BaseException.
2008-02-10 Oleg Broytmanfp could be None in http_error_default().
2008-02-10 Oleg BroytmanCatch and print all exceptions.
2008-01-15 Oleg Broytman2008.
2008-01-13 Oleg BroytmanRemoved the mirror at phd.by.ru.
2008-01-09 Oleg BroytmanDo the second check for title only if there is HEAD.
2008-01-08 Oleg BroytmanSome sites put TITLE in HTML outside of HEAD.
2008-01-08 Oleg BroytmanSome sites put TITLE in HTML without HEAD.
2008-01-08 Oleg BroytmanDo not return an empty string - pass it to BSoupParser.
2008-01-08 Oleg BroytmanIf there is HEAD but no TITLE - return empty title.
2007-12-31 Oleg BroytmanFixed a bug created by removing module 'string'.
2007-12-31 Oleg BroytmanCache icons.
2007-12-30 Oleg BroytmanAdded a comment.
2007-12-30 Oleg BroytmanBetter fake headers.
2007-12-30 Oleg BroytmanFixed a bug - log can be None.
2007-12-29 Oleg BroytmanLog is always open.
2007-12-29 Oleg BroytmanRemoved module 'string'.
2007-12-29 Oleg BroytmanUnquote title for comparison.
2007-12-28 Oleg BroytmanRemoved timeoutsocket - the timeout functionality has...
2007-12-28 Oleg BroytmanDo not display too much titles if they are equal.
2007-12-28 Oleg BroytmanFixed a bug.
2007-12-28 Oleg BroytmanMinor enhancements.
2007-12-28 Oleg BroytmanMinimal version of Python is 2.5 now.
2007-12-28 Oleg BroytmanShow version_info in X-User-Agent header.
2007-12-28 Oleg BroytmanDocumentation update.
2007-12-28 Oleg BroytmanPut content type in apostrophes.
2007-12-27 Oleg BroytmanFake headers to pretend this is a real browser.
2007-12-27 Oleg BroytmanHandle redirects when downloading the icon.
2007-12-27 Oleg BroytmanLog dups either to the logfile or to stdout but not...
2007-12-27 Oleg BroytmanStrip every line in title.
2007-12-27 Oleg BroytmanConvert redirect timeout to int if possible.
2007-12-27 Oleg BroytmanAvoid double-escaping.
2007-12-27 Oleg BroytmanBeautifulSoap is already here.
2007-12-24 Oleg BroytmanOpen the error log in append mode.
2007-12-23 Oleg BroytmanVersion 4.1.
2007-12-23 Oleg BroytmanFlush stderr.
2007-12-23 Oleg BroytmanMark the error output from the subprocess with a prefix.
2007-12-22 Oleg BroytmanRedirect subprocess' stderr to my stderr.
2007-12-22 Oleg BroytmanRedirect stderr to catch 'close failed: [Errno 9] Bad...
2007-12-22 Oleg BroytmanHandle redirects when downloading the icon.
2007-12-22 Oleg BroytmanDo not encode non-encodeable entities.
2007-12-22 Oleg BroytmanAlways close the input file.
2007-12-22 Oleg BroytmanAdded BadDeclParser.
2007-12-19 Oleg BroytmanSimpler temp file name.
2007-12-19 Oleg BroytmanSlightly changed warning message.
2007-12-18 Oleg BroytmanFixed a bug.
2007-12-18 Oleg BroytmanDo all manipulations with title in one place.
2007-12-18 Oleg BroytmanTimout can be float.
2007-12-18 Oleg BroytmanChanged User-agent header: I saw a number of sites...
2007-12-18 Oleg BroytmanI saw a number of sites that forbid "Mozilla compatible".
2007-12-18 Oleg BroytmanLog the module's name of the failed parse_html.
2007-12-18 Oleg BroytmanTry BeautifulSoup; if it fails - fall back to HTML...
2007-12-18 Oleg BroytmanRecode from DEFAULT_CHARSET if recoding from cp1252...
2007-12-18 Oleg BroytmanFixed a bug = meta_charset is True if HTTP charset...
2007-12-16 Oleg BroytmanWHAT'S NEW in version 4.1.0.
2007-12-16 Oleg BroytmanDirect return.
2007-12-16 Oleg BroytmanCalculate if the charset came from HTTP or from HTML...
2007-12-16 Oleg BroytmanInherit HTMLParser (for unescape).
2007-12-16 Oleg BroytmanAdded parser for html based on BeautifulSoup.
2007-12-16 Oleg BroytmanFetch description...
2007-12-16 Oleg BroytmanSplit parse_html.py into parse_html_htmlparser.py.
2007-10-23 Oleg BroytmanVersion 4.0.
2007-10-20 Oleg BroytmanAdded bkmk-sort.
2007-10-19 Oleg BroytmanDo not even open non-image files; report the content...
2007-10-16 Oleg BroytmanRemoved dead code.
2007-10-16 Oleg BroytmanCreate the list of sites with changed titles.
2007-10-16 Oleg BroytmanDefault bookmarks format is now MOZILLA.
2007-10-14 Oleg BroytmanQuote title for Mozilla (including apostrophe).
2007-10-14 Oleg BroytmanRenamed BKMK_??FORMAT to BKMK_FORMAT.
2007-10-13 Oleg BroytmanSlightly updated the docs.
2007-10-13 Oleg BroytmanBreak loops to avoid recursion problems.
2007-10-13 Oleg BroytmanClear bookmark's icon in advance, before any error...
2007-10-13 Oleg BroytmanStore only images as icons; do not store text/html...
2007-10-11 Oleg BroytmanFixed a bug: import sys.
2007-10-11 Oleg BroytmanIgnore case for comparison.
2007-10-11 Oleg BroytmanMozilla format is not Netscape format (respective to...
2007-10-11 Oleg BroytmanCopy icon and charset from the first of the duplicate...
2007-10-11 Oleg BroytmanExport to Mozilla format.
2007-10-11 Oleg BroytmanFixed a minor bug.
2007-10-11 Oleg BroytmanFixed (C) year.
next