mercurial/hgweb/wsgicgi.py
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
Fri, 12 Mar 2021 20:19:12 -0500 Matt Harbison wsgicgi: switch the default PATH_INFO back to str stable
Fri, 27 Dec 2019 18:54:57 -0500 Matt Harbison hgweb: delete a local variable instead of setting to `None`
Fri, 08 Nov 2019 11:19:20 -0800 Augie Fackler cleanup: remove pointless r-prefixes on single-quoted strings
Mon, 07 Oct 2019 00:04:04 -0400 Gregory Szorc py3: finish porting iteritems() to pycompat and remove source transformer
Sun, 06 Oct 2019 16:55:18 -0400 Gregory Szorc py3: manually import getattr where it is needed
Sun, 06 Oct 2019 09:48:39 -0400 Augie Fackler formatting: byteify all mercurial/ and hgext/ string literals
Sun, 06 Oct 2019 09:45:02 -0400 Augie Fackler formatting: blacken the codebase
Fri, 13 Apr 2018 23:11:46 -0400 Augie Fackler wsgicgi: un-do some prior porting work that is now wrong
Sat, 24 Mar 2018 15:10:51 +0900 Yuya Nishihara procutil: bulk-replace function calls to point to new module
Sat, 24 Mar 2018 15:09:33 +0900 Yuya Nishihara procutil: bulk-replace util.std* to point to new module
Thu, 05 Oct 2017 14:22:02 -0400 Augie Fackler hgweb: when constructing or adding to a wsgi environ dict, use native strs
Fri, 29 Sep 2017 15:48:34 +0000 Alex Gaynor style: never use a space before a colon or comma
Sun, 18 Dec 2016 01:54:36 +0530 Pulkit Goyal py3: replace os.environ with encoding.environ (part 3 of 5)
Thu, 20 Oct 2016 23:53:36 +0900 Yuya Nishihara py3: bulk replace sys.stdin/out/err by util's
Sat, 31 Oct 2015 22:07:40 +0900 Yuya Nishihara hgweb: use absolute_import
Mon, 04 Feb 2013 23:25:25 +0100 Mads Kiilerich hgweb.cgi: fix internal WSGI emulation (issue3804) stable
Wed, 15 Aug 2012 22:38:42 +0200 Mads Kiilerich fix trivial spelling errors
Mon, 25 Jul 2011 15:38:10 -0500 Augie Fackler wsgicgi: use getattr instead of hasattr
Fri, 06 May 2011 15:25:35 +0200 Adrian Buehlmann rename util.set_binary to setbinary
Sat, 06 Feb 2010 04:27:28 -0600 Augie Fackler hgweb: add support for 100-continue as recommended by PEP 333.
Mon, 22 Mar 2010 15:16:27 +0100 Konstantin Zemlyak wsgicgi: call close() on iterable to avoid resource leaks stable
Fri, 05 Feb 2010 18:50:08 +0100 Benoit Boissinot fix spaces/identation issues
Tue, 19 Jan 2010 22:20:08 -0600 Matt Mackall Update license to GPLv2+ stable
Sun, 03 Jan 2010 17:26:39 +0100 Patrick Mezard hgweb: improve IIS PATH_INFO fix ee8af8a4d905 (issue1580) stable
Sun, 26 Apr 2009 01:08:54 +0200 Martin Geisler updated license to be explicit about GPL version 2
Mon, 12 Jan 2009 09:16:03 +0100 Dirkjan Ochtman use dict.iteritems() rather than dict.items()
Tue, 25 Nov 2008 17:54:49 +0100 Dirkjan Ochtman hgweb: support broken IIS 5 behavior with .cgi in PATH_INFO
Mon, 08 Sep 2008 13:07:00 +0200 Peter Ruibal use Exception(args)-style raising consistently (py3k compatibility)
less more (0) -30 tip