Mercurial > hg
log mercurial/httpconnection.py @ 51461:47752632b4fc
age | author | description |
---|---|---|
Mon, 21 Feb 2022 13:08:28 -0700 | Gregory Szorc | py3: use class X: instead of class X(object): |
Thu, 03 Mar 2022 18:28:30 -0800 | Gregory Szorc | global: bulk replace simple pycompat.iteritems(x) with x.items() |
Thu, 03 Mar 2022 17:34:00 +0100 | Gregory Szorc | py2: remove simple from __future__ statements |
Mon, 12 Apr 2021 03:01:04 +0200 | Pierre-Yves David | urlutil: extract `url` related code from `util` into the new module |
Thu, 25 Mar 2021 18:02:08 +0100 | Raphaël Gomès | contributor: change mentions of mpm to olivia |
Tue, 21 Jan 2020 10:24:32 -0500 | Matt Harbison | httpconnection: allow `httpsendfile` subclasses to suppress the progressbar |
Mon, 07 Oct 2019 00:04:04 -0400 | Gregory Szorc | py3: finish porting iteritems() to pycompat and remove source transformer |