sapling/mercurial/hgweb
2007-12-01 19:19:08 +01:00
..
__init__.py Replace demandload with new demandimport 2006-12-13 13:27:09 -06:00
common.py hgweb: fix breaking tests on Python < 2.5 2007-11-28 09:39:17 -08:00
hgweb_mod.py Use SCRIPT_NAME and PATH_INFO instead of REQUEST_URI. This is required by WSGI (fixes issue846). 2007-12-01 19:19:08 +01:00
hgwebdir_mod.py Use SCRIPT_NAME and PATH_INFO instead of REQUEST_URI. This is required by WSGI (fixes issue846). 2007-12-01 19:19:08 +01:00
request.py Less indirection in the WSGI web interface. This simplifies some code, and makes it more compliant with WSGI. 2007-11-30 18:23:18 +01:00
server.py Use SCRIPT_NAME and PATH_INFO instead of REQUEST_URI. This is required by WSGI (fixes issue846). 2007-12-01 19:19:08 +01:00
wsgicgi.py Use SCRIPT_NAME and PATH_INFO instead of REQUEST_URI. This is required by WSGI (fixes issue846). 2007-12-01 19:19:08 +01:00