log

age author description
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
Wed, 25 Dec 2019 17:01:19 +0100 Mads Kiilerich py3: use html.escape instead of cgi.escape
Mon, 25 Nov 2019 03:43:15 +0100 Mads Kiilerich py3: migrate from urllib2 to urllib
Wed, 22 Jan 2020 22:30:13 +0100 Mads Kiilerich py3: support new stdlib module names configparser, urllib and http lib
Wed, 05 Feb 2020 23:04:27 +0100 Mads Kiilerich py3: automatic migration with 2to3 -f asserts
Wed, 05 Feb 2020 23:04:10 +0100 Mads Kiilerich py3: automatic migration with 2to3 -f execfile
Wed, 05 Feb 2020 23:03:55 +0100 Mads Kiilerich py3: automatic migration with 2to3 -f basestring
Wed, 05 Feb 2020 23:03:39 +0100 Mads Kiilerich py3: automatic migration with 2to3 -f raw_input
Wed, 05 Feb 2020 23:03:23 +0100 Mads Kiilerich py3: automatic migration with 2to3 -f itertools
Wed, 05 Feb 2020 23:03:08 +0100 Mads Kiilerich py3: automatic migration with 2to3 -f xrange
Thu, 26 Dec 2019 04:07:03 +0100 Mads Kiilerich py3: zip will return an iterator - apply list before reversing
Mon, 25 Nov 2019 04:15:17 +0100 Mads Kiilerich py3: trivial renaming of .iteritems() to .items()
Mon, 25 Nov 2019 01:48:22 +0100 Mads Kiilerich py3: use memoryview ... almost, but not entirely similar to buffer
Mon, 16 Dec 2019 02:37:05 +0100 Mads Kiilerich py3: use global next() function instead of .next() method
Sat, 23 Nov 2019 21:28:37 +0100 Mads Kiilerich py3: use .__func__ instead of .im_func
Sat, 23 Nov 2019 21:33:49 +0100 Mads Kiilerich py3: support __bool__
Mon, 25 Nov 2019 00:15:45 +0100 Mads Kiilerich py3: drop support for long - just use int instead
Sat, 23 Nov 2019 22:08:18 +0100 Mads Kiilerich py3: switch to use Python 3 interpreter, temporarily leaving many things very broken until they have been migrated/fixed in a reviewable way
Sat, 25 Jan 2020 22:13:43 +0100 Mads Kiilerich setup: support Mercurial 5.3
Sat, 25 Jan 2020 22:12:31 +0100 Mads Kiilerich vcs: access changeset status "struct" members - hg 5.3 will drop indexed access
Tue, 04 Feb 2020 03:21:16 +0100 Mads Kiilerich vcs: drop unused utils/archivers.py
Tue, 04 Feb 2020 03:07:44 +0100 Mads Kiilerich pull-request: refactor iteration version bump
Tue, 04 Feb 2020 02:58:53 +0100 Mads Kiilerich summary: use calendar.monthrange instead of internal calendar.mday
Wed, 05 Feb 2020 13:22:53 +0100 Mads Kiilerich auth: make crowd logging simpler
Tue, 04 Feb 2020 03:27:17 +0100 Mads Kiilerich py3: fix recaptcha Request parameter type
Tue, 04 Feb 2020 03:25:17 +0100 Mads Kiilerich py3: fix auth_crowd str/bytes handling
Mon, 03 Feb 2020 16:08:50 +0100 Mads Kiilerich py3: use exception .args instead of .message