log mercurial/hgweb/wsgicgi.py @ 41880:55919b96c02a

age author description
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