sapling/mercurial/hgweb
Alexis S. L. Carvalho 3082154fa5 avoid _wsgioutputfile <-> _wsgirequest circular reference
We use the _wsgirequest object itself as the output file object.

To avoid a "self.out = self" which would create another circular
reference, we make the "out" attribute a trivial property.
2007-03-19 19:07:39 -03:00
..
__init__.py Fixing up comment headers for split up code. 2006-06-02 08:05:01 -07:00
common.py switch to the .hg/store layout, fix the tests 2006-12-01 13:34:09 +01:00
hgweb_mod.py hgweb: break templater -> templater circular reference 2007-03-19 19:07:35 -03:00
hgwebdir_mod.py hgwebdir: break templater -> templater circular reference 2007-03-19 19:07:37 -03:00
request.py avoid _wsgioutputfile <-> _wsgirequest circular reference 2007-03-19 19:07:39 -03:00
server.py avoid wsgiapplication <-> MercurialHTTPServer circular reference 2007-03-19 19:07:38 -03:00
wsgicgi.py Switch CGI stdout to binary on windows 2007-02-13 06:50:00 -02:00