log

age author description
Sat, 04 Jan 2020 00:51:36 +0100 Mads Kiilerich setup: bump webtest minimum version to 2.0.6 to get py3 stdlib support
Sat, 04 Jan 2020 01:05:55 +0100 Mads Kiilerich setup: bump whoosh minimum version to 2.7.1 to get py3 support
Sat, 04 Jan 2020 00:45:45 +0100 Mads Kiilerich setup: bump mako minimum version to 0.9.1 to get py3 support
Sat, 04 Jan 2020 00:34:30 +0100 Mads Kiilerich setup: bump python-dateutil minimum version to 2.1.0 to get py3 support
Fri, 03 Jan 2020 23:59:15 +0100 Mads Kiilerich setup: bump beaker minimum version to 1.10.1 to get py3 support
Fri, 03 Jan 2020 23:54:59 +0100 Mads Kiilerich setup: bump formencode minimum version to 1.3.1 to get py3 support
Fri, 03 Jan 2020 23:49:19 +0100 Mads Kiilerich setup: bump ipaddr minium version to 2.2.0 to get py3 support
Sat, 04 Jan 2020 00:40:10 +0100 Mads Kiilerich setup: bump TurboGears minimum version to 2.4
Sat, 04 Jan 2020 00:10:46 +0100 Mads Kiilerich setup: bump WebOb minimum version to 1.8
Fri, 03 Jan 2020 03:07:28 +0100 Mads Kiilerich py3: add missing ascii_str for display of hg changeset graft/transplant source revision
Fri, 03 Jan 2020 01:55:06 +0100 Mads Kiilerich cache: drop setup_cache_regions - tg will already have done that and coerced the types correctly
Fri, 03 Jan 2020 02:16:42 +0100 Mads Kiilerich git: initialize hook app environment with paste as we do in other places
Wed, 08 Jan 2020 03:08:09 +0100 Mads Kiilerich py3: add safe_bytes in places where we will need it and where it doesn't do any harm
Fri, 27 Dec 2019 01:46:11 +0100 Mads Kiilerich py3: open files as binary or not, depending on how we want to use them
Thu, 02 Jan 2020 23:19:36 +0100 Mads Kiilerich summary: compute lang_stats consistently
Thu, 02 Jan 2020 23:00:36 +0100 Mads Kiilerich summary: drop no_data in all possible ways
Sat, 28 Dec 2019 17:36:09 +0100 Mads Kiilerich lib: fix mail address encodings and add test coverage
Sat, 28 Dec 2019 13:38:22 +0100 Mads Kiilerich lib: clean up ext_json and how it is used - avoid monkey patching
Fri, 27 Dec 2019 01:51:14 +0100 Mads Kiilerich vcs: drop unused NodeGeneratorBase()()
Thu, 26 Dec 2019 05:28:52 +0100 Mads Kiilerich vcs: prepare hg inmemory commit callbacks that given bytes have to find corresponding vcs nodes that use unicode str
Wed, 25 Dec 2019 15:16:39 +0100 Mads Kiilerich vcs: drop GitChangeset.id
Thu, 02 Jan 2020 22:18:59 +0100 Mads Kiilerich lib: de-obfuscate nested functions in pygmentize_annotation and how they always pass an annotate_from_changeset_func to AnnotateHtmlFormatter
Thu, 02 Jan 2020 22:09:13 +0100 Mads Kiilerich vcs: drop unused kallithea/lib/vcs/utils/annotate.py
Wed, 25 Dec 2019 15:30:11 +0100 Mads Kiilerich vcs: fix get_file_annotate - consistently bind sha so it has the right value when executing
Sat, 28 Dec 2019 23:01:23 +0100 Mads Kiilerich vcs: tweak how revisions and repo names are shown in error messages
Fri, 27 Dec 2019 00:26:41 +0100 Mads Kiilerich vcs: minor cleanup
Fri, 27 Dec 2019 01:55:52 +0100 Mads Kiilerich vcs: tweak some comments - nothing big, but too good to be lost
Thu, 02 Jan 2020 20:39:13 +0100 Mads Kiilerich vcs: drop the superfluous and leaky hgcompat "layer"
Thu, 02 Jan 2020 00:44:56 +0100 Mads Kiilerich cleanup: get rid of most "import *"
Thu, 02 Jan 2020 00:57:38 +0100 Mads Kiilerich cleanup: fix db.py "import *"