log

age author description
Mon, 13 Apr 2020 21:40:33 +0200 Mads Kiilerich i18n: move to use "i18n" branch - for now based on default branch, but will generally track stable i18n
Mon, 13 Apr 2020 21:38:30 +0200 Mads Kiilerich Close default-i18n default-i18n
Thu, 09 Apr 2020 02:20:06 +0200 Jeannette L i18n: updated translation for French default-i18n
Wed, 12 Feb 2020 13:44:58 +0100 Private i18n: updated translation for Russian default-i18n
Thu, 06 Feb 2020 01:19:23 +0100 Mads Kiilerich Merge from default default-i18n
Sun, 05 Jan 2020 01:19:05 +0100 Mads Kiilerich i18n: make sure 'en' in Accept-Language is recognized as having 100% coverage - i18n.lang is for source language default-i18n
Sat, 18 Jan 2020 07:42:24 +0100 Dennis Fink i18n: added translation for Luxembourgish default-i18n
Sun, 26 Jan 2020 14:12:25 +0100 robertus i18n: updated translation for Polish
Mon, 02 Dec 2019 07:10:09 +0100 Private i18n: updated translation for Russian
Thu, 06 Feb 2020 00:34:33 +0100 Mads Kiilerich i18n: drop translation of error message without translation
Wed, 05 Feb 2020 22:28:20 +0100 Mads Kiilerich py3: officially support Python 3
Fri, 31 Jan 2020 19:38:09 +0100 Mads Kiilerich py3: work around incompatibility between pytest, py3 inspect, and tg
Sat, 25 Jan 2020 20:06:36 +0100 Mads Kiilerich tests: minor doctest updates for py3
Sat, 28 Dec 2019 15:05:53 +0100 Mads Kiilerich tests: minor updates for how py3 strings/bytes are different
Sat, 28 Dec 2019 18:21:50 +0100 Mads Kiilerich tests: update test_filenode_path for py3
Thu, 26 Dec 2019 15:21:51 +0100 Mads Kiilerich tests: update test_git_cmd_injection - something with only reproducible with file:, and better error handling raising RepositoryError
Thu, 26 Dec 2019 11:27:11 +0100 Mads Kiilerich tests: accept py3 output in test_list_valued_setting_update
Mon, 23 Dec 2019 00:56:45 +0100 Mads Kiilerich py3: fix non-ASCII URLs - decode unicode correctly before passing them to controllers as unicode strings
Thu, 26 Dec 2019 15:17:51 +0100 Mads Kiilerich py3: trivial renaming of unicode to str
Sat, 21 Dec 2019 15:14:08 +0100 Mads Kiilerich py3: some not-entirely-trivial removing of "unicode"
Sat, 28 Dec 2019 19:59:15 +0100 Mads Kiilerich py3: add safe_str where we really need it to get a str - probably from bytes
Thu, 02 Jan 2020 02:22:14 +0100 Mads Kiilerich py3: rename all existing safe_unicode to safe_str
Thu, 19 Dec 2019 22:49:43 +0100 Mads Kiilerich py3: update safe_* functions for how unicode pretty much has been renamed to str
Thu, 26 Dec 2019 13:16:14 +0100 Mads Kiilerich py3: drop the last uses of safe_str - they are no longer relevant when we don't have a separate unicode type
Thu, 26 Dec 2019 15:16:29 +0100 Mads Kiilerich py3: remove safe_unicode in places where it no longer is needed because all strings (except bytes) already *are* unicode strings
Tue, 31 Dec 2019 15:39:17 +0100 Mads Kiilerich py3: use str instead of safe_unicode when we just need a stable string for everything
Mon, 03 Feb 2020 16:30:08 +0100 Mads Kiilerich py3: use "python3 -m venv" instead of virtualenv package
Wed, 25 Dec 2019 17:07:35 +0100 Mads Kiilerich py3: use inspect.getfullargspec instead of deprecated inspect.getargspec
Wed, 25 Dec 2019 01:57:05 +0100 Mads Kiilerich py3: fix kallithea-cli ini parsing after ConfigParser got strict=True
Sat, 25 Jan 2020 19:53:56 +0100 Mads Kiilerich py3: update ssh for base64.b64decode raising binascii.Error instead of TypeError