log

age author description
Sat, 01 Feb 2020 21:29:18 +0100 Thomas De Schampheleire scripts/make-release: update URL of read-the-docs Builds page stable
Sat, 25 Jan 2020 21:26:01 +0100 Mads Kiilerich ssh: ignore trailing '/' after repo name in URLs (Issue #352) stable
Sat, 25 Jan 2020 21:04:50 +0100 Mads Kiilerich ssh: use BaseSshHandler.__init__ stable
Sat, 25 Jan 2020 21:26:01 +0100 Mads Kiilerich tests: add coverage for SSH and HTTP URLs with extra '/' stable
Sat, 25 Jan 2020 20:15:51 +0100 Mads Kiilerich config: drop make_app_without_logging - 69704bc113ea made it redundant
Sat, 25 Jan 2020 19:45:03 +0100 Mads Kiilerich config: drop pylonslib hack - pylonslib was dropped in 0e42ac1a358b
Sat, 25 Jan 2020 16:42:40 +0100 Mads Kiilerich vcs: drop unused get_hook_location (Issue #353)
Wed, 22 Jan 2020 23:46:12 +0100 Mads Kiilerich Merge stable
Sat, 04 Jan 2020 00:30:21 +0100 Mads Kiilerich setup: bump sqlalchemy minimum version to 1.2.9 to get rid of py3 warning
Sat, 04 Jan 2020 00:23:15 +0100 Mads Kiilerich setup: bump alembic minimum version to 1.0.10 to get rid of py3 warning
Sat, 04 Jan 2020 00:17:20 +0100 Mads Kiilerich setup: bump decorator minimum version to 4.2.1 to get rid of py3 warning
Sat, 04 Jan 2020 01:01:17 +0100 Mads Kiilerich setup: bump dulwich minimum version to 0.19.0 to get good py3 support
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