Changeset - ad0dd3904225
[Not reviewed]
default
0 4 0
Marcin Kuzminski - 16 years ago 2010-02-18 14:13:45

added repo creation
4 files changed with 3516 insertions and 2 deletions:
0 comments (0 inline, 0 general)
development.ini
Show inline comments
 
########################################################################
 
##
 
## pylons_app - Pylons development environment configuration
 
##
 
## The %(here)s variable will be replaced with the parent directory of this file
 
##
 
[DEFAULT]
 
debug = true
 
## Uncomment and replace with the address which should receive any error reports
 
email_to = marcin.kuzminski@etelko.pl
 
smtp_server = localhost
 
error_email_from = paste_error@localhost
 

	
 
[server:main]
 
use = egg:Paste#http
 
host = 127.0.0.1
 
port = 5000
 

	
 
[app:main]
 
use = egg:pylons_app
 
full_stack = true
 
static_files = false
 
##default lang
 
lang=en
 

	
 
cache_dir = %(here)s/data
 
beaker.session.key = pylons_app
 
beaker.session.secret = #@^^F&VWUDCT%@$#WR^@&*IWEKF
 
beaker.session.timeout = 3600
 

	
 
##auto save the session to not to use .save()
 
beaker.session.auto = True
 

	
 
##true exire at browser close
 
#beaker.session.cookie_expires = 3600
 

	
 
## If you'd like to fine-tune the individual locations of the cache data dirs
 
## for the Cache data, or the Session saves, un-comment the desired settings
 
## here:
 
#beaker.cache.data_dir = %(here)s/data/cache
 
#beaker.session.data_dir = %(here)s/data/sessions
 

	
 

	
 
##Type of storage used for the session, current types are 
 
##“dbm”, “file”, “memcached”, “database”, and “memory”. 
 
##The storage uses the Container API that is also used by the cache system.
 
beaker.session.type = memory
 

	
 
##if db or memcached is used
 
##you have to use
 
#beaker.session.url =
 
#beaker.session.table_name =
 

	
 
## WARNING: *THE LINE BELOW MUST BE UNCOMMENTED ON A PRODUCTION ENVIRONMENT*
 
## Debug mode will enable the interactive debugging tool, allowing ANYONE to
 
## execute malicious code after an exception is raised.
 
#set debug = false
 

	
 
##dozer logging
 
#logview.sqlalchemy = #faa
 
#logview.pylons.templating = #bfb
 
#logview.sample_app.lib = #aaa
 

	
 
# Logging configuration
 
[loggers]
 
keys = root, routes, pylons_app, sqlalchemy
 

	
 
[handlers]
 
keys = console,file_handler
 

	
 
[formatters]
 
keys = generic
 

	
 
## LOGGERS ##
 
[logger_root]
 
level = DEBUG
 
handlers = console, file_handler
 

	
 
[logger_routes]
 
level = INFO
 
level = DEBUG
 
handlers = console
 
qualname = routes.middleware
 
# "level = DEBUG" logs the route matched and routing variables.
 

	
 
[logger_pylons_app]
 
level = DEBUG
 
handlers = console,file_handler
 
qualname = pylons_app
 

	
 
[logger_sqlalchemy]
 
level = DEBUG
 
handlers = 
 
qualname = sqlalchemy.pool
 
propagate = 0
 

	
 

	
 
## HANDLERS ##
 

	
 
[handler_console]
 
class = StreamHandler
 
args = (sys.stderr,)
 
level = NOTSET
 
formatter = generic
 

	
 
[handler_file_handler]
 
class = FileHandler
 
args = ('./pylons_app.log','a')
 
level = NOTSET
 
formatter = generic
 

	
 
## FORMATTERS ##
 

	
 
[formatter_generic]
 
format = %(asctime)s,%(msecs)03d %(levelname)-5.5s [%(name)s] %(message)s
 
datefmt = %H:%M:%S
 

	
pylons_app.log
Show inline comments
 
@@ -677,3072 +677,6534 @@
 
14:18:49,074 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:18:49,074 DEBUG [beaker.container] data file /home/marcink/python_workspace/hg_app/data/sessions/container_file/d/d0/d08f13a0624d036cff94c88a7239f3eb.cache
 
14:18:49,074 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x2e30590>, 'start_response': <function repl_start_response at 0x2e34140>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2239550>, 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2239790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2e30650>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x2239810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2e30590>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2e2c350>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2239850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2e30650>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2239850>, 'wsgi.input': <socket._fileobject object at 0x2e188d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266326329.0748241, '_creation_time': 1266321971.558501}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x2e2c350>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2e21e50>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f15b29701c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x15885d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': u'/', 'action': u'view'}
 
14:18:49,082 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
14:18:49,082 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
14:18:49,132 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:18:49,133 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:18:49,134 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:18:49,134 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:18:49,134 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:18:49,134 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:18:49,135 DEBUG [beaker.container] data file /home/marcink/python_workspace/hg_app/data/sessions/container_file/d/d0/d08f13a0624d036cff94c88a7239f3eb.cache
 
14:18:49,134 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x2e3b290>, 'start_response': <function repl_start_response at 0x2e347d0>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2239550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-monoblue.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2239790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-monoblue.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2e3b350>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2e3b290>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2239810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2e303d0>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-monoblue.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2239850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2e3b350>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2239850>, 'wsgi.input': <socket._fileobject object at 0x2e18cd0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266326329.1352501, '_creation_time': 1266321971.558501}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x2e303d0>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2e3bad0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f15b29701c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x15885d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-monoblue.css', 'action': u'view'}
 
14:18:49,142 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
14:18:49,142 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
14:18:49,173 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:18:49,174 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:18:49,175 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:18:49,175 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:18:49,175 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:18:49,175 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:18:49,175 DEBUG [beaker.container] data file /home/marcink/python_workspace/hg_app/data/sessions/container_file/d/d0/d08f13a0624d036cff94c88a7239f3eb.cache
 
14:18:49,175 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x2e47a10>, 'start_response': <function repl_start_response at 0x2e34de8>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2239550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hglogo.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2239790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hglogo.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2e478d0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2e47a10>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2239810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2bf7cd0>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hglogo.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2239850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2e478d0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2239850>, 'wsgi.input': <socket._fileobject object at 0x2e18f50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266326329.1760299, '_creation_time': 1266321971.558501}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x2bf7cd0>, 'HTTP_ACCEPT': 'image/png,image/*;q=0.8,*/*;q=0.5', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2e3bd90>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f15b29701c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x15885d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/hglogo.png', 'action': u'view'}
 
14:18:49,184 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
14:18:49,184 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
14:19:36,908 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:19:36,915 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:19:36,915 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:19:36,915 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:19:36,916 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:19:36,916 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:19:36,916 DEBUG [beaker.container] data file /home/marcink/python_workspace/hg_app/data/sessions/container_file/d/d0/d08f13a0624d036cff94c88a7239f3eb.cache
 
14:19:36,916 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x2e47bd0>, 'start_response': <function repl_start_response at 0x2ea9398>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2239550>, 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2239790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2e47c90>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x2239810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2e47bd0>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2e3bfd0>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2239850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2e47c90>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2239850>, 'wsgi.input': <socket._fileobject object at 0x2e18e50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266326376.9168589, '_creation_time': 1266321971.558501}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x2e3bfd0>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2e3bf50>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f15b29701c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x15885d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': u'/', 'action': u'view'}
 
14:19:36,924 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
14:19:36,925 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
14:19:36,978 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:19:36,980 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:19:36,980 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:19:36,980 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:19:36,980 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:19:36,980 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:19:36,981 DEBUG [beaker.container] data file /home/marcink/python_workspace/hg_app/data/sessions/container_file/d/d0/d08f13a0624d036cff94c88a7239f3eb.cache
 
14:19:36,981 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x2e3b7d0>, 'start_response': <function repl_start_response at 0x2e348c0>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2239550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-monoblue.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2239790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-monoblue.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2e3bf90>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2e3b7d0>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2239810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2e30f90>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-monoblue.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2239850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2e3bf90>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2239850>, 'wsgi.input': <socket._fileobject object at 0x2e183d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266326376.9815509, '_creation_time': 1266321971.558501}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x2e30f90>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2e30310>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f15b29701c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x15885d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-monoblue.css', 'action': u'view'}
 
14:19:36,990 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
14:19:36,990 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
14:19:37,014 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:19:37,015 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:19:37,015 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:19:37,016 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:19:37,016 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:19:37,016 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:19:37,016 DEBUG [beaker.container] data file /home/marcink/python_workspace/hg_app/data/sessions/container_file/d/d0/d08f13a0624d036cff94c88a7239f3eb.cache
 
14:19:37,016 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x2e2c8d0>, 'start_response': <function repl_start_response at 0x2e34230>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2239550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hglogo.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2239790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hglogo.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2e2c850>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2e2c8d0>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2239810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2e3bc10>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hglogo.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2239850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2e2c850>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2239850>, 'wsgi.input': <socket._fileobject object at 0x2e185d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266326377.0169389, '_creation_time': 1266321971.558501}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x2e3bc10>, 'HTTP_ACCEPT': 'image/png,image/*;q=0.8,*/*;q=0.5', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2e3bad0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f15b29701c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x15885d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/hglogo.png', 'action': u'view'}
 
14:19:37,026 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
14:19:37,029 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
14:19:42,385 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:19:42,386 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:19:42,387 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:19:42,387 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:19:42,387 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:19:42,387 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:19:42,388 DEBUG [beaker.container] data file /home/marcink/python_workspace/hg_app/data/sessions/container_file/d/d0/d08f13a0624d036cff94c88a7239f3eb.cache
 
14:19:42,387 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x2e21ad0>, 'start_response': <function repl_start_response at 0x2e27500>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2239550>, 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2239790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2e21f10>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x2239810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2e21ad0>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2e2c5d0>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2239850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2e21f10>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2239850>, 'wsgi.input': <socket._fileobject object at 0x2e18ad0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266326382.38815, '_creation_time': 1266321971.558501}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x2e2c5d0>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2e3bcd0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f15b29701c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x15885d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': u'/', 'action': u'view'}
 
14:19:42,395 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
14:19:42,396 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
14:19:42,480 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:19:42,481 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:19:42,482 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:19:42,482 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:19:42,482 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:19:42,482 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:19:42,482 DEBUG [beaker.container] data file /home/marcink/python_workspace/hg_app/data/sessions/container_file/d/d0/d08f13a0624d036cff94c88a7239f3eb.cache
 
14:19:42,482 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x2eaf790>, 'start_response': <function repl_start_response at 0x2ea9050>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2239550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-monoblue.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2239790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-monoblue.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2eaf890>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2eaf790>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2239810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2e21e10>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-monoblue.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2239850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2eaf890>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2239850>, 'wsgi.input': <socket._fileobject object at 0x2e18350 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266326382.483063, '_creation_time': 1266321971.558501}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x2e21e10>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2e47a50>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f15b29701c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x15885d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-monoblue.css', 'action': u'view'}
 
14:19:42,490 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
14:19:42,491 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
14:19:42,512 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:19:42,514 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:19:42,514 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:19:42,514 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:19:42,514 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:19:42,514 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:19:42,515 DEBUG [beaker.container] data file /home/marcink/python_workspace/hg_app/data/sessions/container_file/d/d0/d08f13a0624d036cff94c88a7239f3eb.cache
 
14:19:42,515 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x2eafd50>, 'start_response': <function repl_start_response at 0x2ea9938>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2239550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hglogo.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2239790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hglogo.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2eafe10>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2eafd50>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2239810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2e47c50>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hglogo.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2239850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2eafe10>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2239850>, 'wsgi.input': <socket._fileobject object at 0x2e18dd0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266326382.5155439, '_creation_time': 1266321971.558501}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x2e47c50>, 'HTTP_ACCEPT': 'image/png,image/*;q=0.8,*/*;q=0.5', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2eafa90>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f15b29701c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x15885d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/hglogo.png', 'action': u'view'}
 
14:19:42,527 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
14:19:42,528 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
14:19:46,869 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:19:46,872 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:19:46,874 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:19:46,874 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:19:46,875 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:19:46,875 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:19:46,877 DEBUG [beaker.container] data file /home/marcink/python_workspace/hg_app/data/sessions/container_file/d/d0/d08f13a0624d036cff94c88a7239f3eb.cache
 
14:19:46,875 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x2e47190>, 'start_response': <function repl_start_response at 0x2e346e0>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2239550>, 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2239790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2e47910>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x2239810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2e47190>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2e21cd0>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2239850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2e47910>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2239850>, 'wsgi.input': <socket._fileobject object at 0x2e18650 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266326386.8773191, '_creation_time': 1266321971.558501}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x2e21cd0>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2e47750>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f15b29701c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x15885d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': u'/', 'action': u'view'}
 
14:19:47,267 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
14:19:47,268 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
14:19:47,332 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:19:47,333 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:19:47,333 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:19:47,333 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:19:47,333 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:19:47,334 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:19:47,334 DEBUG [beaker.container] data file /home/marcink/python_workspace/hg_app/data/sessions/container_file/d/d0/d08f13a0624d036cff94c88a7239f3eb.cache
 
14:19:47,334 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x2bfa110>, 'start_response': <function repl_start_response at 0x2e34c08>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2239550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-monoblue.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2239790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-monoblue.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2bfab10>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2bfa110>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2239810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2e47490>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-monoblue.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2239850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2bfab10>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2239850>, 'wsgi.input': <socket._fileobject object at 0x2e18ed0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266326387.334677, '_creation_time': 1266321971.558501}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x2e47490>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2bfa090>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f15b29701c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x15885d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-monoblue.css', 'action': u'view'}
 
14:19:47,709 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
14:19:47,709 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
14:19:47,734 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:19:47,735 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:19:47,736 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:19:47,736 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:19:47,736 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:19:47,736 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:19:47,737 DEBUG [beaker.container] data file /home/marcink/python_workspace/hg_app/data/sessions/container_file/d/d0/d08f13a0624d036cff94c88a7239f3eb.cache
 
14:19:47,736 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x2bd9fd0>, 'start_response': <function repl_start_response at 0x2e27aa0>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2239550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hglogo.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2239790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hglogo.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2bd95d0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2bd9fd0>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2239810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2bfa210>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hglogo.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2239850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2bd95d0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2239850>, 'wsgi.input': <socket._fileobject object at 0x2e18e50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266326387.737325, '_creation_time': 1266321971.558501}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x2bfa210>, 'HTTP_ACCEPT': 'image/png,image/*;q=0.8,*/*;q=0.5', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x285a810>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f15b29701c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x15885d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/hglogo.png', 'action': u'view'}
 
14:19:48,114 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
14:19:48,115 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
14:21:44,106 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
 
14:21:44,106 DEBUG [pylons.configuration] Pushing process configuration
 
14:21:44,110 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
 
14:21:44,110 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
 
14:21:44,113 DEBUG [pylons.templating] Initialized Buffet object
 
14:21:44,113 DEBUG [pylons.templating] Adding mako template language for use with Buffet
 
14:21:44,121 DEBUG [paste.httpserver.ThreadPool] Started new worker 140535651760400: Initial worker pool
 
14:21:44,122 DEBUG [paste.httpserver.ThreadPool] Started new worker 140535643367696: Initial worker pool
 
14:21:44,122 DEBUG [paste.httpserver.ThreadPool] Started new worker 140535634974992: Initial worker pool
 
14:21:44,122 DEBUG [paste.httpserver.ThreadPool] Started new worker 140535618189584: Initial worker pool
 
14:21:44,122 DEBUG [paste.httpserver.ThreadPool] Started new worker 140535626582288: Initial worker pool
 
14:21:44,123 DEBUG [paste.httpserver.ThreadPool] Started new worker 140535609796880: Initial worker pool
 
14:21:44,123 DEBUG [paste.httpserver.ThreadPool] Started new worker 140535601404176: Initial worker pool
 
14:21:44,123 DEBUG [paste.httpserver.ThreadPool] Started new worker 140535593011472: Initial worker pool
 
14:21:44,124 DEBUG [paste.httpserver.ThreadPool] Started new worker 140535584618768: Initial worker pool
 
14:21:44,124 DEBUG [paste.httpserver.ThreadPool] Started new worker 140535576226064: Initial worker pool
 
14:21:47,373 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:21:47,380 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:21:47,381 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:21:47,431 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
 
14:21:47,431 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:21:47,432 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:21:47,432 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:21:47,432 DEBUG [beaker.container] data file /home/marcink/python_workspace/hg_app/data/sessions/container_file/d/d0/d08f13a0624d036cff94c88a7239f3eb.cache
 
14:21:47,432 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x224cbd0>, 'start_response': <function repl_start_response at 0x2289b90>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x213b550>, 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x213b790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x224cf10>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x213b810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x224cbd0>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x224c9d0>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x213b850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x224cf10>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x213b850>, 'wsgi.input': <socket._fileobject object at 0x2231550 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266326507.4328599, '_creation_time': 1266321971.558501}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x224c9d0>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x224c6d0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fd1061681c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x148c550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': u'/', 'action': u'view'}
 
14:21:47,812 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
14:21:47,813 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
14:21:47,909 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:21:47,911 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:21:47,912 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:21:47,912 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:21:47,912 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:21:47,912 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:21:47,913 DEBUG [beaker.container] data file /home/marcink/python_workspace/hg_app/data/sessions/container_file/d/d0/d08f13a0624d036cff94c88a7239f3eb.cache
 
14:21:47,912 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x2742210>, 'start_response': <function repl_start_response at 0x26ffe60>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x213b550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-monoblue.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x213b790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-monoblue.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x27420d0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2742210>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x213b810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x224ca50>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-monoblue.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x213b850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x27420d0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x213b850>, 'wsgi.input': <socket._fileobject object at 0x22316d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266326507.9131441, '_creation_time': 1266321971.558501}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x224ca50>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2701f90>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fd1061681c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x148c550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-monoblue.css', 'action': u'view'}
 
14:21:48,309 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
14:21:48,309 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
14:21:48,354 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:21:48,355 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:21:48,356 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:21:48,356 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:21:48,356 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:21:48,356 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:21:48,357 DEBUG [beaker.container] data file /home/marcink/python_workspace/hg_app/data/sessions/container_file/d/d0/d08f13a0624d036cff94c88a7239f3eb.cache
 
14:21:48,356 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x2834ad0>, 'start_response': <function repl_start_response at 0x274af50>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x213b550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hglogo.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x213b790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hglogo.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2834a90>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2834ad0>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x213b810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2834890>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hglogo.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x213b850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2834a90>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x213b850>, 'wsgi.input': <socket._fileobject object at 0x22315d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266326508.3574049, '_creation_time': 1266321971.558501}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x2834890>, 'HTTP_ACCEPT': 'image/png,image/*;q=0.8,*/*;q=0.5', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2742e50>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fd1061681c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x148c550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/hglogo.png', 'action': u'view'}
 
14:21:48,741 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
14:21:48,742 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
14:21:57,864 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:21:57,866 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:21:57,866 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:21:57,866 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:21:57,866 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:21:57,867 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:21:57,867 DEBUG [beaker.container] data file /home/marcink/python_workspace/hg_app/data/sessions/container_file/d/d0/d08f13a0624d036cff94c88a7239f3eb.cache
 
14:21:57,867 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x274be90>, 'start_response': <function repl_start_response at 0x274af50>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x213b550>, 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x213b790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x274b610>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x213b810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x274be90>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2834850>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x213b850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x274b610>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x213b850>, 'wsgi.input': <socket._fileobject object at 0x26f7bd0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266326517.868046, '_creation_time': 1266321971.558501}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x2834850>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x28341d0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fd1061681c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x148c550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': u'/', 'action': u'view'}
 
14:21:58,251 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
14:21:58,251 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
14:21:58,340 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:21:58,342 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:21:58,342 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:21:58,342 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:21:58,342 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:21:58,342 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:21:58,343 DEBUG [beaker.container] data file /home/marcink/python_workspace/hg_app/data/sessions/container_file/d/d0/d08f13a0624d036cff94c88a7239f3eb.cache
 
14:21:58,343 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x274b150>, 'start_response': <function repl_start_response at 0x275b0c8>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x213b550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-monoblue.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x213b790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-monoblue.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x274bd90>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x274b150>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x213b810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2834250>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-monoblue.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x213b850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x274bd90>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x213b850>, 'wsgi.input': <socket._fileobject object at 0x22315d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266326518.343477, '_creation_time': 1266321971.558501}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x2834250>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x28347d0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fd1061681c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x148c550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-monoblue.css', 'action': u'view'}
 
14:21:58,723 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
14:21:58,724 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
14:21:58,764 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:21:58,765 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:21:58,766 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:21:58,766 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:21:58,766 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:21:58,766 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:21:58,767 DEBUG [beaker.container] data file /home/marcink/python_workspace/hg_app/data/sessions/container_file/d/d0/d08f13a0624d036cff94c88a7239f3eb.cache
 
14:21:58,766 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x2742ed0>, 'start_response': <function repl_start_response at 0x275b8c0>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x213b550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hglogo.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x213b790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hglogo.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2742410>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2742ed0>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x213b810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x274bbd0>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hglogo.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x213b850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2742410>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x213b850>, 'wsgi.input': <socket._fileobject object at 0x26f7dd0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266326518.767339, '_creation_time': 1266321971.558501}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x274bbd0>, 'HTTP_ACCEPT': 'image/png,image/*;q=0.8,*/*;q=0.5', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2742c10>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fd1061681c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x148c550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/hglogo.png', 'action': u'view'}
 
14:21:59,153 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
14:21:59,153 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
14:22:08,830 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:22:08,833 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:22:08,834 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:22:08,835 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:22:08,835 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:22:08,835 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:22:08,840 DEBUG [beaker.container] data file /home/marcink/python_workspace/hg_app/data/sessions/container_file/d/d0/d08f13a0624d036cff94c88a7239f3eb.cache
 
14:22:08,836 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x275d710>, 'start_response': <function repl_start_response at 0x27710c8>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x213b550>, 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x213b790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x275d6d0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x213b810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x275d710>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2742b90>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x213b850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x275d6d0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x213b850>, 'wsgi.input': <socket._fileobject object at 0x26f78d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266326528.8408921, '_creation_time': 1266321971.558501}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x2742b90>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2742690>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fd1061681c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x148c550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': u'/', 'action': u'view'}
 
14:22:08,848 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
14:22:08,848 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
14:22:08,898 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:22:08,899 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:22:08,900 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:22:08,900 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:22:08,900 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:22:08,900 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:22:08,901 DEBUG [beaker.container] data file /home/marcink/python_workspace/hg_app/data/sessions/container_file/d/d0/d08f13a0624d036cff94c88a7239f3eb.cache
 
14:22:08,900 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x275d950>, 'start_response': <function repl_start_response at 0x275bc80>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x213b550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-monoblue.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x213b790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-monoblue.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x275d390>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x275d950>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x213b810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x275d2d0>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-monoblue.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x213b850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x275d390>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x213b850>, 'wsgi.input': <socket._fileobject object at 0x26f7ed0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266326528.901237, '_creation_time': 1266321971.558501}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x275d2d0>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x275d550>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fd1061681c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x148c550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-monoblue.css', 'action': u'view'}
 
14:22:08,911 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
14:22:08,913 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
14:22:08,938 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:22:08,939 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:22:08,940 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:22:08,940 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:22:08,940 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:22:08,940 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:22:08,940 DEBUG [beaker.container] data file /home/marcink/python_workspace/hg_app/data/sessions/container_file/d/d0/d08f13a0624d036cff94c88a7239f3eb.cache
 
14:22:08,940 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x2701ad0>, 'start_response': <function repl_start_response at 0x275b0c8>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x213b550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hglogo.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x213b790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hglogo.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2701b10>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2701ad0>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x213b810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2742d90>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hglogo.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x213b850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2701b10>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x213b850>, 'wsgi.input': <socket._fileobject object at 0x26f79d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266326528.9410501, '_creation_time': 1266321971.558501}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x2742d90>, 'HTTP_ACCEPT': 'image/png,image/*;q=0.8,*/*;q=0.5', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2742850>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fd1061681c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x148c550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/hglogo.png', 'action': u'view'}
 
14:22:08,949 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
14:22:08,949 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
14:22:19,826 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:22:19,828 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:22:19,829 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:22:19,829 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:22:19,829 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:22:19,829 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:22:19,830 DEBUG [beaker.container] data file /home/marcink/python_workspace/hg_app/data/sessions/container_file/d/d0/d08f13a0624d036cff94c88a7239f3eb.cache
 
14:22:19,830 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x2834fd0>, 'start_response': <function repl_start_response at 0x2771140>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x213b550>, 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x213b790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2834610>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x213b810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2834fd0>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x274b090>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x213b850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2834610>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x213b850>, 'wsgi.input': <socket._fileobject object at 0x26f7e50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266326539.830708, '_creation_time': 1266321971.558501}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x274b090>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2742dd0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fd1061681c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x148c550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': u'/', 'action': u'view'}
 
14:22:19,840 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
14:22:19,840 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
14:22:19,895 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:22:19,902 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:22:19,902 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:22:19,902 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:22:19,903 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:22:19,903 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:22:19,903 DEBUG [beaker.container] data file /home/marcink/python_workspace/hg_app/data/sessions/container_file/d/d0/d08f13a0624d036cff94c88a7239f3eb.cache
 
14:22:19,903 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x2768e50>, 'start_response': <function repl_start_response at 0x2771758>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x213b550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-monoblue.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x213b790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-monoblue.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2768f10>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2768e50>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x213b810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2834750>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-monoblue.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x213b850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2768f10>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x213b850>, 'wsgi.input': <socket._fileobject object at 0x26f7dd0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266326539.9037421, '_creation_time': 1266321971.558501}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x2834750>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2768b90>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fd1061681c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x148c550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-monoblue.css', 'action': u'view'}
 
14:22:19,911 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
14:22:19,912 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
14:22:19,934 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:22:19,937 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:22:19,937 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:22:19,937 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:22:19,938 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:22:19,938 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:22:19,938 DEBUG [beaker.container] data file /home/marcink/python_workspace/hg_app/data/sessions/container_file/d/d0/d08f13a0624d036cff94c88a7239f3eb.cache
 
14:22:19,938 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x274b410>, 'start_response': <function repl_start_response at 0x275b320>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x213b550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hglogo.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x213b790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hglogo.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x274b590>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x274b410>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x213b810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x274bd90>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hglogo.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x213b850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x274b590>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x213b850>, 'wsgi.input': <socket._fileobject object at 0x22315d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266326539.938771, '_creation_time': 1266321971.558501}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x274bd90>, 'HTTP_ACCEPT': 'image/png,image/*;q=0.8,*/*;q=0.5', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x274b290>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fd1061681c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x148c550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/hglogo.png', 'action': u'view'}
 
14:22:19,946 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
14:22:19,946 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
14:22:44,133 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:22:44,134 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:22:44,135 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:22:44,135 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:22:44,135 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:22:44,135 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:22:44,136 DEBUG [beaker.container] data file /home/marcink/python_workspace/hg_app/data/sessions/container_file/d/d0/d08f13a0624d036cff94c88a7239f3eb.cache
 
14:22:44,135 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x2742b50>, 'start_response': <function repl_start_response at 0x275bb90>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x213b550>, 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x213b790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2742410>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x213b810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2742b50>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x28348d0>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x213b850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2742410>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x213b850>, 'wsgi.input': <socket._fileobject object at 0x26f7ed0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266326564.1362531, '_creation_time': 1266321971.558501}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x28348d0>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x274bcd0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fd1061681c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x148c550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': u'/', 'action': u'view'}
 
14:22:44,144 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
14:22:44,144 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
14:22:44,202 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:22:44,208 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:22:44,209 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:22:44,209 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:22:44,209 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:22:44,209 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:22:44,209 DEBUG [beaker.container] data file /home/marcink/python_workspace/hg_app/data/sessions/container_file/d/d0/d08f13a0624d036cff94c88a7239f3eb.cache
 
14:22:44,209 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x2768450>, 'start_response': <function repl_start_response at 0x26ff848>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x213b550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-monoblue.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x213b790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-monoblue.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2768250>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2768450>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x213b810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2742c10>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-monoblue.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x213b850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2768250>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x213b850>, 'wsgi.input': <socket._fileobject object at 0x26f7d50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266326564.2100461, '_creation_time': 1266321971.558501}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x2742c10>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2768110>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fd1061681c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x148c550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-monoblue.css', 'action': u'view'}
 
14:22:44,217 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
14:22:44,217 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
14:22:44,248 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:22:44,250 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:22:44,250 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:22:44,250 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:22:44,250 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:22:44,250 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:22:44,251 DEBUG [beaker.container] data file /home/marcink/python_workspace/hg_app/data/sessions/container_file/d/d0/d08f13a0624d036cff94c88a7239f3eb.cache
 
14:22:44,251 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x27753d0>, 'start_response': <function repl_start_response at 0x2771410>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x213b550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hglogo.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x213b790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hglogo.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2775590>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x27753d0>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x213b810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2768190>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hglogo.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x213b850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2775590>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x213b850>, 'wsgi.input': <socket._fileobject object at 0x26f7f50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266326564.2515631, '_creation_time': 1266321971.558501}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x2768190>, 'HTTP_ACCEPT': 'image/png,image/*;q=0.8,*/*;q=0.5', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x275d650>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fd1061681c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x148c550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/hglogo.png', 'action': u'view'}
 
14:22:44,259 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
14:22:44,260 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
14:23:21,973 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:23:21,975 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:23:21,976 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:23:21,976 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:23:21,977 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:23:21,977 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:23:21,977 DEBUG [beaker.container] data file /home/marcink/python_workspace/hg_app/data/sessions/container_file/d/d0/d08f13a0624d036cff94c88a7239f3eb.cache
 
14:23:21,977 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x2835590>, 'start_response': <function repl_start_response at 0x2771ed8>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x213b550>, 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x213b790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2775d10>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x213b810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2835590>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2742910>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x213b850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2775d10>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x213b850>, 'wsgi.input': <socket._fileobject object at 0x2765bd0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266326601.9777651, '_creation_time': 1266321971.558501}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x2742910>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x275db10>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fd1061681c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x148c550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': u'/', 'action': u'view'}
 
14:23:21,985 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
14:23:21,986 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
14:23:22,036 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:23:22,037 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:23:22,038 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:23:22,038 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:23:22,038 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:23:22,038 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:23:22,039 DEBUG [beaker.container] data file /home/marcink/python_workspace/hg_app/data/sessions/container_file/d/d0/d08f13a0624d036cff94c88a7239f3eb.cache
 
14:23:22,038 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x2768610>, 'start_response': <function repl_start_response at 0x27711b8>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x213b550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-monoblue.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x213b790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-monoblue.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2768b50>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2768610>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x213b810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x275d2d0>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-monoblue.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x213b850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2768b50>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x213b850>, 'wsgi.input': <socket._fileobject object at 0x26f75d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266326602.039372, '_creation_time': 1266321971.558501}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x275d2d0>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x275d550>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fd1061681c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x148c550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-monoblue.css', 'action': u'view'}
 
14:23:22,047 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
14:23:22,050 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
14:23:22,084 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:23:22,085 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:23:22,086 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:23:22,086 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:23:22,086 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:23:22,086 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:23:22,086 DEBUG [beaker.container] data file /home/marcink/python_workspace/hg_app/data/sessions/container_file/d/d0/d08f13a0624d036cff94c88a7239f3eb.cache
 
14:23:22,086 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x27421d0>, 'start_response': <function repl_start_response at 0x275b6e0>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x213b550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hglogo.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x213b790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hglogo.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2742a90>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x27421d0>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x213b810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x27685d0>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hglogo.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x213b850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2742a90>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x213b850>, 'wsgi.input': <socket._fileobject object at 0x26f7ed0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266326602.0870399, '_creation_time': 1266321971.558501}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x27685d0>, 'HTTP_ACCEPT': 'image/png,image/*;q=0.8,*/*;q=0.5', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2768290>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fd1061681c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x148c550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/hglogo.png', 'action': u'view'}
 
14:23:22,095 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
14:23:22,095 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
14:23:46,420 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:23:46,422 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:23:46,423 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:23:46,423 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:23:46,424 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:23:46,424 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:23:46,425 DEBUG [beaker.container] data file /home/marcink/python_workspace/hg_app/data/sessions/container_file/d/d0/d08f13a0624d036cff94c88a7239f3eb.cache
 
14:23:46,424 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x2834650>, 'start_response': <function repl_start_response at 0x275b668>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x213b550>, 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x213b790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x28340d0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x213b810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2834650>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x275da50>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x213b850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x28340d0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x213b850>, 'wsgi.input': <socket._fileobject object at 0x22315d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266326626.4255519, '_creation_time': 1266321971.558501}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x275da50>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2742990>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fd1061681c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x148c550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': u'/', 'action': u'view'}
 
14:23:46,452 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
14:23:46,452 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
14:23:46,501 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:23:46,508 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:23:46,509 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:23:46,509 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:23:46,509 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:23:46,509 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:23:46,509 DEBUG [beaker.container] data file /home/marcink/python_workspace/hg_app/data/sessions/container_file/d/d0/d08f13a0624d036cff94c88a7239f3eb.cache
 
14:23:46,509 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x2835a90>, 'start_response': <function repl_start_response at 0x28382a8>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x213b550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-monoblue.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x213b790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-monoblue.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2835b50>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2835a90>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x213b810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2834710>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-monoblue.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x213b850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2835b50>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x213b850>, 'wsgi.input': <socket._fileobject object at 0x2765ed0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266326626.509958, '_creation_time': 1266321971.558501}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x2834710>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2835890>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fd1061681c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x148c550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-monoblue.css', 'action': u'view'}
 
14:23:46,518 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
14:23:46,518 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
14:23:46,554 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:23:46,555 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:23:46,556 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:23:46,556 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:23:46,556 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:23:46,556 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:23:46,556 DEBUG [beaker.container] data file /home/marcink/python_workspace/hg_app/data/sessions/container_file/d/d0/d08f13a0624d036cff94c88a7239f3eb.cache
 
14:23:46,556 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x2835690>, 'start_response': <function repl_start_response at 0x275b578>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x213b550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hglogo.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x213b790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hglogo.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2835910>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2835690>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x213b810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x274bdd0>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hglogo.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x213b850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2835910>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x213b850>, 'wsgi.input': <socket._fileobject object at 0x22315d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266326626.55707, '_creation_time': 1266321971.558501}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x274bdd0>, 'HTTP_ACCEPT': 'image/png,image/*;q=0.8,*/*;q=0.5', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x274bbd0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fd1061681c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x148c550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/hglogo.png', 'action': u'view'}
 
14:23:46,565 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
14:23:46,565 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
14:24:09,802 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:24:09,804 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:24:09,804 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:24:09,804 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:24:09,804 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:24:09,804 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:24:09,805 DEBUG [beaker.container] data file /home/marcink/python_workspace/hg_app/data/sessions/container_file/d/d0/d08f13a0624d036cff94c88a7239f3eb.cache
 
14:24:09,805 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x28346d0>, 'start_response': <function repl_start_response at 0x275bc80>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x213b550>, 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x213b790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2834210>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x213b810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x28346d0>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x274be50>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x213b850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2834210>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x213b850>, 'wsgi.input': <socket._fileobject object at 0x26f7f50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266326649.8055999, '_creation_time': 1266321971.558501}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x274be50>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x274b490>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fd1061681c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x148c550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': u'/', 'action': u'view'}
 
14:24:09,813 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
14:24:09,813 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
14:24:09,872 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:24:09,879 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:24:09,879 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:24:09,879 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:24:09,879 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:24:09,879 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:24:09,880 DEBUG [beaker.container] data file /home/marcink/python_workspace/hg_app/data/sessions/container_file/d/d0/d08f13a0624d036cff94c88a7239f3eb.cache
 
14:24:09,880 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x2768410>, 'start_response': <function repl_start_response at 0x27716e0>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x213b550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-monoblue.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x213b790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-monoblue.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2768090>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2768410>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x213b810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2834ad0>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-monoblue.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x213b850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2768090>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x213b850>, 'wsgi.input': <socket._fileobject object at 0x26f7d50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266326649.8804009, '_creation_time': 1266321971.558501}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x2834ad0>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2768590>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fd1061681c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x148c550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-monoblue.css', 'action': u'view'}
 
14:24:09,888 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
14:24:09,888 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
14:24:09,924 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:24:09,925 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:24:09,926 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:24:09,926 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:24:09,926 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:24:09,926 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:24:09,926 DEBUG [beaker.container] data file /home/marcink/python_workspace/hg_app/data/sessions/container_file/d/d0/d08f13a0624d036cff94c88a7239f3eb.cache
 
14:24:09,926 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x27755d0>, 'start_response': <function repl_start_response at 0x2838b90>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x213b550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hglogo.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x213b790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hglogo.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x27754d0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x27755d0>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x213b810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2768110>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hglogo.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x213b850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x27754d0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x213b850>, 'wsgi.input': <socket._fileobject object at 0x26f7cd0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266326649.9270909, '_creation_time': 1266321971.558501}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x2768110>, 'HTTP_ACCEPT': 'image/png,image/*;q=0.8,*/*;q=0.5', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x275d350>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fd1061681c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x148c550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/hglogo.png', 'action': u'view'}
 
14:24:09,935 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
14:24:09,935 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
14:24:16,209 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:24:16,212 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:24:16,212 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:24:16,212 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:24:16,213 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:24:16,213 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:24:16,214 DEBUG [beaker.container] data file /home/marcink/python_workspace/hg_app/data/sessions/container_file/d/d0/d08f13a0624d036cff94c88a7239f3eb.cache
 
14:24:16,213 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x283bf50>, 'start_response': <function repl_start_response at 0x28388c0>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x213b550>, 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x213b790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x283bfd0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x213b810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x283bf50>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x275dc10>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x213b850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x283bfd0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x213b850>, 'wsgi.input': <socket._fileobject object at 0x2765750 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266326656.2142651, '_creation_time': 1266321971.558501}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x275dc10>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x275d050>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fd1061681c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x148c550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': u'/', 'action': u'view'}
 
14:24:16,221 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
14:24:16,221 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
14:24:16,272 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:24:16,278 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:24:16,278 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:24:16,278 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:24:16,279 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:24:16,279 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:24:16,279 DEBUG [beaker.container] data file /home/marcink/python_workspace/hg_app/data/sessions/container_file/d/d0/d08f13a0624d036cff94c88a7239f3eb.cache
 
14:24:16,279 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x275de90>, 'start_response': <function repl_start_response at 0x26ff848>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x213b550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-monoblue.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x213b790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-monoblue.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x275df90>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x275de90>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x213b810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x283bf10>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-monoblue.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x213b850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x275df90>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x213b850>, 'wsgi.input': <socket._fileobject object at 0x26f7cd0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266326656.279717, '_creation_time': 1266321971.558501}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x283bf10>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x275da10>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fd1061681c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x148c550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-monoblue.css', 'action': u'view'}
 
14:24:16,287 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
14:24:16,287 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
14:24:16,308 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:24:16,309 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:24:16,310 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:24:16,310 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:24:16,310 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:24:16,310 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:24:16,310 DEBUG [beaker.container] data file /home/marcink/python_workspace/hg_app/data/sessions/container_file/d/d0/d08f13a0624d036cff94c88a7239f3eb.cache
 
14:24:16,310 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x2768110>, 'start_response': <function repl_start_response at 0x275bb90>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x213b550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hglogo.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x213b790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hglogo.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2768610>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2768110>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x213b810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x275db50>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hglogo.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x213b850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2768610>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x213b850>, 'wsgi.input': <socket._fileobject object at 0x2765c50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266326656.311023, '_creation_time': 1266321971.558501}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x275db50>, 'HTTP_ACCEPT': 'image/png,image/*;q=0.8,*/*;q=0.5', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2701cd0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fd1061681c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x148c550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/hglogo.png', 'action': u'view'}
 
14:24:16,318 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
14:24:16,318 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
14:24:29,290 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:24:29,293 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:24:29,293 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:24:29,293 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:24:29,294 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:24:29,294 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:24:29,294 DEBUG [beaker.container] data file /home/marcink/python_workspace/hg_app/data/sessions/container_file/d/d0/d08f13a0624d036cff94c88a7239f3eb.cache
 
14:24:29,294 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x2834f50>, 'start_response': <function repl_start_response at 0x275b938>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x213b550>, 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x213b790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2834d90>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x213b810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2834f50>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2742f90>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x213b850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2834d90>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x213b850>, 'wsgi.input': <socket._fileobject object at 0x22315d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266326669.2947919, '_creation_time': 1266321971.558501}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x2742f90>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x27681d0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fd1061681c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x148c550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': u'/', 'action': u'view'}
 
14:24:30,172 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
14:24:30,173 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
14:24:30,244 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:24:30,246 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:24:30,246 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:24:30,246 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:24:30,246 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:24:30,246 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:24:30,247 DEBUG [beaker.container] data file /home/marcink/python_workspace/hg_app/data/sessions/container_file/d/d0/d08f13a0624d036cff94c88a7239f3eb.cache
 
14:24:30,246 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x284aa10>, 'start_response': <function repl_start_response at 0x2838050>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x213b550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-monoblue.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x213b790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-monoblue.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x284ac10>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x284aa10>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x213b810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2834210>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-monoblue.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x213b850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x284ac10>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x213b850>, 'wsgi.input': <socket._fileobject object at 0x2765950 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266326670.247329, '_creation_time': 1266321971.558501}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x2834210>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x274b050>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fd1061681c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x148c550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-monoblue.css', 'action': u'view'}
 
14:24:31,169 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
14:24:31,170 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
14:24:31,203 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:24:31,204 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:24:31,205 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:24:31,205 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:24:31,205 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:24:31,205 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:24:31,206 DEBUG [beaker.container] data file /home/marcink/python_workspace/hg_app/data/sessions/container_file/d/d0/d08f13a0624d036cff94c88a7239f3eb.cache
 
14:24:31,205 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x274b210>, 'start_response': <function repl_start_response at 0x275b9b0>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x213b550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hglogo.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x213b790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hglogo.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x274b310>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x274b210>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x213b810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x284a350>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hglogo.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x213b850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x274b310>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x213b850>, 'wsgi.input': <socket._fileobject object at 0x22315d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266326671.2062581, '_creation_time': 1266321971.558501}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x284a350>, 'HTTP_ACCEPT': 'image/png,image/*;q=0.8,*/*;q=0.5', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2835490>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fd1061681c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x148c550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/hglogo.png', 'action': u'view'}
 
14:24:32,103 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
14:24:32,103 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
14:27:23,395 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:27:23,404 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:27:23,405 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:27:23,405 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:27:23,406 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:27:23,406 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:27:23,407 DEBUG [beaker.container] data file /home/marcink/python_workspace/hg_app/data/sessions/container_file/d/d0/d08f13a0624d036cff94c88a7239f3eb.cache
 
14:27:23,406 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x2768750>, 'start_response': <function repl_start_response at 0x26ff848>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x213b550>, 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x213b790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x27685d0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x213b810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2768750>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x274bed0>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x213b850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x27685d0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x213b850>, 'wsgi.input': <socket._fileobject object at 0x26f7d50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266326843.4072709, '_creation_time': 1266321971.558501}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x274bed0>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2835210>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fd1061681c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x148c550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': u'/', 'action': u'view'}
 
14:27:24,283 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
14:27:24,283 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
14:27:24,364 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:27:24,374 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:27:24,375 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:27:24,375 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:27:24,375 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:27:24,375 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:27:24,376 DEBUG [beaker.container] data file /home/marcink/python_workspace/hg_app/data/sessions/container_file/d/d0/d08f13a0624d036cff94c88a7239f3eb.cache
 
14:27:24,375 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x283b1d0>, 'start_response': <function repl_start_response at 0x27716e0>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x213b550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-monoblue.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x213b790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-monoblue.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x283bb10>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x283b1d0>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x213b810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2768610>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-monoblue.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x213b850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x283bb10>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x213b850>, 'wsgi.input': <socket._fileobject object at 0x27651d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266326844.3763511, '_creation_time': 1266321971.558501}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x2768610>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x283b950>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fd1061681c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x148c550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-monoblue.css', 'action': u'view'}
 
14:27:25,256 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
14:27:25,256 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
14:27:25,294 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:27:25,295 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:27:25,295 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:27:25,296 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:27:25,296 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:27:25,296 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:27:25,296 DEBUG [beaker.container] data file /home/marcink/python_workspace/hg_app/data/sessions/container_file/d/d0/d08f13a0624d036cff94c88a7239f3eb.cache
 
14:27:25,296 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x28347d0>, 'start_response': <function repl_start_response at 0x2838e60>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x213b550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hglogo.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x213b790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hglogo.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2834e10>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x28347d0>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x213b810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x283bf10>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hglogo.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x213b850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2834e10>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x213b850>, 'wsgi.input': <socket._fileobject object at 0x2765a50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266326845.2969921, '_creation_time': 1266321971.558501}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x283bf10>, 'HTTP_ACCEPT': 'image/png,image/*;q=0.8,*/*;q=0.5', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2775c50>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fd1061681c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x148c550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/hglogo.png', 'action': u'view'}
 
14:27:26,205 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
14:27:26,206 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
14:39:15,330 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:39:15,332 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:39:15,332 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:39:15,332 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:39:15,332 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:39:15,332 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:39:15,333 DEBUG [beaker.container] data file /home/marcink/python_workspace/hg_app/data/sessions/container_file/d/d0/d08f13a0624d036cff94c88a7239f3eb.cache
 
14:39:15,333 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x284a1d0>, 'start_response': <function repl_start_response at 0x2771230>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x213b550>, 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x213b790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x284add0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x213b810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x284a1d0>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x284a850>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x213b850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x284add0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x213b850>, 'wsgi.input': <socket._fileobject object at 0x22315d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266327555.3335979, '_creation_time': 1266321971.558501}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x284a850>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x284a250>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fd1061681c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x148c550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': u'/', 'action': u'view'}
 
14:39:16,314 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
14:39:16,316 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
14:39:16,439 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:39:16,440 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:39:16,441 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:39:16,441 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:39:16,441 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:39:16,441 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:39:16,442 DEBUG [beaker.container] data file /home/marcink/python_workspace/hg_app/data/sessions/container_file/d/d0/d08f13a0624d036cff94c88a7239f3eb.cache
 
14:39:16,441 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x2835f50>, 'start_response': <function repl_start_response at 0x27712a8>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x213b550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-paper.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x213b790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-paper.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2835c90>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2835f50>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x213b810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x284ad90>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-paper.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x213b850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2835c90>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x213b850>, 'wsgi.input': <socket._fileobject object at 0x26f7ed0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266327556.4422629, '_creation_time': 1266321971.558501}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x284ad90>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2835350>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fd1061681c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x148c550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-paper.css', 'action': u'view'}
 
14:39:17,326 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
14:39:17,328 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
14:39:17,382 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:39:17,383 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:39:17,384 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:39:17,384 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:39:17,384 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:39:17,384 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:39:17,385 DEBUG [beaker.container] data file /home/marcink/python_workspace/hg_app/data/sessions/container_file/d/d0/d08f13a0624d036cff94c88a7239f3eb.cache
 
14:39:17,384 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x2768190>, 'start_response': <function repl_start_response at 0x275bb90>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x213b550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hglogo.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x213b790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hglogo.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2768910>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2768190>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x213b810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x28351d0>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hglogo.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x213b850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2768910>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x213b850>, 'wsgi.input': <socket._fileobject object at 0x26f7450 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266327557.385169, '_creation_time': 1266321971.558501}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x28351d0>, 'HTTP_ACCEPT': 'image/png,image/*;q=0.8,*/*;q=0.5', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2768290>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fd1061681c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x148c550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/hglogo.png', 'action': u'view'}
 
14:39:18,296 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
14:39:18,344 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
14:39:30,511 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:39:30,515 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:39:30,516 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:39:30,516 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:39:30,516 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:39:30,517 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:39:30,517 DEBUG [beaker.container] data file /home/marcink/python_workspace/hg_app/data/sessions/container_file/d/d0/d08f13a0624d036cff94c88a7239f3eb.cache
 
14:39:30,517 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x274bcd0>, 'start_response': <function repl_start_response at 0x275bf50>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x213b550>, 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x213b790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x274b090>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x213b810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x274bcd0>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2768690>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x213b850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x274b090>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x213b850>, 'wsgi.input': <socket._fileobject object at 0x26f7cd0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266327570.5176101, '_creation_time': 1266321971.558501}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x2768690>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x27683d0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fd1061681c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x148c550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': u'/', 'action': u'view'}
 
14:39:31,435 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
14:39:31,435 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
14:39:31,511 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:39:31,513 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:39:31,513 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:39:31,513 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:39:31,513 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:39:31,513 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:39:31,514 DEBUG [beaker.container] data file /home/marcink/python_workspace/hg_app/data/sessions/container_file/d/d0/d08f13a0624d036cff94c88a7239f3eb.cache
 
14:39:31,514 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x2768c10>, 'start_response': <function repl_start_response at 0x275b7d0>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x213b550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-paper.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x213b790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-paper.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2768050>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2768c10>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x213b810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x274b150>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-paper.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x213b850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2768050>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x213b850>, 'wsgi.input': <socket._fileobject object at 0x26f73d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266327571.5145171, '_creation_time': 1266321971.558501}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x274b150>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2834a90>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fd1061681c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x148c550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-paper.css', 'action': u'view'}
 
14:39:32,427 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
14:39:32,427 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
14:39:32,463 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:39:32,465 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:39:32,465 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:39:32,465 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:39:32,465 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:39:32,465 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:39:32,466 DEBUG [beaker.container] data file /home/marcink/python_workspace/hg_app/data/sessions/container_file/d/d0/d08f13a0624d036cff94c88a7239f3eb.cache
 
14:39:32,466 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x284a710>, 'start_response': <function repl_start_response at 0x275bb18>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x213b550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hglogo.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x213b790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hglogo.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x284af90>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x284a710>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x213b810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2768d50>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hglogo.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x213b850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x284af90>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x213b850>, 'wsgi.input': <socket._fileobject object at 0x26f7bd0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266327572.466469, '_creation_time': 1266321971.558501}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x2768d50>, 'HTTP_ACCEPT': 'image/png,image/*;q=0.8,*/*;q=0.5', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2768710>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fd1061681c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x148c550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/hglogo.png', 'action': u'view'}
 
14:39:33,399 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
14:39:33,399 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
14:39:42,098 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:39:42,101 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:39:42,102 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:39:42,102 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:39:42,103 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:39:42,103 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:39:42,104 DEBUG [beaker.container] data file /home/marcink/python_workspace/hg_app/data/sessions/container_file/d/d0/d08f13a0624d036cff94c88a7239f3eb.cache
 
14:39:42,104 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x283bd50>, 'start_response': <function repl_start_response at 0x27719b0>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x213b550>, 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x213b790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x283b850>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x213b810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x283bd50>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x284a150>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x213b850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x283b850>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x213b850>, 'wsgi.input': <socket._fileobject object at 0x26f79d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266327582.1046491, '_creation_time': 1266321971.558501}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x284a150>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x284a550>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fd1061681c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x148c550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': u'/', 'action': u'view'}
 
14:39:43,072 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
14:39:43,074 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
14:39:43,208 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:39:43,210 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:39:43,210 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:39:43,210 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:39:43,211 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:39:43,211 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:39:43,211 DEBUG [beaker.container] data file /home/marcink/python_workspace/hg_app/data/sessions/container_file/d/d0/d08f13a0624d036cff94c88a7239f3eb.cache
 
14:39:43,211 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x2775750>, 'start_response': <function repl_start_response at 0x2771230>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x213b550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x213b790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2775590>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2775750>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x213b810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x283b650>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x213b850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2775590>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x213b850>, 'wsgi.input': <socket._fileobject object at 0x26f74d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266327583.2118199, '_creation_time': 1266321971.558501}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x283b650>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2775e90>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fd1061681c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x148c550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'}
 
14:39:44,110 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
14:39:44,111 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
14:39:49,729 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:39:49,736 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:39:49,736 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:39:49,737 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:39:49,737 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:39:49,737 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:39:49,737 DEBUG [beaker.container] data file /home/marcink/python_workspace/hg_app/data/sessions/container_file/d/d0/d08f13a0624d036cff94c88a7239f3eb.cache
 
14:39:49,737 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x275d190>, 'start_response': <function repl_start_response at 0x26ff488>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x213b550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'lotto/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x213b790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/lotto/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x275db90>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x275d190>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x213b810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2775e50>, {'action': u'view', 'controller': u'hg', 'path_info': 'lotto/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x213b850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x275db90>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x213b850>, 'wsgi.input': <socket._fileobject object at 0x26f7dd0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266327589.7378261, '_creation_time': 1266321971.558501}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x2775e50>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2775450>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fd1061681c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x148c550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'lotto/', 'action': u'view'}
 
14:39:50,672 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
14:39:50,673 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
14:39:50,790 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:39:50,802 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:39:50,802 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:39:50,802 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:39:50,802 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:39:50,803 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:39:50,803 DEBUG [beaker.container] data file /home/marcink/python_workspace/hg_app/data/sessions/container_file/d/d0/d08f13a0624d036cff94c88a7239f3eb.cache
 
14:39:50,803 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x29c32d0>, 'start_response': <function repl_start_response at 0x2b4d398>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x213b550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/lotto/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x213b790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x29c34d0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x29c32d0>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x213b810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x29b9250>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x213b850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x29c34d0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x213b850>, 'wsgi.input': <socket._fileobject object at 0x2765b50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266327590.8036101, '_creation_time': 1266321971.558501}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x29b9250>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x283b910>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fd1061681c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x148c550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'}
 
14:39:51,724 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
14:39:51,772 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
14:39:53,590 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:39:53,591 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:39:53,592 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:39:53,592 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:39:53,592 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:39:53,592 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:39:53,592 DEBUG [beaker.container] data file /home/marcink/python_workspace/hg_app/data/sessions/container_file/d/d0/d08f13a0624d036cff94c88a7239f3eb.cache
 
14:39:53,592 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x2b44650>, 'start_response': <function repl_start_response at 0x2b4de60>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x213b550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/lotto/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'lotto/shortlog'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x213b790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/lotto/shortlog', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2b44690>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2b44650>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x213b810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x29c3110>, {'action': u'view', 'controller': u'hg', 'path_info': 'lotto/shortlog'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x213b850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2b44690>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x213b850>, 'wsgi.input': <socket._fileobject object at 0x27651d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266327593.592931, '_creation_time': 1266321971.558501}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x29c3110>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2775f90>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fd1061681c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x148c550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'lotto/shortlog', 'action': u'view'}
 
14:39:54,496 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
14:39:54,496 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
14:39:54,546 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:39:54,547 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:39:54,548 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:39:54,548 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:39:54,548 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:39:54,548 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:39:54,548 DEBUG [beaker.container] data file /home/marcink/python_workspace/hg_app/data/sessions/container_file/d/d0/d08f13a0624d036cff94c88a7239f3eb.cache
 
14:39:54,548 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x2b448d0>, 'start_response': <function repl_start_response at 0x2b5d578>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x213b550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/lotto/shortlog', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x213b790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2b2dd10>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2b448d0>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x213b810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2835910>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x213b850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2b2dd10>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x213b850>, 'wsgi.input': <socket._fileobject object at 0x29e64d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266327594.5489669, '_creation_time': 1266321971.558501}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x2835910>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x29c3190>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fd1061681c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x148c550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'}
 
14:39:55,458 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
14:39:55,459 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
14:39:59,737 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:39:59,741 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:39:59,742 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:39:59,742 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:39:59,743 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:39:59,743 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:39:59,744 DEBUG [beaker.container] data file /home/marcink/python_workspace/hg_app/data/sessions/container_file/d/d0/d08f13a0624d036cff94c88a7239f3eb.cache
 
14:39:59,744 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x2b5ec90>, 'start_response': <function repl_start_response at 0x2bee050>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x213b550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/lotto/shortlog', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'lotto/log/11'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x213b790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/lotto/log/11', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2b5eb10>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2b5ec90>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x213b810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2768250>, {'action': u'view', 'controller': u'hg', 'path_info': 'lotto/log/11'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x213b850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2b5eb10>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x213b850>, 'wsgi.input': <socket._fileobject object at 0x2765b50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266327599.7453101, '_creation_time': 1266321971.558501}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x2768250>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x29c3310>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fd1061681c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x148c550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'lotto/log/11', 'action': u'view'}
 
14:40:00,658 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
14:40:00,659 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
14:40:00,721 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:40:00,722 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:40:00,722 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:40:00,723 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:40:00,723 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:40:00,723 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:40:00,723 DEBUG [beaker.container] data file /home/marcink/python_workspace/hg_app/data/sessions/container_file/d/d0/d08f13a0624d036cff94c88a7239f3eb.cache
 
14:40:00,723 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x29b9f10>, 'start_response': <function repl_start_response at 0x2bee848>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x213b550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/lotto/log/11', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x213b790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2a1ab10>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x29b9f10>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x213b810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2b5e650>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x213b850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2a1ab10>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x213b850>, 'wsgi.input': <socket._fileobject object at 0x29e64d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266327600.723855, '_creation_time': 1266321971.558501}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x2b5e650>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2b5ed50>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fd1061681c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x148c550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'}
 
14:40:01,610 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
14:40:01,659 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
14:40:07,647 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:40:07,651 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:40:07,652 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:40:07,652 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:40:07,653 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:40:07,653 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:40:07,654 DEBUG [beaker.container] data file /home/marcink/python_workspace/hg_app/data/sessions/container_file/d/d0/d08f13a0624d036cff94c88a7239f3eb.cache
 
14:40:07,654 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x2bf5850>, 'start_response': <function repl_start_response at 0x2c002a8>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x213b550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/lotto/log/11', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'lotto/graph'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x213b790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/lotto/graph', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2bf5750>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2bf5850>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x213b810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2834dd0>, {'action': u'view', 'controller': u'hg', 'path_info': 'lotto/graph'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x213b850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2bf5750>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x213b850>, 'wsgi.input': <socket._fileobject object at 0x2a11cd0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266327607.6552601, '_creation_time': 1266321971.558501}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x2834dd0>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2b5edd0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fd1061681c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x148c550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'lotto/graph', 'action': u'view'}
 
14:40:08,569 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
14:40:08,569 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
14:40:08,621 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:40:08,622 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:40:08,622 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:40:08,623 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:40:08,623 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:40:08,623 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:40:08,623 DEBUG [beaker.container] data file /home/marcink/python_workspace/hg_app/data/sessions/container_file/d/d0/d08f13a0624d036cff94c88a7239f3eb.cache
 
14:40:08,623 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x2b2da50>, 'start_response': <function repl_start_response at 0x2c1c500>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x213b550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/lotto/graph', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x213b790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2b2df10>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2b2da50>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x213b810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x284a6d0>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x213b850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2b2df10>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x213b850>, 'wsgi.input': <socket._fileobject object at 0x29e64d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266327608.6238811, '_creation_time': 1266321971.558501}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x284a6d0>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x29c3150>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fd1061681c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x148c550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'}
 
14:40:08,696 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:40:08,698 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:40:08,698 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:40:08,698 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:40:08,698 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:40:08,698 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:40:08,699 DEBUG [beaker.container] data file /home/marcink/python_workspace/hg_app/data/sessions/container_file/d/d0/d08f13a0624d036cff94c88a7239f3eb.cache
 
14:40:08,698 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x2c05950>, 'start_response': <function repl_start_response at 0x2c1c8c0>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x213b550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/lotto/graph', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/graph.js'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x213b790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/graph.js', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2c05990>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2c05950>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x213b810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2b2ded0>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/graph.js'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x213b850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2c05990>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x213b850>, 'wsgi.input': <socket._fileobject object at 0x2bfe0d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266327608.6993721, '_creation_time': 1266321971.558501}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x2b2ded0>, 'HTTP_ACCEPT': '*/*', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2c05ed0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fd1061681c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x148c550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/graph.js', 'action': u'view'}
 
14:40:09,802 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
14:40:09,802 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
14:40:10,433 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
14:40:10,433 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
14:40:32,661 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
 
14:40:32,661 DEBUG [pylons.configuration] Pushing process configuration
 
14:40:32,665 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
 
14:40:32,665 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
 
14:40:32,668 DEBUG [pylons.templating] Initialized Buffet object
 
14:40:32,668 DEBUG [pylons.templating] Adding mako template language for use with Buffet
 
14:40:32,676 DEBUG [paste.httpserver.ThreadPool] Started new worker 140054498146576: Initial worker pool
 
14:40:32,677 DEBUG [paste.httpserver.ThreadPool] Started new worker 140054489753872: Initial worker pool
 
14:40:32,677 DEBUG [paste.httpserver.ThreadPool] Started new worker 140054481361168: Initial worker pool
 
14:40:32,677 DEBUG [paste.httpserver.ThreadPool] Started new worker 140054472968464: Initial worker pool
 
14:40:32,677 DEBUG [paste.httpserver.ThreadPool] Started new worker 140054464575760: Initial worker pool
 
14:40:32,678 DEBUG [paste.httpserver.ThreadPool] Started new worker 140054456183056: Initial worker pool
 
14:40:32,678 DEBUG [paste.httpserver.ThreadPool] Started new worker 140054447790352: Initial worker pool
 
14:40:32,679 DEBUG [paste.httpserver.ThreadPool] Started new worker 140054439397648: Initial worker pool
 
14:40:32,679 DEBUG [paste.httpserver.ThreadPool] Started new worker 140054431004944: Initial worker pool
 
14:40:32,679 DEBUG [paste.httpserver.ThreadPool] Started new worker 140054422612240: Initial worker pool
 
14:40:36,608 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:40:36,611 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:40:36,612 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:40:36,665 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
 
14:40:36,665 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:40:36,665 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:40:36,665 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:40:36,666 DEBUG [beaker.container] data file /home/marcink/python_workspace/hg_app/data/sessions/container_file/d/d0/d08f13a0624d036cff94c88a7239f3eb.cache
 
14:40:36,666 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x2fcab90>, 'start_response': <function repl_start_response at 0x3006b90>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2eb9550>, 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2eb9790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2fcaed0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x2eb9810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2fcab90>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2fca990>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2eb9850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2fcaed0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2eb9850>, 'wsgi.input': <socket._fileobject object at 0x2faf550 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266327636.666698, '_creation_time': 1266321971.558501}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x2fca990>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2fca690>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f60ff1901c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x22085d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': u'/', 'action': u'view'}
 
14:40:37,546 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
14:40:37,547 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
14:40:37,656 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:40:37,659 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:40:37,659 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:40:37,659 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:40:37,659 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:40:37,659 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:40:37,660 DEBUG [beaker.container] data file /home/marcink/python_workspace/hg_app/data/sessions/container_file/d/d0/d08f13a0624d036cff94c88a7239f3eb.cache
 
14:40:37,659 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x3585450>, 'start_response': <function repl_start_response at 0x3484d70>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2eb9550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2eb9790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x35854d0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3585450>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2eb9810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2fcaa10>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2eb9850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x35854d0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2eb9850>, 'wsgi.input': <socket._fileobject object at 0x2faf6d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266327637.660351, '_creation_time': 1266321971.558501}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x2fcaa10>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3486c50>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f60ff1901c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x22085d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'}
 
14:40:38,534 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
14:40:38,534 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
14:40:54,108 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:40:54,109 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:40:54,110 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:40:54,110 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:40:54,110 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:40:54,110 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:40:54,110 DEBUG [beaker.container] data file /home/marcink/python_workspace/hg_app/data/sessions/container_file/d/d0/d08f13a0624d036cff94c88a7239f3eb.cache
 
14:40:54,110 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x3565250>, 'start_response': <function repl_start_response at 0x357ce60>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2eb9550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'slavehack_hack/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2eb9790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/slavehack_hack/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3565650>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3565250>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2eb9810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x3565e50>, {'action': u'view', 'controller': u'hg', 'path_info': 'slavehack_hack/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2eb9850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3565650>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2eb9850>, 'wsgi.input': <socket._fileobject object at 0x2faf5d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266327654.1110981, '_creation_time': 1266321971.558501}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x3565e50>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3585650>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f60ff1901c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x22085d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'slavehack_hack/', 'action': u'view'}
 
14:40:55,000 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
14:40:55,000 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
14:40:55,134 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:40:55,135 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:40:55,136 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:40:55,136 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:40:55,136 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:40:55,136 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:40:55,136 DEBUG [beaker.container] data file /home/marcink/python_workspace/hg_app/data/sessions/container_file/d/d0/d08f13a0624d036cff94c88a7239f3eb.cache
 
14:40:55,136 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x380b690>, 'start_response': <function repl_start_response at 0x3846050>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2eb9550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/slavehack_hack/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2eb9790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x380b050>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x380b690>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2eb9810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x366acd0>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2eb9850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x380b050>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2eb9850>, 'wsgi.input': <socket._fileobject object at 0x347c750 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266327655.13709, '_creation_time': 1266321971.558501}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x366acd0>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3587f10>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f60ff1901c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x22085d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'}
 
14:40:55,988 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
14:40:55,988 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
14:41:13,941 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:41:13,950 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:41:13,951 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:41:13,952 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:41:13,952 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:41:13,952 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:41:13,954 DEBUG [beaker.container] data file /home/marcink/python_workspace/hg_app/data/sessions/container_file/d/d0/d08f13a0624d036cff94c88a7239f3eb.cache
 
14:41:13,953 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x380b710>, 'start_response': <function repl_start_response at 0x3844050>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2eb9550>, 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2eb9790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x380b510>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x2eb9810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x380b710>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x380b350>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2eb9850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x380b510>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2eb9850>, 'wsgi.input': <socket._fileobject object at 0x347c5d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266327673.954361, '_creation_time': 1266321971.558501}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x380b350>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3565f10>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f60ff1901c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x22085d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': u'/', 'action': u'view'}
 
14:41:14,828 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
14:41:14,829 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
14:41:14,899 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:41:14,901 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:41:14,901 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:41:14,901 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:41:14,901 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:41:14,902 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:41:14,902 DEBUG [beaker.container] data file /home/marcink/python_workspace/hg_app/data/sessions/container_file/d/d0/d08f13a0624d036cff94c88a7239f3eb.cache
 
14:41:14,902 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x3587550>, 'start_response': <function repl_start_response at 0x358a2a8>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2eb9550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2eb9790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3587250>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3587550>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2eb9810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x380b050>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2eb9850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3587250>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2eb9850>, 'wsgi.input': <socket._fileobject object at 0x358b0d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266327674.9026921, '_creation_time': 1266321971.558501}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x380b050>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3585550>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f60ff1901c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x22085d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'}
 
14:41:15,762 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
14:41:15,763 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
14:42:03,654 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
 
14:42:03,655 DEBUG [pylons.configuration] Pushing process configuration
 
14:42:03,658 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
 
14:42:03,658 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
 
14:42:03,661 DEBUG [pylons.templating] Initialized Buffet object
 
14:42:03,661 DEBUG [pylons.templating] Adding mako template language for use with Buffet
 
14:42:03,670 DEBUG [paste.httpserver.ThreadPool] Started new worker 139889227299088: Initial worker pool
 
14:42:03,670 DEBUG [paste.httpserver.ThreadPool] Started new worker 139889218906384: Initial worker pool
 
14:42:03,670 DEBUG [paste.httpserver.ThreadPool] Started new worker 139889210513680: Initial worker pool
 
14:42:03,671 DEBUG [paste.httpserver.ThreadPool] Started new worker 139889202120976: Initial worker pool
 
14:42:03,671 DEBUG [paste.httpserver.ThreadPool] Started new worker 139889193728272: Initial worker pool
 
14:42:03,671 DEBUG [paste.httpserver.ThreadPool] Started new worker 139889185335568: Initial worker pool
 
14:42:03,671 DEBUG [paste.httpserver.ThreadPool] Started new worker 139889176942864: Initial worker pool
 
14:42:03,672 DEBUG [paste.httpserver.ThreadPool] Started new worker 139889168550160: Initial worker pool
 
14:42:03,672 DEBUG [paste.httpserver.ThreadPool] Started new worker 139889160157456: Initial worker pool
 
14:42:03,672 DEBUG [paste.httpserver.ThreadPool] Started new worker 139889151764752: Initial worker pool
 
14:42:56,070 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
 
14:42:56,070 DEBUG [pylons.configuration] Pushing process configuration
 
14:42:56,073 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
 
14:42:56,074 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
 
14:42:56,077 DEBUG [pylons.templating] Initialized Buffet object
 
14:42:56,077 DEBUG [pylons.templating] Adding mako template language for use with Buffet
 
14:42:56,085 DEBUG [paste.httpserver.ThreadPool] Started new worker 140392929880336: Initial worker pool
 
14:42:56,086 DEBUG [paste.httpserver.ThreadPool] Started new worker 140392921487632: Initial worker pool
 
14:42:56,086 DEBUG [paste.httpserver.ThreadPool] Started new worker 140392913094928: Initial worker pool
 
14:42:56,086 DEBUG [paste.httpserver.ThreadPool] Started new worker 140392904702224: Initial worker pool
 
14:42:56,087 DEBUG [paste.httpserver.ThreadPool] Started new worker 140392896309520: Initial worker pool
 
14:42:56,087 DEBUG [paste.httpserver.ThreadPool] Started new worker 140392887916816: Initial worker pool
 
14:42:56,087 DEBUG [paste.httpserver.ThreadPool] Started new worker 140392879524112: Initial worker pool
 
14:42:56,088 DEBUG [paste.httpserver.ThreadPool] Started new worker 140392871131408: Initial worker pool
 
14:42:56,088 DEBUG [paste.httpserver.ThreadPool] Started new worker 140392862738704: Initial worker pool
 
14:42:56,089 DEBUG [paste.httpserver.ThreadPool] Started new worker 140392854346000: Initial worker pool
 
14:42:58,459 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:42:58,462 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:42:58,463 DEBUG [pylons.wsgiapp] No controller found, returning 404 HTTP Not Found
 
14:42:58,463 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:42:58,464 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'error'
 
14:42:58,491 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.error', class: 'ErrorController'
 
14:42:58,491 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:42:58,491 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:42:58,491 DEBUG [pylons.controllers.core] Looking for u'document' method to handle the request
 
14:42:58,491 DEBUG [pylons.controllers.core] Calling 'document' method with keyword args: **{}
 
14:42:58,492 DEBUG [beaker.container] data file /home/marcink/python_workspace/hg_app/data/sessions/container_file/d/d0/d08f13a0624d036cff94c88a7239f3eb.cache
 
14:42:58,492 DEBUG [pylons.templating] Created render namespace with pylons vars: {'c': <pylons.util.AttribSafeContextObj at 0x232a150 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'ungettext': <function ungettext at 0x1d17758>, 'g': <pylons_app.lib.app_globals.Globals object at 0x21d3690>, 'url': <routes.util.URLGenerator object at 0x22e2f90>, 'h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'request': <Request at 0x232a050 GET http://127.0.0.1:5000/error/document>, 'tmpl_context': <pylons.util.AttribSafeContextObj at 0x232a150 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'translator': <gettext.GNUTranslations instance at 0x2328e18>, 'session': {'_accessed_time': 1266327778.492738, '_creation_time': 1266321971.558501}, 'N_': <function gettext_noop at 0x1d17410>, 'app_globals': <pylons_app.lib.app_globals.Globals object at 0x21d3690>, 'config': {'error_email_from': 'paste_error@localhost', 'beaker.session.auto': 'True', 'pylons.paths': {'templates': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'controllers': '/home/marcink/python_workspace/hg_app/pylons_app/controllers', 'static_files': '/home/marcink/python_workspace/hg_app/pylons_app/public', 'root': '/home/marcink/python_workspace/hg_app/pylons_app'}, 'logview.sqlalchemy': '#faa', 'pylons.errorware': {'debug': True}, 'pylons.response_options': {'headers': {'Pragma': 'no-cache', 'Cache-Control': 'no-cache'}, 'errors': 'strict', 'charset': 'utf-8', 'content_type': 'text/html'}, 'beaker.session.type': 'file', 'pylons.c_attach_args': True, 'logview.pylons.templating': '#bfb', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'smtp_server': 'localhost', 'app_conf': {'lang': 'en', 'beaker.session.auto': 'True', 'logview.pylons.templating': '#bfb', 'package': 'pylons_app', 'beaker.session.timeout': '3600', 'logview.sqlalchemy': '#faa', 'cache_dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.type': 'file'}, 'pylons.cache_dir': '/home/marcink/python_workspace/hg_app/data', 'buffet.template_engines': [{'engine': 'mako', 'alias': None, 'template_root': '', 'template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}}], 'buffet.template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}, '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'routes.map': <routes.mapper.Mapper object at 0x21d34d0>, 'here': '/home/marcink/python_workspace/hg_app', 'email_to': 'marcin.kuzminski@etelko.pl', 'pylons.h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'pylons.package': 'pylons_app', 'pylons.g': <pylons_app.lib.app_globals.Globals object at 0x21d3690>, 'lang': 'en', 'global_conf': {'error_email_from': 'paste_error@localhost', 'email_to': 'marcin.kuzminski@etelko.pl', 'debug': 'true', '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'smtp_server': 'localhost', 'here': '/home/marcink/python_workspace/hg_app'}, 'package': 'pylons_app', 'cache.dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.timeout': '3600', 'pylons.request_options': {'errors': 'replace', 'decode_param_names': False, 'charset': 'utf-8', 'language': 'en-us'}, 'pylons.db_engines': {}, 'pylons.strict_c': False, 'beaker.cache.data_dir': '/home/marcink/python_workspace/hg_app/data/cache', 'debug': True, 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.data_dir': '/home/marcink/python_workspace/hg_app/data/sessions'}, 'response': <Response at 0x232a090 200 OK>, '_': <function ugettext at 0x1d17578>}
 
14:42:58,494 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
 
14:42:58,494 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
 
14:43:01,083 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:43:01,085 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:43:01,085 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:43:01,130 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
 
14:43:01,130 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:43:01,130 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:43:01,130 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:43:01,131 DEBUG [beaker.container] data file /home/marcink/python_workspace/hg_app/data/sessions/container_file/d/d0/d08f13a0624d036cff94c88a7239f3eb.cache
 
14:43:01,131 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x254cf90>, 'start_response': <function repl_start_response at 0x2550ed8>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x21d3610>, 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x21d3890>>, 'SCRIPT_NAME': '/hg', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x254ce90>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x21d3910>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x254cf90>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x255bc90>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x21d3950>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x254ce90>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x21d3950>, 'wsgi.input': <socket._fileobject object at 0x22c96d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266327781.1315889, '_creation_time': 1266321971.558501}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x255bc90>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x255ba50>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fafcb3371c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x15245d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': u'/', 'action': u'view'}
 
14:43:02,028 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
14:43:02,028 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
14:43:02,100 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:43:02,102 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:43:02,102 DEBUG [pylons.wsgiapp] No controller found, returning 404 HTTP Not Found
 
14:43:02,103 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:43:02,103 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'error'
 
14:43:02,103 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:43:02,103 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:43:02,104 DEBUG [pylons.controllers.core] Looking for u'document' method to handle the request
 
14:43:02,104 DEBUG [pylons.controllers.core] Calling 'document' method with keyword args: **{}
 
14:43:02,104 DEBUG [beaker.container] data file /home/marcink/python_workspace/hg_app/data/sessions/container_file/d/d0/d08f13a0624d036cff94c88a7239f3eb.cache
 
14:43:02,104 DEBUG [pylons.templating] Created render namespace with pylons vars: {'c': <pylons.util.AttribSafeContextObj at 0x2822bd0 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'ungettext': <function ungettext at 0x1d17758>, 'g': <pylons_app.lib.app_globals.Globals object at 0x21d3690>, 'url': <routes.util.URLGenerator object at 0x2822710>, 'h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'request': <Request at 0x2822350 GET http://127.0.0.1:5000/error/document>, 'tmpl_context': <pylons.util.AttribSafeContextObj at 0x2822bd0 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'translator': <gettext.GNUTranslations instance at 0x2820368>, 'session': {'_accessed_time': 1266327782.104913, '_creation_time': 1266321971.558501}, 'N_': <function gettext_noop at 0x1d17410>, 'app_globals': <pylons_app.lib.app_globals.Globals object at 0x21d3690>, 'config': {'error_email_from': 'paste_error@localhost', 'beaker.session.auto': 'True', 'pylons.paths': {'templates': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'controllers': '/home/marcink/python_workspace/hg_app/pylons_app/controllers', 'static_files': '/home/marcink/python_workspace/hg_app/pylons_app/public', 'root': '/home/marcink/python_workspace/hg_app/pylons_app'}, 'logview.sqlalchemy': '#faa', 'pylons.errorware': {'debug': True}, 'pylons.response_options': {'headers': {'Pragma': 'no-cache', 'Cache-Control': 'no-cache'}, 'errors': 'strict', 'charset': 'utf-8', 'content_type': 'text/html'}, 'beaker.session.type': 'file', 'pylons.c_attach_args': True, 'logview.pylons.templating': '#bfb', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'smtp_server': 'localhost', 'app_conf': {'lang': 'en', 'beaker.session.auto': 'True', 'logview.pylons.templating': '#bfb', 'package': 'pylons_app', 'beaker.session.timeout': '3600', 'logview.sqlalchemy': '#faa', 'cache_dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.type': 'file'}, 'pylons.cache_dir': '/home/marcink/python_workspace/hg_app/data', 'buffet.template_engines': [{'engine': 'mako', 'alias': None, 'template_root': '', 'template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}}], 'buffet.template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}, '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'routes.map': <routes.mapper.Mapper object at 0x21d34d0>, 'here': '/home/marcink/python_workspace/hg_app', 'email_to': 'marcin.kuzminski@etelko.pl', 'pylons.h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'pylons.package': 'pylons_app', 'pylons.g': <pylons_app.lib.app_globals.Globals object at 0x21d3690>, 'lang': 'en', 'global_conf': {'error_email_from': 'paste_error@localhost', 'email_to': 'marcin.kuzminski@etelko.pl', 'debug': 'true', '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'smtp_server': 'localhost', 'here': '/home/marcink/python_workspace/hg_app'}, 'package': 'pylons_app', 'cache.dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.timeout': '3600', 'pylons.request_options': {'errors': 'replace', 'decode_param_names': False, 'charset': 'utf-8', 'language': 'en-us'}, 'pylons.db_engines': {}, 'pylons.strict_c': False, 'beaker.cache.data_dir': '/home/marcink/python_workspace/hg_app/data/cache', 'debug': True, 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.data_dir': '/home/marcink/python_workspace/hg_app/data/sessions'}, 'response': <Response at 0x2822790 200 OK>, '_': <function ugettext at 0x1d17578>}
 
14:43:02,105 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
 
14:43:02,105 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
 
14:43:14,988 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
 
14:43:14,988 DEBUG [pylons.configuration] Pushing process configuration
 
14:43:14,991 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
 
14:43:14,992 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
 
14:43:14,995 DEBUG [pylons.templating] Initialized Buffet object
 
14:43:14,995 DEBUG [pylons.templating] Adding mako template language for use with Buffet
 
14:43:15,005 DEBUG [paste.httpserver.ThreadPool] Started new worker 139842214570256: Initial worker pool
 
14:43:15,006 DEBUG [paste.httpserver.ThreadPool] Started new worker 139842206177552: Initial worker pool
 
14:43:15,006 DEBUG [paste.httpserver.ThreadPool] Started new worker 139842197784848: Initial worker pool
 
14:43:15,006 DEBUG [paste.httpserver.ThreadPool] Started new worker 139842189392144: Initial worker pool
 
14:43:15,006 DEBUG [paste.httpserver.ThreadPool] Started new worker 139842180999440: Initial worker pool
 
14:43:15,007 DEBUG [paste.httpserver.ThreadPool] Started new worker 139842172606736: Initial worker pool
 
14:43:15,007 DEBUG [paste.httpserver.ThreadPool] Started new worker 139842164214032: Initial worker pool
 
14:43:15,007 DEBUG [paste.httpserver.ThreadPool] Started new worker 139842155821328: Initial worker pool
 
14:43:15,008 DEBUG [paste.httpserver.ThreadPool] Started new worker 139842147428624: Initial worker pool
 
14:43:15,008 DEBUG [paste.httpserver.ThreadPool] Started new worker 139842139035920: Initial worker pool
 
14:43:38,419 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:43:38,421 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:43:38,422 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:43:38,489 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
 
14:43:38,489 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:43:38,489 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:43:38,490 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:43:38,490 DEBUG [beaker.container] data file /home/marcink/python_workspace/hg_app/data/sessions/container_file/d/d0/d08f13a0624d036cff94c88a7239f3eb.cache
 
14:43:38,490 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x2e1eb90>, 'start_response': <function repl_start_response at 0x2e5bb90>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2d0d550>, 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2d0d790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2e1eed0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x2d0d810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2e1eb90>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2e1e990>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2d0d850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2e1eed0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2d0d850>, 'wsgi.input': <socket._fileobject object at 0x2e03550 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266327818.490762, '_creation_time': 1266321971.558501}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x2e1e990>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2e1e690>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f2f9202b1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x205d5d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': u'/', 'action': u'view'}
 
14:43:39,375 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
14:43:39,375 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
14:43:39,472 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:43:39,475 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:43:39,475 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:43:39,475 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:43:39,476 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:43:39,476 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:43:39,476 DEBUG [beaker.container] data file /home/marcink/python_workspace/hg_app/data/sessions/container_file/d/d0/d08f13a0624d036cff94c88a7239f3eb.cache
 
14:43:39,476 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x3315490>, 'start_response': <function repl_start_response at 0x32d9d70>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2d0d550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2d0d790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x33154d0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3315490>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2d0d810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2e1ea10>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2d0d850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x33154d0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2d0d850>, 'wsgi.input': <socket._fileobject object at 0x2e036d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266327819.47679, '_creation_time': 1266321971.558501}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x2e1ea10>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x32dbb50>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f2f9202b1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x205d5d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'}
 
14:43:40,355 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
14:43:40,355 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
14:43:55,209 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
 
14:43:55,209 DEBUG [pylons.configuration] Pushing process configuration
 
14:43:55,212 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
 
14:43:55,213 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
 
14:43:55,217 DEBUG [pylons.templating] Initialized Buffet object
 
14:43:55,217 DEBUG [pylons.templating] Adding mako template language for use with Buffet
 
14:43:55,219 DEBUG [paste.httpserver.ThreadPool] Started new worker 140472426989840: Initial worker pool
 
14:43:55,219 DEBUG [paste.httpserver.ThreadPool] Started new worker 140472418597136: Initial worker pool
 
14:43:55,219 DEBUG [paste.httpserver.ThreadPool] Started new worker 140472410204432: Initial worker pool
 
14:43:55,219 DEBUG [paste.httpserver.ThreadPool] Started new worker 140472401811728: Initial worker pool
 
14:43:55,219 DEBUG [paste.httpserver.ThreadPool] Started new worker 140472393419024: Initial worker pool
 
14:43:55,220 DEBUG [paste.httpserver.ThreadPool] Started new worker 140472385026320: Initial worker pool
 
14:43:55,220 DEBUG [paste.httpserver.ThreadPool] Started new worker 140472376633616: Initial worker pool
 
14:43:55,220 DEBUG [paste.httpserver.ThreadPool] Started new worker 140472368240912: Initial worker pool
 
14:43:55,220 DEBUG [paste.httpserver.ThreadPool] Started new worker 140472359848208: Initial worker pool
 
14:43:55,221 DEBUG [paste.httpserver.ThreadPool] Started new worker 140472351455504: Initial worker pool
 
14:43:55,918 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:43:55,921 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:43:55,922 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:43:55,972 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
 
14:43:55,972 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:43:55,972 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:43:55,972 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:43:55,973 DEBUG [beaker.container] data file /home/marcink/python_workspace/hg_app/data/sessions/container_file/d/d0/d08f13a0624d036cff94c88a7239f3eb.cache
 
14:43:55,972 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x3171ad0>, 'start_response': <function repl_start_response at 0x315ca28>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x3168550>, 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x3168790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3171e10>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x3168810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3171ad0>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x3171950>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3171e10>, 'wsgi.input': <socket._fileobject object at 0x30ee450 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266327835.9732239, '_creation_time': 1266321971.558501}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x3171950>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3171650>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fc24d78c1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x24b65d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': u'/', 'action': u'view'}
 
14:43:56,863 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
14:43:56,863 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
14:43:56,905 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:43:56,906 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:43:56,907 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:43:56,907 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:43:56,907 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:43:56,907 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:43:56,908 DEBUG [beaker.container] data file /home/marcink/python_workspace/hg_app/data/sessions/container_file/d/d0/d08f13a0624d036cff94c88a7239f3eb.cache
 
14:43:56,907 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x372e590>, 'start_response': <function repl_start_response at 0x3753938>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x3168550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x3168790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x372e0d0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x372e590>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x3168810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x372e450>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x372e0d0>, 'wsgi.input': <socket._fileobject object at 0x30ee750 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266327836.9082389, '_creation_time': 1266321971.558501}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x372e450>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3746d90>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fc24d78c1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x24b65d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'}
 
14:43:57,796 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
14:43:57,797 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
14:44:06,476 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:44:06,489 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:44:06,490 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:44:06,490 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:44:06,490 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:44:06,490 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:44:06,491 DEBUG [beaker.container] data file /home/marcink/python_workspace/hg_app/data/sessions/container_file/d/d0/d08f13a0624d036cff94c88a7239f3eb.cache
 
14:44:06,490 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x36c0750>, 'start_response': <function repl_start_response at 0x36c1140>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x3168550>, 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x3168790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x36c0a90>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x3168810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x36c0750>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x36c0f90>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x36c0a90>, 'wsgi.input': <socket._fileobject object at 0x30ee650 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266327846.4912381, '_creation_time': 1266321971.558501}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x36c0f90>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3746fd0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fc24d78c1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x24b65d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': u'/', 'action': u'view'}
 
14:44:07,360 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
14:44:07,360 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
14:44:07,384 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:44:07,385 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:44:07,385 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:44:07,385 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:44:07,385 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:44:07,385 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:44:07,386 DEBUG [beaker.container] data file /home/marcink/python_workspace/hg_app/data/sessions/container_file/d/d0/d08f13a0624d036cff94c88a7239f3eb.cache
 
14:44:07,386 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x36c06d0>, 'start_response': <function repl_start_response at 0x36c1050>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x3168550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x3168790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x36c0110>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x36c06d0>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x3168810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x36c0310>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x36c0110>, 'wsgi.input': <socket._fileobject object at 0x30ee750 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266327847.3865819, '_creation_time': 1266321971.558501}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x36c0310>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3746e10>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fc24d78c1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x24b65d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'}
 
14:44:08,254 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
14:44:08,254 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
14:44:16,094 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
 
14:44:16,094 DEBUG [pylons.configuration] Pushing process configuration
 
14:44:16,097 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
 
14:44:16,098 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
 
14:44:16,101 DEBUG [pylons.templating] Initialized Buffet object
 
14:44:16,101 DEBUG [pylons.templating] Adding mako template language for use with Buffet
 
14:44:16,102 DEBUG [paste.httpserver.ThreadPool] Started new worker 140342153849104: Initial worker pool
 
14:44:16,102 DEBUG [paste.httpserver.ThreadPool] Started new worker 140342145456400: Initial worker pool
 
14:44:16,103 DEBUG [paste.httpserver.ThreadPool] Started new worker 140342137063696: Initial worker pool
 
14:44:16,103 DEBUG [paste.httpserver.ThreadPool] Started new worker 140342128670992: Initial worker pool
 
14:44:16,103 DEBUG [paste.httpserver.ThreadPool] Started new worker 140342120278288: Initial worker pool
 
14:44:16,104 DEBUG [paste.httpserver.ThreadPool] Started new worker 140342111885584: Initial worker pool
 
14:44:16,104 DEBUG [paste.httpserver.ThreadPool] Started new worker 140342103492880: Initial worker pool
 
14:44:16,104 DEBUG [paste.httpserver.ThreadPool] Started new worker 140342095100176: Initial worker pool
 
14:44:16,104 DEBUG [paste.httpserver.ThreadPool] Started new worker 140342086707472: Initial worker pool
 
14:44:16,105 DEBUG [paste.httpserver.ThreadPool] Started new worker 140342078314768: Initial worker pool
 
14:44:20,149 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:44:20,156 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:44:20,157 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:44:20,210 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
 
14:44:20,210 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:44:20,210 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:44:20,210 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:44:20,211 DEBUG [beaker.container] data file /home/marcink/python_workspace/hg_app/data/sessions/container_file/d/d0/d08f13a0624d036cff94c88a7239f3eb.cache
 
14:44:20,210 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x2910250>, 'start_response': <function repl_start_response at 0x290db18>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2821550>, 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2821790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2910590>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x2821810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2910250>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x29100d0>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2910590>, 'wsgi.input': <socket._fileobject object at 0x27a7a50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266327860.211241, '_creation_time': 1266321971.558501}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x29100d0>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2834d90>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fa3f89661c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1b71550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': u'/', 'action': u'view'}
 
14:44:21,101 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
14:44:21,152 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
14:44:21,195 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:44:21,196 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:44:21,197 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:44:21,197 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:44:21,197 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:44:21,197 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:44:21,198 DEBUG [beaker.container] data file /home/marcink/python_workspace/hg_app/data/sessions/container_file/d/d0/d08f13a0624d036cff94c88a7239f3eb.cache
 
14:44:21,197 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x2dd4210>, 'start_response': <function repl_start_response at 0x2d8a9b0>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2821550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2821790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2dd4910>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2dd4210>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2821810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2dd4b50>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2dd4910>, 'wsgi.input': <socket._fileobject object at 0x27a7bd0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266327861.1982059, '_creation_time': 1266321971.558501}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x2dd4b50>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2dd4fd0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fa3f89661c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1b71550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'}
 
14:44:22,077 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
14:44:22,077 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
14:44:31,736 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
 
14:44:31,737 DEBUG [pylons.configuration] Pushing process configuration
 
14:44:31,740 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
 
14:44:31,740 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
 
14:44:31,743 DEBUG [pylons.templating] Initialized Buffet object
 
14:44:31,744 DEBUG [pylons.templating] Adding mako template language for use with Buffet
 
14:44:31,751 DEBUG [paste.httpserver.ThreadPool] Started new worker 140688071006480: Initial worker pool
 
14:44:31,752 DEBUG [paste.httpserver.ThreadPool] Started new worker 140688062613776: Initial worker pool
 
14:44:31,752 DEBUG [paste.httpserver.ThreadPool] Started new worker 140688054221072: Initial worker pool
 
14:44:31,752 DEBUG [paste.httpserver.ThreadPool] Started new worker 140688045828368: Initial worker pool
 
14:44:31,752 DEBUG [paste.httpserver.ThreadPool] Started new worker 140688037435664: Initial worker pool
 
14:44:31,753 DEBUG [paste.httpserver.ThreadPool] Started new worker 140688029042960: Initial worker pool
 
14:44:31,753 DEBUG [paste.httpserver.ThreadPool] Started new worker 140688020650256: Initial worker pool
 
14:44:31,753 DEBUG [paste.httpserver.ThreadPool] Started new worker 140688012257552: Initial worker pool
 
14:44:31,753 DEBUG [paste.httpserver.ThreadPool] Started new worker 140688003864848: Initial worker pool
 
14:44:31,754 DEBUG [paste.httpserver.ThreadPool] Started new worker 140687995472144: Initial worker pool
 
14:44:32,484 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:44:32,495 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:44:32,505 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:44:32,570 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
 
14:44:32,570 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:44:32,570 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:44:32,570 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:44:32,571 DEBUG [beaker.container] data file /home/marcink/python_workspace/hg_app/data/sessions/container_file/d/d0/d08f13a0624d036cff94c88a7239f3eb.cache
 
14:44:32,571 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x3a089d0>, 'start_response': <function repl_start_response at 0x3a57a28>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x38f7550>, 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x38f7790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3a08d90>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x38f7810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3a089d0>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x39f9610>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x38f7850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3a08d90>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x38f7850>, 'wsgi.input': <socket._fileobject object at 0x39ec1d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266327872.5715599, '_creation_time': 1266321971.558501}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x39f9610>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x39f92d0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7ff482fba1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x2c47550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': u'/', 'action': u'view'}
 
14:44:33,450 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
14:44:33,450 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
14:44:33,550 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:44:33,553 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:44:33,553 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:44:33,553 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:44:33,553 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:44:33,553 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:44:33,554 DEBUG [beaker.container] data file /home/marcink/python_workspace/hg_app/data/sessions/container_file/d/d0/d08f13a0624d036cff94c88a7239f3eb.cache
 
14:44:33,553 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x3ec1c90>, 'start_response': <function repl_start_response at 0x3ebf938>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x38f7550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x38f7790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3ec1f10>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3ec1c90>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x38f7810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x39f9690>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x38f7850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3ec1f10>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x38f7850>, 'wsgi.input': <socket._fileobject object at 0x39ec350 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266327873.5543909, '_creation_time': 1266321971.558501}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x39f9690>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3f08e50>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7ff482fba1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x2c47550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'}
 
14:44:34,490 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
14:44:34,490 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
14:44:39,916 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:44:39,917 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:44:39,918 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:44:39,918 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:44:39,918 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:44:39,918 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:44:39,919 DEBUG [beaker.container] data file /home/marcink/python_workspace/hg_app/data/sessions/container_file/d/d0/d08f13a0624d036cff94c88a7239f3eb.cache
 
14:44:39,918 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x3f08350>, 'start_response': <function repl_start_response at 0x3f11d70>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x38f7550>, 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x38f7790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hgicon.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3f08210>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x38f7810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3f08350>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x3f08050>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x38f7850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3f08210>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x38f7850>, 'wsgi.input': <socket._fileobject object at 0x39ec250 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266327879.919168, '_creation_time': 1266321971.558501}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x3f08050>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3f08250>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7ff482fba1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x2c47550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/hgicon.png', 'action': u'view'}
 
14:44:40,831 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
14:44:40,831 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
14:45:16,128 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
 
14:45:16,128 DEBUG [pylons.configuration] Pushing process configuration
 
14:45:16,131 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
 
14:45:16,131 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
 
14:45:16,135 DEBUG [pylons.templating] Initialized Buffet object
 
14:45:16,181 DEBUG [pylons.templating] Adding mako template language for use with Buffet
 
14:45:16,198 DEBUG [paste.httpserver.ThreadPool] Started new worker 140404773447952: Initial worker pool
 
14:45:16,198 DEBUG [paste.httpserver.ThreadPool] Started new worker 140404765055248: Initial worker pool
 
14:45:16,198 DEBUG [paste.httpserver.ThreadPool] Started new worker 140404756662544: Initial worker pool
 
14:45:16,199 DEBUG [paste.httpserver.ThreadPool] Started new worker 140404748269840: Initial worker pool
 
14:45:16,199 DEBUG [paste.httpserver.ThreadPool] Started new worker 140404739877136: Initial worker pool
 
14:45:16,199 DEBUG [paste.httpserver.ThreadPool] Started new worker 140404731484432: Initial worker pool
 
14:45:16,199 DEBUG [paste.httpserver.ThreadPool] Started new worker 140404723091728: Initial worker pool
 
14:45:16,200 DEBUG [paste.httpserver.ThreadPool] Started new worker 140404714699024: Initial worker pool
 
14:45:16,200 DEBUG [paste.httpserver.ThreadPool] Started new worker 140404706306320: Initial worker pool
 
14:45:16,200 DEBUG [paste.httpserver.ThreadPool] Started new worker 140404697913616: Initial worker pool
 
14:45:16,402 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:45:16,407 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:45:16,408 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:45:16,458 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
 
14:45:16,459 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:45:16,459 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:45:16,459 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:45:16,459 DEBUG [beaker.container] data file /home/marcink/python_workspace/hg_app/data/sessions/container_file/d/d0/d08f13a0624d036cff94c88a7239f3eb.cache
 
14:45:16,459 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x28e3250>, 'start_response': <function repl_start_response at 0x28db938>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x27e4490>, 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x27e4650>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x28e3590>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x27e46d0>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x28e3250>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x28e3050>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x27e4710>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x28e3590>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x27e4710>, 'wsgi.input': <socket._fileobject object at 0x276a650 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266327916.4600699, '_creation_time': 1266321971.558501}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x28e3050>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x28ddd10>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fb28d21f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1b34550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': u'/', 'action': u'view'}
 
14:45:17,364 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
14:45:17,365 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
14:45:17,452 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:45:17,453 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:45:17,454 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:45:17,454 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:45:17,454 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:45:17,454 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:45:17,455 DEBUG [beaker.container] data file /home/marcink/python_workspace/hg_app/data/sessions/container_file/d/d0/d08f13a0624d036cff94c88a7239f3eb.cache
 
14:45:17,455 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x2e2f190>, 'start_response': <function repl_start_response at 0x2e86b18>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x27e4490>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x27e4650>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2e63a90>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2e2f190>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x27e46d0>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2d9efd0>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x27e4710>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2e63a90>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x27e4710>, 'wsgi.input': <socket._fileobject object at 0x28d62d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266327917.4555199, '_creation_time': 1266321971.558501}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x2d9efd0>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2d9ed10>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fb28d21f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1b34550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'}
 
14:45:18,353 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
14:45:18,354 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
14:45:25,275 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:45:25,277 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:45:25,277 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:45:25,277 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:45:25,277 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:45:25,277 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:45:25,278 DEBUG [beaker.container] data file /home/marcink/python_workspace/hg_app/data/sessions/container_file/d/d0/d08f13a0624d036cff94c88a7239f3eb.cache
 
14:45:25,278 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x2d9e310>, 'start_response': <function repl_start_response at 0x2e2bcf8>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x27e4490>, 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x27e4650>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2d9e190>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x27e46d0>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2d9e310>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2d9e050>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x27e4710>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2d9e190>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x27e4710>, 'wsgi.input': <socket._fileobject object at 0x28d61d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266327925.2785201, '_creation_time': 1266321971.558501}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x2d9e050>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2d9ee10>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fb28d21f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1b34550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': u'/', 'action': u'view'}
 
14:45:26,198 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
14:45:26,248 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
14:45:26,337 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:45:26,338 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:45:26,338 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:45:26,338 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:45:26,338 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:45:26,338 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:45:26,339 DEBUG [beaker.container] data file /home/marcink/python_workspace/hg_app/data/sessions/container_file/d/d0/d08f13a0624d036cff94c88a7239f3eb.cache
 
14:45:26,339 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x2e2f3d0>, 'start_response': <function repl_start_response at 0x2e3e320>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x27e4490>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x27e4650>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2e2f990>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2e2f3d0>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x27e46d0>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2d9e290>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x27e4710>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2e2f990>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x27e4710>, 'wsgi.input': <socket._fileobject object at 0x2e5bbd0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266327926.3398249, '_creation_time': 1266321971.558501}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x2d9e290>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2d8f950>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fb28d21f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1b34550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'}
 
14:45:27,257 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
14:45:27,258 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
14:45:34,281 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
 
14:45:34,281 DEBUG [pylons.configuration] Pushing process configuration
 
14:45:34,285 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
 
14:45:34,285 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
 
14:45:34,288 DEBUG [pylons.templating] Initialized Buffet object
 
14:45:34,289 DEBUG [pylons.templating] Adding mako template language for use with Buffet
 
14:45:34,296 DEBUG [paste.httpserver.ThreadPool] Started new worker 140181326231824: Initial worker pool
 
14:45:34,297 DEBUG [paste.httpserver.ThreadPool] Started new worker 140181317839120: Initial worker pool
 
14:45:34,297 DEBUG [paste.httpserver.ThreadPool] Started new worker 140181309446416: Initial worker pool
 
14:45:34,297 DEBUG [paste.httpserver.ThreadPool] Started new worker 140181301053712: Initial worker pool
 
14:45:34,297 DEBUG [paste.httpserver.ThreadPool] Started new worker 140181292661008: Initial worker pool
 
14:45:34,298 DEBUG [paste.httpserver.ThreadPool] Started new worker 140181284268304: Initial worker pool
 
14:45:34,298 DEBUG [paste.httpserver.ThreadPool] Started new worker 140181275875600: Initial worker pool
 
14:45:34,298 DEBUG [paste.httpserver.ThreadPool] Started new worker 140181267482896: Initial worker pool
 
14:45:34,298 DEBUG [paste.httpserver.ThreadPool] Started new worker 140181259090192: Initial worker pool
 
14:45:34,299 DEBUG [paste.httpserver.ThreadPool] Started new worker 140181250697488: Initial worker pool
 
14:46:08,309 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
 
14:46:08,310 DEBUG [pylons.configuration] Pushing process configuration
 
14:46:08,313 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
 
14:46:08,313 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
 
14:46:08,317 DEBUG [pylons.templating] Initialized Buffet object
 
14:46:08,317 DEBUG [pylons.templating] Adding mako template language for use with Buffet
 
14:46:08,325 DEBUG [paste.httpserver.ThreadPool] Started new worker 140172688390416: Initial worker pool
 
14:46:08,325 DEBUG [paste.httpserver.ThreadPool] Started new worker 140172679997712: Initial worker pool
 
14:46:08,325 DEBUG [paste.httpserver.ThreadPool] Started new worker 140172671605008: Initial worker pool
 
14:46:08,326 DEBUG [paste.httpserver.ThreadPool] Started new worker 140172663212304: Initial worker pool
 
14:46:08,326 DEBUG [paste.httpserver.ThreadPool] Started new worker 140172654819600: Initial worker pool
 
14:46:08,326 DEBUG [paste.httpserver.ThreadPool] Started new worker 140172646426896: Initial worker pool
 
14:46:08,327 DEBUG [paste.httpserver.ThreadPool] Started new worker 140172638034192: Initial worker pool
 
14:46:08,327 DEBUG [paste.httpserver.ThreadPool] Started new worker 140172629641488: Initial worker pool
 
14:46:08,327 DEBUG [paste.httpserver.ThreadPool] Started new worker 140172621248784: Initial worker pool
 
14:46:08,327 DEBUG [paste.httpserver.ThreadPool] Started new worker 140172612856080: Initial worker pool
 
14:46:12,014 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:46:12,019 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:46:12,022 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:46:12,076 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
 
14:46:12,076 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:46:12,076 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:46:12,076 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:46:12,076 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x20c3ad0>, 'start_response': <function repl_start_response at 0x20ffb18>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x1fb3550>, 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x1fb3790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x20c3e10>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x1fb3810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x20c3ad0>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x20c38d0>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x1fb3850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x20c3e10>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x1fb3850>, 'wsgi.input': <socket._fileobject object at 0x20a8550 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266327972.076967, '_creation_time': 1266327972.076967}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x20c38d0>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x20c35d0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f7c83c901c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x13025d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': u'/', 'action': u'view'}
 
14:46:12,984 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
14:46:12,984 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
14:46:13,079 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:46:13,082 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:46:13,082 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:46:13,082 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:46:13,083 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:46:13,083 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:46:13,083 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x25cd250>, 'start_response': <function repl_start_response at 0x257bb18>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x1fb3550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x1fb3790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x20c3650>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x25cd250>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x1fb3810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x20c3950>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x1fb3850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x20c3650>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x1fb3850>, 'wsgi.input': <socket._fileobject object at 0x20a86d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266327973.0835471, '_creation_time': 1266327972.076967}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x20c3950>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x25bfdd0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f7c83c901c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x13025d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'}
 
14:46:13,984 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
14:46:13,984 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
14:46:21,990 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:46:21,991 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:46:21,992 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:46:21,992 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:46:21,992 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:46:21,992 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:46:21,992 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x25bf350>, 'start_response': <function repl_start_response at 0x25cecf8>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x1fb3550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'czy_jest_spotkanie/archive/tip.tar.bz2'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x1fb3790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/czy_jest_spotkanie/archive/tip.tar.bz2', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x25bf050>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x25bf350>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x1fb3810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x25bf610>, {'action': u'view', 'controller': u'hg', 'path_info': 'czy_jest_spotkanie/archive/tip.tar.bz2'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x1fb3850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x25bf050>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x1fb3850>, 'wsgi.input': <socket._fileobject object at 0x20a85d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266327981.993077, '_creation_time': 1266327972.076967}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x25bf610>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x25bfc50>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f7c83c901c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x13025d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'czy_jest_spotkanie/archive/tip.tar.bz2', 'action': u'view'}
 
14:46:22,934 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
14:46:23,120 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
14:48:09,430 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
 
14:48:09,430 DEBUG [pylons.configuration] Pushing process configuration
 
14:48:09,433 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
 
14:48:09,433 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
 
14:48:09,436 DEBUG [pylons.templating] Initialized Buffet object
 
14:48:09,437 DEBUG [pylons.templating] Adding mako template language for use with Buffet
 
14:48:09,445 DEBUG [paste.httpserver.ThreadPool] Started new worker 140337613756688: Initial worker pool
 
14:48:09,445 DEBUG [paste.httpserver.ThreadPool] Started new worker 140337605363984: Initial worker pool
 
14:48:09,445 DEBUG [paste.httpserver.ThreadPool] Started new worker 140337596971280: Initial worker pool
 
14:48:09,446 DEBUG [paste.httpserver.ThreadPool] Started new worker 140337588578576: Initial worker pool
 
14:48:09,446 DEBUG [paste.httpserver.ThreadPool] Started new worker 140337580185872: Initial worker pool
 
14:48:09,446 DEBUG [paste.httpserver.ThreadPool] Started new worker 140337571793168: Initial worker pool
 
14:48:09,447 DEBUG [paste.httpserver.ThreadPool] Started new worker 140337563400464: Initial worker pool
 
14:48:09,447 DEBUG [paste.httpserver.ThreadPool] Started new worker 140337555007760: Initial worker pool
 
14:48:09,447 DEBUG [paste.httpserver.ThreadPool] Started new worker 140337546615056: Initial worker pool
 
14:48:09,447 DEBUG [paste.httpserver.ThreadPool] Started new worker 140337538222352: Initial worker pool
 
14:48:12,703 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:48:12,706 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:48:12,707 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:48:12,759 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
 
14:48:12,760 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:48:12,760 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:48:12,760 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:48:12,760 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x2d4fad0>, 'start_response': <function repl_start_response at 0x2d53b18>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2c40550>, 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2c40790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2d4fe10>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x2c40810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2d4fad0>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2d4f8d0>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2c40850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2d4fe10>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2c40850>, 'wsgi.input': <socket._fileobject object at 0x2d34550 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266328092.7608099, '_creation_time': 1266328092.7608099}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x2d4f8d0>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2d4f5d0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fa2ea1a61c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1f905d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': u'/', 'action': u'view'}
 
14:48:13,651 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
14:48:13,651 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
14:48:13,753 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:48:13,766 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:48:13,767 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:48:13,767 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:48:13,767 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:48:13,767 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:48:13,767 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x325c250>, 'start_response': <function repl_start_response at 0x3201b18>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2c40550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2c40790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2d4f650>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x325c250>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2c40810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2d4f950>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2c40850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2d4f650>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2c40850>, 'wsgi.input': <socket._fileobject object at 0x2d346d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266328093.768117, '_creation_time': 1266328092.7608099}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x2d4f950>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x324edd0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fa2ea1a61c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1f905d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'}
 
14:48:14,659 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
14:48:14,659 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
14:48:17,640 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:48:17,643 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:48:17,644 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:48:17,644 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:48:17,644 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:48:17,644 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:48:17,645 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x324e2d0>, 'start_response': <function repl_start_response at 0x325dcf8>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2c40550>, 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2c40790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x324e6d0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x2c40810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x324e2d0>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x324e5d0>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2c40850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x324e6d0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2c40850>, 'wsgi.input': <socket._fileobject object at 0x2d345d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266328097.645376, '_creation_time': 1266328092.7608099}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x324e5d0>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x324ec50>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fa2ea1a61c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1f905d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': u'/', 'action': u'view'}
 
14:48:18,528 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
14:48:18,528 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
14:48:18,603 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:48:18,605 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:48:18,606 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:48:18,606 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:48:18,606 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:48:18,606 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:48:18,606 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x325c050>, 'start_response': <function repl_start_response at 0x3264320>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x2c40550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2c40790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x325ccd0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x325c050>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2c40810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x324e150>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2c40850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x325ccd0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2c40850>, 'wsgi.input': <socket._fileobject object at 0x31f93d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266328098.6070249, '_creation_time': 1266328092.7608099}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x324e150>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3242b10>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fa2ea1a61c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1f905d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'}
 
14:48:19,518 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
14:48:19,518 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
14:48:44,681 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
 
14:48:44,681 DEBUG [pylons.configuration] Pushing process configuration
 
14:48:44,684 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
 
14:48:44,685 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
 
14:48:44,688 DEBUG [pylons.templating] Initialized Buffet object
 
14:48:44,688 DEBUG [pylons.templating] Adding mako template language for use with Buffet
 
14:48:44,697 DEBUG [paste.httpserver.ThreadPool] Started new worker 139849544108304: Initial worker pool
 
14:48:44,697 DEBUG [paste.httpserver.ThreadPool] Started new worker 139849535715600: Initial worker pool
 
14:48:44,697 DEBUG [paste.httpserver.ThreadPool] Started new worker 139849527322896: Initial worker pool
 
14:48:44,698 DEBUG [paste.httpserver.ThreadPool] Started new worker 139849518930192: Initial worker pool
 
14:48:44,698 DEBUG [paste.httpserver.ThreadPool] Started new worker 139849510537488: Initial worker pool
 
14:48:44,698 DEBUG [paste.httpserver.ThreadPool] Started new worker 139849502144784: Initial worker pool
 
14:48:44,698 DEBUG [paste.httpserver.ThreadPool] Started new worker 139849493752080: Initial worker pool
 
14:48:44,699 DEBUG [paste.httpserver.ThreadPool] Started new worker 139849485359376: Initial worker pool
 
14:48:44,699 DEBUG [paste.httpserver.ThreadPool] Started new worker 139849476966672: Initial worker pool
 
14:48:44,699 DEBUG [paste.httpserver.ThreadPool] Started new worker 139849468573968: Initial worker pool
 
14:48:46,629 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:48:46,636 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:48:46,638 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:48:46,688 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
 
14:48:46,688 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:48:46,689 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:48:46,689 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:48:46,689 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x270abd0>, 'start_response': <function repl_start_response at 0x2746b90>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x25fa550>, 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x25fa790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x270af10>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x25fa810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x270abd0>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x270a9d0>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x25fa850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x270af10>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x25fa850>, 'wsgi.input': <socket._fileobject object at 0x26ef550 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266328126.690064, '_creation_time': 1266328126.690064}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x270a9d0>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x270a6d0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f3146e291c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x194a550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': u'/', 'action': u'view'}
 
14:48:47,556 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
14:48:47,556 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
14:48:47,674 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:48:47,676 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:48:47,677 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:48:47,677 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:48:47,677 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:48:47,677 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:48:47,677 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x2bc5d10>, 'start_response': <function repl_start_response at 0x2bc3938>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x25fa550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x25fa790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2bc5b90>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2bc5d10>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x25fa810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x270aa50>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x25fa850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2bc5b90>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x25fa850>, 'wsgi.input': <socket._fileobject object at 0x26ef6d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266328127.6778729, '_creation_time': 1266328126.690064}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x270aa50>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2c02e90>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f3146e291c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x194a550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': 'static/style-gitweb.css', 'action': u'view'}
 
14:48:48,557 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
14:48:48,557 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
14:48:56,187 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
 
14:48:56,187 DEBUG [pylons.configuration] Pushing process configuration
 
14:48:56,190 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
 
14:48:56,190 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
 
14:48:56,193 DEBUG [pylons.templating] Initialized Buffet object
 
14:48:56,194 DEBUG [pylons.templating] Adding mako template language for use with Buffet
 
14:48:56,202 DEBUG [paste.httpserver.ThreadPool] Started new worker 139762161404176: Initial worker pool
 
14:48:56,202 DEBUG [paste.httpserver.ThreadPool] Started new worker 139762153011472: Initial worker pool
 
14:48:56,203 DEBUG [paste.httpserver.ThreadPool] Started new worker 139762144618768: Initial worker pool
 
14:48:56,203 DEBUG [paste.httpserver.ThreadPool] Started new worker 139762061015312: Initial worker pool
 
14:48:56,203 DEBUG [paste.httpserver.ThreadPool] Started new worker 139762052622608: Initial worker pool
 
14:48:56,203 DEBUG [paste.httpserver.ThreadPool] Started new worker 139762044229904: Initial worker pool
 
14:48:56,204 DEBUG [paste.httpserver.ThreadPool] Started new worker 139762035837200: Initial worker pool
 
14:48:56,204 DEBUG [paste.httpserver.ThreadPool] Started new worker 139762027444496: Initial worker pool
 
14:48:56,204 DEBUG [paste.httpserver.ThreadPool] Started new worker 139762019051792: Initial worker pool
 
14:48:56,205 DEBUG [paste.httpserver.ThreadPool] Started new worker 139762010659088: Initial worker pool
 
14:49:39,694 INFO  [paste.httpserver.ThreadPool] Shutting down threadpool
 
14:49:44,063 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
 
14:49:44,064 DEBUG [pylons.configuration] Pushing process configuration
 
14:49:44,067 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
 
14:49:44,067 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
 
14:49:44,070 DEBUG [pylons.templating] Initialized Buffet object
 
14:49:44,071 DEBUG [pylons.templating] Adding mako template language for use with Buffet
 
14:49:44,079 DEBUG [paste.httpserver.ThreadPool] Started new worker 140032229001488: Initial worker pool
 
14:49:44,079 DEBUG [paste.httpserver.ThreadPool] Started new worker 140032220608784: Initial worker pool
 
14:49:44,079 DEBUG [paste.httpserver.ThreadPool] Started new worker 140032212216080: Initial worker pool
 
14:49:44,079 DEBUG [paste.httpserver.ThreadPool] Started new worker 140032203823376: Initial worker pool
 
14:49:44,080 DEBUG [paste.httpserver.ThreadPool] Started new worker 140032195430672: Initial worker pool
 
14:49:44,080 DEBUG [paste.httpserver.ThreadPool] Started new worker 140032187037968: Initial worker pool
 
14:49:44,080 DEBUG [paste.httpserver.ThreadPool] Started new worker 140032178645264: Initial worker pool
 
14:49:44,080 DEBUG [paste.httpserver.ThreadPool] Started new worker 140032170252560: Initial worker pool
 
14:49:44,081 DEBUG [paste.httpserver.ThreadPool] Started new worker 140032161859856: Initial worker pool
 
14:49:44,081 DEBUG [paste.httpserver.ThreadPool] Started new worker 140032153467152: Initial worker pool
 
14:51:27,298 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
 
14:51:27,299 DEBUG [pylons.configuration] Pushing process configuration
 
14:51:27,361 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
 
14:51:27,362 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
 
14:51:27,371 DEBUG [pylons.templating] Initialized Buffet object
 
14:51:27,372 DEBUG [pylons.templating] Adding mako template language for use with Buffet
 
14:51:27,381 DEBUG [paste.httpserver.ThreadPool] Started new worker 139857948297488: Initial worker pool
 
14:51:27,381 DEBUG [paste.httpserver.ThreadPool] Started new worker 139857939904784: Initial worker pool
 
14:51:27,382 DEBUG [paste.httpserver.ThreadPool] Started new worker 139857931512080: Initial worker pool
 
14:51:27,382 DEBUG [paste.httpserver.ThreadPool] Started new worker 139857923119376: Initial worker pool
 
14:51:27,382 DEBUG [paste.httpserver.ThreadPool] Started new worker 139857914726672: Initial worker pool
 
14:51:27,382 DEBUG [paste.httpserver.ThreadPool] Started new worker 139857906333968: Initial worker pool
 
14:51:27,383 DEBUG [paste.httpserver.ThreadPool] Started new worker 139857897941264: Initial worker pool
 
14:51:27,383 DEBUG [paste.httpserver.ThreadPool] Started new worker 139857889548560: Initial worker pool
 
14:51:27,383 DEBUG [paste.httpserver.ThreadPool] Started new worker 139857881155856: Initial worker pool
 
14:51:27,383 DEBUG [paste.httpserver.ThreadPool] Started new worker 139857872763152: Initial worker pool
 
14:59:43,100 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
 
14:59:43,101 DEBUG [pylons.configuration] Pushing process configuration
 
14:59:43,104 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
 
14:59:43,104 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
 
14:59:43,107 DEBUG [pylons.templating] Initialized Buffet object
 
14:59:43,107 DEBUG [pylons.templating] Adding mako template language for use with Buffet
 
14:59:43,115 DEBUG [paste.httpserver.ThreadPool] Started new worker 139886411589904: Initial worker pool
 
14:59:43,115 DEBUG [paste.httpserver.ThreadPool] Started new worker 139886403197200: Initial worker pool
 
14:59:43,116 DEBUG [paste.httpserver.ThreadPool] Started new worker 139886394804496: Initial worker pool
 
14:59:43,116 DEBUG [paste.httpserver.ThreadPool] Started new worker 139886386411792: Initial worker pool
 
14:59:43,117 DEBUG [paste.httpserver.ThreadPool] Started new worker 139886378019088: Initial worker pool
 
14:59:43,117 DEBUG [paste.httpserver.ThreadPool] Started new worker 139886369626384: Initial worker pool
 
14:59:43,118 DEBUG [paste.httpserver.ThreadPool] Started new worker 139886361233680: Initial worker pool
 
14:59:43,118 DEBUG [paste.httpserver.ThreadPool] Started new worker 139886352840976: Initial worker pool
 
14:59:43,119 DEBUG [paste.httpserver.ThreadPool] Started new worker 139886344448272: Initial worker pool
 
14:59:43,120 DEBUG [paste.httpserver.ThreadPool] Started new worker 139886336055568: Initial worker pool
 
14:59:52,345 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:59:52,352 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:59:52,355 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:59:52,412 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
 
14:59:52,412 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:59:52,412 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:59:52,412 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:59:52,413 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x39f7ad0>, 'start_response': <function repl_start_response at 0x3a32b18>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x38e7550>, 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x38e7790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x39f7e10>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x38e7810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x39f7ad0>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x39f78d0>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x38e7850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x39f7e10>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x38e7850>, 'wsgi.input': <socket._fileobject object at 0x39dc550 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266328792.4132619, '_creation_time': 1266328792.4132619}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x39f78d0>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x39f75d0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f39dc5bb1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x2c355d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': u'/', 'action': u'view'}
 
14:59:52,413 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
 
14:59:52,413 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
 
14:59:54,345 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:59:54,350 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:59:54,351 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:59:54,352 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:59:54,352 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:59:54,353 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:59:54,353 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x3efe150>, 'start_response': <function repl_start_response at 0x3efc500>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x38e7550>, 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x38e7790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3efe210>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x38e7810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3efe150>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x39f7950>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x38e7850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3efe210>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x38e7850>, 'wsgi.input': <socket._fileobject object at 0x39dc6d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266328794.3542831, '_creation_time': 1266328792.4132619}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x39f7950>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3ef2d90>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f39dc5bb1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x2c355d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': u'/', 'action': u'view'}
 
14:59:54,354 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
 
14:59:54,354 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
 
14:59:55,020 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:59:55,023 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:59:55,024 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:59:55,024 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:59:55,025 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:59:55,025 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:59:55,026 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x3efe890>, 'start_response': <function repl_start_response at 0x3efc848>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x38e7550>, 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x38e7790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3efe950>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x38e7810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3efe890>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x3efe6d0>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x38e7850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3efe950>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x38e7850>, 'wsgi.input': <socket._fileobject object at 0x39dc5d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266328795.0266261, '_creation_time': 1266328792.4132619}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x3efe6d0>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3efe3d0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f39dc5bb1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x2c355d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': u'/', 'action': u'view'}
 
14:59:55,027 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
 
14:59:55,028 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
 
14:59:55,553 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:59:55,556 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:59:55,557 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:59:55,557 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:59:55,558 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:59:55,558 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:59:55,559 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x3efef90>, 'start_response': <function repl_start_response at 0x3efcb90>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x38e7550>, 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x38e7790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3f02090>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x38e7810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3efef90>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x3efee10>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x38e7850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3f02090>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x38e7850>, 'wsgi.input': <socket._fileobject object at 0x3ea4b50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266328795.559679, '_creation_time': 1266328792.4132619}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x3efee10>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3efeb10>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f39dc5bb1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x2c355d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': u'/', 'action': u'view'}
 
14:59:55,560 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
 
14:59:55,561 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
 
14:59:56,065 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:59:56,067 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:59:56,068 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:59:56,068 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:59:56,068 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:59:56,068 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:59:56,068 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x3eb11d0>, 'start_response': <function repl_start_response at 0x3eac488>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x38e7550>, 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x38e7790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3eb1410>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x38e7810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3eb11d0>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x3eb1290>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x38e7850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3eb1410>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x38e7850>, 'wsgi.input': <socket._fileobject object at 0x3ea4c50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266328796.0687971, '_creation_time': 1266328792.4132619}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x3eb1290>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3eb1250>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f39dc5bb1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x2c355d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': u'/', 'action': u'view'}
 
14:59:56,069 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
 
14:59:56,069 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
 
14:59:56,558 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:59:56,559 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:59:56,560 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:59:56,560 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:59:56,560 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:59:56,560 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:59:56,560 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x3eb1710>, 'start_response': <function repl_start_response at 0x3efc668>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x38e7550>, 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x38e7790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3eb17d0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x38e7810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3eb1710>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x3eb1650>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x38e7850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3eb17d0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x38e7850>, 'wsgi.input': <socket._fileobject object at 0x3ea43d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266328796.560986, '_creation_time': 1266328792.4132619}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x3eb1650>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3eb1510>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f39dc5bb1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x2c355d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': u'/', 'action': u'view'}
 
14:59:56,561 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
 
14:59:56,561 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
 
14:59:57,001 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:59:57,002 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:59:57,003 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:59:57,003 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:59:57,003 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:59:57,003 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:59:57,003 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x3eb1b90>, 'start_response': <function repl_start_response at 0x3efcd70>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x38e7550>, 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x38e7790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3eb1f50>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x38e7810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3eb1b90>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x3eb1b50>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x38e7850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3eb1f50>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x38e7850>, 'wsgi.input': <socket._fileobject object at 0x3ea4cd0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266328797.0039549, '_creation_time': 1266328792.4132619}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x3eb1b50>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3eb1a50>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f39dc5bb1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x2c355d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': u'/', 'action': u'view'}
 
14:59:57,004 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
 
14:59:57,004 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
 
15:00:12,173 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
15:00:12,181 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
15:00:12,182 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
15:00:12,182 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
15:00:12,183 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
15:00:12,183 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
15:00:12,184 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'pylons': <pylons.util.PylonsContext object at 0x3ef2290>, 'start_response': <function repl_start_response at 0x3f07140>, 'controller': u'hg', 'environ': {'routes.route': <routes.route.Route object at 0x38e7550>, 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x38e7790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3ef2250>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x38e7810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3ef2290>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x3eb1b10>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x38e7850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3ef2250>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x38e7850>, 'wsgi.input': <socket._fileobject object at 0x3ea4e50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266328812.1848619, '_creation_time': 1266328792.4132619}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x3eb1b10>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3eb1c10>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f39dc5bb1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x2c355d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}, 'path_info': u'/', 'action': u'view'}
 
15:00:12,185 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
 
15:00:12,186 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
 
15:02:05,029 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
 
15:02:05,029 DEBUG [pylons.configuration] Pushing process configuration
 
15:02:05,032 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
 
15:02:05,032 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
 
15:02:05,036 DEBUG [pylons.templating] Initialized Buffet object
 
15:02:05,036 DEBUG [pylons.templating] Adding mako template language for use with Buffet
 
15:02:05,044 DEBUG [paste.httpserver.ThreadPool] Started new worker 140570092333328: Initial worker pool
 
15:02:05,044 DEBUG [paste.httpserver.ThreadPool] Started new worker 140570083940624: Initial worker pool
 
15:02:05,045 DEBUG [paste.httpserver.ThreadPool] Started new worker 140570075547920: Initial worker pool
 
15:02:05,045 DEBUG [paste.httpserver.ThreadPool] Started new worker 140570067155216: Initial worker pool
 
15:02:05,045 DEBUG [paste.httpserver.ThreadPool] Started new worker 140570058762512: Initial worker pool
 
15:02:05,045 DEBUG [paste.httpserver.ThreadPool] Started new worker 140570050369808: Initial worker pool
 
15:02:05,046 DEBUG [paste.httpserver.ThreadPool] Started new worker 140570041977104: Initial worker pool
 
15:02:05,046 DEBUG [paste.httpserver.ThreadPool] Started new worker 140570033584400: Initial worker pool
 
15:02:05,047 DEBUG [paste.httpserver.ThreadPool] Started new worker 140570025191696: Initial worker pool
 
15:02:05,047 DEBUG [paste.httpserver.ThreadPool] Started new worker 140570016798992: Initial worker pool
 
15:12:03,765 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
15:12:03,773 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
15:12:03,776 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
15:12:03,828 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
 
15:12:03,829 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
15:12:03,829 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
15:12:03,829 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
15:12:03,829 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x2c39aa0>, 'environ': {'routes.route': <routes.route.Route object at 0x2aec550>, 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2aec790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2bfce10>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x2aec810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2bfcad0>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2bfc8d0>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2aec850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2bfce10>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2aec850>, 'wsgi.input': <socket._fileobject object at 0x2be1550 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266329523.829823, '_creation_time': 1266329523.829823}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x2bfc8d0>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2bfc5d0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fd90ae7f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1e3b5d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
15:12:04,686 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
15:12:04,723 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
15:12:04,836 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
15:12:04,845 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
15:12:04,846 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
15:12:04,846 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
15:12:04,846 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
15:12:04,846 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
15:12:04,846 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x30b45f0>, 'environ': {'routes.route': <routes.route.Route object at 0x2aec550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2aec790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x30fb450>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x30fb3d0>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2aec810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2bfc950>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2aec850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x30fb450>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2aec850>, 'wsgi.input': <socket._fileobject object at 0x2be16d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266329524.8470571, '_creation_time': 1266329523.829823}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x2bfc950>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x30fb0d0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fd90ae7f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1e3b5d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
15:12:05,771 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
15:12:05,774 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
15:12:19,588 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
15:12:19,591 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
15:12:19,592 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
15:12:19,593 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
15:12:19,593 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
15:12:19,594 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
15:12:19,594 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x310b1b8>, 'environ': {'routes.route': <routes.route.Route object at 0x2aec550>, 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2aec790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x30fdbd0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x2aec810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x30fd2d0>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x30fd490>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2aec850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x30fdbd0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2aec850>, 'wsgi.input': <socket._fileobject object at 0x2be15d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266329539.595278, '_creation_time': 1266329523.829823}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x30fd490>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x30fb350>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fd90ae7f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1e3b5d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
15:12:20,529 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
15:12:20,552 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
15:12:20,604 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
15:12:20,605 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
15:12:20,606 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
15:12:20,606 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
15:12:20,606 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
15:12:20,606 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
15:12:20,606 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x30b4a28>, 'environ': {'routes.route': <routes.route.Route object at 0x2aec550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2aec790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x30fbb90>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x30fb750>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2aec810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x30fd310>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2aec850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x30fbb90>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2aec850>, 'wsgi.input': <socket._fileobject object at 0x2be16d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266329540.6071219, '_creation_time': 1266329523.829823}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x30fd310>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x30fb610>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fd90ae7f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1e3b5d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
15:12:21,500 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
15:12:21,503 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
15:13:54,284 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
 
15:13:54,284 DEBUG [pylons.configuration] Pushing process configuration
 
15:13:54,288 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
 
15:13:54,288 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
 
15:13:54,291 DEBUG [pylons.templating] Initialized Buffet object
 
15:13:54,291 DEBUG [pylons.templating] Adding mako template language for use with Buffet
 
15:13:54,299 DEBUG [paste.httpserver.ThreadPool] Started new worker 140154448947472: Initial worker pool
 
15:13:54,300 DEBUG [paste.httpserver.ThreadPool] Started new worker 140154440554768: Initial worker pool
 
15:13:54,300 DEBUG [paste.httpserver.ThreadPool] Started new worker 140154432162064: Initial worker pool
 
15:13:54,300 DEBUG [paste.httpserver.ThreadPool] Started new worker 140154423769360: Initial worker pool
 
15:13:54,301 DEBUG [paste.httpserver.ThreadPool] Started new worker 140154415376656: Initial worker pool
 
15:13:54,301 DEBUG [paste.httpserver.ThreadPool] Started new worker 140154406983952: Initial worker pool
 
15:13:54,301 DEBUG [paste.httpserver.ThreadPool] Started new worker 140154398591248: Initial worker pool
 
15:13:54,301 DEBUG [paste.httpserver.ThreadPool] Started new worker 140154390198544: Initial worker pool
 
15:13:54,302 DEBUG [paste.httpserver.ThreadPool] Started new worker 140154381805840: Initial worker pool
 
15:13:54,302 DEBUG [paste.httpserver.ThreadPool] Started new worker 140154373413136: Initial worker pool
 
15:13:57,076 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
15:13:57,079 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
15:13:57,080 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
15:13:57,136 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
 
15:13:57,136 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
15:13:57,136 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
15:13:57,136 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
15:13:57,137 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x2dcfaa0>, 'environ': {'routes.route': <routes.route.Route object at 0x2c83550>, 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2c83790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2d93e10>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x2c83810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2d93ad0>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2d938d0>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2c83850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2d93e10>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2c83850>, 'wsgi.input': <socket._fileobject object at 0x2d78550 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266329637.137394, '_creation_time': 1266329637.137394}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x2d938d0>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2d935d0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f7844a131c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1fd35d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
15:13:58,015 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
15:13:58,044 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
15:13:58,133 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
15:13:58,135 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
15:13:58,135 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
15:13:58,136 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
15:13:58,136 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
15:13:58,136 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
15:13:58,136 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x324a5f0>, 'environ': {'routes.route': <routes.route.Route object at 0x2c83550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2c83790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x328e390>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x328e150>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2c83810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2d93950>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2c83850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x328e390>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2c83850>, 'wsgi.input': <socket._fileobject object at 0x2d786d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266329638.136723, '_creation_time': 1266329637.137394}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x2d93950>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x328e250>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f7844a131c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1fd35d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
15:13:59,012 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
15:13:59,014 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
15:16:21,543 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
 
15:16:21,543 DEBUG [pylons.configuration] Pushing process configuration
 
15:16:21,547 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
 
15:16:21,547 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
 
15:16:21,550 DEBUG [pylons.templating] Initialized Buffet object
 
15:16:21,551 DEBUG [pylons.templating] Adding mako template language for use with Buffet
 
15:16:21,559 DEBUG [paste.httpserver.ThreadPool] Started new worker 140329265322256: Initial worker pool
 
15:16:21,559 DEBUG [paste.httpserver.ThreadPool] Started new worker 140329256929552: Initial worker pool
 
15:16:21,559 DEBUG [paste.httpserver.ThreadPool] Started new worker 140329248536848: Initial worker pool
 
15:16:21,559 DEBUG [paste.httpserver.ThreadPool] Started new worker 140329240144144: Initial worker pool
 
15:16:21,560 DEBUG [paste.httpserver.ThreadPool] Started new worker 140329231751440: Initial worker pool
 
15:16:21,560 DEBUG [paste.httpserver.ThreadPool] Started new worker 140329223358736: Initial worker pool
 
15:16:21,560 DEBUG [paste.httpserver.ThreadPool] Started new worker 140329214966032: Initial worker pool
 
15:16:21,560 DEBUG [paste.httpserver.ThreadPool] Started new worker 140329206573328: Initial worker pool
 
15:16:21,561 DEBUG [paste.httpserver.ThreadPool] Started new worker 140329198180624: Initial worker pool
 
15:16:21,561 DEBUG [paste.httpserver.ThreadPool] Started new worker 140329189787920: Initial worker pool
 
15:16:22,271 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
15:16:22,273 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
15:16:22,275 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
15:16:22,330 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
 
15:16:22,331 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
15:16:22,331 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
15:16:22,331 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
15:16:22,331 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x2ca58c0>, 'environ': {'routes.route': <routes.route.Route object at 0x2bab550>, 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2bab790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2cab6d0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x2bab810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2cab390>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2cab190>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2bab850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2cab6d0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2bab850>, 'wsgi.input': <socket._fileobject object at 0x2b31650 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266329782.331712, '_creation_time': 1266329782.331712}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x2cab190>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2ca7e90>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fa0f87f61c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1efb550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
15:16:23,266 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
15:16:23,297 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
15:16:23,373 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
15:16:23,375 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
15:16:23,376 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
15:16:23,376 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
15:16:23,376 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
15:16:23,376 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
15:16:23,376 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x31a4578>, 'environ': {'routes.route': <routes.route.Route object at 0x2bab550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2bab790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x31b3410>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x31b3a50>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2bab810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2cab210>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2bab850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x31b3410>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2bab850>, 'wsgi.input': <socket._fileobject object at 0x2ca02d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266329783.377126, '_creation_time': 1266329782.331712}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x2cab210>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x31b3290>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fa0f87f61c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1efb550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
15:16:24,265 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
15:16:24,270 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
15:17:36,820 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
 
15:17:36,820 DEBUG [pylons.configuration] Pushing process configuration
 
15:17:36,824 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
 
15:17:36,824 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
 
15:17:36,827 DEBUG [pylons.templating] Initialized Buffet object
 
15:17:36,827 DEBUG [pylons.templating] Adding mako template language for use with Buffet
 
15:17:36,836 DEBUG [paste.httpserver.ThreadPool] Started new worker 139826856646928: Initial worker pool
 
15:17:36,836 DEBUG [paste.httpserver.ThreadPool] Started new worker 139826848254224: Initial worker pool
 
15:17:36,836 DEBUG [paste.httpserver.ThreadPool] Started new worker 139826839861520: Initial worker pool
 
15:17:36,837 DEBUG [paste.httpserver.ThreadPool] Started new worker 139826831468816: Initial worker pool
 
15:17:36,837 DEBUG [paste.httpserver.ThreadPool] Started new worker 139826823076112: Initial worker pool
 
15:17:36,837 DEBUG [paste.httpserver.ThreadPool] Started new worker 139826814683408: Initial worker pool
 
15:17:36,837 DEBUG [paste.httpserver.ThreadPool] Started new worker 139826806290704: Initial worker pool
 
15:17:36,838 DEBUG [paste.httpserver.ThreadPool] Started new worker 139826797898000: Initial worker pool
 
15:17:36,838 DEBUG [paste.httpserver.ThreadPool] Started new worker 139826789505296: Initial worker pool
 
15:17:36,838 DEBUG [paste.httpserver.ThreadPool] Started new worker 139826781112592: Initial worker pool
 
15:17:37,027 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
15:17:37,029 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
15:17:37,031 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
15:17:37,088 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
 
15:17:37,089 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
15:17:37,089 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
15:17:37,089 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
15:17:37,089 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x30ff8c0>, 'environ': {'routes.route': <routes.route.Route object at 0x3005550>, 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x3005790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x31056d0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x3005810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3105390>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x3105190>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x3005850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x31056d0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x3005850>, 'wsgi.input': <socket._fileobject object at 0x2f8b650 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266329857.089978, '_creation_time': 1266329857.089978}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x3105190>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3101e50>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f2bfe9b61c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x2355550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
15:17:37,969 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
15:17:37,998 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
15:17:38,080 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
15:17:38,082 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
15:17:38,082 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
15:17:38,082 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
15:17:38,082 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
15:17:38,082 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
15:17:38,083 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x36b8578>, 'environ': {'routes.route': <routes.route.Route object at 0x3005550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x3005790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x35bea50>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x35be1d0>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x3005810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x3105210>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x3005850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x35bea50>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x3005850>, 'wsgi.input': <socket._fileobject object at 0x30fa2d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266329858.0832651, '_creation_time': 1266329857.089978}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x3105210>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x35be750>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f2bfe9b61c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x2355550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
15:17:38,995 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
15:17:38,995 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
15:18:22,496 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
 
15:18:22,497 DEBUG [pylons.configuration] Pushing process configuration
 
15:18:22,500 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
 
15:18:22,500 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
 
15:18:22,503 DEBUG [pylons.templating] Initialized Buffet object
 
15:18:22,504 DEBUG [pylons.templating] Adding mako template language for use with Buffet
 
15:18:22,512 DEBUG [paste.httpserver.ThreadPool] Started new worker 139668428630288: Initial worker pool
 
15:18:22,512 DEBUG [paste.httpserver.ThreadPool] Started new worker 139668420237584: Initial worker pool
 
15:18:22,512 DEBUG [paste.httpserver.ThreadPool] Started new worker 139668411844880: Initial worker pool
 
15:18:22,513 DEBUG [paste.httpserver.ThreadPool] Started new worker 139668403452176: Initial worker pool
 
15:18:22,513 DEBUG [paste.httpserver.ThreadPool] Started new worker 139668395059472: Initial worker pool
 
15:18:22,513 DEBUG [paste.httpserver.ThreadPool] Started new worker 139668386666768: Initial worker pool
 
15:18:22,513 DEBUG [paste.httpserver.ThreadPool] Started new worker 139668378274064: Initial worker pool
 
15:18:22,514 DEBUG [paste.httpserver.ThreadPool] Started new worker 139668369881360: Initial worker pool
 
15:18:22,514 DEBUG [paste.httpserver.ThreadPool] Started new worker 139668361488656: Initial worker pool
 
15:18:22,514 DEBUG [paste.httpserver.ThreadPool] Started new worker 139668353095952: Initial worker pool
 
15:18:22,963 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
15:18:22,965 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
15:18:22,966 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
15:18:23,024 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
 
15:18:23,024 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
15:18:23,025 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
15:18:23,025 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
15:18:23,025 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x2ae98c0>, 'environ': {'routes.route': <routes.route.Route object at 0x29ef550>, 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x29ef790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2aef6d0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x29ef810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2aef390>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2aef190>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x29ef850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2aef6d0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x29ef850>, 'wsgi.input': <socket._fileobject object at 0x2975650 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266329903.0256381, '_creation_time': 1266329903.0256381}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x2aef190>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2aebe50>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f071b8fb1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1d3e5d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
15:18:23,926 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
15:18:23,955 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
15:18:24,032 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
15:18:24,034 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
15:18:24,034 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
15:18:24,034 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
15:18:24,035 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
15:18:24,035 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
15:18:24,035 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x302a578>, 'environ': {'routes.route': <routes.route.Route object at 0x29ef550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x29ef790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2f98a90>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2f98210>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x29ef810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2aef210>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x29ef850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2f98a90>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x29ef850>, 'wsgi.input': <socket._fileobject object at 0x2ae42d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266329904.035532, '_creation_time': 1266329903.0256381}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x2aef210>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2f98790>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f071b8fb1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1d3e5d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
15:18:24,927 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
15:18:24,927 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
15:18:39,429 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
 
15:18:39,429 DEBUG [pylons.configuration] Pushing process configuration
 
15:18:39,432 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
 
15:18:39,432 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
 
15:18:39,436 DEBUG [pylons.templating] Initialized Buffet object
 
15:18:39,436 DEBUG [pylons.templating] Adding mako template language for use with Buffet
 
15:18:39,445 DEBUG [paste.httpserver.ThreadPool] Started new worker 140427022346512: Initial worker pool
 
15:18:39,445 DEBUG [paste.httpserver.ThreadPool] Started new worker 140427013953808: Initial worker pool
 
15:18:39,445 DEBUG [paste.httpserver.ThreadPool] Started new worker 140427005561104: Initial worker pool
 
15:18:39,445 DEBUG [paste.httpserver.ThreadPool] Started new worker 140426997168400: Initial worker pool
 
15:18:39,446 DEBUG [paste.httpserver.ThreadPool] Started new worker 140426988775696: Initial worker pool
 
15:18:39,446 DEBUG [paste.httpserver.ThreadPool] Started new worker 140426908530960: Initial worker pool
 
15:18:39,446 DEBUG [paste.httpserver.ThreadPool] Started new worker 140426900138256: Initial worker pool
 
15:18:39,447 DEBUG [paste.httpserver.ThreadPool] Started new worker 140426891745552: Initial worker pool
 
15:18:39,447 DEBUG [paste.httpserver.ThreadPool] Started new worker 140426883352848: Initial worker pool
 
15:18:39,447 DEBUG [paste.httpserver.ThreadPool] Started new worker 140426874960144: Initial worker pool
 
15:19:13,744 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
15:19:13,746 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
15:19:13,748 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
15:19:13,807 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
 
15:19:13,807 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
15:19:13,807 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
15:19:13,808 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
15:19:13,808 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x1b21aa0>, 'environ': {'routes.route': <routes.route.Route object at 0x19d9550>, 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x19d9790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x1ae8e10>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x19d9810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x1ae8ad0>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x1ae88d0>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x19d9850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x1ae8e10>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x19d9850>, 'wsgi.input': <socket._fileobject object at 0x1acd550 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266329953.8084869, '_creation_time': 1266329953.8084869}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x1ae88d0>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x1ae85d0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fb7bb4531c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0xd275d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
15:19:14,190 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
15:19:14,217 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
15:19:14,300 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
15:19:14,302 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
15:19:14,303 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
15:19:14,303 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
15:19:14,303 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
15:19:14,303 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
15:19:14,303 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x1f9b5f0>, 'environ': {'routes.route': <routes.route.Route object at 0x19d9550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x19d9790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x1fde350>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x1fde110>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x19d9810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x1ae8950>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x19d9850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x1fde350>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x19d9850>, 'wsgi.input': <socket._fileobject object at 0x1acd6d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266329954.3039701, '_creation_time': 1266329953.8084869}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x1ae8950>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x1fde210>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fb7bb4531c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0xd275d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
15:19:14,678 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
15:19:14,678 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
15:19:18,785 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
15:19:18,788 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
15:19:18,788 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
15:19:18,788 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
15:19:18,788 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
15:19:18,788 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
15:19:18,788 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x1fdc1b8>, 'environ': {'routes.route': <routes.route.Route object at 0x19d9550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'ezfeed_uploader/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x19d9790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/ezfeed_uploader/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x1fe4550>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x1fe4650>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x19d9810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x1f9ef10>, {'action': u'view', 'controller': u'hg', 'path_info': 'ezfeed_uploader/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x19d9850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x1fe4550>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x19d9850>, 'wsgi.input': <socket._fileobject object at 0x1acd5d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266329958.7891531, '_creation_time': 1266329953.8084869}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x1f9ef10>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x1fdedd0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fb7bb4531c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0xd275d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
15:19:19,206 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
15:19:19,290 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
15:19:19,349 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
15:19:19,350 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
15:19:19,351 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
15:19:19,351 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
15:19:19,351 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
15:19:19,351 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
15:19:19,351 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x2350e60>, 'environ': {'routes.route': <routes.route.Route object at 0x19d9550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/ezfeed_uploader/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x19d9790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2321110>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x23152d0>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x19d9810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x1f9ee90>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x19d9850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2321110>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x19d9850>, 'wsgi.input': <socket._fileobject object at 0x1f93ed0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266329959.351814, '_creation_time': 1266329953.8084869}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x1f9ee90>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x23154d0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fb7bb4531c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0xd275d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
15:19:19,737 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
15:19:19,737 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
15:20:13,691 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
15:20:13,702 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
15:20:13,703 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
15:20:13,703 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
15:20:13,703 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
15:20:13,703 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
15:20:13,703 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x2350de8>, 'environ': {'routes.route': <routes.route.Route object at 0x19d9550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'ezfeed_uploader/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x19d9790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/ezfeed_uploader/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x216fe10>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x216fc10>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x19d9810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x216fbd0>, {'action': u'view', 'controller': u'hg', 'path_info': 'ezfeed_uploader/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x19d9850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x216fe10>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x19d9850>, 'wsgi.input': <socket._fileobject object at 0x1f93ad0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266330013.7040229, '_creation_time': 1266329953.8084869}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x216fbd0>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x1fde810>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fb7bb4531c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0xd275d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
15:20:14,097 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
15:20:14,105 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
15:20:14,161 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
15:20:14,162 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
15:20:14,163 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
15:20:14,163 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
15:20:14,163 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
15:20:14,163 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
15:20:14,163 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x1f9b488>, 'environ': {'routes.route': <routes.route.Route object at 0x19d9550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/ezfeed_uploader/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x19d9790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x232ae10>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2321d10>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x19d9810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x216f310>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x19d9850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x232ae10>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x19d9850>, 'wsgi.input': <socket._fileobject object at 0x1f933d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266330014.163923, '_creation_time': 1266329953.8084869}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x216f310>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2321b10>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fb7bb4531c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0xd275d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
15:20:14,540 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
15:20:14,540 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
15:22:11,404 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
15:22:11,408 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
15:22:11,409 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
15:22:11,409 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
15:22:11,410 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
15:22:11,410 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
15:22:11,411 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x23572a8>, 'environ': {'routes.route': <routes.route.Route object at 0x19d9550>, 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x19d9790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hgicon.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2336d10>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x19d9810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2336b10>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2321590>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x19d9850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2336d10>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x19d9850>, 'wsgi.input': <socket._fileobject object at 0x1ffa150 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266330131.4116499, '_creation_time': 1266329953.8084869}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x2321590>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x1f9e410>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fb7bb4531c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0xd275d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
15:22:11,803 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
15:22:11,803 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
15:57:08,539 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
15:57:08,543 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
15:57:08,556 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
15:57:08,556 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
15:57:08,557 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
15:57:08,557 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
15:57:08,557 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x1fdc848>, 'environ': {'routes.route': <routes.route.Route object at 0x19d9550>, 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x19d9790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x1f9e510>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x19d9810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x1f8ddd0>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x23214d0>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x19d9850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x1f9e510>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x19d9850>, 'wsgi.input': <socket._fileobject object at 0x1ffa050 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266332228.557687, '_creation_time': 1266329953.8084869}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x23214d0>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x232abd0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fb7bb4531c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0xd275d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
15:57:09,793 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
15:57:09,821 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
15:57:09,930 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
15:57:09,931 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
15:57:09,932 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
15:57:09,932 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
15:57:09,932 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
15:57:09,932 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
15:57:09,932 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x2350c08>, 'environ': {'routes.route': <routes.route.Route object at 0x19d9550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x19d9790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x1fe4c10>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x1fe4790>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x19d9810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x1f8dd90>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x19d9850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x1fe4c10>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x19d9850>, 'wsgi.input': <socket._fileobject object at 0x1f93ed0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266332229.933064, '_creation_time': 1266329953.8084869}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x1f8dd90>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x1fe4f10>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fb7bb4531c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0xd275d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
15:57:10,965 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
15:57:10,966 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
15:57:12,962 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
15:57:12,966 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
15:57:12,968 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
15:57:12,968 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
15:57:12,969 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
15:57:12,969 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
15:57:12,970 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x2357578>, 'environ': {'routes.route': <routes.route.Route object at 0x19d9550>, 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x19d9790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hgicon.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x21660d0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x19d9810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x1fd13d0>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x1fe4a90>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x19d9850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x21660d0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x19d9850>, 'wsgi.input': <socket._fileobject object at 0x1f93450 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266332232.970896, '_creation_time': 1266329953.8084869}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x1fe4a90>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x1fe4250>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fb7bb4531c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0xd275d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
15:57:14,048 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
15:57:14,060 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
16:01:28,206 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
16:01:28,209 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
16:01:28,209 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
16:01:28,210 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
16:01:28,210 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
16:01:28,210 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
16:01:28,210 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x2350500>, 'environ': {'routes.route': <routes.route.Route object at 0x19d9550>, 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x19d9790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x1fe4950>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x19d9810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x1fe4850>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x1fd1f50>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x19d9850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x1fe4950>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x19d9850>, 'wsgi.input': <socket._fileobject object at 0x1f93ed0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266332488.2107611, '_creation_time': 1266329953.8084869}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x1fd1f50>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x1fe4c50>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fb7bb4531c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0xd275d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
16:01:29,249 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
16:01:29,277 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
16:01:29,331 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
16:01:29,332 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
16:01:29,332 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
16:01:29,333 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
16:01:29,333 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
16:01:29,333 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
16:01:29,333 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x1f9bcf8>, 'environ': {'routes.route': <routes.route.Route object at 0x19d9550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x19d9790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x1f9e190>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x1f9e650>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x19d9810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x1ae8a10>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x19d9850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x1f9e190>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x19d9850>, 'wsgi.input': <socket._fileobject object at 0x1f933d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266332489.3337209, '_creation_time': 1266329953.8084869}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x1ae8a10>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x232a650>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fb7bb4531c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0xd275d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
16:01:30,359 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
16:01:30,359 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
16:01:32,379 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
16:01:32,382 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
16:01:32,383 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
16:01:32,384 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
16:01:32,384 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
16:01:32,385 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
16:01:32,385 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x2357848>, 'environ': {'routes.route': <routes.route.Route object at 0x19d9550>, 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x19d9790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hgicon.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x235e410>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x19d9810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x235e3d0>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x23365d0>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x19d9850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x235e410>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x19d9850>, 'wsgi.input': <socket._fileobject object at 0x22f88d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266332492.3867259, '_creation_time': 1266329953.8084869}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x23365d0>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x1f9eb90>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fb7bb4531c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0xd275d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
16:01:33,679 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
16:01:33,856 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
16:19:19,936 INFO  [paste.httpserver.ThreadPool] Shutting down threadpool
 
16:20:44,866 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
 
16:20:44,866 DEBUG [pylons.configuration] Pushing process configuration
 
16:20:44,869 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
 
16:20:44,869 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
 
16:20:44,873 DEBUG [pylons.templating] Initialized Buffet object
 
16:20:44,873 DEBUG [pylons.templating] Adding mako template language for use with Buffet
 
16:20:44,901 DEBUG [paste.httpserver.ThreadPool] Started new worker 139683561367824: Initial worker pool
 
16:20:44,902 DEBUG [paste.httpserver.ThreadPool] Started new worker 139683552975120: Initial worker pool
 
16:20:44,903 DEBUG [paste.httpserver.ThreadPool] Started new worker 139683544582416: Initial worker pool
 
16:20:44,904 DEBUG [paste.httpserver.ThreadPool] Started new worker 139683536189712: Initial worker pool
 
16:20:44,905 DEBUG [paste.httpserver.ThreadPool] Started new worker 139683527797008: Initial worker pool
 
16:20:44,905 DEBUG [paste.httpserver.ThreadPool] Started new worker 139683519404304: Initial worker pool
 
16:20:44,906 DEBUG [paste.httpserver.ThreadPool] Started new worker 139683511011600: Initial worker pool
 
16:20:44,907 DEBUG [paste.httpserver.ThreadPool] Started new worker 139683502618896: Initial worker pool
 
16:20:44,908 DEBUG [paste.httpserver.ThreadPool] Started new worker 139683494226192: Initial worker pool
 
16:20:44,909 DEBUG [paste.httpserver.ThreadPool] Started new worker 139683485833488: Initial worker pool
 
16:20:46,154 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
16:20:46,157 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
16:20:46,158 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
16:20:46,411 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
 
16:20:46,411 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
16:20:46,411 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
16:20:46,411 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
16:20:46,411 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x2a55aa0>, 'environ': {'routes.route': <routes.route.Route object at 0x2909550>, 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2909790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2a19e10>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x2909810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2a19ad0>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2a198d0>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2909850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2a19e10>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2909850>, 'wsgi.input': <socket._fileobject object at 0x29fe550 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266333646.4120591, '_creation_time': 1266333646.4120591}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x2a198d0>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2a195d0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f0aa18af1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1c58550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
16:20:49,628 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
16:20:49,634 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
16:20:49,635 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
16:20:49,635 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
16:20:49,636 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
16:20:49,636 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
16:20:49,637 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x30c32a8>, 'environ': {'routes.route': <routes.route.Route object at 0x2909550>, 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'favicon.ico'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2909790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/favicon.ico', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x30c1690>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x2909810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x30c1610>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2a19950>, {'action': u'view', 'controller': u'hg', 'path_info': 'favicon.ico'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2909850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x30c1690>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2909850>, 'wsgi.input': <socket._fileobject object at 0x30a16d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266333649.6377721, '_creation_time': 1266333649.6377721}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x2a19950>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x30c12d0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f0aa18af1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1c58550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
16:20:54,083 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
 
16:20:54,083 DEBUG [pylons.configuration] Pushing process configuration
 
16:20:54,087 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
 
16:20:54,088 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
 
16:20:54,092 DEBUG [pylons.templating] Initialized Buffet object
 
16:20:54,092 DEBUG [pylons.templating] Adding mako template language for use with Buffet
 
16:20:54,137 DEBUG [paste.httpserver.ThreadPool] Started new worker 140064338950416: Initial worker pool
 
16:20:54,138 DEBUG [paste.httpserver.ThreadPool] Started new worker 140064330557712: Initial worker pool
 
16:20:54,138 DEBUG [paste.httpserver.ThreadPool] Started new worker 140064322165008: Initial worker pool
 
16:20:54,138 DEBUG [paste.httpserver.ThreadPool] Started new worker 140064313772304: Initial worker pool
 
16:20:54,139 DEBUG [paste.httpserver.ThreadPool] Started new worker 140064305379600: Initial worker pool
 
16:20:54,139 DEBUG [paste.httpserver.ThreadPool] Started new worker 140064296986896: Initial worker pool
 
16:20:54,139 DEBUG [paste.httpserver.ThreadPool] Started new worker 140064288594192: Initial worker pool
 
16:20:54,139 DEBUG [paste.httpserver.ThreadPool] Started new worker 140064280201488: Initial worker pool
 
16:20:54,140 DEBUG [paste.httpserver.ThreadPool] Started new worker 140064271808784: Initial worker pool
 
16:20:54,140 DEBUG [paste.httpserver.ThreadPool] Started new worker 140064263416080: Initial worker pool
 
16:20:55,137 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
16:20:55,140 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
16:20:55,141 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
16:20:55,195 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
 
16:20:55,196 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
16:20:55,196 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
16:20:55,196 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
16:20:55,196 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x2bddaa0>, 'environ': {'routes.route': <routes.route.Route object at 0x2a91550>, 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2a91790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2ba1e10>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x2a91810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2ba1ad0>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2ba18d0>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2a91850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2ba1e10>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2a91850>, 'wsgi.input': <socket._fileobject object at 0x2b86550 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266333655.196805, '_creation_time': 1266333655.196805}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x2ba18d0>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2ba15d0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f6349a7c1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1de05d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
16:20:56,194 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
16:20:56,224 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
16:20:56,299 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
16:20:56,301 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
16:20:56,301 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
16:20:56,301 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
16:20:56,301 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
16:20:56,302 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
16:20:56,302 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x30585f0>, 'environ': {'routes.route': <routes.route.Route object at 0x2a91550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2a91790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x309f390>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x309f150>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2a91810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2ba1950>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2a91850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x309f390>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2a91850>, 'wsgi.input': <socket._fileobject object at 0x2b866d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266333656.3024039, '_creation_time': 1266333655.196805}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x2ba1950>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x309f250>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f6349a7c1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1de05d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
16:20:57,191 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
16:20:57,191 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
16:20:59,342 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
16:20:59,345 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
16:20:59,346 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
16:20:59,347 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
16:20:59,347 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
16:20:59,348 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
16:20:59,348 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x30991b8>, 'environ': {'routes.route': <routes.route.Route object at 0x2a91550>, 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2a91790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hgicon.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3090cd0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x2a91810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3090e10>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x3090d50>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2a91850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3090cd0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2a91850>, 'wsgi.input': <socket._fileobject object at 0x2b865d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266333659.3491011, '_creation_time': 1266333655.196805}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x3090d50>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x309f190>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f6349a7c1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1de05d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
16:21:00,245 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
16:21:00,298 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
16:21:00,899 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
16:21:00,902 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
16:21:00,904 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
16:21:00,904 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
16:21:00,904 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
16:21:00,905 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
16:21:00,905 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x30b5320>, 'environ': {'routes.route': <routes.route.Route object at 0x2a91550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'ftp_exchange/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2a91790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/ftp_exchange/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x30a2a90>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x30a2ad0>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2a91810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x305bb50>, {'action': u'view', 'controller': u'hg', 'path_info': 'ftp_exchange/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2a91850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x30a2a90>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2a91850>, 'wsgi.input': <socket._fileobject object at 0x3050d50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266333660.907151, '_creation_time': 1266333655.196805}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x305bb50>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x30908d0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f6349a7c1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1de05d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
16:21:01,916 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
16:21:01,974 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
16:21:02,040 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
16:21:02,041 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
16:21:02,042 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
16:21:02,042 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
16:21:02,042 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
16:21:02,042 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
16:21:02,042 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x3420ed8>, 'environ': {'routes.route': <routes.route.Route object at 0x2a91550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/ftp_exchange/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2a91790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x33f0690>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x33f0210>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2a91810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x30a2a50>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2a91850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x33f0690>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2a91850>, 'wsgi.input': <socket._fileobject object at 0x30b8250 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266333662.044889, '_creation_time': 1266333655.196805}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x30a2a50>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3271d90>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f6349a7c1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1de05d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
16:21:02,943 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
16:21:02,943 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
16:21:05,090 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
16:21:05,092 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
16:21:05,093 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
16:21:05,143 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
16:21:05,143 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
16:21:05,144 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
16:21:05,145 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x3420848>, 'environ': {'routes.route': <routes.route.Route object at 0x2a91550>, 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2a91790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hgicon.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3090e90>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x2a91810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x309fa50>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x33e4710>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2a91850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3090e90>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2a91850>, 'wsgi.input': <socket._fileobject object at 0x33c8e50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266333665.1459939, '_creation_time': 1266333655.196805}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x33e4710>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3271f10>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f6349a7c1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1de05d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
16:21:06,061 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
16:21:06,062 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
16:21:06,178 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
16:21:06,184 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
16:21:06,185 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
16:21:06,185 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
16:21:06,186 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
16:21:06,186 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
16:21:06,186 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x3413cf8>, 'environ': {'routes.route': <routes.route.Route object at 0x2a91550>, 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2a91790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hgicon.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x33f9d10>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x2a91810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x33f9690>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x326bd90>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2a91850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x33f9d10>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2a91850>, 'wsgi.input': <socket._fileobject object at 0x33c8cd0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266333666.187609, '_creation_time': 1266333655.196805}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x326bd90>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x30909d0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f6349a7c1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1de05d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
16:21:07,105 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
16:21:07,105 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
16:21:23,835 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
16:21:23,839 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
16:21:23,840 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
16:21:23,840 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
16:21:23,840 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
16:21:23,840 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
16:21:23,840 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x3058320>, 'environ': {'routes.route': <routes.route.Route object at 0x2a91550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'statistics_new/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2a91790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/statistics_new/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x30a2410>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x30a2210>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2a91810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x3406550>, {'action': u'view', 'controller': u'hg', 'path_info': 'statistics_new/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2a91850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x30a2410>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2a91850>, 'wsgi.input': <socket._fileobject object at 0x33c88d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266333683.841233, '_creation_time': 1266333655.196805}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x3406550>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x33f9710>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f6349a7c1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1de05d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
16:21:24,733 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
16:21:24,743 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
16:21:24,804 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
16:21:24,806 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
16:21:24,806 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
16:21:24,806 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
16:21:24,806 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
16:21:24,806 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
16:21:24,807 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x3429668>, 'environ': {'routes.route': <routes.route.Route object at 0x2a91550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/statistics_new/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2a91790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x316ef90>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x316ecd0>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2a91810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x30a2b50>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2a91850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x316ef90>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2a91850>, 'wsgi.input': <socket._fileobject object at 0x33c8150 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266333684.8073211, '_creation_time': 1266333655.196805}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x30a2b50>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x33e4b10>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f6349a7c1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1de05d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
16:21:25,707 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
16:21:25,707 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
16:21:27,842 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
16:21:27,847 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
16:21:27,848 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
16:21:27,849 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
16:21:27,849 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
16:21:27,850 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
16:21:27,850 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x3429c08>, 'environ': {'routes.route': <routes.route.Route object at 0x2a91550>, 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2a91790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hgicon.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3417610>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x2a91810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3417dd0>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x304ad90>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2a91850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3417610>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2a91850>, 'wsgi.input': <socket._fileobject object at 0x33c8dd0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266333687.851099, '_creation_time': 1266333655.196805}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x304ad90>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x33f9ed0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f6349a7c1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1de05d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
16:21:28,745 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
16:21:28,746 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
16:22:13,376 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
 
16:22:13,376 DEBUG [pylons.configuration] Pushing process configuration
 
16:22:13,379 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
 
16:22:13,380 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
 
16:22:13,383 DEBUG [pylons.templating] Initialized Buffet object
 
16:22:13,383 DEBUG [pylons.templating] Adding mako template language for use with Buffet
 
16:22:13,392 DEBUG [paste.httpserver.ThreadPool] Started new worker 140526655150352: Initial worker pool
 
16:22:13,392 DEBUG [paste.httpserver.ThreadPool] Started new worker 140526646757648: Initial worker pool
 
16:22:13,392 DEBUG [paste.httpserver.ThreadPool] Started new worker 140526638364944: Initial worker pool
 
16:22:13,393 DEBUG [paste.httpserver.ThreadPool] Started new worker 140526629972240: Initial worker pool
 
16:22:13,393 DEBUG [paste.httpserver.ThreadPool] Started new worker 140526621579536: Initial worker pool
 
16:22:13,393 DEBUG [paste.httpserver.ThreadPool] Started new worker 140526613186832: Initial worker pool
 
16:22:13,393 DEBUG [paste.httpserver.ThreadPool] Started new worker 140526604794128: Initial worker pool
 
16:22:13,394 DEBUG [paste.httpserver.ThreadPool] Started new worker 140526596401424: Initial worker pool
 
16:22:13,394 DEBUG [paste.httpserver.ThreadPool] Started new worker 140526588008720: Initial worker pool
 
16:22:13,394 DEBUG [paste.httpserver.ThreadPool] Started new worker 140526579616016: Initial worker pool
 
16:22:15,238 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
16:22:15,240 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
16:22:15,241 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
16:22:15,315 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
 
16:22:15,316 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
16:22:15,316 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
16:22:15,316 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
16:22:15,316 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x3a68aa0>, 'environ': {'routes.route': <routes.route.Route object at 0x391b550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'statistics_new/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x391b790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/statistics_new/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3a2be90>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3a2bb50>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x391b810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x3a2b950>, {'action': u'view', 'controller': u'hg', 'path_info': 'statistics_new/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x391b850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3a2be90>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x391b850>, 'wsgi.input': <socket._fileobject object at 0x3a10550 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266333735.3167009, '_creation_time': 1266333735.3167009}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x3a2b950>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3a2b650>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fceedd911c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x2c695d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
16:22:16,210 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
16:22:16,211 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
16:22:40,379 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
 
16:22:40,379 DEBUG [pylons.configuration] Pushing process configuration
 
16:22:40,382 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
 
16:22:40,383 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
 
16:22:40,386 DEBUG [pylons.templating] Initialized Buffet object
 
16:22:40,387 DEBUG [pylons.templating] Adding mako template language for use with Buffet
 
16:22:40,395 DEBUG [paste.httpserver.ThreadPool] Started new worker 140275994515728: Initial worker pool
 
16:22:40,396 DEBUG [paste.httpserver.ThreadPool] Started new worker 140275986123024: Initial worker pool
 
16:22:40,396 DEBUG [paste.httpserver.ThreadPool] Started new worker 140275977730320: Initial worker pool
 
16:22:40,396 DEBUG [paste.httpserver.ThreadPool] Started new worker 140275969337616: Initial worker pool
 
16:22:40,396 DEBUG [paste.httpserver.ThreadPool] Started new worker 140275960944912: Initial worker pool
 
16:22:40,397 DEBUG [paste.httpserver.ThreadPool] Started new worker 140275952552208: Initial worker pool
 
16:22:40,397 DEBUG [paste.httpserver.ThreadPool] Started new worker 140275944159504: Initial worker pool
 
16:22:40,397 DEBUG [paste.httpserver.ThreadPool] Started new worker 140275935766800: Initial worker pool
 
16:22:40,398 DEBUG [paste.httpserver.ThreadPool] Started new worker 140275927374096: Initial worker pool
 
16:22:40,398 DEBUG [paste.httpserver.ThreadPool] Started new worker 140275918981392: Initial worker pool
 
16:22:50,798 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
16:22:50,805 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
16:22:50,806 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
16:22:50,856 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
 
16:22:50,856 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
16:22:50,857 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
16:22:50,857 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
16:22:50,857 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x3057aa0>, 'environ': {'routes.route': <routes.route.Route object at 0x2f0b550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'statistics_new/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2f0b790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/statistics_new/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x301be90>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x301bb50>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2f0b810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x301b950>, {'action': u'view', 'controller': u'hg', 'path_info': 'statistics_new/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2f0b850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x301be90>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2f0b850>, 'wsgi.input': <socket._fileobject object at 0x3000550 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266333770.8575709, '_creation_time': 1266333770.8575709}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x301b950>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x301b650>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f94914f61c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x22595d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
16:23:36,063 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
 
16:23:36,064 DEBUG [pylons.configuration] Pushing process configuration
 
16:23:36,067 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
 
16:23:36,068 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
 
16:23:36,071 DEBUG [pylons.templating] Initialized Buffet object
 
16:23:36,071 DEBUG [pylons.templating] Adding mako template language for use with Buffet
 
16:23:36,079 DEBUG [paste.httpserver.ThreadPool] Started new worker 139768875854096: Initial worker pool
 
16:23:36,079 DEBUG [paste.httpserver.ThreadPool] Started new worker 139768867461392: Initial worker pool
 
16:23:36,079 DEBUG [paste.httpserver.ThreadPool] Started new worker 139768859068688: Initial worker pool
 
16:23:36,080 DEBUG [paste.httpserver.ThreadPool] Started new worker 139768850675984: Initial worker pool
 
16:23:36,080 DEBUG [paste.httpserver.ThreadPool] Started new worker 139768842283280: Initial worker pool
 
16:23:36,080 DEBUG [paste.httpserver.ThreadPool] Started new worker 139768833890576: Initial worker pool
 
16:23:36,080 DEBUG [paste.httpserver.ThreadPool] Started new worker 139768825497872: Initial worker pool
 
16:23:36,081 DEBUG [paste.httpserver.ThreadPool] Started new worker 139768817105168: Initial worker pool
 
16:23:36,081 DEBUG [paste.httpserver.ThreadPool] Started new worker 139768808712464: Initial worker pool
 
16:23:36,081 DEBUG [paste.httpserver.ThreadPool] Started new worker 139768800319760: Initial worker pool
 
16:23:37,203 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
16:23:37,206 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
16:23:37,208 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
16:23:37,277 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
 
16:23:37,278 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
16:23:37,278 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
16:23:37,278 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
16:23:37,278 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x23e7aa0>, 'environ': {'routes.route': <routes.route.Route object at 0x229b550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'statistics_new/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x229b790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/statistics_new/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x23abe90>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x23abb50>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x229b810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x23ab950>, {'action': u'view', 'controller': u'hg', 'path_info': 'statistics_new/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x229b850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x23abe90>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x229b850>, 'wsgi.input': <socket._fileobject object at 0x2390550 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266333817.2788899, '_creation_time': 1266333817.2788899}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x23ab950>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x23ab650>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f1e7eaeb1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x15e95d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
16:24:09,316 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
 
16:24:09,316 DEBUG [pylons.configuration] Pushing process configuration
 
16:24:09,320 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
 
16:24:09,320 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
 
16:24:09,323 DEBUG [pylons.templating] Initialized Buffet object
 
16:24:09,323 DEBUG [pylons.templating] Adding mako template language for use with Buffet
 
16:24:09,331 DEBUG [paste.httpserver.ThreadPool] Started new worker 140218498062608: Initial worker pool
 
16:24:09,332 DEBUG [paste.httpserver.ThreadPool] Started new worker 140218489669904: Initial worker pool
 
16:24:09,332 DEBUG [paste.httpserver.ThreadPool] Started new worker 140218481277200: Initial worker pool
 
16:24:09,332 DEBUG [paste.httpserver.ThreadPool] Started new worker 140218472884496: Initial worker pool
 
16:24:09,332 DEBUG [paste.httpserver.ThreadPool] Started new worker 140218464491792: Initial worker pool
 
16:24:09,333 DEBUG [paste.httpserver.ThreadPool] Started new worker 140218456099088: Initial worker pool
 
16:24:09,333 DEBUG [paste.httpserver.ThreadPool] Started new worker 140218447706384: Initial worker pool
 
16:24:09,333 DEBUG [paste.httpserver.ThreadPool] Started new worker 140218439313680: Initial worker pool
 
16:24:09,333 DEBUG [paste.httpserver.ThreadPool] Started new worker 140218430920976: Initial worker pool
 
16:24:09,334 DEBUG [paste.httpserver.ThreadPool] Started new worker 140218422528272: Initial worker pool
 
16:24:10,027 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
16:24:10,031 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
16:24:10,032 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
16:24:10,086 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
 
16:24:10,086 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
16:24:10,086 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
16:24:10,086 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
16:24:10,086 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x35218c0>, 'environ': {'routes.route': <routes.route.Route object at 0x3427550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'statistics_new/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x3427790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/statistics_new/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3527750>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3527410>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x3427810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x3527210>, {'action': u'view', 'controller': u'hg', 'path_info': 'statistics_new/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x3427850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3527750>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x3427850>, 'wsgi.input': <socket._fileobject object at 0x33ad650 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266333850.086988, '_creation_time': 1266333850.086988}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x3527210>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3523ed0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f872e4121c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x27765d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
16:25:20,368 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
 
16:25:20,368 DEBUG [pylons.configuration] Pushing process configuration
 
16:25:20,371 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
 
16:25:20,371 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
 
16:25:20,375 DEBUG [pylons.templating] Initialized Buffet object
 
16:25:20,375 DEBUG [pylons.templating] Adding mako template language for use with Buffet
 
16:25:20,383 DEBUG [paste.httpserver.ThreadPool] Started new worker 139976887982352: Initial worker pool
 
16:25:20,383 DEBUG [paste.httpserver.ThreadPool] Started new worker 139976879589648: Initial worker pool
 
16:25:20,383 DEBUG [paste.httpserver.ThreadPool] Started new worker 139976871196944: Initial worker pool
 
16:25:20,383 DEBUG [paste.httpserver.ThreadPool] Started new worker 139976862804240: Initial worker pool
 
16:25:20,384 DEBUG [paste.httpserver.ThreadPool] Started new worker 139976854411536: Initial worker pool
 
16:25:20,384 DEBUG [paste.httpserver.ThreadPool] Started new worker 139976846018832: Initial worker pool
 
16:25:20,385 DEBUG [paste.httpserver.ThreadPool] Started new worker 139976837626128: Initial worker pool
 
16:25:20,385 DEBUG [paste.httpserver.ThreadPool] Started new worker 139976829233424: Initial worker pool
 
16:25:20,385 DEBUG [paste.httpserver.ThreadPool] Started new worker 139976820840720: Initial worker pool
 
16:25:20,386 DEBUG [paste.httpserver.ThreadPool] Started new worker 139976742271248: Initial worker pool
 
16:25:27,263 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
16:25:27,267 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
16:25:27,268 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
16:25:27,333 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
 
16:25:27,333 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
16:25:27,333 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
16:25:27,333 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
16:25:27,333 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x1c43aa0>, 'environ': {'routes.route': <routes.route.Route object at 0x1af9550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'statistics_new/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x1af9790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/statistics_new/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x1c09e90>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x1c09b50>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x1af9810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x1c09950>, {'action': u'view', 'controller': u'hg', 'path_info': 'statistics_new/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x1af9850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x1c09e90>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x1af9850>, 'wsgi.input': <socket._fileobject object at 0x1bee550 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266333927.3342371, '_creation_time': 1266333927.3342371}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x1c09950>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x1c09650>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f4eed2be1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0xe48550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
16:25:51,389 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
 
16:25:51,389 DEBUG [pylons.configuration] Pushing process configuration
 
16:25:51,393 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
 
16:25:51,393 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
 
16:25:51,396 DEBUG [pylons.templating] Initialized Buffet object
 
16:25:51,396 DEBUG [pylons.templating] Adding mako template language for use with Buffet
 
16:25:51,404 DEBUG [paste.httpserver.ThreadPool] Started new worker 140107727239440: Initial worker pool
 
16:25:51,405 DEBUG [paste.httpserver.ThreadPool] Started new worker 140107718846736: Initial worker pool
 
16:25:51,405 DEBUG [paste.httpserver.ThreadPool] Started new worker 140107710454032: Initial worker pool
 
16:25:51,405 DEBUG [paste.httpserver.ThreadPool] Started new worker 140107702061328: Initial worker pool
 
16:25:51,405 DEBUG [paste.httpserver.ThreadPool] Started new worker 140107693668624: Initial worker pool
 
16:25:51,406 DEBUG [paste.httpserver.ThreadPool] Started new worker 140107685275920: Initial worker pool
 
16:25:51,406 DEBUG [paste.httpserver.ThreadPool] Started new worker 140107676883216: Initial worker pool
 
16:25:51,406 DEBUG [paste.httpserver.ThreadPool] Started new worker 140107668490512: Initial worker pool
 
16:25:51,407 DEBUG [paste.httpserver.ThreadPool] Started new worker 140107660097808: Initial worker pool
 
16:25:51,407 DEBUG [paste.httpserver.ThreadPool] Started new worker 140107651705104: Initial worker pool
 
16:25:51,948 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
16:25:51,954 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
16:25:51,955 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
16:25:52,008 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
 
16:25:52,009 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
16:25:52,009 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
16:25:52,009 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
16:25:52,009 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x1e868c0>, 'environ': {'routes.route': <routes.route.Route object at 0x1d8c550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'statistics_new/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x1d8c790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/statistics_new/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x1e8c750>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x1e8c410>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x1d8c810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x1e8c210>, {'action': u'view', 'controller': u'hg', 'path_info': 'statistics_new/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x1d8c850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x1e8c750>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x1d8c850>, 'wsgi.input': <socket._fileobject object at 0x1d12650 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266333952.009784, '_creation_time': 1266333952.009784}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x1e8c210>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x1e88ed0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f6d63cc81c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x10dc550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
16:25:52,921 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
16:25:52,935 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
16:25:53,021 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
16:25:53,023 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
16:25:53,024 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
16:25:53,024 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
16:25:53,024 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
16:25:53,024 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
16:25:53,024 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x2706d70>, 'environ': {'routes.route': <routes.route.Route object at 0x1d8c550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/statistics_new/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x1d8c790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x26a3110>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x26a30d0>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x1d8c810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x1e88f90>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x1d8c850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x26a3110>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x1d8c850>, 'wsgi.input': <socket._fileobject object at 0x1e812d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266333953.02509, '_creation_time': 1266333952.009784}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x1e88f90>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x26a7710>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f6d63cc81c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x10dc550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
16:25:53,902 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
16:25:53,903 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
16:25:56,046 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
16:25:56,050 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
16:25:56,051 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
16:25:56,052 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
16:25:56,052 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
16:25:56,052 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
16:25:56,053 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x26ad848>, 'environ': {'routes.route': <routes.route.Route object at 0x1d8c550>, 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x1d8c790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hgicon.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x26a3dd0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x1d8c810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x26a3790>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x26a3850>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x1d8c850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x26a3dd0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x1d8c850>, 'wsgi.input': <socket._fileobject object at 0x1e811d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266333956.054095, '_creation_time': 1266333952.009784}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x26a3850>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x26a3bd0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f6d63cc81c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x10dc550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
16:25:56,951 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
16:25:56,952 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
16:26:07,929 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
16:26:07,933 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
16:26:07,934 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
16:26:07,934 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
16:26:07,935 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
16:26:07,935 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
16:26:07,936 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x2715488>, 'environ': {'routes.route': <routes.route.Route object at 0x1d8c550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'statistics_new/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x1d8c790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/statistics_new/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x26a7390>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x26a7350>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x1d8c810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x26a3b50>, {'action': u'view', 'controller': u'hg', 'path_info': 'statistics_new/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x1d8c850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x26a7390>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x1d8c850>, 'wsgi.input': <socket._fileobject object at 0x2708250 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266333967.937922, '_creation_time': 1266333952.009784}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x26a3b50>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x269bed0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f6d63cc81c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x10dc550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
16:26:08,854 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
16:26:08,862 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
16:26:08,918 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
16:26:08,919 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
16:26:08,919 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
16:26:08,919 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
16:26:08,920 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
16:26:08,920 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
16:26:08,920 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x2327b18>, 'environ': {'routes.route': <routes.route.Route object at 0x1d8c550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/statistics_new/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x1d8c790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2500490>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x25006d0>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x1d8c810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x25098d0>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x1d8c850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2500490>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x1d8c850>, 'wsgi.input': <socket._fileobject object at 0x233f550 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266333968.9206481, '_creation_time': 1266333952.009784}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x25098d0>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x269b910>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f6d63cc81c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x10dc550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
16:26:09,806 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
16:26:09,806 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
16:26:11,943 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
16:26:11,945 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
16:26:11,946 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
16:26:11,946 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
16:26:11,946 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
16:26:11,947 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
16:26:11,947 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x27151b8>, 'environ': {'routes.route': <routes.route.Route object at 0x1d8c550>, 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x1d8c790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hgicon.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x23351d0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x1d8c810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2335050>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x239ae10>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x1d8c850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x23351d0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x1d8c850>, 'wsgi.input': <socket._fileobject object at 0x233f750 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266333971.947777, '_creation_time': 1266333952.009784}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x239ae10>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x24f94d0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f6d63cc81c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x10dc550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
16:26:12,842 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
16:26:12,842 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
16:26:55,301 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
16:26:55,304 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
16:26:55,304 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
16:26:55,304 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
16:26:55,305 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
16:26:55,305 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
16:26:55,305 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x2715b90>, 'environ': {'routes.route': <routes.route.Route object at 0x1d8c550>, 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x1d8c790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x23269d0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x1d8c810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x23266d0>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x26a7dd0>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x1d8c850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x23269d0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x1d8c850>, 'wsgi.input': <socket._fileobject object at 0x22c9f50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266334015.3056469, '_creation_time': 1266333952.009784}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x26a7dd0>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x239add0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f6d63cc81c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x10dc550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
16:26:56,171 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
16:26:56,194 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
16:26:56,242 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
16:26:56,243 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
16:26:56,244 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
16:26:56,244 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
16:26:56,244 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
16:26:56,244 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
16:26:56,244 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x26add70>, 'environ': {'routes.route': <routes.route.Route object at 0x1d8c550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x1d8c790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x269b450>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x269b950>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x1d8c810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x26a7e90>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x1d8c850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x269b450>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x1d8c850>, 'wsgi.input': <socket._fileobject object at 0x233f750 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266334016.2451401, '_creation_time': 1266333952.009784}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x26a7e90>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x24f9710>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f6d63cc81c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x10dc550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
16:26:57,103 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
16:26:57,103 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
16:26:59,306 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
16:26:59,309 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
16:26:59,310 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
16:26:59,311 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
16:26:59,311 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
16:26:59,312 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
16:26:59,312 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x27156e0>, 'environ': {'routes.route': <routes.route.Route object at 0x1d8c550>, 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x1d8c790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hgicon.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2326d90>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x1d8c810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2326cd0>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x269bdd0>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x1d8c850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2326d90>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x1d8c850>, 'wsgi.input': <socket._fileobject object at 0x2708650 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266334019.3132491, '_creation_time': 1266333952.009784}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x269bdd0>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x26a7510>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f6d63cc81c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x10dc550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
16:27:00,202 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
16:27:00,202 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
16:27:34,660 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
 
16:27:34,660 DEBUG [pylons.configuration] Pushing process configuration
 
16:27:34,664 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
 
16:27:34,664 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
 
16:27:34,667 DEBUG [pylons.templating] Initialized Buffet object
 
16:27:34,668 DEBUG [pylons.templating] Adding mako template language for use with Buffet
 
16:27:34,676 DEBUG [paste.httpserver.ThreadPool] Started new worker 140142254557456: Initial worker pool
 
16:27:34,676 DEBUG [paste.httpserver.ThreadPool] Started new worker 140142246164752: Initial worker pool
 
16:27:34,677 DEBUG [paste.httpserver.ThreadPool] Started new worker 140142237772048: Initial worker pool
 
16:27:34,677 DEBUG [paste.httpserver.ThreadPool] Started new worker 140142229379344: Initial worker pool
 
16:27:34,677 DEBUG [paste.httpserver.ThreadPool] Started new worker 140142220986640: Initial worker pool
 
16:27:34,678 DEBUG [paste.httpserver.ThreadPool] Started new worker 140142212593936: Initial worker pool
 
16:27:34,678 DEBUG [paste.httpserver.ThreadPool] Started new worker 140142204201232: Initial worker pool
 
16:27:34,678 DEBUG [paste.httpserver.ThreadPool] Started new worker 140142195808528: Initial worker pool
 
16:27:34,679 DEBUG [paste.httpserver.ThreadPool] Started new worker 140142187415824: Initial worker pool
 
16:27:34,679 DEBUG [paste.httpserver.ThreadPool] Started new worker 140142179023120: Initial worker pool
 
16:27:36,554 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
 
16:27:36,554 DEBUG [pylons.configuration] Pushing process configuration
 
16:27:36,557 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
 
16:27:36,557 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
 
16:27:36,560 DEBUG [pylons.templating] Initialized Buffet object
 
16:27:36,561 DEBUG [pylons.templating] Adding mako template language for use with Buffet
 
16:27:36,569 DEBUG [paste.httpserver.ThreadPool] Started new worker 139667493472528: Initial worker pool
 
16:27:36,569 DEBUG [paste.httpserver.ThreadPool] Started new worker 139667485079824: Initial worker pool
 
16:27:36,569 DEBUG [paste.httpserver.ThreadPool] Started new worker 139667476687120: Initial worker pool
 
16:27:36,570 DEBUG [paste.httpserver.ThreadPool] Started new worker 139667468294416: Initial worker pool
 
16:27:36,570 DEBUG [paste.httpserver.ThreadPool] Started new worker 139667459901712: Initial worker pool
 
16:27:36,570 DEBUG [paste.httpserver.ThreadPool] Started new worker 139667451509008: Initial worker pool
 
16:27:36,571 DEBUG [paste.httpserver.ThreadPool] Started new worker 139667443116304: Initial worker pool
 
16:27:36,571 DEBUG [paste.httpserver.ThreadPool] Started new worker 139667434723600: Initial worker pool
 
16:27:36,571 DEBUG [paste.httpserver.ThreadPool] Started new worker 139667426330896: Initial worker pool
 
16:27:36,571 DEBUG [paste.httpserver.ThreadPool] Started new worker 139667417938192: Initial worker pool
 
16:27:38,779 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
16:27:38,782 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
16:27:38,783 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
16:27:38,837 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
 
16:27:38,838 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
16:27:38,838 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
16:27:38,838 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
16:27:38,838 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x2f37aa0>, 'environ': {'routes.route': <routes.route.Route object at 0x2deb550>, 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2deb790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2efbe10>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x2deb810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2efbad0>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2efb8d0>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2deb850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2efbe10>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2deb850>, 'wsgi.input': <socket._fileobject object at 0x2ee0550 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266334058.8388679, '_creation_time': 1266334058.8388679}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x2efb8d0>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2efb5d0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f06e3d251c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x213a5d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
16:48:51,006 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
16:48:51,019 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
16:48:51,019 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
16:48:51,019 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
16:48:51,019 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
16:48:51,019 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
16:48:51,020 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x3662758>, 'environ': {'routes.route': <routes.route.Route object at 0x2deb550>, 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2deb790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3664350>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x2deb810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3664250>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2efb950>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2deb850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3664350>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2deb850>, 'wsgi.input': <socket._fileobject object at 0x363c750 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266335331.0203431, '_creation_time': 1266335331.0203431}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x2efb950>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3658f90>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f06e3d251c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x213a5d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
16:55:00,290 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
 
16:55:00,290 DEBUG [pylons.configuration] Pushing process configuration
 
16:55:00,294 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
 
16:55:00,294 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
 
16:55:00,298 DEBUG [pylons.templating] Initialized Buffet object
 
16:55:00,298 DEBUG [pylons.templating] Adding mako template language for use with Buffet
 
16:55:00,305 DEBUG [paste.httpserver.ThreadPool] Started new worker 140304879196432: Initial worker pool
 
16:55:00,306 DEBUG [paste.httpserver.ThreadPool] Started new worker 140304870803728: Initial worker pool
 
16:55:00,306 DEBUG [paste.httpserver.ThreadPool] Started new worker 140304862411024: Initial worker pool
 
16:55:00,307 DEBUG [paste.httpserver.ThreadPool] Started new worker 140304854018320: Initial worker pool
 
16:55:00,307 DEBUG [paste.httpserver.ThreadPool] Started new worker 140304845625616: Initial worker pool
 
16:55:00,307 DEBUG [paste.httpserver.ThreadPool] Started new worker 140304837232912: Initial worker pool
 
16:55:00,308 DEBUG [paste.httpserver.ThreadPool] Started new worker 140304828840208: Initial worker pool
 
16:55:00,308 DEBUG [paste.httpserver.ThreadPool] Started new worker 140304820447504: Initial worker pool
 
16:55:00,308 DEBUG [paste.httpserver.ThreadPool] Started new worker 140304812054800: Initial worker pool
 
16:55:00,309 DEBUG [paste.httpserver.ThreadPool] Started new worker 140304803662096: Initial worker pool
 
16:55:15,006 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
16:55:15,009 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
16:55:15,011 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
16:55:15,064 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
 
16:55:15,064 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
16:55:15,064 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
16:55:15,064 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
16:55:15,064 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x353ab18>, 'environ': {'routes.route': <routes.route.Route object at 0x33ed550>, 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x33ed790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x34fde10>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x33ed810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x34fdad0>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x34fd8d0>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x33ed850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x34fde10>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x33ed850>, 'wsgi.input': <socket._fileobject object at 0x34e2550 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266335715.064996, '_creation_time': 1266335715.064996}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x34fd8d0>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x34fd5d0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f9b4af8a1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x273d550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
16:55:15,065 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 OK
 
16:55:15,065 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
16:55:25,620 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
16:55:25,622 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
16:55:25,623 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
16:55:25,623 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
16:55:25,623 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
16:55:25,623 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
16:55:25,623 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x3a05500>, 'environ': {'routes.route': <routes.route.Route object at 0x33ed550>, 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x33ed790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3a08210>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x33ed810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3a08150>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x34fd950>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x33ed850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3a08210>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x33ed850>, 'wsgi.input': <socket._fileobject object at 0x34e26d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266335725.624068, '_creation_time': 1266335715.064996}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x34fd950>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x39fbdd0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f9b4af8a1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x273d550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
16:55:25,624 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 OK
 
16:55:25,624 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
16:55:26,473 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
16:55:26,480 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
16:55:26,480 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
16:55:26,480 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
16:55:26,480 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
16:55:26,480 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
16:55:26,481 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x3a05848>, 'environ': {'routes.route': <routes.route.Route object at 0x33ed550>, 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x33ed790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3a08990>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x33ed810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3a088d0>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x3a08750>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x33ed850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3a08990>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x33ed850>, 'wsgi.input': <socket._fileobject object at 0x34e25d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266335726.481324, '_creation_time': 1266335715.064996}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x3a08750>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3a082d0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f9b4af8a1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x273d550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
16:55:26,481 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 OK
 
16:55:26,481 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
16:55:31,497 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
16:55:31,500 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
16:55:31,502 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
16:55:31,502 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
16:55:31,502 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
16:55:31,503 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
16:55:31,503 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x3a05b90>, 'environ': {'routes.route': <routes.route.Route object at 0x33ed550>, 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x33ed790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3a0b110>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x33ed810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3a0b050>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x3a08ed0>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x33ed850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3a0b110>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x33ed850>, 'wsgi.input': <socket._fileobject object at 0x39acb50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266335731.50438, '_creation_time': 1266335715.064996}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x3a08ed0>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3a08a50>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f9b4af8a1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x273d550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
16:55:31,505 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 OK
 
16:55:31,505 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
16:56:15,339 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
 
16:56:15,339 DEBUG [pylons.configuration] Pushing process configuration
 
16:56:15,343 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
 
16:56:15,343 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
 
16:56:15,347 DEBUG [pylons.templating] Initialized Buffet object
 
16:56:15,347 DEBUG [pylons.templating] Adding mako template language for use with Buffet
 
16:56:15,355 DEBUG [paste.httpserver.ThreadPool] Started new worker 140126135531792: Initial worker pool
 
16:56:15,355 DEBUG [paste.httpserver.ThreadPool] Started new worker 140126127139088: Initial worker pool
 
16:56:15,356 DEBUG [paste.httpserver.ThreadPool] Started new worker 140126118746384: Initial worker pool
 
16:56:15,356 DEBUG [paste.httpserver.ThreadPool] Started new worker 140126110353680: Initial worker pool
 
16:56:15,357 DEBUG [paste.httpserver.ThreadPool] Started new worker 140126101960976: Initial worker pool
 
16:56:15,357 DEBUG [paste.httpserver.ThreadPool] Started new worker 140126093568272: Initial worker pool
 
16:56:15,357 DEBUG [paste.httpserver.ThreadPool] Started new worker 140126085175568: Initial worker pool
 
16:56:15,358 DEBUG [paste.httpserver.ThreadPool] Started new worker 140126076782864: Initial worker pool
 
16:56:15,358 DEBUG [paste.httpserver.ThreadPool] Started new worker 140126068390160: Initial worker pool
 
16:56:15,358 DEBUG [paste.httpserver.ThreadPool] Started new worker 140125992384784: Initial worker pool
 
16:56:19,579 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
16:56:19,582 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
16:56:19,583 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
16:56:19,640 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
 
16:56:19,640 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
16:56:19,640 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
16:56:19,640 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
16:56:19,641 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x3521b18>, 'environ': {'routes.route': <routes.route.Route object at 0x33d8550>, 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x33d8790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x34e8e10>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x33d8810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x34e8ad0>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x34e88d0>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x33d8850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x34e8e10>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x33d8850>, 'wsgi.input': <socket._fileobject object at 0x34cd550 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266335779.6414261, '_creation_time': 1266335779.6414261}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x34e88d0>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x34e85d0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f71ad04c1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x2727550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
16:56:20,538 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
16:56:20,568 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
16:56:20,643 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
16:56:20,645 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
16:56:20,645 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
16:56:20,646 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
16:56:20,646 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
16:56:20,646 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
16:56:20,646 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x399b6e0>, 'environ': {'routes.route': <routes.route.Route object at 0x33d8550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x33d8790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x39dea90>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x39de210>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x33d8810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x34e8950>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x33d8850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x39dea90>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x33d8850>, 'wsgi.input': <socket._fileobject object at 0x34cd6d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266335780.6467869, '_creation_time': 1266335779.6414261}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x34e8950>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x39de790>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f71ad04c1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x2727550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
16:56:21,553 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
16:56:21,554 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
16:56:23,685 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
16:56:23,689 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
16:56:23,690 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
16:56:23,690 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
16:56:23,691 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
16:56:23,691 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
16:56:23,691 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x39e12a8>, 'environ': {'routes.route': <routes.route.Route object at 0x33d8550>, 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x33d8790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hgicon.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x39e4850>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x33d8810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x39e46d0>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x399d8d0>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x33d8850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x39e4850>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x33d8850>, 'wsgi.input': <socket._fileobject object at 0x34cd5d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266335783.6925819, '_creation_time': 1266335779.6414261}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x399d8d0>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x39de2d0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f71ad04c1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x2727550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
16:56:24,656 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
16:56:24,657 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
16:57:13,930 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
16:57:13,932 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
16:57:13,932 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
16:57:13,932 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
16:57:13,932 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
16:57:13,933 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
16:57:13,933 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x39e1ed8>, 'environ': {'routes.route': <routes.route.Route object at 0x33d8550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'czy_jest_spotkanie/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x33d8790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/czy_jest_spotkanie/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x39d3ad0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x39d3ed0>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x33d8810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x399dd10>, {'action': u'view', 'controller': u'hg', 'path_info': 'czy_jest_spotkanie/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x33d8850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x39d3ad0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x33d8850>, 'wsgi.input': <socket._fileobject object at 0x3992d50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266335833.93343, '_creation_time': 1266335779.6414261}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x399dd10>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x39e4ed0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f71ad04c1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x2727550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
16:57:14,835 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
16:57:14,843 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
16:57:14,886 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
16:57:14,887 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
16:57:14,887 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
16:57:14,887 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
16:57:14,887 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
16:57:14,887 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
16:57:14,888 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x3d51f50>, 'environ': {'routes.route': <routes.route.Route object at 0x33d8550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/czy_jest_spotkanie/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x33d8790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3c19f50>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3c19110>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x33d8810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x39d3850>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x33d8850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3c19f50>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x33d8850>, 'wsgi.input': <socket._fileobject object at 0x39fb250 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266335834.888319, '_creation_time': 1266335779.6414261}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x39d3850>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3bbf250>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f71ad04c1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x2727550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
16:57:15,752 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
16:57:15,759 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
16:57:17,951 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
16:57:17,953 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
16:57:17,954 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
16:57:17,954 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
16:57:17,954 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
16:57:17,954 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
16:57:17,954 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x3d518c0>, 'environ': {'routes.route': <routes.route.Route object at 0x33d8550>, 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x33d8790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hgicon.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x39e4350>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x33d8810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x39e4550>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x34e8410>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x33d8850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x39e4350>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x33d8850>, 'wsgi.input': <socket._fileobject object at 0x34cd6d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266335837.954812, '_creation_time': 1266335779.6414261}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x34e8410>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3aab810>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f71ad04c1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x2727550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
16:57:18,821 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
16:57:18,821 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
16:57:18,822 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
16:57:18,823 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
16:57:18,824 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
16:57:18,824 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
16:57:18,824 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
16:57:18,824 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
16:57:18,824 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x3d56de8>, 'environ': {'routes.route': <routes.route.Route object at 0x33d8550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/czy_jest_spotkanie/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'czy_jest_spotkanie/shortlog'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x33d8790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/czy_jest_spotkanie/shortlog', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x399d150>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x399d090>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x33d8810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x39e4bd0>, {'action': u'view', 'controller': u'hg', 'path_info': 'czy_jest_spotkanie/shortlog'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x33d8850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x399d150>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x33d8850>, 'wsgi.input': <socket._fileobject object at 0x3992ed0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266335838.8251181, '_creation_time': 1266335779.6414261}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x39e4bd0>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3aabd90>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f71ad04c1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x2727550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
16:57:19,704 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
16:57:19,788 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
16:57:19,837 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
16:57:19,838 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
16:57:19,839 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
16:57:19,839 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
16:57:19,839 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
16:57:19,839 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
16:57:19,839 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x3d51de8>, 'environ': {'routes.route': <routes.route.Route object at 0x33d8550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/czy_jest_spotkanie/shortlog', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x33d8790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3c239d0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3c23b50>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x33d8810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x39d33d0>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x33d8850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3c239d0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x33d8850>, 'wsgi.input': <socket._fileobject object at 0x3bf2dd0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266335839.8400109, '_creation_time': 1266335779.6414261}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x39d33d0>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3d5ae10>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f71ad04c1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x2727550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
16:57:20,724 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
16:57:20,725 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
16:57:22,893 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
16:57:22,896 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
16:57:22,897 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
16:57:22,898 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
16:57:22,898 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
16:57:22,898 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
16:57:22,899 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x3d51578>, 'environ': {'routes.route': <routes.route.Route object at 0x33d8550>, 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x33d8790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hgicon.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3bb0a90>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x33d8810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3bb0cd0>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x3d5a650>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x33d8850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3bb0a90>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x33d8850>, 'wsgi.input': <socket._fileobject object at 0x3bf28d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266335842.899967, '_creation_time': 1266335779.6414261}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x3d5a650>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x399d3d0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f71ad04c1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x2727550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
16:57:23,790 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
16:57:23,791 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
16:59:47,863 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
 
16:59:47,863 DEBUG [pylons.configuration] Pushing process configuration
 
16:59:47,867 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
 
16:59:47,868 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
 
16:59:47,871 DEBUG [pylons.templating] Initialized Buffet object
 
16:59:47,871 DEBUG [pylons.templating] Adding mako template language for use with Buffet
 
16:59:47,879 DEBUG [paste.httpserver.ThreadPool] Started new worker 140553902377232: Initial worker pool
 
16:59:47,879 DEBUG [paste.httpserver.ThreadPool] Started new worker 140553893984528: Initial worker pool
 
16:59:47,879 DEBUG [paste.httpserver.ThreadPool] Started new worker 140553885591824: Initial worker pool
 
16:59:47,880 DEBUG [paste.httpserver.ThreadPool] Started new worker 140553877199120: Initial worker pool
 
16:59:47,880 DEBUG [paste.httpserver.ThreadPool] Started new worker 140553868806416: Initial worker pool
 
16:59:47,880 DEBUG [paste.httpserver.ThreadPool] Started new worker 140553860413712: Initial worker pool
 
16:59:47,880 DEBUG [paste.httpserver.ThreadPool] Started new worker 140553852021008: Initial worker pool
 
16:59:47,881 DEBUG [paste.httpserver.ThreadPool] Started new worker 140553843628304: Initial worker pool
 
16:59:47,881 DEBUG [paste.httpserver.ThreadPool] Started new worker 140553835235600: Initial worker pool
 
16:59:47,881 DEBUG [paste.httpserver.ThreadPool] Started new worker 140553826842896: Initial worker pool
 
17:06:29,268 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
17:06:29,274 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
17:06:29,275 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
17:06:29,327 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
 
17:06:29,327 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
17:06:29,328 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
17:06:29,328 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
17:06:29,328 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x1bcab18>, 'environ': {'routes.route': <routes.route.Route object at 0x1a7e550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/czy_jest_spotkanie/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'czy_jest_spotkanie/shortlog'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x1a7e790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/czy_jest_spotkanie/shortlog', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x1b8ee10>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x1b8ead0>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x1a7e810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x1b8e8d0>, {'action': u'view', 'controller': u'hg', 'path_info': 'czy_jest_spotkanie/shortlog'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x1a7e850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x1b8ee10>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x1a7e850>, 'wsgi.input': <socket._fileobject object at 0x1b73550 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266336389.3285661, '_creation_time': 1266336389.3285661}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x1b8e8d0>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x1b8e5d0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fd545e8d1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0xdcc5d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
17:06:29,328 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 OK
 
17:06:29,329 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
17:07:32,785 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
 
17:07:32,785 DEBUG [pylons.configuration] Pushing process configuration
 
17:07:32,788 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
 
17:07:32,789 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
 
17:07:32,792 DEBUG [pylons.templating] Initialized Buffet object
 
17:07:32,792 DEBUG [pylons.templating] Adding mako template language for use with Buffet
 
17:07:32,801 DEBUG [paste.httpserver.ThreadPool] Started new worker 140113934706960: Initial worker pool
 
17:07:32,801 DEBUG [paste.httpserver.ThreadPool] Started new worker 140113926314256: Initial worker pool
 
17:07:32,801 DEBUG [paste.httpserver.ThreadPool] Started new worker 140113917921552: Initial worker pool
 
17:07:32,802 DEBUG [paste.httpserver.ThreadPool] Started new worker 140113909528848: Initial worker pool
 
17:07:32,802 DEBUG [paste.httpserver.ThreadPool] Started new worker 140113901136144: Initial worker pool
 
17:07:32,802 DEBUG [paste.httpserver.ThreadPool] Started new worker 140113892743440: Initial worker pool
 
17:07:32,802 DEBUG [paste.httpserver.ThreadPool] Started new worker 140113884350736: Initial worker pool
 
17:07:32,803 DEBUG [paste.httpserver.ThreadPool] Started new worker 140113875958032: Initial worker pool
 
17:07:32,803 DEBUG [paste.httpserver.ThreadPool] Started new worker 140113867565328: Initial worker pool
 
17:07:32,804 DEBUG [paste.httpserver.ThreadPool] Started new worker 140113859172624: Initial worker pool
 
17:07:40,107 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
17:07:40,110 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
17:07:40,111 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
17:07:40,162 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
 
17:07:40,162 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
17:07:40,162 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
17:07:40,162 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
17:07:40,162 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x2367b18>, 'environ': {'routes.route': <routes.route.Route object at 0x2253550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/czy_jest_spotkanie/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'czy_jest_spotkanie/shortlog'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2253790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/czy_jest_spotkanie/shortlog', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2363e10>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2363ad0>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2253810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x23638d0>, {'action': u'view', 'controller': u'hg', 'path_info': 'czy_jest_spotkanie/shortlog'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2253850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2363e10>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2253850>, 'wsgi.input': <socket._fileobject object at 0x2348550 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266336460.163064, '_creation_time': 1266336460.163064}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x23638d0>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x23635d0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f6ed5caf1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x15a35d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
17:07:41,095 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
17:07:41,095 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 OK
 
17:07:41,096 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
17:07:42,986 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
17:07:42,988 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
17:07:42,989 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
17:07:42,989 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
17:07:42,989 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
17:07:42,989 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
17:07:42,989 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x2ba90c8>, 'environ': {'routes.route': <routes.route.Route object at 0x2253550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/czy_jest_spotkanie/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'czy_jest_spotkanie/shortlog'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2253790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/czy_jest_spotkanie/shortlog', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2b6c2d0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2b6c210>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2253810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2363950>, {'action': u'view', 'controller': u'hg', 'path_info': 'czy_jest_spotkanie/shortlog'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2253850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2b6c2d0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2253850>, 'wsgi.input': <socket._fileobject object at 0x23486d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266336462.989825, '_creation_time': 1266336460.163064}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x2363950>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2b6c050>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f6ed5caf1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x15a35d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
17:07:43,868 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
17:07:43,868 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 OK
 
17:07:43,868 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
17:07:52,857 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
 
17:07:52,857 DEBUG [pylons.configuration] Pushing process configuration
 
17:07:52,861 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
 
17:07:52,861 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
 
17:07:52,865 DEBUG [pylons.templating] Initialized Buffet object
 
17:07:52,865 DEBUG [pylons.templating] Adding mako template language for use with Buffet
 
17:07:52,873 DEBUG [paste.httpserver.ThreadPool] Started new worker 139803320662288: Initial worker pool
 
17:07:52,873 DEBUG [paste.httpserver.ThreadPool] Started new worker 139803312269584: Initial worker pool
 
17:07:52,874 DEBUG [paste.httpserver.ThreadPool] Started new worker 139803303876880: Initial worker pool
 
17:07:52,874 DEBUG [paste.httpserver.ThreadPool] Started new worker 139803295484176: Initial worker pool
 
17:07:52,875 DEBUG [paste.httpserver.ThreadPool] Started new worker 139803287091472: Initial worker pool
 
17:07:52,875 DEBUG [paste.httpserver.ThreadPool] Started new worker 139803278698768: Initial worker pool
 
17:07:52,875 DEBUG [paste.httpserver.ThreadPool] Started new worker 139803198748944: Initial worker pool
 
17:07:52,875 DEBUG [paste.httpserver.ThreadPool] Started new worker 139803190356240: Initial worker pool
 
17:07:52,876 DEBUG [paste.httpserver.ThreadPool] Started new worker 139803181963536: Initial worker pool
 
17:07:52,876 DEBUG [paste.httpserver.ThreadPool] Started new worker 139803173570832: Initial worker pool
 
17:07:54,352 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
17:07:54,360 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
17:07:54,365 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
17:07:54,441 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
 
17:07:54,441 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
17:07:54,442 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
17:07:54,442 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
17:07:54,442 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x237cb18>, 'environ': {'routes.route': <routes.route.Route object at 0x2232550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/czy_jest_spotkanie/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'czy_jest_spotkanie/shortlog'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2232790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/czy_jest_spotkanie/shortlog', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2342e10>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2342ad0>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2232810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x23428d0>, {'action': u'view', 'controller': u'hg', 'path_info': 'czy_jest_spotkanie/shortlog'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2232850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2342e10>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2232850>, 'wsgi.input': <socket._fileobject object at 0x2327550 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266336474.4426711, '_creation_time': 1266336474.4426711}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x23428d0>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x23425d0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f2683c0c1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1582550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
17:07:55,316 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 OK
 
17:07:55,316 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
17:07:57,992 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
17:07:57,996 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
17:07:57,996 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
17:07:57,996 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
17:07:57,996 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
17:07:57,997 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
17:07:57,997 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x2838500>, 'environ': {'routes.route': <routes.route.Route object at 0x2232550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/czy_jest_spotkanie/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'czy_jest_spotkanie/shortlog'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2232790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/czy_jest_spotkanie/shortlog', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x28392d0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2839210>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2232810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2342950>, {'action': u'view', 'controller': u'hg', 'path_info': 'czy_jest_spotkanie/shortlog'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2232850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x28392d0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2232850>, 'wsgi.input': <socket._fileobject object at 0x23276d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266336477.9974439, '_creation_time': 1266336474.4426711}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x2342950>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x282cd90>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f2683c0c1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1582550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
17:07:58,906 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 OK
 
17:07:58,906 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
17:11:26,496 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
 
17:11:26,496 DEBUG [pylons.configuration] Pushing process configuration
 
17:11:26,500 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
 
17:11:26,500 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
 
17:11:26,503 DEBUG [pylons.templating] Initialized Buffet object
 
17:11:26,504 DEBUG [pylons.templating] Adding mako template language for use with Buffet
 
17:11:26,512 DEBUG [paste.httpserver.ThreadPool] Started new worker 140287422282000: Initial worker pool
 
17:11:26,512 DEBUG [paste.httpserver.ThreadPool] Started new worker 140287413889296: Initial worker pool
 
17:11:26,513 DEBUG [paste.httpserver.ThreadPool] Started new worker 140287405496592: Initial worker pool
 
17:11:26,513 DEBUG [paste.httpserver.ThreadPool] Started new worker 140287397103888: Initial worker pool
 
17:11:26,513 DEBUG [paste.httpserver.ThreadPool] Started new worker 140287388711184: Initial worker pool
 
17:11:26,514 DEBUG [paste.httpserver.ThreadPool] Started new worker 140287380318480: Initial worker pool
 
17:11:26,514 DEBUG [paste.httpserver.ThreadPool] Started new worker 140287371925776: Initial worker pool
 
17:11:26,514 DEBUG [paste.httpserver.ThreadPool] Started new worker 140287363533072: Initial worker pool
 
17:11:26,514 DEBUG [paste.httpserver.ThreadPool] Started new worker 140287355140368: Initial worker pool
 
17:11:26,515 DEBUG [paste.httpserver.ThreadPool] Started new worker 140287346747664: Initial worker pool
 
17:11:27,788 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
17:11:27,792 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
17:11:27,794 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
17:11:27,847 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
 
17:11:27,848 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
17:11:27,848 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
17:11:27,848 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
17:11:27,848 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x3876b18>, 'environ': {'routes.route': <routes.route.Route object at 0x3734550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/czy_jest_spotkanie/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'czy_jest_spotkanie/shortlog'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x3734790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/czy_jest_spotkanie/shortlog', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3844e10>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3844ad0>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x3734810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x38448d0>, {'action': u'view', 'controller': u'hg', 'path_info': 'czy_jest_spotkanie/shortlog'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x3734850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3844e10>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x3734850>, 'wsgi.input': <socket._fileobject object at 0x3829550 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266336687.8487141, '_creation_time': 1266336687.8487141}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x38448d0>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x38445d0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f973e8bf1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x2a865d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
17:11:27,851 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 OK
 
17:11:27,851 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
17:11:35,000 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
 
17:11:35,001 DEBUG [pylons.configuration] Pushing process configuration
 
17:11:35,004 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
 
17:11:35,004 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
 
17:11:35,008 DEBUG [pylons.templating] Initialized Buffet object
 
17:11:35,008 DEBUG [pylons.templating] Adding mako template language for use with Buffet
 
17:11:35,017 DEBUG [paste.httpserver.ThreadPool] Started new worker 139872331503888: Initial worker pool
 
17:11:35,017 DEBUG [paste.httpserver.ThreadPool] Started new worker 139872323111184: Initial worker pool
 
17:11:35,017 DEBUG [paste.httpserver.ThreadPool] Started new worker 139872314718480: Initial worker pool
 
17:11:35,018 DEBUG [paste.httpserver.ThreadPool] Started new worker 139872306325776: Initial worker pool
 
17:11:35,018 DEBUG [paste.httpserver.ThreadPool] Started new worker 139872297933072: Initial worker pool
 
17:11:35,019 DEBUG [paste.httpserver.ThreadPool] Started new worker 139872289540368: Initial worker pool
 
17:11:35,019 DEBUG [paste.httpserver.ThreadPool] Started new worker 139872281147664: Initial worker pool
 
17:11:35,019 DEBUG [paste.httpserver.ThreadPool] Started new worker 139872272754960: Initial worker pool
 
17:11:35,020 DEBUG [paste.httpserver.ThreadPool] Started new worker 139872264362256: Initial worker pool
 
17:11:35,020 DEBUG [paste.httpserver.ThreadPool] Started new worker 139872255969552: Initial worker pool
 
17:11:35,563 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
17:11:35,573 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
17:11:35,574 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
17:11:35,638 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
 
17:11:35,639 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
17:11:35,639 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
17:11:35,639 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
17:11:35,639 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x31b5938>, 'environ': {'routes.route': <routes.route.Route object at 0x30bb550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/czy_jest_spotkanie/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'czy_jest_spotkanie/shortlog'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x30bb790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/czy_jest_spotkanie/shortlog', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x31bc6d0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x31bc390>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x30bb810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x31bc190>, {'action': u'view', 'controller': u'hg', 'path_info': 'czy_jest_spotkanie/shortlog'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x30bb850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x31bc6d0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x30bb850>, 'wsgi.input': <socket._fileobject object at 0x3040650 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266336695.6398399, '_creation_time': 1266336695.6398399}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x31bc190>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x31b7e50>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f36951ea1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x240a550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
17:11:35,708 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 404 Not Found
 
17:11:35,733 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
17:11:35,735 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
17:11:35,736 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'error'
 
17:11:35,737 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.error', class: 'ErrorController'
 
17:11:35,738 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
17:11:35,738 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
17:11:35,738 DEBUG [pylons.controllers.core] Looking for u'document' method to handle the request
 
17:11:35,739 DEBUG [pylons.controllers.core] Calling 'document' method with keyword args: **{}
 
17:11:35,740 DEBUG [pylons.templating] Created render namespace with pylons vars: {'c': <pylons.util.AttribSafeContextObj at 0x3664cd0 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'ungettext': <function ungettext at 0x2c08758>, 'g': <pylons_app.lib.app_globals.Globals object at 0x30bb5d0>, 'url': <routes.util.URLGenerator object at 0x31bc2d0>, 'h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'request': <Request at 0x3664b50 GET http://127.0.0.1:5000/error/document>, 'tmpl_context': <pylons.util.AttribSafeContextObj at 0x3664cd0 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'translator': <gettext.GNUTranslations instance at 0x36650e0>, 'session': {'_accessed_time': 1266336695.740916, '_creation_time': 1266336695.6398399}, 'N_': <function gettext_noop at 0x2c08410>, 'app_globals': <pylons_app.lib.app_globals.Globals object at 0x30bb5d0>, 'config': {'error_email_from': 'paste_error@localhost', 'beaker.session.auto': 'True', 'pylons.paths': {'templates': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'controllers': '/home/marcink/python_workspace/hg_app/pylons_app/controllers', 'static_files': '/home/marcink/python_workspace/hg_app/pylons_app/public', 'root': '/home/marcink/python_workspace/hg_app/pylons_app'}, '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'pylons.cache_dir': '/home/marcink/python_workspace/hg_app/data', 'pylons.errorware': {'debug': True}, 'here': '/home/marcink/python_workspace/hg_app', 'pylons.strict_c': False, 'logview.sqlalchemy': '#faa', 'email_to': 'marcin.kuzminski@etelko.pl', 'pylons.h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'pylons.package': 'pylons_app', 'buffet.template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}, 'pylons.g': <pylons_app.lib.app_globals.Globals object at 0x30bb5d0>, 'logview.*': '#aaa', 'beaker.session.type': 'memory', 'lang': 'en', 'global_conf': {'error_email_from': 'paste_error@localhost', 'email_to': 'marcin.kuzminski@etelko.pl', 'debug': 'true', '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'smtp_server': 'localhost', 'here': '/home/marcink/python_workspace/hg_app'}, 'pylons.c_attach_args': True, 'buffet.template_engines': [{'engine': 'mako', 'alias': None, 'template_root': '', 'template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}}], 'logview.pylons.templating': '#bfb', 'package': 'pylons_app', 'cache.dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.timeout': '3600', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.request_options': {'errors': 'replace', 'decode_param_names': False, 'charset': 'utf-8', 'language': 'en-us'}, 'pylons.db_engines': {}, 'smtp_server': 'localhost', 'routes.map': <routes.mapper.Mapper object at 0x30bb410>, 'app_conf': {'lang': 'en', 'beaker.session.auto': 'True', 'logview.pylons.templating': '#bfb', 'package': 'pylons_app', 'beaker.session.timeout': '3600', 'logview.sqlalchemy': '#faa', 'cache_dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'logview.*': '#aaa', 'beaker.session.type': 'memory'}, 'beaker.cache.data_dir': '/home/marcink/python_workspace/hg_app/data/cache', 'debug': True, 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.data_dir': '/home/marcink/python_workspace/hg_app/data/sessions', 'pylons.response_options': {'headers': {'Pragma': 'no-cache', 'Cache-Control': 'no-cache'}, 'errors': 'strict', 'charset': 'utf-8', 'content_type': 'text/html'}}, 'response': <Response at 0x3664b90 200 OK>, '_': <function ugettext at 0x2c08578>}
 
17:11:35,743 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
 
17:11:35,744 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
 
17:11:38,931 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
17:11:38,933 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
17:11:38,934 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
17:11:38,934 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
17:11:38,934 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
17:11:38,935 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
17:11:38,935 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x31b52a8>, 'environ': {'routes.route': <routes.route.Route object at 0x30bb550>, 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x30bb790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x366f450>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x30bb810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3657850>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x31bc210>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x30bb850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x366f450>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x30bb850>, 'wsgi.input': <socket._fileobject object at 0x31b01d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266336698.9354019, '_creation_time': 1266336695.6398399}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x31bc210>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x36f8e10>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f36951ea1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x240a550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
17:11:38,940 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
17:11:38,942 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
17:11:38,982 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
17:11:38,983 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
17:11:38,984 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
17:11:38,984 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
17:11:38,984 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
17:11:38,984 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
17:11:38,984 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x3702758>, 'environ': {'routes.route': <routes.route.Route object at 0x30bb550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-paper.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x30bb790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-paper.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3664f50>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x36786d0>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x30bb810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x3678450>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-paper.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x30bb850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3664f50>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x30bb850>, 'wsgi.input': <socket._fileobject object at 0x3662f50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266336698.9852099, '_creation_time': 1266336695.6398399}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x3678450>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3678050>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f36951ea1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x240a550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
17:11:38,989 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
17:11:38,990 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
17:11:38,994 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
17:11:38,995 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
17:11:38,996 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
17:11:38,996 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
17:11:38,996 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
17:11:38,996 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
17:11:38,996 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x3702e60>, 'environ': {'routes.route': <routes.route.Route object at 0x30bb550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hglogo.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x30bb790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hglogo.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x37076d0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3707590>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x30bb810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x3678590>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hglogo.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x30bb850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x37076d0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x30bb850>, 'wsgi.input': <socket._fileobject object at 0x3662e50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266336698.9969261, '_creation_time': 1266336695.6398399}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x3678590>, 'HTTP_ACCEPT': 'image/png,image/*;q=0.8,*/*;q=0.5', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3664c10>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f36951ea1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x240a550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
17:11:39,001 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
17:11:39,059 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
17:11:40,584 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
17:11:40,587 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
17:11:40,588 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
17:11:40,589 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
17:11:40,589 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
17:11:40,590 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
17:11:40,590 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x3702c08>, 'environ': {'routes.route': <routes.route.Route object at 0x30bb550>, 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x30bb790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x366f410>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x30bb810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x366f7d0>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x3678650>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x30bb850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x366f410>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x30bb850>, 'wsgi.input': <socket._fileobject object at 0x3662ed0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266336700.5911119, '_creation_time': 1266336695.6398399}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x3678650>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3678550>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f36951ea1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x240a550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
17:11:40,614 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
17:11:40,616 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
17:11:40,659 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
17:11:40,660 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
17:11:40,660 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
17:11:40,661 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
17:11:40,661 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
17:11:40,661 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
17:11:40,661 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x3715140>, 'environ': {'routes.route': <routes.route.Route object at 0x30bb550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-paper.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x30bb790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-paper.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3716090>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3707f90>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x30bb810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x3678250>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-paper.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x30bb850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3716090>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x30bb850>, 'wsgi.input': <socket._fileobject object at 0x3662f50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266336700.661763, '_creation_time': 1266336695.6398399}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x3678250>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3707e10>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f36951ea1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x240a550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
17:11:40,666 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
17:11:40,666 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
17:11:40,683 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
17:11:40,684 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
17:11:40,685 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
17:11:40,685 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
17:11:40,685 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
17:11:40,685 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
17:11:40,685 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x3715848>, 'environ': {'routes.route': <routes.route.Route object at 0x30bb550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hglogo.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x30bb790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hglogo.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3716bd0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3716b10>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x30bb810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x3707b90>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hglogo.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x30bb850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3716bd0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x30bb850>, 'wsgi.input': <socket._fileobject object at 0x37049d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266336700.6862409, '_creation_time': 1266336695.6398399}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x3707b90>, 'HTTP_ACCEPT': 'image/png,image/*;q=0.8,*/*;q=0.5', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3716450>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f36951ea1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x240a550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
17:11:40,692 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
17:11:40,692 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
17:11:41,232 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
17:11:41,249 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
17:11:41,251 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
17:11:41,251 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
17:11:41,251 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
17:11:41,252 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
17:11:41,252 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x37026e0>, 'environ': {'routes.route': <routes.route.Route object at 0x30bb550>, 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x30bb790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x37163d0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x30bb810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x37167d0>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x3716750>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x30bb850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x37163d0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x30bb850>, 'wsgi.input': <socket._fileobject object at 0x3662f50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266336701.2533231, '_creation_time': 1266336695.6398399}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x3716750>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x37160d0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f36951ea1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x240a550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
17:11:41,266 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
17:11:41,268 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
17:11:41,331 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
17:11:41,332 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
17:11:41,332 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
17:11:41,333 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
17:11:41,333 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
17:11:41,333 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
17:11:41,333 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x3715cf8>, 'environ': {'routes.route': <routes.route.Route object at 0x30bb550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-paper.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x30bb790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-paper.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3707b50>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3707950>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x30bb810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x3716810>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-paper.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x30bb850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3707b50>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x30bb850>, 'wsgi.input': <socket._fileobject object at 0x3704e50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266336701.333699, '_creation_time': 1266336695.6398399}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x3716810>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3707e50>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f36951ea1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x240a550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
17:11:41,338 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
17:11:41,338 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
17:11:41,354 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
17:11:41,356 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
17:11:41,356 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
17:11:41,356 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
17:11:41,356 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
17:11:41,356 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
17:11:41,357 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x3715c08>, 'environ': {'routes.route': <routes.route.Route object at 0x30bb550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hglogo.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x30bb790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hglogo.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x371ae50>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x371add0>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x30bb810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x3707ed0>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hglogo.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x30bb850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x371ae50>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x30bb850>, 'wsgi.input': <socket._fileobject object at 0x3704d50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266336701.357245, '_creation_time': 1266336695.6398399}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x3707ed0>, 'HTTP_ACCEPT': 'image/png,image/*;q=0.8,*/*;q=0.5', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3678250>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f36951ea1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x240a550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
17:11:41,361 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
17:11:41,361 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
17:11:42,000 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
17:11:42,002 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
17:11:42,002 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
17:11:42,002 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
17:11:42,003 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
17:11:42,003 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
17:11:42,003 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x37a1488>, 'environ': {'routes.route': <routes.route.Route object at 0x30bb550>, 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x30bb790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hgicon.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x37a2310>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x30bb810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x37a21d0>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x371aa10>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x30bb850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x37a2310>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x30bb850>, 'wsgi.input': <socket._fileobject object at 0x3704450 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266336702.003861, '_creation_time': 1266336695.6398399}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x371aa10>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x371a790>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f36951ea1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x240a550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
17:11:42,008 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
17:11:42,008 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
17:11:42,134 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
17:11:42,137 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
17:11:42,138 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
17:11:42,138 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
17:11:42,139 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
17:11:42,139 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
17:11:42,139 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x3715050>, 'environ': {'routes.route': <routes.route.Route object at 0x30bb550>, 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x30bb790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hgicon.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x371ab10>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x30bb810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x371a910>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x371a250>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x30bb850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x371ab10>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x30bb850>, 'wsgi.input': <socket._fileobject object at 0x3704850 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266336702.1405649, '_creation_time': 1266336695.6398399}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x371a250>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x371afd0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f36951ea1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x240a550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
17:11:42,153 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
17:11:42,154 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
17:11:42,226 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
17:11:42,229 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
17:11:42,230 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
17:11:42,230 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
17:11:42,231 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
17:11:42,231 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
17:11:42,231 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x3715de8>, 'environ': {'routes.route': <routes.route.Route object at 0x30bb550>, 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x30bb790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hgicon.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3707b50>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x30bb810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3707710>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x371a950>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x30bb850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3707b50>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x30bb850>, 'wsgi.input': <socket._fileobject object at 0x37047d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266336702.232604, '_creation_time': 1266336695.6398399}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x371a950>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3664190>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f36951ea1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x240a550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
17:11:42,246 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
17:11:42,247 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
17:12:54,166 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
17:12:54,168 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
17:12:54,213 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
17:12:54,214 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
17:12:54,214 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
17:12:54,215 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
17:12:54,215 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x3702aa0>, 'environ': {'routes.route': <routes.route.Route object at 0x30bb550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x30bb790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': 'sort=name', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x366f710>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x366fe50>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x30bb810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x3707390>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x30bb850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x366f710>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x30bb850>, 'wsgi.input': <socket._fileobject object at 0x3704950 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266336774.216383, '_creation_time': 1266336695.6398399}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x3707390>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3707d90>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f36951ea1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x240a550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
17:12:54,229 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
17:12:54,235 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
17:12:54,281 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
17:12:54,282 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
17:12:54,282 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
17:12:54,282 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
17:12:54,283 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
17:12:54,283 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
17:12:54,283 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x37a1aa0>, 'environ': {'routes.route': <routes.route.Route object at 0x30bb550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/?sort=name', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-paper.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x30bb790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-paper.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x37ad450>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x37ad390>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x30bb810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x366ffd0>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-paper.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x30bb850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x37ad450>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x30bb850>, 'wsgi.input': <socket._fileobject object at 0x3704250 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266336774.2835071, '_creation_time': 1266336695.6398399}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x366ffd0>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x37a2850>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f36951ea1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x240a550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
17:12:54,288 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
17:12:54,289 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
17:12:54,309 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
17:12:54,310 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
17:12:54,310 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
17:12:54,310 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
17:12:54,310 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
17:12:54,311 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
17:12:54,311 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x37027d0>, 'environ': {'routes.route': <routes.route.Route object at 0x30bb550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/?sort=name', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hglogo.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x30bb790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hglogo.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x37a2050>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x37a20d0>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x30bb810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x37a27d0>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hglogo.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x30bb850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x37a2050>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x30bb850>, 'wsgi.input': <socket._fileobject object at 0x3704b50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266336774.3114419, '_creation_time': 1266336695.6398399}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x37a27d0>, 'HTTP_ACCEPT': 'image/png,image/*;q=0.8,*/*;q=0.5', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3716490>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f36951ea1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x240a550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
17:12:54,315 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
17:12:54,315 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
17:12:55,363 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
17:12:55,366 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
17:12:55,367 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
17:12:55,368 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
17:12:55,368 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
17:12:55,368 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
17:12:55,369 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x365bf50>, 'environ': {'routes.route': <routes.route.Route object at 0x30bb550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/?sort=name', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x30bb790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': 'sort=description', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x366f610>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x366ff50>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x30bb810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x37a2750>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x30bb850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x366f610>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x30bb850>, 'wsgi.input': <socket._fileobject object at 0x3704150 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266336775.369911, '_creation_time': 1266336695.6398399}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x37a2750>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x37a2710>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f36951ea1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x240a550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
17:12:55,377 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
17:12:55,379 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
17:12:55,418 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
17:12:55,419 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
17:12:55,419 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
17:12:55,419 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
17:12:55,419 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
17:12:55,420 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
17:12:55,420 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x37a1140>, 'environ': {'routes.route': <routes.route.Route object at 0x30bb550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/?sort=description', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-paper.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x30bb790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-paper.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x371a910>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x371ab50>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x30bb810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x366fc50>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-paper.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x30bb850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x371a910>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x30bb850>, 'wsgi.input': <socket._fileobject object at 0x3704850 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266336775.4204309, '_creation_time': 1266336695.6398399}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x366fc50>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3664210>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f36951ea1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x240a550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
17:12:55,424 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
17:12:55,424 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
17:12:55,506 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
17:12:55,507 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
17:12:55,507 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
17:12:55,507 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
17:12:55,507 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
17:12:55,508 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
17:12:55,508 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x37a9050>, 'environ': {'routes.route': <routes.route.Route object at 0x30bb550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/?sort=description', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hglogo.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x30bb790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hglogo.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x37b8490>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x37b8610>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x30bb810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x3707bd0>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hglogo.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x30bb850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x37b8490>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x30bb850>, 'wsgi.input': <socket._fileobject object at 0x37040d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266336775.5083981, '_creation_time': 1266336695.6398399}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x3707bd0>, 'HTTP_ACCEPT': 'image/png,image/*;q=0.8,*/*;q=0.5', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x371ac90>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f36951ea1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x240a550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
17:12:55,512 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
17:12:55,512 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
17:12:56,572 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
17:12:56,575 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
17:12:56,576 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
17:12:56,577 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
17:12:56,577 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
17:12:56,577 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
17:12:56,578 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x37a9848>, 'environ': {'routes.route': <routes.route.Route object at 0x30bb550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/?sort=description', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x30bb790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': 'sort=contact', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x37b8e50>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x37b8d10>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x30bb810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x371a990>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x30bb850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x37b8e50>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x30bb850>, 'wsgi.input': <socket._fileobject object at 0x3704550 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266336776.578922, '_creation_time': 1266336695.6398399}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x371a990>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x37ad090>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f36951ea1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x240a550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
17:12:56,589 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
17:12:56,591 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
17:12:56,642 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
17:12:56,643 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
17:12:56,644 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
17:12:56,644 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
17:12:56,644 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
17:12:56,644 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
17:12:56,644 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x37151b8>, 'environ': {'routes.route': <routes.route.Route object at 0x30bb550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/?sort=contact', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-paper.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x30bb790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-paper.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x371add0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x371ad10>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x30bb810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x37b8cd0>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-paper.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x30bb850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x371add0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x30bb850>, 'wsgi.input': <socket._fileobject object at 0x37041d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266336776.6447279, '_creation_time': 1266336695.6398399}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x37b8cd0>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x371a050>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f36951ea1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x240a550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
17:12:56,649 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
17:12:56,649 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
17:12:56,677 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
17:12:56,679 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
17:12:56,679 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
17:12:56,679 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
17:12:56,679 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
17:12:56,679 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
17:12:56,680 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x365bb18>, 'environ': {'routes.route': <routes.route.Route object at 0x30bb550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/?sort=contact', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hglogo.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x30bb790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hglogo.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3707710>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3707a90>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x30bb810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x371ae50>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hglogo.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x30bb850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3707710>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x30bb850>, 'wsgi.input': <socket._fileobject object at 0x37047d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266336776.6803291, '_creation_time': 1266336695.6398399}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x371ae50>, 'HTTP_ACCEPT': 'image/png,image/*;q=0.8,*/*;q=0.5', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x371aad0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f36951ea1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x240a550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
17:12:56,684 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
17:12:56,684 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
17:12:57,302 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
17:12:57,306 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
17:12:57,307 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
17:12:57,308 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
17:12:57,308 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
17:12:57,308 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
17:12:57,309 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x3702668>, 'environ': {'routes.route': <routes.route.Route object at 0x30bb550>, 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x30bb790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hgicon.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x366fc90>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x30bb810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x366f510>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x3678250>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x30bb850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x366fc90>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x30bb850>, 'wsgi.input': <socket._fileobject object at 0x37044d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266336777.309978, '_creation_time': 1266336695.6398399}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x3678250>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3707790>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f36951ea1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x240a550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
17:12:57,322 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
17:12:57,323 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
17:12:57,544 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
17:12:57,546 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
17:12:57,548 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
17:12:57,548 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
17:12:57,548 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
17:12:57,549 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
17:12:57,549 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x37a92a8>, 'environ': {'routes.route': <routes.route.Route object at 0x30bb550>, 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x30bb790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hgicon.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x37a27d0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x30bb810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x37a2fd0>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x366f950>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x30bb850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x37a27d0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x30bb850>, 'wsgi.input': <socket._fileobject object at 0x3704150 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266336777.5502779, '_creation_time': 1266336695.6398399}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x366f950>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x366ff10>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f36951ea1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x240a550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
17:12:57,563 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
17:12:57,564 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
17:12:57,652 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
17:12:57,655 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
17:12:57,656 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
17:12:57,657 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
17:12:57,657 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
17:12:57,658 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
17:12:57,658 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x37a9c08>, 'environ': {'routes.route': <routes.route.Route object at 0x30bb550>, 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x30bb790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hgicon.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x37c0cd0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x30bb810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x37c0c10>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x3716250>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x30bb850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x37c0cd0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x30bb850>, 'wsgi.input': <socket._fileobject object at 0x37ac7d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266336777.6592081, '_creation_time': 1266336695.6398399}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x3716250>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x37c0950>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f36951ea1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x240a550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
17:12:57,677 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
17:12:57,677 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
17:13:03,593 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
 
17:13:03,593 DEBUG [pylons.configuration] Pushing process configuration
 
17:13:03,597 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
 
17:13:03,597 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
 
17:13:03,600 DEBUG [pylons.templating] Initialized Buffet object
 
17:13:03,600 DEBUG [pylons.templating] Adding mako template language for use with Buffet
 
17:13:03,608 DEBUG [paste.httpserver.ThreadPool] Started new worker 140099389925648: Initial worker pool
 
17:13:03,609 DEBUG [paste.httpserver.ThreadPool] Started new worker 140099381532944: Initial worker pool
 
17:13:03,609 DEBUG [paste.httpserver.ThreadPool] Started new worker 140099373140240: Initial worker pool
 
17:13:03,609 DEBUG [paste.httpserver.ThreadPool] Started new worker 140099364747536: Initial worker pool
 
17:13:03,610 DEBUG [paste.httpserver.ThreadPool] Started new worker 140099356354832: Initial worker pool
 
17:13:03,610 DEBUG [paste.httpserver.ThreadPool] Started new worker 140099347962128: Initial worker pool
 
17:13:03,610 DEBUG [paste.httpserver.ThreadPool] Started new worker 140099339569424: Initial worker pool
 
17:13:03,610 DEBUG [paste.httpserver.ThreadPool] Started new worker 140099331176720: Initial worker pool
 
17:13:03,611 DEBUG [paste.httpserver.ThreadPool] Started new worker 140099322784016: Initial worker pool
 
17:13:03,611 DEBUG [paste.httpserver.ThreadPool] Started new worker 140099314391312: Initial worker pool
 
17:14:38,012 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
17:14:38,015 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
17:14:38,017 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
17:14:38,072 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
 
17:14:38,073 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
17:14:38,073 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
17:14:38,073 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
17:14:38,073 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x2d7fb18>, 'environ': {'routes.route': <routes.route.Route object at 0x2c32550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/?sort=description', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2c32790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': 'sort=contact', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2d42e10>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2d42ad0>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2c32810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2d428d0>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2c32850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2d42e10>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2c32850>, 'wsgi.input': <socket._fileobject object at 0x2d27550 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266336878.073858, '_creation_time': 1266336878.073858}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x2d428d0>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2d425d0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f6b72db31c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1f825d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
17:14:38,962 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
17:14:38,990 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
17:14:39,052 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
17:14:39,054 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
17:14:39,054 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
17:14:39,054 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
17:14:39,055 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
17:14:39,055 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
17:14:39,055 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x3251050>, 'environ': {'routes.route': <routes.route.Route object at 0x2c32550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/?sort=contact', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2c32790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x324c710>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x324c650>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2c32810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2d42950>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2c32850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x324c710>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2c32850>, 'wsgi.input': <socket._fileobject object at 0x2d276d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266336879.0556369, '_creation_time': 1266336878.073858}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x2d42950>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x324c250>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f6b72db31c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1f825d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
17:14:39,944 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
17:14:39,944 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
17:14:42,104 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
17:14:42,108 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
17:14:42,109 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
17:14:42,109 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
17:14:42,110 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
17:14:42,110 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
17:14:42,111 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x32421b8>, 'environ': {'routes.route': <routes.route.Route object at 0x2c32550>, 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2c32790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hgicon.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x32333d0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x2c32810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x32337d0>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x32335d0>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2c32850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x32333d0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2c32850>, 'wsgi.input': <socket._fileobject object at 0x2d275d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266336882.1118979, '_creation_time': 1266336878.073858}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x32335d0>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3233150>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f6b72db31c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1f825d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
17:14:43,076 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
17:14:43,076 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
17:14:48,212 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
17:14:48,216 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
17:14:48,217 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
17:14:48,218 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
17:14:48,218 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
17:14:48,218 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
17:14:48,219 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x3251230>, 'environ': {'routes.route': <routes.route.Route object at 0x2c32550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/?sort=description', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2c32790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': 'sort=contact', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3238610>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x324cc90>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2c32810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x3233090>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2c32850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3238610>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2c32850>, 'wsgi.input': <socket._fileobject object at 0x31f1ad0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266336888.2199931, '_creation_time': 1266336878.073858}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x3233090>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3233350>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f6b72db31c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1f825d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
17:14:49,090 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
17:14:49,115 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
17:14:49,159 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
17:14:49,160 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
17:14:49,160 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
17:14:49,161 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
17:14:49,161 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
17:14:49,161 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
17:14:49,161 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x3251668>, 'environ': {'routes.route': <routes.route.Route object at 0x2c32550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/?sort=contact', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2c32790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x324cc10>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x324c750>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2c32810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x324c8d0>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2c32850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x324cc10>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2c32850>, 'wsgi.input': <socket._fileobject object at 0x2d275d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266336889.161721, '_creation_time': 1266336878.073858}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x324c8d0>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x324ca90>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f6b72db31c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1f825d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
17:14:50,031 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
17:14:50,032 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
17:14:52,169 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
17:14:52,172 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
17:14:52,174 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
17:14:52,174 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
17:14:52,174 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
17:14:52,175 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
17:14:52,175 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x3251b90>, 'environ': {'routes.route': <routes.route.Route object at 0x2c32550>, 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2c32790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hgicon.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x33ffc50>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x2c32810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x33ff750>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x324cd50>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2c32850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x33ffc50>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2c32850>, 'wsgi.input': <socket._fileobject object at 0x31f1ed0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266336892.1764431, '_creation_time': 1266336878.073858}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x324cd50>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x324c7d0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f6b72db31c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1f825d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
17:14:53,081 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
17:14:53,081 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
17:15:00,052 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
17:15:00,054 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
17:15:00,054 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
17:15:00,054 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
17:15:00,055 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
17:15:00,055 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
17:15:00,055 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x32d51b8>, 'environ': {'routes.route': <routes.route.Route object at 0x2c32550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/?sort=description', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2c32790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': 'sort=contact', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x32dc110>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x32dcbd0>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2c32810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x33ffbd0>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2c32850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x32dc110>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2c32850>, 'wsgi.input': <socket._fileobject object at 0x31f13d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266336900.055594, '_creation_time': 1266336878.073858}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x33ffbd0>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x33ff7d0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f6b72db31c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1f825d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
17:15:00,956 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
17:15:00,981 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
17:15:01,021 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
17:15:01,022 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
17:15:01,023 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
17:15:01,023 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
17:15:01,023 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
17:15:01,023 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
17:15:01,023 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x3251398>, 'environ': {'routes.route': <routes.route.Route object at 0x2c32550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/?sort=contact', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2c32790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x33ffd10>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x33ff510>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2c32810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x32dcdd0>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2c32850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x33ffd10>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2c32850>, 'wsgi.input': <socket._fileobject object at 0x31f1c50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266336901.0242, '_creation_time': 1266336878.073858}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x32dcdd0>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3233050>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f6b72db31c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1f825d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
17:15:01,900 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
17:15:01,900 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
17:15:04,050 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
17:15:04,054 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
17:15:04,055 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
17:15:04,056 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
17:15:04,056 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
17:15:04,057 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
17:15:04,057 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x32d5938>, 'environ': {'routes.route': <routes.route.Route object at 0x2c32550>, 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2c32790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hgicon.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3238110>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x2c32810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x32384d0>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x32339d0>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2c32850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3238110>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2c32850>, 'wsgi.input': <socket._fileobject object at 0x31f1cd0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266336904.05828, '_creation_time': 1266336878.073858}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x32339d0>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x32dc490>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f6b72db31c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1f825d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
17:15:04,942 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
17:15:04,943 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
17:15:15,225 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
17:15:15,226 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
17:15:15,227 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
17:15:15,227 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
17:15:15,227 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
17:15:15,227 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
17:15:15,227 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x32d5a28>, 'environ': {'routes.route': <routes.route.Route object at 0x2c32550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/?sort=description', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2c32790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': 'sort=contact', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x324c110>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x324c7d0>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2c32810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x3238810>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2c32850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x324c110>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2c32850>, 'wsgi.input': <socket._fileobject object at 0x31f1f50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266336915.228091, '_creation_time': 1266336878.073858}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x3238810>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x31fcf50>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f6b72db31c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1f825d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
17:15:15,233 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
17:15:15,235 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
17:15:15,290 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
17:15:15,291 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
17:15:15,291 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
17:15:15,292 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
17:15:15,292 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
17:15:15,292 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
17:15:15,292 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x32d5de8>, 'environ': {'routes.route': <routes.route.Route object at 0x2c32550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/?sort=contact', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2c32790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x32db550>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x32db4d0>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2c32810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x324cd10>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2c32850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x32db550>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2c32850>, 'wsgi.input': <socket._fileobject object at 0x2d275d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266336915.2925961, '_creation_time': 1266336878.073858}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x324cd10>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x31fcb10>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f6b72db31c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1f825d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
17:15:15,308 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
17:15:15,308 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
17:15:18,303 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
17:15:18,304 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
17:15:18,304 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
17:15:18,304 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
17:15:18,304 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
17:15:18,304 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
17:15:18,305 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x32d5938>, 'environ': {'routes.route': <routes.route.Route object at 0x2c32550>, 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2c32790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hgicon.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3238110>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x2c32810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3238790>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x31fcf10>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2c32850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3238110>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2c32850>, 'wsgi.input': <socket._fileobject object at 0x31f1ed0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266336918.3052471, '_creation_time': 1266336878.073858}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x31fcf10>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x32dbc10>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f6b72db31c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1f825d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
17:15:18,310 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
17:15:18,310 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
17:15:25,966 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
17:15:25,969 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
17:15:25,970 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
17:15:25,970 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
17:15:25,971 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
17:15:25,971 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
17:15:25,971 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x31fa848>, 'environ': {'routes.route': <routes.route.Route object at 0x2c32550>, 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2c32790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hgicon.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x33ff250>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x2c32810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x33ff050>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x32db510>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2c32850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x33ff250>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2c32850>, 'wsgi.input': <socket._fileobject object at 0x31f1dd0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266336925.972549, '_creation_time': 1266336878.073858}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x32db510>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x31edf10>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f6b72db31c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1f825d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
17:15:25,989 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
17:15:25,990 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
17:15:27,345 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
17:15:27,348 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
17:15:27,350 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
17:15:27,350 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
17:15:27,350 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
17:15:27,351 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
17:15:27,351 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x3251c08>, 'environ': {'routes.route': <routes.route.Route object at 0x2c32550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/?sort=name', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2c32790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': 'sort=description', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x32e91d0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x32e9150>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2c32810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x33ff0d0>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2c32850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x32e91d0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2c32850>, 'wsgi.input': <socket._fileobject object at 0x31f1cd0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266336927.352319, '_creation_time': 1266336878.073858}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x33ff0d0>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x32dc410>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f6b72db31c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1f825d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
17:15:27,368 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
17:15:27,370 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
17:15:27,477 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
17:15:27,483 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
17:15:27,485 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
17:15:27,485 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
17:15:27,485 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
17:15:27,486 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
17:15:27,486 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x32e0758>, 'environ': {'routes.route': <routes.route.Route object at 0x2c32550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/?sort=description', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2c32790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x32e4c50>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x32e4b90>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2c32810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x324cb90>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2c32850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x32e4c50>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2c32850>, 'wsgi.input': <socket._fileobject object at 0x3258950 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266336927.488977, '_creation_time': 1266336878.073858}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x324cb90>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x32e4550>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f6b72db31c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1f825d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
17:15:27,505 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
17:15:27,506 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
17:15:30,518 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
17:15:30,519 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
17:15:30,520 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
17:15:30,520 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
17:15:30,520 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
17:15:30,520 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
17:15:30,520 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x3251668>, 'environ': {'routes.route': <routes.route.Route object at 0x2c32550>, 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2c32790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hgicon.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x32dca90>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x2c32810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x32dced0>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x32e9950>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2c32850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x32dca90>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2c32850>, 'wsgi.input': <socket._fileobject object at 0x2d275d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266336930.5210569, '_creation_time': 1266336878.073858}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x32e9950>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x32e9890>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f6b72db31c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1f825d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
17:15:30,933 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
17:15:30,933 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
17:15:31,530 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
17:15:31,531 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
17:15:31,531 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
17:15:31,531 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
17:15:31,532 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
17:15:31,532 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
17:15:31,532 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x32421b8>, 'environ': {'routes.route': <routes.route.Route object at 0x2c32550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/?sort=name', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2c32790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': 'sort=description', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x32db810>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x32dbb90>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2c32810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x32dc910>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2c32850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x32db810>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2c32850>, 'wsgi.input': <socket._fileobject object at 0x31f1e50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266336931.5325451, '_creation_time': 1266336878.073858}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x32dc910>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x31edf10>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f6b72db31c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1f825d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
17:15:31,926 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
17:15:31,949 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
17:15:31,986 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
17:15:31,987 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
17:15:31,988 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
17:15:31,988 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
17:15:31,988 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
17:15:31,988 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
17:15:31,988 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x32512a8>, 'environ': {'routes.route': <routes.route.Route object at 0x2c32550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/?sort=description', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2c32790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x32e9c90>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x32e9ad0>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2c32810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x32dbc10>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2c32850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x32e9c90>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2c32850>, 'wsgi.input': <socket._fileobject object at 0x2d276d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266336931.9891641, '_creation_time': 1266336878.073858}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x32dbc10>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x32e9990>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f6b72db31c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1f825d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
17:15:32,365 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
17:15:32,365 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
17:15:35,003 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
17:15:35,008 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
17:15:35,009 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
17:15:35,010 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
17:15:35,010 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
17:15:35,011 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
17:15:35,011 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x3242848>, 'environ': {'routes.route': <routes.route.Route object at 0x2c32550>, 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2c32790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hgicon.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x324c690>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x2c32810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x324c5d0>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2d423d0>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2c32850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x324c690>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2c32850>, 'wsgi.input': <socket._fileobject object at 0x2d275d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266336935.012126, '_creation_time': 1266336878.073858}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x2d423d0>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x32e9550>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f6b72db31c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1f825d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
17:15:35,553 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
17:15:35,553 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
17:15:41,903 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
17:15:41,907 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
17:15:41,908 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
17:15:41,908 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
17:15:41,908 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
17:15:41,908 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
17:15:41,909 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x31fa758>, 'environ': {'routes.route': <routes.route.Route object at 0x2c32550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/?sort=name', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2c32790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': 'sort=description', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x31fcb90>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x31fcc10>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2c32810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x324cdd0>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2c32850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x31fcb90>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2c32850>, 'wsgi.input': <socket._fileobject object at 0x31f1550 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266336941.909447, '_creation_time': 1266336878.073858}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x324cdd0>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x324c210>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f6b72db31c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1f825d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
17:15:42,302 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
17:15:42,325 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
17:15:42,364 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
17:15:42,365 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
17:15:42,366 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
17:15:42,366 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
17:15:42,366 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
17:15:42,366 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
17:15:42,366 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x3251578>, 'environ': {'routes.route': <routes.route.Route object at 0x2c32550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/?sort=description', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2c32790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3233050>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3233190>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2c32810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x31fccd0>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2c32850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3233050>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2c32850>, 'wsgi.input': <socket._fileobject object at 0x31f1cd0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266336942.3672259, '_creation_time': 1266336878.073858}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x31fccd0>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3233bd0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f6b72db31c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1f825d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
17:15:42,746 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
17:15:42,747 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
17:15:45,374 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
17:15:45,376 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
17:15:45,378 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
17:15:45,378 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
17:15:45,378 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
17:15:45,379 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
17:15:45,379 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x3251758>, 'environ': {'routes.route': <routes.route.Route object at 0x2c32550>, 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2c32790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hgicon.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x32e4510>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x2c32810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x32e4490>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x32db1d0>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2c32850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x32e4510>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2c32850>, 'wsgi.input': <socket._fileobject object at 0x2d276d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266336945.3803861, '_creation_time': 1266336878.073858}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x32db1d0>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3233290>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f6b72db31c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1f825d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
17:15:45,783 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
17:15:45,784 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
17:15:50,931 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
17:15:50,932 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
17:15:50,933 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
17:15:50,933 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
17:15:50,933 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
17:15:50,933 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
17:15:50,933 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x32d5de8>, 'environ': {'routes.route': <routes.route.Route object at 0x2c32550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/?sort=name', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2c32790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': 'sort=description', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3238550>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x32387d0>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2c32810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x32e4190>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2c32850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3238550>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2c32850>, 'wsgi.input': <socket._fileobject object at 0x2d275d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266336950.9339981, '_creation_time': 1266336878.073858}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x32e4190>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x32e4250>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f6b72db31c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1f825d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
17:15:50,955 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
17:15:50,957 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
17:15:50,998 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
17:15:50,999 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
17:15:50,999 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
17:15:50,999 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
17:15:50,999 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
17:15:50,999 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
17:15:51,000 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x32d5cf8>, 'environ': {'routes.route': <routes.route.Route object at 0x2c32550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/?sort=description', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2c32790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x33ff390>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x33ff790>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2c32810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x3238710>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2c32850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x33ff390>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2c32850>, 'wsgi.input': <socket._fileobject object at 0x31f13d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266336951.000335, '_creation_time': 1266336878.073858}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x3238710>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x33ffdd0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f6b72db31c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1f825d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
17:15:51,005 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
17:15:51,005 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
17:15:51,834 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
17:15:51,836 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
17:15:51,837 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
17:15:51,837 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
17:15:51,837 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
17:15:51,837 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
17:15:51,837 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x32e5500>, 'environ': {'routes.route': <routes.route.Route object at 0x2c32550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/?sort=name', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2c32790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': 'sort=description', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x32dc650>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x32dc6d0>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2c32810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x32e4a10>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2c32850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x32dc650>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2c32850>, 'wsgi.input': <socket._fileobject object at 0x31f14d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266336951.838212, '_creation_time': 1266336878.073858}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x32e4a10>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x33ffcd0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f6b72db31c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1f825d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
17:15:51,844 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
17:15:51,846 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
17:15:51,885 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
17:15:51,887 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
17:15:51,887 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
17:15:51,887 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
17:15:51,887 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
17:15:51,887 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
17:15:51,887 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x32d5aa0>, 'environ': {'routes.route': <routes.route.Route object at 0x2c32550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/?sort=description', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2c32790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3238a50>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3238a10>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2c32810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x33ff510>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2c32850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3238a50>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2c32850>, 'wsgi.input': <socket._fileobject object at 0x2d275d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266336951.888135, '_creation_time': 1266336878.073858}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x33ff510>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x33ffc90>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f6b72db31c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1f825d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
17:15:51,893 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
17:15:51,893 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
17:15:54,900 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
17:15:54,901 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
17:15:54,901 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
17:15:54,901 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
17:15:54,902 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
17:15:54,902 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
17:15:54,902 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x3251758>, 'environ': {'routes.route': <routes.route.Route object at 0x2c32550>, 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2c32790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hgicon.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x32db790>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x2c32810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3238190>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x33ff750>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2c32850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x32db790>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2c32850>, 'wsgi.input': <socket._fileobject object at 0x31f1dd0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266336954.9026029, '_creation_time': 1266336878.073858}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x33ff750>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x33ffb10>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f6b72db31c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1f825d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
17:15:54,908 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
17:15:54,908 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
17:15:55,030 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
17:15:55,033 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
17:15:55,034 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
17:15:55,034 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
17:15:55,035 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
17:15:55,035 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
17:15:55,035 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x3251488>, 'environ': {'routes.route': <routes.route.Route object at 0x2c32550>, 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2c32790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hgicon.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x32e40d0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x2c32810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x32e4490>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x32e9850>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2c32850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x32e40d0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2c32850>, 'wsgi.input': <socket._fileobject object at 0x31f1ed0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266336955.0366199, '_creation_time': 1266336878.073858}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x32e9850>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x32dbf10>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f6b72db31c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1f825d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
17:15:55,049 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
17:15:55,049 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
17:15:56,530 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
17:15:56,532 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
17:15:56,532 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
17:15:56,532 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
17:15:56,532 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
17:15:56,532 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
17:15:56,533 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x3242848>, 'environ': {'routes.route': <routes.route.Route object at 0x2c32550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/?sort=name', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2c32790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': 'sort=description', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x31edf90>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x31edc90>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2c32810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x32e4e10>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2c32850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x31edf90>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2c32850>, 'wsgi.input': <socket._fileobject object at 0x31f1cd0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266336956.5333021, '_creation_time': 1266336878.073858}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x32e4e10>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x32e4b50>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f6b72db31c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1f825d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
17:15:57,406 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
17:15:57,431 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
17:15:57,478 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
17:15:57,479 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
17:15:57,480 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
17:15:57,480 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
17:15:57,480 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
17:15:57,480 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
17:15:57,480 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x32512a8>, 'environ': {'routes.route': <routes.route.Route object at 0x2c32550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/?sort=description', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2c32790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x32db790>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x32db110>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2c32810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x32dba50>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2c32850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x32db790>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2c32850>, 'wsgi.input': <socket._fileobject object at 0x31f1dd0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266336957.481108, '_creation_time': 1266336878.073858}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x32dba50>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x32dba10>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f6b72db31c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1f825d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
17:15:58,358 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
17:15:58,358 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
17:16:00,569 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
17:16:00,581 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
17:16:00,582 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
17:16:00,582 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
17:16:00,582 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
17:16:00,582 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
17:16:00,582 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x32d5e60>, 'environ': {'routes.route': <routes.route.Route object at 0x2c32550>, 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2c32790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hgicon.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x32388d0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x2c32810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3238190>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x3233b50>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2c32850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x32388d0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2c32850>, 'wsgi.input': <socket._fileobject object at 0x31f1c50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266336960.5827439, '_creation_time': 1266336878.073858}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x3233b50>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x32e4d50>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f6b72db31c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1f825d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
17:16:01,702 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
17:16:01,702 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
17:17:34,186 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
17:17:34,197 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
17:17:34,198 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
17:17:34,198 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
17:17:34,198 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
17:17:34,198 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
17:17:34,198 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x32d5c80>, 'environ': {'routes.route': <routes.route.Route object at 0x2c32550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/?sort=description', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'zte_tail/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2c32790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/zte_tail/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x32dc350>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x32dced0>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2c32810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x32e4ad0>, {'action': u'view', 'controller': u'hg', 'path_info': 'zte_tail/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2c32850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x32dc350>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2c32850>, 'wsgi.input': <socket._fileobject object at 0x2d275d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266337054.1990769, '_creation_time': 1266336878.073858}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x32e4ad0>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x32380d0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f6b72db31c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1f825d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
17:17:35,114 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
17:17:35,126 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
17:17:35,230 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
17:17:35,235 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
17:17:35,236 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
17:17:35,236 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
17:17:35,236 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
17:17:35,236 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
17:17:35,236 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x3251f50>, 'environ': {'routes.route': <routes.route.Route object at 0x2c32550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/zte_tail/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2c32790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x32e4550>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x32e4e50>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2c32810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x32dcb50>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2c32850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x32e4550>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2c32850>, 'wsgi.input': <socket._fileobject object at 0x3258dd0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266337055.237149, '_creation_time': 1266336878.073858}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x32dcb50>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x32dc390>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f6b72db31c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1f825d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
17:17:36,149 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
17:17:36,150 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
17:17:38,273 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
17:17:38,274 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
17:17:38,276 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
17:17:38,276 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
17:17:38,276 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
17:17:38,277 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
17:17:38,277 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x31fab18>, 'environ': {'routes.route': <routes.route.Route object at 0x2c32550>, 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2c32790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hgicon.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x324c710>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x2c32810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x324c190>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x32e9a50>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2c32850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x324c710>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2c32850>, 'wsgi.input': <socket._fileobject object at 0x3258850 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266337058.2784159, '_creation_time': 1266336878.073858}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x32e9a50>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3233690>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f6b72db31c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1f825d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
17:17:38,427 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
17:17:38,431 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
17:17:38,433 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
17:17:38,434 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
17:17:38,434 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
17:17:38,434 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
17:17:38,435 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x31fa578>, 'environ': {'routes.route': <routes.route.Route object at 0x2c32550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/zte_tail/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'zte_tail/file/eaa67bb2bee0'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2c32790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/zte_tail/file/eaa67bb2bee0', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3639310>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3639290>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2c32810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x324c2d0>, {'action': u'view', 'controller': u'hg', 'path_info': 'zte_tail/file/eaa67bb2bee0'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2c32850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3639310>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2c32850>, 'wsgi.input': <socket._fileobject object at 0x3258c50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266337058.435406, '_creation_time': 1266336878.073858}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x324c2d0>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3639e10>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f6b72db31c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1f825d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
17:17:39,258 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
17:17:39,259 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
17:17:40,143 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
17:17:40,205 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
17:17:40,251 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
17:17:40,259 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
17:17:40,259 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
17:17:40,259 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
17:17:40,259 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
17:17:40,259 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
17:17:40,260 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x36530c8>, 'environ': {'routes.route': <routes.route.Route object at 0x2c32550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/zte_tail/file/eaa67bb2bee0', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2c32790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x362b4d0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x362b510>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2c32810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x362b7d0>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2c32850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x362b4d0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2c32850>, 'wsgi.input': <socket._fileobject object at 0x351aed0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266337060.2603531, '_creation_time': 1266336878.073858}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x362b7d0>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x362bbd0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f6b72db31c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1f825d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
17:17:41,135 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
17:17:41,135 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
17:17:43,287 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
17:17:43,290 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
17:17:43,292 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
17:17:43,292 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
17:17:43,292 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
17:17:43,293 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
17:17:43,293 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x363fe60>, 'environ': {'routes.route': <routes.route.Route object at 0x2c32550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/zte_tail/file/eaa67bb2bee0', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'zte_tail/file/eaa67bb2bee0/files'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2c32790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/zte_tail/file/eaa67bb2bee0/files', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x361f7d0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x361f290>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2c32810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x362b790>, {'action': u'view', 'controller': u'hg', 'path_info': 'zte_tail/file/eaa67bb2bee0/files'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2c32850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x361f7d0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2c32850>, 'wsgi.input': <socket._fileobject object at 0x351abd0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266337063.2945299, '_creation_time': 1266336878.073858}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x362b790>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x362ba90>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f6b72db31c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1f825d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
17:17:43,298 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
17:17:43,344 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
17:17:43,344 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
17:17:43,345 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
17:17:43,345 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
17:17:43,345 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
17:17:43,345 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x363f9b0>, 'environ': {'routes.route': <routes.route.Route object at 0x2c32550>, 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2c32790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hgicon.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3639750>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x2c32810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3639650>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x361f110>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2c32850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3639750>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2c32850>, 'wsgi.input': <socket._fileobject object at 0x351add0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266337063.345942, '_creation_time': 1266336878.073858}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x361f110>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x36393d0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f6b72db31c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1f825d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
17:17:45,039 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
17:17:45,260 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
17:17:45,260 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
17:17:46,010 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
17:17:46,051 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
17:17:46,052 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
17:17:46,053 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
17:17:46,053 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
17:17:46,053 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
17:17:46,053 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
17:17:46,053 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x2d7f578>, 'environ': {'routes.route': <routes.route.Route object at 0x2c32550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/zte_tail/file/eaa67bb2bee0/files', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2c32790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x353b110>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x353b5d0>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2c32810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x3548fd0>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2c32850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x353b110>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2c32850>, 'wsgi.input': <socket._fileobject object at 0x351ae50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266337066.0538859, '_creation_time': 1266336878.073858}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x3548fd0>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3548710>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f6b72db31c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1f825d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
17:17:46,933 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
17:17:46,933 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
17:17:49,003 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
17:17:49,008 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
17:17:49,009 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
17:17:49,010 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
17:17:49,010 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
17:17:49,010 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
17:17:49,011 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x2d7f500>, 'environ': {'routes.route': <routes.route.Route object at 0x2c32550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/zte_tail/file/eaa67bb2bee0', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'zte_tail/file/eaa67bb2bee0/src'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2c32790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/zte_tail/file/eaa67bb2bee0/src', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3519910>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3519f10>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2c32810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x3519bd0>, {'action': u'view', 'controller': u'hg', 'path_info': 'zte_tail/file/eaa67bb2bee0/src'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2c32850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3519910>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2c32850>, 'wsgi.input': <socket._fileobject object at 0x351aed0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266337069.0113289, '_creation_time': 1266336878.073858}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x3519bd0>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x35488d0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f6b72db31c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1f825d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
17:17:49,058 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
17:17:49,060 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
17:17:49,060 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
17:17:49,060 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
17:17:49,061 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
17:17:49,061 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
17:17:49,061 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x32d5a28>, 'environ': {'routes.route': <routes.route.Route object at 0x2c32550>, 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2c32790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hgicon.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3548c90>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x2c32810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3548910>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x35485d0>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2c32850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3548c90>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2c32850>, 'wsgi.input': <socket._fileobject object at 0x351ae50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266337069.0618701, '_creation_time': 1266336878.073858}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x35485d0>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3548fd0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f6b72db31c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1f825d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
17:17:50,516 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
17:17:50,884 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
17:17:50,884 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
17:17:51,021 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
17:17:51,022 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
17:17:51,023 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
17:17:51,023 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
17:17:51,023 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
17:17:51,023 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
17:17:51,023 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x362c398>, 'environ': {'routes.route': <routes.route.Route object at 0x2c32550>, 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2c32790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hgicon.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3553690>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x2c32810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3553450>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x3548e10>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2c32850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3553690>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2c32850>, 'wsgi.input': <socket._fileobject object at 0x2d27750 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266337071.0238149, '_creation_time': 1266336878.073858}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x3548e10>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x361f3d0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f6b72db31c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1f825d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
17:17:51,068 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
17:17:51,127 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
17:17:51,128 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
17:17:51,128 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
17:17:51,128 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
17:17:51,128 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
17:17:51,128 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
17:17:51,129 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x36535f0>, 'environ': {'routes.route': <routes.route.Route object at 0x2c32550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/zte_tail/file/eaa67bb2bee0/src', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2c32790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x35286d0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3528850>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2c32810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x3553e50>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2c32850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x35286d0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2c32850>, 'wsgi.input': <socket._fileobject object at 0x3258cd0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266337071.129333, '_creation_time': 1266336878.073858}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x3553e50>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3528c90>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f6b72db31c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1f825d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
17:17:52,570 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
17:17:52,570 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
17:17:52,878 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
17:17:52,878 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
17:17:54,172 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
17:17:54,224 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
17:17:54,225 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
17:17:54,225 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
17:17:54,226 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
17:17:54,226 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
17:17:54,226 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x3242848>, 'environ': {'routes.route': <routes.route.Route object at 0x2c32550>, 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2c32790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hgicon.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x361b850>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x2c32810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x361b410>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x3528a10>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2c32850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x361b850>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2c32850>, 'wsgi.input': <socket._fileobject object at 0x351ae50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266337074.227577, '_creation_time': 1266336878.073858}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x3528a10>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x35281d0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f6b72db31c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1f825d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
17:17:54,813 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
17:17:54,818 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
17:17:54,822 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
17:17:54,822 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
17:17:54,822 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
17:17:54,824 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
17:17:54,824 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x32426e0>, 'environ': {'routes.route': <routes.route.Route object at 0x2c32550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/zte_tail/file/eaa67bb2bee0/src', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'zte_tail/file/eaa67bb2bee0/src/file_creator_123b.py'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2c32790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/zte_tail/file/eaa67bb2bee0/src/file_creator_123b.py', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x32f1a10>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x36303d0>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2c32810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x3553190>, {'action': u'view', 'controller': u'hg', 'path_info': 'zte_tail/file/eaa67bb2bee0/src/file_creator_123b.py'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2c32850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x32f1a10>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2c32850>, 'wsgi.input': <socket._fileobject object at 0x2d27550 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266337074.8247769, '_creation_time': 1266336878.073858}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x3553190>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x32f1950>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f6b72db31c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1f825d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
17:17:55,749 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
17:17:55,749 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
17:17:56,296 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
17:17:56,321 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
17:17:56,359 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
17:17:56,362 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
17:17:56,362 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
17:17:56,362 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
17:17:56,362 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
17:17:56,362 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
17:17:56,363 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x3839230>, 'environ': {'routes.route': <routes.route.Route object at 0x2c32550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/zte_tail/file/eaa67bb2bee0/src/file_creator_123b.py', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2c32790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3832b50>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3832a90>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2c32810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x362b850>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2c32850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3832b50>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2c32850>, 'wsgi.input': <socket._fileobject object at 0x31f1e50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266337076.363317, '_creation_time': 1266336878.073858}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x362b850>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3832710>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f6b72db31c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1f825d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
17:17:56,395 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
17:17:56,397 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
17:17:56,397 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
17:17:56,397 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
17:17:56,397 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
17:17:56,397 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
17:17:56,398 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x3839758>, 'environ': {'routes.route': <routes.route.Route object at 0x2c32550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/zte_tail/file/eaa67bb2bee0/src/file_creator_123b.py', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'zte_tail/highlightcss'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2c32790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/zte_tail/highlightcss', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3908c50>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3908b90>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2c32810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x3639890>, {'action': u'view', 'controller': u'hg', 'path_info': 'zte_tail/highlightcss'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2c32850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3908c50>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2c32850>, 'wsgi.input': <socket._fileobject object at 0x3258ed0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266337076.398298, '_creation_time': 1266336878.073858}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x3639890>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3908690>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f6b72db31c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1f825d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
17:17:57,979 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
17:17:57,979 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
17:17:58,224 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
17:17:58,227 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
17:17:59,391 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
17:17:59,439 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
17:17:59,441 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
17:17:59,441 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
17:17:59,441 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
17:17:59,442 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
17:17:59,442 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x3839e60>, 'environ': {'routes.route': <routes.route.Route object at 0x2c32550>, 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2c32790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hgicon.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x383de50>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x2c32810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x383d650>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x3908a90>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2c32850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x383de50>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2c32850>, 'wsgi.input': <socket._fileobject object at 0x31f14d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266337079.4434049, '_creation_time': 1266336878.073858}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x3908a90>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x383d9d0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f6b72db31c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1f825d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
17:18:00,369 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
17:18:00,369 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
17:21:28,567 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
 
17:21:28,568 DEBUG [pylons.configuration] Pushing process configuration
 
17:21:28,571 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
 
17:21:28,571 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
 
17:21:28,575 DEBUG [pylons.templating] Initialized Buffet object
 
17:21:28,575 DEBUG [pylons.templating] Adding mako template language for use with Buffet
 
17:21:28,584 DEBUG [paste.httpserver.ThreadPool] Started new worker 140258597800208: Initial worker pool
 
17:21:28,585 DEBUG [paste.httpserver.ThreadPool] Started new worker 140258589407504: Initial worker pool
 
17:21:28,585 DEBUG [paste.httpserver.ThreadPool] Started new worker 140258581014800: Initial worker pool
 
17:21:28,585 DEBUG [paste.httpserver.ThreadPool] Started new worker 140258572622096: Initial worker pool
 
17:21:28,586 DEBUG [paste.httpserver.ThreadPool] Started new worker 140258564229392: Initial worker pool
 
17:21:28,586 DEBUG [paste.httpserver.ThreadPool] Started new worker 140258555836688: Initial worker pool
 
17:21:28,586 DEBUG [paste.httpserver.ThreadPool] Started new worker 140258547443984: Initial worker pool
 
17:21:28,586 DEBUG [paste.httpserver.ThreadPool] Started new worker 140258539051280: Initial worker pool
 
17:21:28,587 DEBUG [paste.httpserver.ThreadPool] Started new worker 140258530658576: Initial worker pool
 
17:21:28,587 DEBUG [paste.httpserver.ThreadPool] Started new worker 140258522265872: Initial worker pool
 
17:21:46,517 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
17:21:46,519 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
17:21:46,521 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
17:21:46,574 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
 
17:21:46,574 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
17:21:46,574 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
17:21:46,574 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
17:21:46,575 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x2c31b18>, 'environ': {'routes.route': <routes.route.Route object at 0x2ae25d0>, 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': '\\'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2ae2810>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/\\', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2bf2e50>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x2ae2890>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2bf2b10>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2bf2910>, {'action': u'view', 'controller': u'hg', 'path_info': '\\'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2ae28d0>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2bf2e50>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2ae28d0>, 'wsgi.input': <socket._fileobject object at 0x2bd7550 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266337306.575387, '_creation_time': 1266337306.575387}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x2bf2910>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2bf2610>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f90846291c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1e335d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
17:21:47,485 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 404 Not Found
 
17:21:47,564 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
17:21:47,565 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
17:21:47,565 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'error'
 
17:21:47,565 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.error', class: 'ErrorController'
 
17:21:47,565 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
17:21:47,566 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
17:21:47,566 DEBUG [pylons.controllers.core] Looking for u'document' method to handle the request
 
17:21:47,566 DEBUG [pylons.controllers.core] Calling 'document' method with keyword args: **{}
 
17:21:47,566 DEBUG [pylons.templating] Created render namespace with pylons vars: {'c': <pylons.util.AttribSafeContextObj at 0x30ae590 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'ungettext': <function ungettext at 0x2626758>, 'g': <pylons_app.lib.app_globals.Globals object at 0x2ae2650>, 'url': <routes.util.URLGenerator object at 0x2bf2a50>, 'h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'request': <Request at 0x30ae410 GET http://127.0.0.1:5000//error/document>, 'tmpl_context': <pylons.util.AttribSafeContextObj at 0x30ae590 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'translator': <gettext.GNUTranslations instance at 0x30e1b48>, 'session': {'_accessed_time': 1266337307.566829, '_creation_time': 1266337306.575387}, 'N_': <function gettext_noop at 0x2626410>, 'app_globals': <pylons_app.lib.app_globals.Globals object at 0x2ae2650>, 'config': {'error_email_from': 'paste_error@localhost', 'beaker.session.auto': 'True', 'pylons.paths': {'templates': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'controllers': '/home/marcink/python_workspace/hg_app/pylons_app/controllers', 'static_files': '/home/marcink/python_workspace/hg_app/pylons_app/public', 'root': '/home/marcink/python_workspace/hg_app/pylons_app'}, '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'pylons.cache_dir': '/home/marcink/python_workspace/hg_app/data', 'pylons.errorware': {'debug': True}, 'here': '/home/marcink/python_workspace/hg_app', 'pylons.strict_c': False, 'logview.sqlalchemy': '#faa', 'email_to': 'marcin.kuzminski@etelko.pl', 'pylons.h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'pylons.package': 'pylons_app', 'buffet.template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}, 'pylons.g': <pylons_app.lib.app_globals.Globals object at 0x2ae2650>, 'logview.*': '#aaa', 'beaker.session.type': 'memory', 'lang': 'en', 'global_conf': {'error_email_from': 'paste_error@localhost', 'email_to': 'marcin.kuzminski@etelko.pl', 'debug': 'true', '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'smtp_server': 'localhost', 'here': '/home/marcink/python_workspace/hg_app'}, 'pylons.c_attach_args': True, 'buffet.template_engines': [{'engine': 'mako', 'alias': None, 'template_root': '', 'template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}}], 'logview.pylons.templating': '#bfb', 'package': 'pylons_app', 'cache.dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.timeout': '3600', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.request_options': {'errors': 'replace', 'decode_param_names': False, 'charset': 'utf-8', 'language': 'en-us'}, 'pylons.db_engines': {}, 'smtp_server': 'localhost', 'routes.map': <routes.mapper.Mapper object at 0x2ae2490>, 'app_conf': {'lang': 'en', 'beaker.session.auto': 'True', 'logview.pylons.templating': '#bfb', 'package': 'pylons_app', 'beaker.session.timeout': '3600', 'logview.sqlalchemy': '#faa', 'cache_dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'logview.*': '#aaa', 'beaker.session.type': 'memory'}, 'beaker.cache.data_dir': '/home/marcink/python_workspace/hg_app/data/cache', 'debug': True, 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.data_dir': '/home/marcink/python_workspace/hg_app/data/sessions', 'pylons.response_options': {'headers': {'Pragma': 'no-cache', 'Cache-Control': 'no-cache'}, 'errors': 'strict', 'charset': 'utf-8', 'content_type': 'text/html'}}, 'response': <Response at 0x30ae510 200 OK>, '_': <function ugettext at 0x2626578>}
 
17:21:47,567 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
 
17:21:47,568 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
 
17:21:52,705 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
17:21:52,711 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
17:21:52,712 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
17:21:52,713 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
17:21:52,713 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
17:21:52,713 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
17:21:52,714 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x30eaed8>, 'environ': {'routes.route': <routes.route.Route object at 0x2ae25d0>, 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2ae2810>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x30aec10>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x2ae2890>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x30ae850>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2bf2990>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2ae28d0>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x30aec10>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2ae28d0>, 'wsgi.input': <socket._fileobject object at 0x2bd76d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266337312.7149711, '_creation_time': 1266337306.575387}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x2bf2990>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x30aeb90>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f90846291c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1e335d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
17:21:53,624 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
17:21:53,648 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
17:21:53,688 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
17:21:53,689 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
17:21:53,690 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
17:21:53,690 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
17:21:53,690 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
17:21:53,690 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
17:21:53,690 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x30ffb18>, 'environ': {'routes.route': <routes.route.Route object at 0x2ae25d0>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2ae2810>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3104790>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3104550>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2ae2890>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x3104050>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2ae28d0>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3104790>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2ae28d0>, 'wsgi.input': <socket._fileobject object at 0x2bd75d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266337313.6909239, '_creation_time': 1266337306.575387}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x3104050>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3104350>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f90846291c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1e335d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
17:21:54,582 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
17:21:54,583 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
17:21:56,701 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
17:21:56,705 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
17:21:56,706 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
17:21:56,706 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
17:21:56,707 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
17:21:56,707 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
17:21:56,708 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x30ff500>, 'environ': {'routes.route': <routes.route.Route object at 0x2ae25d0>, 'HTTP_COOKIE': 'pylons_app=dc978ac3d8310b7331343eb2744a0b696f544612d08f13a0624d036cff94c88a7239f3eb', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2ae2810>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hgicon.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x30fbf50>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100213 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x2ae2890>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x30aefd0>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x3104690>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2ae28d0>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x30fbf50>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2ae28d0>, 'wsgi.input': <socket._fileobject object at 0x30a3d50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266337316.7088051, '_creation_time': 1266337306.575387}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x3104690>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x30edd90>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f90846291c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1e335d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
17:21:57,600 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
17:21:57,600 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
13:17:16,641 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
 
13:17:16,642 DEBUG [pylons.configuration] Pushing process configuration
 
13:17:16,652 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
 
13:17:16,652 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
 
13:17:16,655 DEBUG [pylons.templating] Initialized Buffet object
 
13:17:16,655 DEBUG [pylons.templating] Adding mako template language for use with Buffet
 
13:17:16,658 DEBUG [paste.httpserver.ThreadPool] Started new worker 140333450045712: Initial worker pool
 
13:17:16,658 DEBUG [paste.httpserver.ThreadPool] Started new worker 140333441653008: Initial worker pool
 
13:17:16,658 DEBUG [paste.httpserver.ThreadPool] Started new worker 140333433260304: Initial worker pool
 
13:17:16,658 DEBUG [paste.httpserver.ThreadPool] Started new worker 140333424867600: Initial worker pool
 
13:17:16,659 DEBUG [paste.httpserver.ThreadPool] Started new worker 140333416474896: Initial worker pool
 
13:17:16,659 DEBUG [paste.httpserver.ThreadPool] Started new worker 140333408082192: Initial worker pool
 
13:17:16,659 DEBUG [paste.httpserver.ThreadPool] Started new worker 140333399689488: Initial worker pool
 
13:17:16,659 DEBUG [paste.httpserver.ThreadPool] Started new worker 140333391296784: Initial worker pool
 
13:17:16,660 DEBUG [paste.httpserver.ThreadPool] Started new worker 140333382904080: Initial worker pool
 
13:17:16,660 DEBUG [paste.httpserver.ThreadPool] Started new worker 140333374511376: Initial worker pool
 
13:17:17,360 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:17:17,366 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:17:17,367 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:17:17,861 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
 
13:17:17,861 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:17:17,862 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:17:17,862 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
13:17:17,862 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x2fa1c08>, 'environ': {'routes.route': <routes.route.Route object at 0x2eb1490>, 'beaker.cache': <beaker.cache.CacheManager object at 0x2eb17d0>, 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2eb1750>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2fa2810>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2fa24d0>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2fa2390>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2eb1810>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2fa2810>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2eb1810>, 'wsgi.input': <socket._fileobject object at 0x2e3ba50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266495437.8637631, '_creation_time': 1266495437.8637631}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x2fa2390>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2ec7f50>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fa1f1cce1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x21fe4d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
13:17:21,447 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
13:17:21,520 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
13:17:21,605 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:17:21,605 DEBUG [paste.httpserver.ThreadPool] Added task (1 tasks queued)
 
13:17:21,607 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:17:21,607 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:17:21,607 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:17:21,607 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:17:21,607 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
13:17:21,607 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x34479b0>, 'environ': {'routes.route': <routes.route.Route object at 0x2eb1490>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2eb1750>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x344b590>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x344b4d0>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2eb17d0>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2fa2410>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2eb1810>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x344b590>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2eb1810>, 'wsgi.input': <socket._fileobject object at 0x2e3bad0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266495441.6081979, '_creation_time': 1266495437.8637631}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x2fa2410>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x343c790>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fa1f1cce1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x21fe4d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
13:17:21,612 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:17:21,613 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:17:21,613 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:17:21,613 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:17:21,613 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
13:17:21,613 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x34379b0>, 'environ': {'routes.route': <routes.route.Route object at 0x2eb1490>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2eb1750>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hgicon.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x343cd50>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x2eb17d0>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x343c0d0>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x344b3d0>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2eb1810>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x343cd50>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2eb1810>, 'wsgi.input': <socket._fileobject object at 0x34047d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266495441.613838, '_creation_time': 1266495437.8637631}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x344b3d0>, 'HTTP_ACCEPT': 'image/png,image/*;q=0.8,*/*;q=0.5', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3455490>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fa1f1cce1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x21fe4d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
13:17:23,361 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
13:17:23,362 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
13:17:23,640 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
13:17:23,696 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
13:17:24,592 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:17:24,595 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:17:24,596 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:17:24,596 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:17:24,597 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:17:24,597 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
13:17:24,597 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x3452140>, 'environ': {'routes.route': <routes.route.Route object at 0x2eb1490>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2eb1750>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hgicon.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3455e10>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x2eb17d0>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3455110>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x343cd90>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2eb1810>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3455e10>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2eb1810>, 'wsgi.input': <socket._fileobject object at 0x3404ed0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266495444.598551, '_creation_time': 1266495437.8637631}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x343cd90>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3455350>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fa1f1cce1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x21fe4d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
13:17:25,520 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
13:17:25,520 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
13:18:34,908 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
 
13:18:34,909 DEBUG [pylons.configuration] Pushing process configuration
 
13:18:34,912 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
 
13:18:34,912 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
 
13:18:34,916 DEBUG [pylons.templating] Initialized Buffet object
 
13:18:34,916 DEBUG [pylons.templating] Adding mako template language for use with Buffet
 
13:18:34,918 DEBUG [paste.httpserver.ThreadPool] Started new worker 140310507559184: Initial worker pool
 
13:18:34,919 DEBUG [paste.httpserver.ThreadPool] Started new worker 140310499166480: Initial worker pool
 
13:18:34,919 DEBUG [paste.httpserver.ThreadPool] Started new worker 140310490773776: Initial worker pool
 
13:18:34,920 DEBUG [paste.httpserver.ThreadPool] Started new worker 140310482381072: Initial worker pool
 
13:18:34,920 DEBUG [paste.httpserver.ThreadPool] Started new worker 140310473988368: Initial worker pool
 
13:18:34,920 DEBUG [paste.httpserver.ThreadPool] Started new worker 140310465595664: Initial worker pool
 
13:18:34,920 DEBUG [paste.httpserver.ThreadPool] Started new worker 140310457202960: Initial worker pool
 
13:18:34,921 DEBUG [paste.httpserver.ThreadPool] Started new worker 140310448810256: Initial worker pool
 
13:18:34,921 DEBUG [paste.httpserver.ThreadPool] Started new worker 140310440417552: Initial worker pool
 
13:18:34,921 DEBUG [paste.httpserver.ThreadPool] Started new worker 140310432024848: Initial worker pool
 
13:18:37,237 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:18:37,240 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:18:37,242 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:18:37,292 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
 
13:18:37,292 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:18:37,292 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:18:37,292 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
13:18:37,292 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x25bcc80>, 'environ': {'routes.route': <routes.route.Route object at 0x24ce4d0>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'add/dupa'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x24ce790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/add/dupa', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x25bd910>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x24ce810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x25bd5d0>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x25bd450>, {'action': u'view', 'controller': u'hg', 'path_info': 'add/dupa'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x24ce850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x25bd910>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x24ce850>, 'wsgi.input': <socket._fileobject object at 0x2458a50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266495517.2929859, '_creation_time': 1266495517.2929859}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x25bd450>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x25bd050>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f9c9a5251c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x181d4d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
13:18:38,187 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 404 Not Found
 
13:18:38,205 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
13:18:38,207 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:18:38,208 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'error'
 
13:18:38,268 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.error', class: 'ErrorController'
 
13:18:38,269 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:18:38,269 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:18:38,270 DEBUG [pylons.controllers.core] Looking for u'document' method to handle the request
 
13:18:38,270 DEBUG [pylons.controllers.core] Calling 'document' method with keyword args: **{}
 
13:18:38,271 DEBUG [pylons.templating] Created render namespace with pylons vars: {'c': <pylons.util.AttribSafeContextObj at 0x2a63310 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'ungettext': <function ungettext at 0x201c758>, 'g': <pylons_app.lib.app_globals.Globals object at 0x24ce590>, 'url': <routes.util.URLGenerator object at 0x25bd4d0>, 'h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'request': <Request at 0x2a631d0 GET http://127.0.0.1:5000//error/document>, 'tmpl_context': <pylons.util.AttribSafeContextObj at 0x2a63310 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'translator': <gettext.GNUTranslations instance at 0x2a5e7e8>, 'session': {'_accessed_time': 1266495518.27211, '_creation_time': 1266495517.2929859}, 'N_': <function gettext_noop at 0x201c410>, 'app_globals': <pylons_app.lib.app_globals.Globals object at 0x24ce590>, 'config': {'error_email_from': 'paste_error@localhost', 'beaker.session.auto': 'True', 'pylons.paths': {'templates': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'controllers': '/home/marcink/python_workspace/hg_app/pylons_app/controllers', 'static_files': '/home/marcink/python_workspace/hg_app/pylons_app/public', 'root': '/home/marcink/python_workspace/hg_app/pylons_app'}, 'pylons.errorware': {'debug': True}, 'pylons.response_options': {'headers': {'Pragma': 'no-cache', 'Cache-Control': 'no-cache'}, 'errors': 'strict', 'charset': 'utf-8', 'content_type': 'text/html'}, 'beaker.session.type': 'memory', 'pylons.c_attach_args': True, 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'smtp_server': 'localhost', 'app_conf': {'lang': 'en', 'beaker.session.auto': 'True', 'package': 'pylons_app', 'beaker.session.timeout': '3600', 'cache_dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.type': 'memory'}, 'pylons.cache_dir': '/home/marcink/python_workspace/hg_app/data', 'buffet.template_engines': [{'engine': 'mako', 'alias': None, 'template_root': '', 'template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}}], 'buffet.template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}, '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'routes.map': <routes.mapper.Mapper object at 0x24ce390>, 'here': '/home/marcink/python_workspace/hg_app', 'email_to': 'marcin.kuzminski@etelko.pl', 'pylons.h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'pylons.package': 'pylons_app', 'pylons.g': <pylons_app.lib.app_globals.Globals object at 0x24ce590>, 'lang': 'en', 'global_conf': {'error_email_from': 'paste_error@localhost', 'email_to': 'marcin.kuzminski@etelko.pl', 'debug': 'true', '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'smtp_server': 'localhost', 'here': '/home/marcink/python_workspace/hg_app'}, 'package': 'pylons_app', 'cache.dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.timeout': '3600', 'pylons.request_options': {'errors': 'replace', 'decode_param_names': False, 'charset': 'utf-8', 'language': 'en-us'}, 'pylons.db_engines': {}, 'pylons.strict_c': False, 'beaker.cache.data_dir': '/home/marcink/python_workspace/hg_app/data/cache', 'debug': True, 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.data_dir': '/home/marcink/python_workspace/hg_app/data/sessions'}, 'response': <Response at 0x2a63190 200 OK>, '_': <function ugettext at 0x201c578>}
 
13:18:38,280 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
 
13:18:38,281 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
 
13:18:38,327 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:18:38,332 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:18:38,332 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:18:38,332 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:18:38,332 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:18:38,333 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
13:18:38,333 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x2a5fed8>, 'environ': {'routes.route': <routes.route.Route object at 0x24ce4d0>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'favicon.ico'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x24ce790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/favicon.ico', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2a63b90>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x24ce810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2a63ad0>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2a63950>, {'action': u'view', 'controller': u'hg', 'path_info': 'favicon.ico'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x24ce850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2a63b90>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x24ce850>, 'wsgi.input': <socket._fileobject object at 0x2458bd0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266495518.3334129, '_creation_time': 1266495517.2929859}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x2a63950>, 'HTTP_ACCEPT': 'image/png,image/*;q=0.8,*/*;q=0.5', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x24e3ed0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f9c9a5251c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x181d4d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
13:18:39,242 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 404 Not Found
 
13:18:39,244 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
13:18:39,244 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:18:39,245 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'error'
 
13:18:39,245 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:18:39,245 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:18:39,245 DEBUG [pylons.controllers.core] Looking for u'document' method to handle the request
 
13:18:39,245 DEBUG [pylons.controllers.core] Calling 'document' method with keyword args: **{}
 
13:18:39,245 DEBUG [pylons.templating] Created render namespace with pylons vars: {'c': <pylons.util.AttribSafeContextObj at 0x2bb1290 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'ungettext': <function ungettext at 0x201c758>, 'g': <pylons_app.lib.app_globals.Globals object at 0x24ce590>, 'url': <routes.util.URLGenerator object at 0x2a63a10>, 'h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'request': <Request at 0x2bb1890 GET http://127.0.0.1:5000//error/document>, 'tmpl_context': <pylons.util.AttribSafeContextObj at 0x2bb1290 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'translator': <gettext.GNUTranslations instance at 0x2a6b2d8>, 'session': {'_accessed_time': 1266495519.245975, '_creation_time': 1266495517.2929859}, 'N_': <function gettext_noop at 0x201c410>, 'app_globals': <pylons_app.lib.app_globals.Globals object at 0x24ce590>, 'config': {'error_email_from': 'paste_error@localhost', 'beaker.session.auto': 'True', 'pylons.paths': {'templates': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'controllers': '/home/marcink/python_workspace/hg_app/pylons_app/controllers', 'static_files': '/home/marcink/python_workspace/hg_app/pylons_app/public', 'root': '/home/marcink/python_workspace/hg_app/pylons_app'}, 'pylons.errorware': {'debug': True}, 'pylons.response_options': {'headers': {'Pragma': 'no-cache', 'Cache-Control': 'no-cache'}, 'errors': 'strict', 'charset': 'utf-8', 'content_type': 'text/html'}, 'beaker.session.type': 'memory', 'pylons.c_attach_args': True, 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'smtp_server': 'localhost', 'app_conf': {'lang': 'en', 'beaker.session.auto': 'True', 'package': 'pylons_app', 'beaker.session.timeout': '3600', 'cache_dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.type': 'memory'}, 'pylons.cache_dir': '/home/marcink/python_workspace/hg_app/data', 'buffet.template_engines': [{'engine': 'mako', 'alias': None, 'template_root': '', 'template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}}], 'buffet.template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}, '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'routes.map': <routes.mapper.Mapper object at 0x24ce390>, 'here': '/home/marcink/python_workspace/hg_app', 'email_to': 'marcin.kuzminski@etelko.pl', 'pylons.h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'pylons.package': 'pylons_app', 'pylons.g': <pylons_app.lib.app_globals.Globals object at 0x24ce590>, 'lang': 'en', 'global_conf': {'error_email_from': 'paste_error@localhost', 'email_to': 'marcin.kuzminski@etelko.pl', 'debug': 'true', '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'smtp_server': 'localhost', 'here': '/home/marcink/python_workspace/hg_app'}, 'package': 'pylons_app', 'cache.dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.timeout': '3600', 'pylons.request_options': {'errors': 'replace', 'decode_param_names': False, 'charset': 'utf-8', 'language': 'en-us'}, 'pylons.db_engines': {}, 'pylons.strict_c': False, 'beaker.cache.data_dir': '/home/marcink/python_workspace/hg_app/data/cache', 'debug': True, 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.data_dir': '/home/marcink/python_workspace/hg_app/data/sessions'}, 'response': <Response at 0x2bb1a50 200 OK>, '_': <function ugettext at 0x201c578>}
 
13:18:39,246 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
 
13:18:39,246 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
 
13:18:41,358 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:18:41,360 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:18:41,360 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:18:41,360 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:18:41,361 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:18:41,361 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
13:18:41,361 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x2a6f578>, 'environ': {'routes.route': <routes.route.Route object at 0x24ce4d0>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'favicon.ico'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x24ce790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/favicon.ico', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2bb1bd0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x24ce810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2bb1b10>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2bb1950>, {'action': u'view', 'controller': u'hg', 'path_info': 'favicon.ico'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x24ce850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2bb1bd0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x24ce850>, 'wsgi.input': <socket._fileobject object at 0x2458ad0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266495521.3615689, '_creation_time': 1266495517.2929859}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x2bb1950>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2bb1390>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f9c9a5251c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x181d4d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
13:18:42,307 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 404 Not Found
 
13:18:42,309 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
13:18:42,310 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:18:42,310 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'error'
 
13:18:42,310 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:18:42,310 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:18:42,310 DEBUG [pylons.controllers.core] Looking for u'document' method to handle the request
 
13:18:42,310 DEBUG [pylons.controllers.core] Calling 'document' method with keyword args: **{}
 
13:18:42,311 DEBUG [pylons.templating] Created render namespace with pylons vars: {'c': <pylons.util.AttribSafeContextObj at 0x2a54750 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'ungettext': <function ungettext at 0x201c758>, 'g': <pylons_app.lib.app_globals.Globals object at 0x24ce590>, 'url': <routes.util.URLGenerator object at 0x2a54250>, 'h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'request': <Request at 0x2a54810 GET http://127.0.0.1:5000//error/document>, 'tmpl_context': <pylons.util.AttribSafeContextObj at 0x2a54750 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'translator': <gettext.GNUTranslations instance at 0x2a6b2d8>, 'session': {'_accessed_time': 1266495522.3112869, '_creation_time': 1266495517.2929859}, 'N_': <function gettext_noop at 0x201c410>, 'app_globals': <pylons_app.lib.app_globals.Globals object at 0x24ce590>, 'config': {'error_email_from': 'paste_error@localhost', 'beaker.session.auto': 'True', 'pylons.paths': {'templates': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'controllers': '/home/marcink/python_workspace/hg_app/pylons_app/controllers', 'static_files': '/home/marcink/python_workspace/hg_app/pylons_app/public', 'root': '/home/marcink/python_workspace/hg_app/pylons_app'}, 'pylons.errorware': {'debug': True}, 'pylons.response_options': {'headers': {'Pragma': 'no-cache', 'Cache-Control': 'no-cache'}, 'errors': 'strict', 'charset': 'utf-8', 'content_type': 'text/html'}, 'beaker.session.type': 'memory', 'pylons.c_attach_args': True, 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'smtp_server': 'localhost', 'app_conf': {'lang': 'en', 'beaker.session.auto': 'True', 'package': 'pylons_app', 'beaker.session.timeout': '3600', 'cache_dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.type': 'memory'}, 'pylons.cache_dir': '/home/marcink/python_workspace/hg_app/data', 'buffet.template_engines': [{'engine': 'mako', 'alias': None, 'template_root': '', 'template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}}], 'buffet.template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}, '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'routes.map': <routes.mapper.Mapper object at 0x24ce390>, 'here': '/home/marcink/python_workspace/hg_app', 'email_to': 'marcin.kuzminski@etelko.pl', 'pylons.h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'pylons.package': 'pylons_app', 'pylons.g': <pylons_app.lib.app_globals.Globals object at 0x24ce590>, 'lang': 'en', 'global_conf': {'error_email_from': 'paste_error@localhost', 'email_to': 'marcin.kuzminski@etelko.pl', 'debug': 'true', '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'smtp_server': 'localhost', 'here': '/home/marcink/python_workspace/hg_app'}, 'package': 'pylons_app', 'cache.dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.timeout': '3600', 'pylons.request_options': {'errors': 'replace', 'decode_param_names': False, 'charset': 'utf-8', 'language': 'en-us'}, 'pylons.db_engines': {}, 'pylons.strict_c': False, 'beaker.cache.data_dir': '/home/marcink/python_workspace/hg_app/data/cache', 'debug': True, 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.data_dir': '/home/marcink/python_workspace/hg_app/data/sessions'}, 'response': <Response at 0x2a547d0 200 OK>, '_': <function ugettext at 0x201c578>}
 
13:18:42,322 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
 
13:18:42,322 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
 
13:18:43,321 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:18:43,334 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:18:43,334 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:18:43,335 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:18:43,335 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:18:43,335 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
13:18:43,335 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x2a6f2a8>, 'environ': {'routes.route': <routes.route.Route object at 0x24ce4d0>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x24ce790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2bb13d0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x24ce810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2bb1f10>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2a54910>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x24ce850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2bb13d0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x24ce850>, 'wsgi.input': <socket._fileobject object at 0x2a62750 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266495523.335593, '_creation_time': 1266495517.2929859}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x2a54910>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2a54310>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f9c9a5251c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x181d4d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
13:18:44,216 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
13:18:44,241 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
13:18:44,311 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:18:44,313 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:18:44,313 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:18:44,313 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:18:44,313 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:18:44,314 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
13:18:44,314 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x2a6fe60>, 'environ': {'routes.route': <routes.route.Route object at 0x24ce4d0>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x24ce790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2a75b50>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2a757d0>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x24ce810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2bb1c90>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x24ce850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2a75b50>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x24ce850>, 'wsgi.input': <socket._fileobject object at 0x2a62a50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266495524.3144901, '_creation_time': 1266495517.2929859}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x2bb1c90>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2a755d0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f9c9a5251c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x181d4d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
13:18:45,217 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
13:18:45,217 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
13:18:47,381 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:18:47,391 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:18:47,393 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:18:47,393 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:18:47,394 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:18:47,394 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
13:18:47,395 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x2a82410>, 'environ': {'routes.route': <routes.route.Route object at 0x24ce4d0>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x24ce790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hgicon.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2a7ef50>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x24ce810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2a7ed10>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2a75e50>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x24ce850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2a7ef50>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x24ce850>, 'wsgi.input': <socket._fileobject object at 0x2a626d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266495527.3958189, '_creation_time': 1266495517.2929859}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x2a75e50>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2a75490>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f9c9a5251c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x181d4d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
13:18:48,315 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
13:18:48,315 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
13:18:59,230 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:18:59,231 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:18:59,232 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:18:59,232 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:18:59,232 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:18:59,232 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
13:18:59,232 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x2a6f5f0>, 'environ': {'routes.route': <routes.route.Route object at 0x24ce4d0>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'add/dupa'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x24ce790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/add/dupa', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2a7e710>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x24ce810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2a7e090>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2a7e210>, {'action': u'view', 'controller': u'hg', 'path_info': 'add/dupa'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x24ce850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2a7e710>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x24ce850>, 'wsgi.input': <socket._fileobject object at 0x2a62350 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266495539.233072, '_creation_time': 1266495517.2929859}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x2a7e210>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2a7e590>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f9c9a5251c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x181d4d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
13:19:00,108 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 404 Not Found
 
13:19:00,109 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
13:19:00,110 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:19:00,110 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'error'
 
13:19:00,110 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:19:00,111 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:19:00,111 DEBUG [pylons.controllers.core] Looking for u'document' method to handle the request
 
13:19:00,111 DEBUG [pylons.controllers.core] Calling 'document' method with keyword args: **{}
 
13:19:00,111 DEBUG [pylons.templating] Created render namespace with pylons vars: {'c': <pylons.util.AttribSafeContextObj at 0x2bb1050 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'ungettext': <function ungettext at 0x201c758>, 'g': <pylons_app.lib.app_globals.Globals object at 0x24ce590>, 'url': <routes.util.URLGenerator object at 0x2a7e350>, 'h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'request': <Request at 0x2bb1910 GET http://127.0.0.1:5000//error/document>, 'tmpl_context': <pylons.util.AttribSafeContextObj at 0x2bb1050 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'translator': <gettext.GNUTranslations instance at 0x2a67d40>, 'session': {'_accessed_time': 1266495540.1118569, '_creation_time': 1266495517.2929859}, 'N_': <function gettext_noop at 0x201c410>, 'app_globals': <pylons_app.lib.app_globals.Globals object at 0x24ce590>, 'config': {'error_email_from': 'paste_error@localhost', 'beaker.session.auto': 'True', 'pylons.paths': {'templates': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'controllers': '/home/marcink/python_workspace/hg_app/pylons_app/controllers', 'static_files': '/home/marcink/python_workspace/hg_app/pylons_app/public', 'root': '/home/marcink/python_workspace/hg_app/pylons_app'}, 'pylons.errorware': {'debug': True}, 'pylons.response_options': {'headers': {'Pragma': 'no-cache', 'Cache-Control': 'no-cache'}, 'errors': 'strict', 'charset': 'utf-8', 'content_type': 'text/html'}, 'beaker.session.type': 'memory', 'pylons.c_attach_args': True, 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'smtp_server': 'localhost', 'app_conf': {'lang': 'en', 'beaker.session.auto': 'True', 'package': 'pylons_app', 'beaker.session.timeout': '3600', 'cache_dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.type': 'memory'}, 'pylons.cache_dir': '/home/marcink/python_workspace/hg_app/data', 'buffet.template_engines': [{'engine': 'mako', 'alias': None, 'template_root': '', 'template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}}], 'buffet.template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}, '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'routes.map': <routes.mapper.Mapper object at 0x24ce390>, 'here': '/home/marcink/python_workspace/hg_app', 'email_to': 'marcin.kuzminski@etelko.pl', 'pylons.h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'pylons.package': 'pylons_app', 'pylons.g': <pylons_app.lib.app_globals.Globals object at 0x24ce590>, 'lang': 'en', 'global_conf': {'error_email_from': 'paste_error@localhost', 'email_to': 'marcin.kuzminski@etelko.pl', 'debug': 'true', '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'smtp_server': 'localhost', 'here': '/home/marcink/python_workspace/hg_app'}, 'package': 'pylons_app', 'cache.dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.timeout': '3600', 'pylons.request_options': {'errors': 'replace', 'decode_param_names': False, 'charset': 'utf-8', 'language': 'en-us'}, 'pylons.db_engines': {}, 'pylons.strict_c': False, 'beaker.cache.data_dir': '/home/marcink/python_workspace/hg_app/data/cache', 'debug': True, 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.data_dir': '/home/marcink/python_workspace/hg_app/data/sessions'}, 'response': <Response at 0x2bb18d0 200 OK>, '_': <function ugettext at 0x201c578>}
 
13:19:00,112 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
 
13:19:00,112 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
 
13:19:02,002 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:19:02,004 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:19:02,004 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:19:02,004 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:19:02,005 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:19:02,005 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
13:19:02,005 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x2a5f320>, 'environ': {'routes.route': <routes.route.Route object at 0x24ce4d0>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'add/dupa/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x24ce790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/add/dupa/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2a54910>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x24ce810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2a54390>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2bb1710>, {'action': u'view', 'controller': u'hg', 'path_info': 'add/dupa/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x24ce850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2a54910>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x24ce850>, 'wsgi.input': <socket._fileobject object at 0x2a62ad0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266495542.0055871, '_creation_time': 1266495517.2929859}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x2bb1710>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2a7e250>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f9c9a5251c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x181d4d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
13:19:03,054 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 404 Not Found
 
13:19:03,056 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
13:19:03,056 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:19:03,057 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'error'
 
13:19:03,057 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:19:03,057 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:19:03,057 DEBUG [pylons.controllers.core] Looking for u'document' method to handle the request
 
13:19:03,057 DEBUG [pylons.controllers.core] Calling 'document' method with keyword args: **{}
 
13:19:03,057 DEBUG [pylons.templating] Created render namespace with pylons vars: {'c': <pylons.util.AttribSafeContextObj at 0x2a86ed0 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'ungettext': <function ungettext at 0x201c758>, 'g': <pylons_app.lib.app_globals.Globals object at 0x24ce590>, 'url': <routes.util.URLGenerator object at 0x2bb13d0>, 'h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'request': <Request at 0x2a86150 GET http://127.0.0.1:5000//error/document>, 'tmpl_context': <pylons.util.AttribSafeContextObj at 0x2a86ed0 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'translator': <gettext.GNUTranslations instance at 0x2a84b48>, 'session': {'_accessed_time': 1266495543.0580609, '_creation_time': 1266495517.2929859}, 'N_': <function gettext_noop at 0x201c410>, 'app_globals': <pylons_app.lib.app_globals.Globals object at 0x24ce590>, 'config': {'error_email_from': 'paste_error@localhost', 'beaker.session.auto': 'True', 'pylons.paths': {'templates': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'controllers': '/home/marcink/python_workspace/hg_app/pylons_app/controllers', 'static_files': '/home/marcink/python_workspace/hg_app/pylons_app/public', 'root': '/home/marcink/python_workspace/hg_app/pylons_app'}, 'pylons.errorware': {'debug': True}, 'pylons.response_options': {'headers': {'Pragma': 'no-cache', 'Cache-Control': 'no-cache'}, 'errors': 'strict', 'charset': 'utf-8', 'content_type': 'text/html'}, 'beaker.session.type': 'memory', 'pylons.c_attach_args': True, 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'smtp_server': 'localhost', 'app_conf': {'lang': 'en', 'beaker.session.auto': 'True', 'package': 'pylons_app', 'beaker.session.timeout': '3600', 'cache_dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.type': 'memory'}, 'pylons.cache_dir': '/home/marcink/python_workspace/hg_app/data', 'buffet.template_engines': [{'engine': 'mako', 'alias': None, 'template_root': '', 'template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}}], 'buffet.template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}, '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'routes.map': <routes.mapper.Mapper object at 0x24ce390>, 'here': '/home/marcink/python_workspace/hg_app', 'email_to': 'marcin.kuzminski@etelko.pl', 'pylons.h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'pylons.package': 'pylons_app', 'pylons.g': <pylons_app.lib.app_globals.Globals object at 0x24ce590>, 'lang': 'en', 'global_conf': {'error_email_from': 'paste_error@localhost', 'email_to': 'marcin.kuzminski@etelko.pl', 'debug': 'true', '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'smtp_server': 'localhost', 'here': '/home/marcink/python_workspace/hg_app'}, 'package': 'pylons_app', 'cache.dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.timeout': '3600', 'pylons.request_options': {'errors': 'replace', 'decode_param_names': False, 'charset': 'utf-8', 'language': 'en-us'}, 'pylons.db_engines': {}, 'pylons.strict_c': False, 'beaker.cache.data_dir': '/home/marcink/python_workspace/hg_app/data/cache', 'debug': True, 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.data_dir': '/home/marcink/python_workspace/hg_app/data/sessions'}, 'response': <Response at 0x2a86bd0 200 OK>, '_': <function ugettext at 0x201c578>}
 
13:19:03,058 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
 
13:19:03,058 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
 
13:19:09,873 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
 
13:19:09,873 DEBUG [pylons.configuration] Pushing process configuration
 
13:19:09,876 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
 
13:19:09,877 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
 
13:19:09,880 DEBUG [pylons.templating] Initialized Buffet object
 
13:19:09,880 DEBUG [pylons.templating] Adding mako template language for use with Buffet
 
13:19:09,882 DEBUG [paste.httpserver.ThreadPool] Started new worker 139686751332624: Initial worker pool
 
13:19:09,883 DEBUG [paste.httpserver.ThreadPool] Started new worker 139686742939920: Initial worker pool
 
13:19:09,883 DEBUG [paste.httpserver.ThreadPool] Started new worker 139686734547216: Initial worker pool
 
13:19:09,883 DEBUG [paste.httpserver.ThreadPool] Started new worker 139686726154512: Initial worker pool
 
13:19:09,883 DEBUG [paste.httpserver.ThreadPool] Started new worker 139686717761808: Initial worker pool
 
13:19:09,884 DEBUG [paste.httpserver.ThreadPool] Started new worker 139686709369104: Initial worker pool
 
13:19:09,884 DEBUG [paste.httpserver.ThreadPool] Started new worker 139686700976400: Initial worker pool
 
13:19:09,884 DEBUG [paste.httpserver.ThreadPool] Started new worker 139686692583696: Initial worker pool
 
13:19:09,884 DEBUG [paste.httpserver.ThreadPool] Started new worker 139686684190992: Initial worker pool
 
13:19:09,885 DEBUG [paste.httpserver.ThreadPool] Started new worker 139686675798288: Initial worker pool
 
13:19:12,056 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:19:12,063 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:19:12,064 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:19:12,123 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
 
13:19:12,124 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:19:12,124 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:19:12,124 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
13:19:12,124 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x20fcc80>, 'environ': {'routes.route': <routes.route.Route object at 0x200a4d0>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x200a790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x20fd890>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x200a810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x20fd550>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x20fd410>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x200a850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x20fd890>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x200a850>, 'wsgi.input': <socket._fileobject object at 0x1f94a50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266495552.1247971, '_creation_time': 1266495552.1247971}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x20fd410>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x201ff90>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f0b5f8da1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1355550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
13:19:13,062 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
13:19:13,091 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
13:19:13,171 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:19:13,182 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:19:13,183 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:19:13,183 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:19:13,183 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:19:13,183 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
13:19:13,183 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x25a5a28>, 'environ': {'routes.route': <routes.route.Route object at 0x200a4d0>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x200a790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x25a6690>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x25a65d0>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x200a810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x20fd490>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x200a850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x25a6690>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x200a850>, 'wsgi.input': <socket._fileobject object at 0x1f94bd0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266495553.1836989, '_creation_time': 1266495552.1247971}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x20fd490>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x25a6090>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f0b5f8da1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1355550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
13:19:14,122 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
13:19:14,122 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
13:19:16,248 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:19:16,251 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:19:16,252 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:19:16,253 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:19:16,253 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:19:16,253 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
13:19:16,254 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x25a5488>, 'environ': {'routes.route': <routes.route.Route object at 0x200a4d0>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x200a790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hgicon.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2596e10>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x200a810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2596cd0>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x25a64d0>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x200a850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2596e10>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x200a850>, 'wsgi.input': <socket._fileobject object at 0x1f94ad0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266495556.255013, '_creation_time': 1266495552.1247971}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x25a64d0>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x25a6290>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f0b5f8da1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1355550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
13:19:17,191 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
13:19:17,191 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
13:19:20,569 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:19:20,571 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:19:20,571 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:19:20,571 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:19:20,571 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:19:20,571 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
13:19:20,572 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x25b9230>, 'environ': {'routes.route': <routes.route.Route object at 0x200a4d0>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'add/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x200a790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/add/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x25a8ed0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x200a810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x25a8dd0>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2596d10>, {'action': u'view', 'controller': u'hg', 'path_info': 'add/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x200a850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x25a8ed0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x200a850>, 'wsgi.input': <socket._fileobject object at 0x25638d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266495560.5723441, '_creation_time': 1266495552.1247971}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x2596d10>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x25967d0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f0b5f8da1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1355550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
13:19:21,467 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 404 Not Found
 
13:19:21,468 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
13:19:21,470 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:19:21,471 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'error'
 
13:19:21,471 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.error', class: 'ErrorController'
 
13:19:21,471 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:19:21,471 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:19:21,471 DEBUG [pylons.controllers.core] Looking for u'document' method to handle the request
 
13:19:21,472 DEBUG [pylons.controllers.core] Calling 'document' method with keyword args: **{}
 
13:19:21,472 DEBUG [pylons.templating] Created render namespace with pylons vars: {'c': <pylons.util.AttribSafeContextObj at 0x25a8a10 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'ungettext': <function ungettext at 0x1b58758>, 'g': <pylons_app.lib.app_globals.Globals object at 0x200a590>, 'url': <routes.util.URLGenerator object at 0x25a8650>, 'h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'request': <Request at 0x25a8b50 GET http://127.0.0.1:5000//error/document>, 'tmpl_context': <pylons.util.AttribSafeContextObj at 0x25a8a10 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'translator': <gettext.GNUTranslations instance at 0x25a4560>, 'session': {'_accessed_time': 1266495561.4725809, '_creation_time': 1266495552.1247971}, 'N_': <function gettext_noop at 0x1b58410>, 'app_globals': <pylons_app.lib.app_globals.Globals object at 0x200a590>, 'config': {'error_email_from': 'paste_error@localhost', 'beaker.session.auto': 'True', 'pylons.paths': {'templates': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'controllers': '/home/marcink/python_workspace/hg_app/pylons_app/controllers', 'static_files': '/home/marcink/python_workspace/hg_app/pylons_app/public', 'root': '/home/marcink/python_workspace/hg_app/pylons_app'}, 'pylons.errorware': {'debug': True}, 'pylons.response_options': {'headers': {'Pragma': 'no-cache', 'Cache-Control': 'no-cache'}, 'errors': 'strict', 'charset': 'utf-8', 'content_type': 'text/html'}, 'beaker.session.type': 'memory', 'pylons.c_attach_args': True, 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'smtp_server': 'localhost', 'app_conf': {'lang': 'en', 'beaker.session.auto': 'True', 'package': 'pylons_app', 'beaker.session.timeout': '3600', 'cache_dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.type': 'memory'}, 'pylons.cache_dir': '/home/marcink/python_workspace/hg_app/data', 'buffet.template_engines': [{'engine': 'mako', 'alias': None, 'template_root': '', 'template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}}], 'buffet.template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}, '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'routes.map': <routes.mapper.Mapper object at 0x200a390>, 'here': '/home/marcink/python_workspace/hg_app', 'email_to': 'marcin.kuzminski@etelko.pl', 'pylons.h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'pylons.package': 'pylons_app', 'pylons.g': <pylons_app.lib.app_globals.Globals object at 0x200a590>, 'lang': 'en', 'global_conf': {'error_email_from': 'paste_error@localhost', 'email_to': 'marcin.kuzminski@etelko.pl', 'debug': 'true', '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'smtp_server': 'localhost', 'here': '/home/marcink/python_workspace/hg_app'}, 'package': 'pylons_app', 'cache.dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.timeout': '3600', 'pylons.request_options': {'errors': 'replace', 'decode_param_names': False, 'charset': 'utf-8', 'language': 'en-us'}, 'pylons.db_engines': {}, 'pylons.strict_c': False, 'beaker.cache.data_dir': '/home/marcink/python_workspace/hg_app/data/cache', 'debug': True, 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.data_dir': '/home/marcink/python_workspace/hg_app/data/sessions'}, 'response': <Response at 0x25a8f50 200 OK>, '_': <function ugettext at 0x1b58578>}
 
13:19:21,473 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
 
13:19:21,473 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
 
13:19:26,503 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:19:26,511 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:19:26,512 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:19:26,513 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:19:26,513 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:19:26,513 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
13:19:26,514 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x25b9a28>, 'environ': {'routes.route': <routes.route.Route object at 0x200a4d0>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x200a790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x25a6fd0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x200a810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x25a6e50>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x25a8c10>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x200a850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x25a6fd0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x200a850>, 'wsgi.input': <socket._fileobject object at 0x25a91d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266495566.514863, '_creation_time': 1266495552.1247971}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x25a8c10>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x25a82d0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f0b5f8da1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1355550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
13:19:27,404 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
13:19:27,429 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
13:19:27,457 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:19:27,461 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:19:27,461 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:19:27,461 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:19:27,462 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:19:27,462 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
13:19:27,462 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x25c6668>, 'environ': {'routes.route': <routes.route.Route object at 0x200a4d0>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x200a790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x25b8e90>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x25b8f90>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x200a810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x25a6d90>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x200a850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x25b8e90>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x200a850>, 'wsgi.input': <socket._fileobject object at 0x25a9ad0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266495567.462563, '_creation_time': 1266495552.1247971}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x25a6d90>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x25c3e10>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f0b5f8da1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1355550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
13:19:28,390 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
13:19:28,390 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
13:19:30,501 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:19:30,504 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:19:30,504 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:19:30,504 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:19:30,505 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:19:30,505 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
13:19:30,505 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x25b9e60>, 'environ': {'routes.route': <routes.route.Route object at 0x200a4d0>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x200a790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hgicon.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x25b8f90>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x200a810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x25b8f10>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x20fd290>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x200a850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x25b8f90>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x200a850>, 'wsgi.input': <socket._fileobject object at 0x25a9a50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266495570.5054989, '_creation_time': 1266495552.1247971}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x20fd290>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x25c3e90>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f0b5f8da1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1355550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
13:19:31,372 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
13:19:31,373 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
13:19:53,130 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:19:53,131 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:19:53,132 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:19:53,132 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:19:53,132 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:19:53,132 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
13:19:53,132 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x25b96e0>, 'environ': {'routes.route': <routes.route.Route object at 0x200a4d0>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'add/dupa/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x200a790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/add/dupa/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x25a6fd0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x200a810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x25a67d0>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x25b8d50>, {'action': u'view', 'controller': u'hg', 'path_info': 'add/dupa/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x200a850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x25a6fd0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x200a850>, 'wsgi.input': <socket._fileobject object at 0x25a9c50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266495593.1328471, '_creation_time': 1266495552.1247971}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x25b8d50>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x25c3990>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f0b5f8da1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1355550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
13:19:54,001 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 404 Not Found
 
13:19:54,003 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
13:19:54,004 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:19:54,004 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'error'
 
13:19:54,004 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:19:54,004 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:19:54,005 DEBUG [pylons.controllers.core] Looking for u'document' method to handle the request
 
13:19:54,005 DEBUG [pylons.controllers.core] Calling 'document' method with keyword args: **{}
 
13:19:54,005 DEBUG [pylons.templating] Created render namespace with pylons vars: {'c': <pylons.util.AttribSafeContextObj at 0x25c4b50 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'ungettext': <function ungettext at 0x1b58758>, 'g': <pylons_app.lib.app_globals.Globals object at 0x200a590>, 'url': <routes.util.URLGenerator object at 0x25c3410>, 'h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'request': <Request at 0x25c4a50 GET http://127.0.0.1:5000//error/document>, 'tmpl_context': <pylons.util.AttribSafeContextObj at 0x25c4b50 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'translator': <gettext.GNUTranslations instance at 0x25b31b8>, 'session': {'_accessed_time': 1266495594.00563, '_creation_time': 1266495552.1247971}, 'N_': <function gettext_noop at 0x1b58410>, 'app_globals': <pylons_app.lib.app_globals.Globals object at 0x200a590>, 'config': {'error_email_from': 'paste_error@localhost', 'beaker.session.auto': 'True', 'pylons.paths': {'templates': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'controllers': '/home/marcink/python_workspace/hg_app/pylons_app/controllers', 'static_files': '/home/marcink/python_workspace/hg_app/pylons_app/public', 'root': '/home/marcink/python_workspace/hg_app/pylons_app'}, 'pylons.errorware': {'debug': True}, 'pylons.response_options': {'headers': {'Pragma': 'no-cache', 'Cache-Control': 'no-cache'}, 'errors': 'strict', 'charset': 'utf-8', 'content_type': 'text/html'}, 'beaker.session.type': 'memory', 'pylons.c_attach_args': True, 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'smtp_server': 'localhost', 'app_conf': {'lang': 'en', 'beaker.session.auto': 'True', 'package': 'pylons_app', 'beaker.session.timeout': '3600', 'cache_dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.type': 'memory'}, 'pylons.cache_dir': '/home/marcink/python_workspace/hg_app/data', 'buffet.template_engines': [{'engine': 'mako', 'alias': None, 'template_root': '', 'template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}}], 'buffet.template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}, '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'routes.map': <routes.mapper.Mapper object at 0x200a390>, 'here': '/home/marcink/python_workspace/hg_app', 'email_to': 'marcin.kuzminski@etelko.pl', 'pylons.h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'pylons.package': 'pylons_app', 'pylons.g': <pylons_app.lib.app_globals.Globals object at 0x200a590>, 'lang': 'en', 'global_conf': {'error_email_from': 'paste_error@localhost', 'email_to': 'marcin.kuzminski@etelko.pl', 'debug': 'true', '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'smtp_server': 'localhost', 'here': '/home/marcink/python_workspace/hg_app'}, 'package': 'pylons_app', 'cache.dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.timeout': '3600', 'pylons.request_options': {'errors': 'replace', 'decode_param_names': False, 'charset': 'utf-8', 'language': 'en-us'}, 'pylons.db_engines': {}, 'pylons.strict_c': False, 'beaker.cache.data_dir': '/home/marcink/python_workspace/hg_app/data/cache', 'debug': True, 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.data_dir': '/home/marcink/python_workspace/hg_app/data/sessions'}, 'response': <Response at 0x25c4710 200 OK>, '_': <function ugettext at 0x1b58578>}
 
13:19:54,006 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
 
13:19:54,006 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
 
13:19:59,051 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:19:59,053 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:19:59,053 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:19:59,053 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:19:59,053 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:19:59,054 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
13:19:59,054 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x25c60c8>, 'environ': {'routes.route': <routes.route.Route object at 0x200a4d0>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x200a790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x25c4a10>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x200a810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x25c49d0>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x25c4590>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x200a850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x25c4a10>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x200a850>, 'wsgi.input': <socket._fileobject object at 0x25a9b50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266495599.0544021, '_creation_time': 1266495552.1247971}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x25c4590>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x25c3c90>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f0b5f8da1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1355550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
13:19:59,939 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
13:19:59,965 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
13:19:59,996 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:20:00,002 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:20:00,003 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:20:00,003 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:20:00,003 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:20:00,003 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
13:20:00,003 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x25b9b18>, 'environ': {'routes.route': <routes.route.Route object at 0x200a4d0>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x200a790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x25c4610>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x25c4f10>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x200a810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x25c4910>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x200a850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x25c4610>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x200a850>, 'wsgi.input': <socket._fileobject object at 0x25a9650 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266495600.003757, '_creation_time': 1266495552.1247971}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x25c4910>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x25c4f50>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f0b5f8da1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1355550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
13:20:00,926 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
13:20:00,926 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
13:20:02,994 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:20:02,997 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:20:02,998 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:20:02,999 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:20:02,999 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:20:02,999 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
13:20:02,999 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x25c6b18>, 'environ': {'routes.route': <routes.route.Route object at 0x200a4d0>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x200a790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hgicon.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2778350>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x200a810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2778ad0>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x25a6fd0>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x200a850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2778350>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x200a850>, 'wsgi.input': <socket._fileobject object at 0x25a9250 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266495602.9997089, '_creation_time': 1266495552.1247971}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x25a6fd0>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x25c4b90>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f0b5f8da1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1355550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
13:20:04,029 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
13:20:04,029 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
13:21:07,882 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
 
13:21:07,883 DEBUG [pylons.configuration] Pushing process configuration
 
13:21:07,886 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
 
13:21:07,886 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
 
13:21:07,890 DEBUG [pylons.templating] Initialized Buffet object
 
13:21:07,905 DEBUG [pylons.templating] Adding mako template language for use with Buffet
 
13:21:07,905 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
 
13:21:07,908 DEBUG [paste.httpserver.ThreadPool] Started new worker 140667122514192: Initial worker pool
 
13:21:07,908 DEBUG [paste.httpserver.ThreadPool] Started new worker 140667114121488: Initial worker pool
 
13:21:07,908 DEBUG [paste.httpserver.ThreadPool] Started new worker 140667105728784: Initial worker pool
 
13:21:07,908 DEBUG [paste.httpserver.ThreadPool] Started new worker 140667097336080: Initial worker pool
 
13:21:07,909 DEBUG [paste.httpserver.ThreadPool] Started new worker 140667088943376: Initial worker pool
 
13:21:07,909 DEBUG [paste.httpserver.ThreadPool] Started new worker 140667080550672: Initial worker pool
 
13:21:07,909 DEBUG [paste.httpserver.ThreadPool] Started new worker 140667072157968: Initial worker pool
 
13:21:07,909 DEBUG [paste.httpserver.ThreadPool] Started new worker 140667063765264: Initial worker pool
 
13:21:07,910 DEBUG [paste.httpserver.ThreadPool] Started new worker 140667055372560: Initial worker pool
 
13:21:07,910 DEBUG [paste.httpserver.ThreadPool] Started new worker 140667046979856: Initial worker pool
 
13:21:12,898 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:21:12,901 DEBUG [routes.middleware] Matched GET /add/dupa
 
13:21:12,901 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
13:21:12,901 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'add/dupa'}
 
13:21:12,902 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:21:12,903 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:21:12,962 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
 
13:21:12,962 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:21:12,962 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:21:12,962 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
13:21:12,962 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x2dcec80>, 'environ': {'routes.route': <routes.route.Route object at 0x2cdd4d0>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'add/dupa'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2cdd790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/add/dupa', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2dcf910>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x2cdd810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2dcf5d0>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2dcf510>, {'action': u'view', 'controller': u'hg', 'path_info': 'add/dupa'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2cdd850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2dcf910>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2cdd850>, 'wsgi.input': <socket._fileobject object at 0x2c67a50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266495672.9632299, '_creation_time': 1266495672.9632299}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x2dcf510>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2dcf050>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fefa23ab1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x202c4d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
13:21:13,896 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 404 Not Found
 
13:21:13,903 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
13:21:13,904 DEBUG [routes.middleware] Matched GET /error/document
 
13:21:13,904 DEBUG [routes.middleware] Route path: '/error/{action}', defaults: {'action': 'index', 'controller': u'error'}
 
13:21:13,904 DEBUG [routes.middleware] Match dict: {'action': u'document', 'controller': u'error'}
 
13:21:13,904 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:21:13,904 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'error'
 
13:21:13,905 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.error', class: 'ErrorController'
 
13:21:13,905 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:21:13,905 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:21:13,905 DEBUG [pylons.controllers.core] Looking for u'document' method to handle the request
 
13:21:13,905 DEBUG [pylons.controllers.core] Calling 'document' method with keyword args: **{}
 
13:21:13,905 DEBUG [pylons.templating] Created render namespace with pylons vars: {'c': <pylons.util.AttribSafeContextObj at 0x3277350 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'ungettext': <function ungettext at 0x282b758>, 'g': <pylons_app.lib.app_globals.Globals object at 0x2cdd590>, 'url': <routes.util.URLGenerator object at 0x32771d0>, 'h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'request': <Request at 0x3277190 GET http://127.0.0.1:5000//error/document>, 'tmpl_context': <pylons.util.AttribSafeContextObj at 0x3277350 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'translator': <gettext.GNUTranslations instance at 0x32737a0>, 'session': {'_accessed_time': 1266495673.90623, '_creation_time': 1266495672.9632299}, 'N_': <function gettext_noop at 0x282b410>, 'app_globals': <pylons_app.lib.app_globals.Globals object at 0x2cdd590>, 'config': {'error_email_from': 'paste_error@localhost', 'beaker.session.auto': 'True', 'pylons.paths': {'templates': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'controllers': '/home/marcink/python_workspace/hg_app/pylons_app/controllers', 'static_files': '/home/marcink/python_workspace/hg_app/pylons_app/public', 'root': '/home/marcink/python_workspace/hg_app/pylons_app'}, 'pylons.errorware': {'debug': True}, 'pylons.response_options': {'headers': {'Pragma': 'no-cache', 'Cache-Control': 'no-cache'}, 'errors': 'strict', 'charset': 'utf-8', 'content_type': 'text/html'}, 'beaker.session.type': 'memory', 'pylons.c_attach_args': True, 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'smtp_server': 'localhost', 'app_conf': {'lang': 'en', 'beaker.session.auto': 'True', 'package': 'pylons_app', 'beaker.session.timeout': '3600', 'cache_dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.type': 'memory'}, 'pylons.cache_dir': '/home/marcink/python_workspace/hg_app/data', 'buffet.template_engines': [{'engine': 'mako', 'alias': None, 'template_root': '', 'template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}}], 'buffet.template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}, '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'routes.map': <routes.mapper.Mapper object at 0x2cdd390>, 'here': '/home/marcink/python_workspace/hg_app', 'email_to': 'marcin.kuzminski@etelko.pl', 'pylons.h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'pylons.package': 'pylons_app', 'pylons.g': <pylons_app.lib.app_globals.Globals object at 0x2cdd590>, 'lang': 'en', 'global_conf': {'error_email_from': 'paste_error@localhost', 'email_to': 'marcin.kuzminski@etelko.pl', 'debug': 'true', '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'smtp_server': 'localhost', 'here': '/home/marcink/python_workspace/hg_app'}, 'package': 'pylons_app', 'cache.dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.timeout': '3600', 'pylons.request_options': {'errors': 'replace', 'decode_param_names': False, 'charset': 'utf-8', 'language': 'en-us'}, 'pylons.db_engines': {}, 'pylons.strict_c': False, 'beaker.cache.data_dir': '/home/marcink/python_workspace/hg_app/data/cache', 'debug': True, 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.data_dir': '/home/marcink/python_workspace/hg_app/data/sessions'}, 'response': <Response at 0x3277290 200 OK>, '_': <function ugettext at 0x282b578>}
 
13:21:13,907 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
 
13:21:13,907 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
 
13:21:23,863 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
 
13:21:23,863 DEBUG [pylons.configuration] Pushing process configuration
 
13:21:23,866 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
 
13:21:23,866 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
 
13:21:23,870 DEBUG [pylons.templating] Initialized Buffet object
 
13:21:23,870 DEBUG [pylons.templating] Adding mako template language for use with Buffet
 
13:21:23,870 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
 
13:21:23,873 DEBUG [paste.httpserver.ThreadPool] Started new worker 140581756258576: Initial worker pool
 
13:21:23,873 DEBUG [paste.httpserver.ThreadPool] Started new worker 140581747865872: Initial worker pool
 
13:21:23,873 DEBUG [paste.httpserver.ThreadPool] Started new worker 140581739473168: Initial worker pool
 
13:21:23,873 DEBUG [paste.httpserver.ThreadPool] Started new worker 140581731080464: Initial worker pool
 
13:21:23,874 DEBUG [paste.httpserver.ThreadPool] Started new worker 140581722687760: Initial worker pool
 
13:21:23,874 DEBUG [paste.httpserver.ThreadPool] Started new worker 140581714295056: Initial worker pool
 
13:21:23,874 DEBUG [paste.httpserver.ThreadPool] Started new worker 140581705902352: Initial worker pool
 
13:21:23,874 DEBUG [paste.httpserver.ThreadPool] Started new worker 140581697509648: Initial worker pool
 
13:21:23,875 DEBUG [paste.httpserver.ThreadPool] Started new worker 140581689116944: Initial worker pool
 
13:21:23,875 DEBUG [paste.httpserver.ThreadPool] Started new worker 140581680724240: Initial worker pool
 
13:21:28,889 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:21:28,891 DEBUG [routes.middleware] Matched GET /add/dupa
 
13:21:28,891 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
13:21:28,891 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'add/dupa'}
 
13:21:28,892 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:21:28,893 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:21:28,956 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
 
13:21:28,956 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:21:28,956 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:21:28,956 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
13:21:28,957 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x2a53c80>, 'environ': {'routes.route': <routes.route.Route object at 0x295f4d0>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'add/dupa'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x295f790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/add/dupa', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2a54910>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x295f810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2a545d0>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2a54510>, {'action': u'view', 'controller': u'hg', 'path_info': 'add/dupa'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x295f850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2a54910>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x295f850>, 'wsgi.input': <socket._fileobject object at 0x28e9a50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266495688.957387, '_creation_time': 1266495688.957387}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x2a54510>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2a54050>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fdbc20101c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1cb44d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
13:21:29,884 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 404 Not Found
 
13:21:29,891 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
13:21:29,892 DEBUG [routes.middleware] Matched GET /error/document
 
13:21:29,892 DEBUG [routes.middleware] Route path: '/error/{action}', defaults: {'action': 'index', 'controller': u'error'}
 
13:21:29,892 DEBUG [routes.middleware] Match dict: {'action': u'document', 'controller': u'error'}
 
13:21:29,892 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:21:29,893 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'error'
 
13:21:29,893 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.error', class: 'ErrorController'
 
13:21:29,893 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:21:29,893 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:21:29,894 DEBUG [pylons.controllers.core] Looking for u'document' method to handle the request
 
13:21:29,894 DEBUG [pylons.controllers.core] Calling 'document' method with keyword args: **{}
 
13:21:29,894 DEBUG [pylons.templating] Created render namespace with pylons vars: {'c': <pylons.util.AttribSafeContextObj at 0x2efa350 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'ungettext': <function ungettext at 0x24af758>, 'g': <pylons_app.lib.app_globals.Globals object at 0x295f590>, 'url': <routes.util.URLGenerator object at 0x2efa1d0>, 'h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'request': <Request at 0x2efa190 GET http://127.0.0.1:5000//error/document>, 'tmpl_context': <pylons.util.AttribSafeContextObj at 0x2efa350 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'translator': <gettext.GNUTranslations instance at 0x2ef67a0>, 'session': {'_accessed_time': 1266495689.8946569, '_creation_time': 1266495688.957387}, 'N_': <function gettext_noop at 0x24af410>, 'app_globals': <pylons_app.lib.app_globals.Globals object at 0x295f590>, 'config': {'error_email_from': 'paste_error@localhost', 'beaker.session.auto': 'True', 'pylons.paths': {'templates': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'controllers': '/home/marcink/python_workspace/hg_app/pylons_app/controllers', 'static_files': '/home/marcink/python_workspace/hg_app/pylons_app/public', 'root': '/home/marcink/python_workspace/hg_app/pylons_app'}, 'pylons.errorware': {'debug': True}, 'pylons.response_options': {'headers': {'Pragma': 'no-cache', 'Cache-Control': 'no-cache'}, 'errors': 'strict', 'charset': 'utf-8', 'content_type': 'text/html'}, 'beaker.session.type': 'memory', 'pylons.c_attach_args': True, 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'smtp_server': 'localhost', 'app_conf': {'lang': 'en', 'beaker.session.auto': 'True', 'package': 'pylons_app', 'beaker.session.timeout': '3600', 'cache_dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.type': 'memory'}, 'pylons.cache_dir': '/home/marcink/python_workspace/hg_app/data', 'buffet.template_engines': [{'engine': 'mako', 'alias': None, 'template_root': '', 'template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}}], 'buffet.template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}, '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'routes.map': <routes.mapper.Mapper object at 0x295f390>, 'here': '/home/marcink/python_workspace/hg_app', 'email_to': 'marcin.kuzminski@etelko.pl', 'pylons.h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'pylons.package': 'pylons_app', 'pylons.g': <pylons_app.lib.app_globals.Globals object at 0x295f590>, 'lang': 'en', 'global_conf': {'error_email_from': 'paste_error@localhost', 'email_to': 'marcin.kuzminski@etelko.pl', 'debug': 'true', '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'smtp_server': 'localhost', 'here': '/home/marcink/python_workspace/hg_app'}, 'package': 'pylons_app', 'cache.dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.timeout': '3600', 'pylons.request_options': {'errors': 'replace', 'decode_param_names': False, 'charset': 'utf-8', 'language': 'en-us'}, 'pylons.db_engines': {}, 'pylons.strict_c': False, 'beaker.cache.data_dir': '/home/marcink/python_workspace/hg_app/data/cache', 'debug': True, 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.data_dir': '/home/marcink/python_workspace/hg_app/data/sessions'}, 'response': <Response at 0x2efa290 200 OK>, '_': <function ugettext at 0x24af578>}
 
13:21:29,895 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
 
13:21:29,895 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
 
13:25:33,043 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
 
13:25:33,043 DEBUG [pylons.configuration] Pushing process configuration
 
13:25:33,046 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
 
13:25:33,047 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
 
13:25:33,050 DEBUG [pylons.templating] Initialized Buffet object
 
13:25:33,050 DEBUG [pylons.templating] Adding mako template language for use with Buffet
 
13:25:33,050 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
 
13:25:33,053 DEBUG [paste.httpserver.ThreadPool] Started new worker 139650642077968: Initial worker pool
 
13:25:33,053 DEBUG [paste.httpserver.ThreadPool] Started new worker 139650633685264: Initial worker pool
 
13:25:33,053 DEBUG [paste.httpserver.ThreadPool] Started new worker 139650625292560: Initial worker pool
 
13:25:33,053 DEBUG [paste.httpserver.ThreadPool] Started new worker 139650616899856: Initial worker pool
 
13:25:33,054 DEBUG [paste.httpserver.ThreadPool] Started new worker 139650608507152: Initial worker pool
 
13:25:33,054 DEBUG [paste.httpserver.ThreadPool] Started new worker 139650600114448: Initial worker pool
 
13:25:33,054 DEBUG [paste.httpserver.ThreadPool] Started new worker 139650591721744: Initial worker pool
 
13:25:33,054 DEBUG [paste.httpserver.ThreadPool] Started new worker 139650583329040: Initial worker pool
 
13:25:33,055 DEBUG [paste.httpserver.ThreadPool] Started new worker 139650574936336: Initial worker pool
 
13:25:33,055 DEBUG [paste.httpserver.ThreadPool] Started new worker 139650566543632: Initial worker pool
 
13:25:34,857 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:25:34,860 DEBUG [routes.middleware] Matched GET /
 
13:25:34,860 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
13:25:34,860 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
13:25:34,861 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:25:34,864 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:25:34,945 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
 
13:25:34,945 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:25:34,945 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:25:34,945 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
13:25:34,946 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x26fcc80>, 'environ': {'routes.route': <routes.route.Route object at 0x260c550>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x260c790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x26fd890>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x260c810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x26fd550>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x26fd410>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x260c850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x26fd890>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x260c850>, 'wsgi.input': <socket._fileobject object at 0x2596a50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266495934.946404, '_creation_time': 1266495934.946404}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x26fd410>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2621f90>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f02f74621c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x195b4d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
13:25:35,866 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
13:25:35,897 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
13:25:35,927 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:25:35,928 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css
 
13:25:35,929 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
13:25:35,929 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}
 
13:25:35,929 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:25:35,930 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:25:35,930 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:25:35,930 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:25:35,930 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
13:25:35,930 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x2ba4aa0>, 'environ': {'routes.route': <routes.route.Route object at 0x260c550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x260c790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2ba9810>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2ba9750>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x260c810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x26fd490>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x260c850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2ba9810>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x260c850>, 'wsgi.input': <socket._fileobject object at 0x2b658d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266495935.930876, '_creation_time': 1266495934.946404}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x26fd490>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2ba9190>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f02f74621c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x195b4d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
13:25:37,019 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
13:25:37,019 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
13:25:39,061 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:25:39,062 DEBUG [routes.middleware] Matched GET /static/hgicon.png
 
13:25:39,063 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
13:25:39,063 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}
 
13:25:39,063 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:25:39,064 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:25:39,064 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:25:39,064 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:25:39,064 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
13:25:39,064 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x2ba4488>, 'environ': {'routes.route': <routes.route.Route object at 0x260c550>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x260c790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hgicon.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2b96690>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x260c810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2b96790>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2b961d0>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x260c850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2b96690>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x260c850>, 'wsgi.input': <socket._fileobject object at 0x2596bd0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266495939.0648229, '_creation_time': 1266495934.946404}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x2b961d0>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2ba9510>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f02f74621c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x195b4d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
13:25:40,241 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
13:25:40,241 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
13:25:40,776 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:25:40,778 DEBUG [routes.middleware] Matched GET /add/dupa
 
13:25:40,778 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
13:25:40,778 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'add/dupa'}
 
13:25:40,778 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:25:40,779 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:25:40,779 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:25:40,779 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:25:40,779 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
13:25:40,779 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x2bb7230>, 'environ': {'routes.route': <routes.route.Route object at 0x260c550>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'add/dupa'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x260c790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/add/dupa', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2b9fc10>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x260c810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2b9fb10>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2b96b10>, {'action': u'view', 'controller': u'hg', 'path_info': 'add/dupa'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x260c850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2b9fc10>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x260c850>, 'wsgi.input': <socket._fileobject object at 0x2ba5450 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266495940.7799859, '_creation_time': 1266495934.946404}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x2b96b10>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2b968d0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f02f74621c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x195b4d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
13:25:41,708 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 404 Not Found
 
13:25:41,710 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
13:25:41,711 DEBUG [routes.middleware] Matched GET /error/document
 
13:25:41,711 DEBUG [routes.middleware] Route path: '/error/{action}', defaults: {'action': 'index', 'controller': u'error'}
 
13:25:41,711 DEBUG [routes.middleware] Match dict: {'action': u'document', 'controller': u'error'}
 
13:25:41,712 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:25:41,712 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'error'
 
13:25:41,713 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.error', class: 'ErrorController'
 
13:25:41,713 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:25:41,713 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:25:41,713 DEBUG [pylons.controllers.core] Looking for u'document' method to handle the request
 
13:25:41,713 DEBUG [pylons.controllers.core] Calling 'document' method with keyword args: **{}
 
13:25:41,713 DEBUG [pylons.templating] Created render namespace with pylons vars: {'c': <pylons.util.AttribSafeContextObj at 0x2b9fd90 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'ungettext': <function ungettext at 0x215a758>, 'g': <pylons_app.lib.app_globals.Globals object at 0x260c5d0>, 'url': <routes.util.URLGenerator object at 0x2b9f2d0>, 'h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'request': <Request at 0x2b9ffd0 GET http://127.0.0.1:5000//error/document>, 'tmpl_context': <pylons.util.AttribSafeContextObj at 0x2b9fd90 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'translator': <gettext.GNUTranslations instance at 0x2ba2518>, 'session': {'_accessed_time': 1266495941.7142651, '_creation_time': 1266495934.946404}, 'N_': <function gettext_noop at 0x215a410>, 'app_globals': <pylons_app.lib.app_globals.Globals object at 0x260c5d0>, 'config': {'error_email_from': 'paste_error@localhost', 'beaker.session.auto': 'True', 'pylons.paths': {'templates': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'controllers': '/home/marcink/python_workspace/hg_app/pylons_app/controllers', 'static_files': '/home/marcink/python_workspace/hg_app/pylons_app/public', 'root': '/home/marcink/python_workspace/hg_app/pylons_app'}, 'pylons.errorware': {'debug': True}, 'pylons.response_options': {'headers': {'Pragma': 'no-cache', 'Cache-Control': 'no-cache'}, 'errors': 'strict', 'charset': 'utf-8', 'content_type': 'text/html'}, 'beaker.session.type': 'memory', 'pylons.c_attach_args': True, 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'smtp_server': 'localhost', 'app_conf': {'lang': 'en', 'beaker.session.auto': 'True', 'package': 'pylons_app', 'beaker.session.timeout': '3600', 'cache_dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.type': 'memory'}, 'pylons.cache_dir': '/home/marcink/python_workspace/hg_app/data', 'buffet.template_engines': [{'engine': 'mako', 'alias': None, 'template_root': '', 'template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}}], 'buffet.template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}, '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'routes.map': <routes.mapper.Mapper object at 0x260c390>, 'here': '/home/marcink/python_workspace/hg_app', 'email_to': 'marcin.kuzminski@etelko.pl', 'pylons.h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'pylons.package': 'pylons_app', 'pylons.g': <pylons_app.lib.app_globals.Globals object at 0x260c5d0>, 'lang': 'en', 'global_conf': {'error_email_from': 'paste_error@localhost', 'email_to': 'marcin.kuzminski@etelko.pl', 'debug': 'true', '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'smtp_server': 'localhost', 'here': '/home/marcink/python_workspace/hg_app'}, 'package': 'pylons_app', 'cache.dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.timeout': '3600', 'pylons.request_options': {'errors': 'replace', 'decode_param_names': False, 'charset': 'utf-8', 'language': 'en-us'}, 'pylons.db_engines': {}, 'pylons.strict_c': False, 'beaker.cache.data_dir': '/home/marcink/python_workspace/hg_app/data/cache', 'debug': True, 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.data_dir': '/home/marcink/python_workspace/hg_app/data/sessions'}, 'response': <Response at 0x2b9f3d0 200 OK>, '_': <function ugettext at 0x215a578>}
 
13:25:41,715 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
 
13:25:41,715 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
 
13:25:46,749 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:25:46,751 DEBUG [routes.middleware] Matched GET /
 
13:25:46,752 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
13:25:46,752 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
13:25:46,753 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:25:46,754 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:25:46,755 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:25:46,755 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:25:46,755 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
13:25:46,756 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x2bb7a28>, 'environ': {'routes.route': <routes.route.Route object at 0x260c550>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x260c790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2ba9f90>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x260c810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2ba9ed0>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2b9f250>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x260c850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2ba9f90>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x260c850>, 'wsgi.input': <socket._fileobject object at 0x2ba5350 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266495946.7616501, '_creation_time': 1266495934.946404}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x2b9f250>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2b9f090>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f02f74621c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x195b4d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
13:25:47,651 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
13:25:47,680 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
13:25:47,701 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:25:47,703 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css
 
13:25:47,703 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
13:25:47,703 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}
 
13:25:47,703 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:25:47,704 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:25:47,704 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:25:47,704 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:25:47,704 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
13:25:47,704 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x2bb3668>, 'environ': {'routes.route': <routes.route.Route object at 0x260c550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x260c790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2bc4390>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2bc4c90>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x260c810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2ba9890>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x260c850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2bc4390>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x260c850>, 'wsgi.input': <socket._fileobject object at 0x2ba5ad0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266495947.7048621, '_creation_time': 1266495934.946404}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x2ba9890>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2bc4c10>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f02f74621c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x195b4d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
13:25:48,621 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
13:25:48,622 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
13:25:50,686 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:25:50,690 DEBUG [routes.middleware] Matched GET /static/hgicon.png
 
13:25:50,691 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
13:25:50,691 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}
 
13:25:50,692 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:25:50,693 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:25:50,694 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:25:50,694 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:25:50,694 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
13:25:50,695 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x2bb7de8>, 'environ': {'routes.route': <routes.route.Route object at 0x260c550>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x260c790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hgicon.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2bb8e50>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x260c810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2bb8c50>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2bb8150>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x260c850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2bb8e50>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x260c850>, 'wsgi.input': <socket._fileobject object at 0x2ba5a50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266495950.695823, '_creation_time': 1266495934.946404}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x2bb8150>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2bc47d0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f02f74621c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x195b4d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
13:25:51,644 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
13:25:51,644 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
13:26:16,919 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
 
13:26:16,919 DEBUG [pylons.configuration] Pushing process configuration
 
13:26:16,922 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
 
13:26:16,922 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
 
13:26:16,926 DEBUG [pylons.templating] Initialized Buffet object
 
13:26:16,926 DEBUG [pylons.templating] Adding mako template language for use with Buffet
 
13:26:16,926 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
 
13:26:16,928 DEBUG [paste.httpserver.ThreadPool] Started new worker 139864957626640: Initial worker pool
 
13:26:16,929 DEBUG [paste.httpserver.ThreadPool] Started new worker 139864949233936: Initial worker pool
 
13:26:16,929 DEBUG [paste.httpserver.ThreadPool] Started new worker 139864940841232: Initial worker pool
 
13:26:16,929 DEBUG [paste.httpserver.ThreadPool] Started new worker 139864932448528: Initial worker pool
 
13:26:16,929 DEBUG [paste.httpserver.ThreadPool] Started new worker 139864924055824: Initial worker pool
 
13:26:16,930 DEBUG [paste.httpserver.ThreadPool] Started new worker 139864915663120: Initial worker pool
 
13:26:16,930 DEBUG [paste.httpserver.ThreadPool] Started new worker 139864907270416: Initial worker pool
 
13:26:16,930 DEBUG [paste.httpserver.ThreadPool] Started new worker 139864898877712: Initial worker pool
 
13:26:16,930 DEBUG [paste.httpserver.ThreadPool] Started new worker 139864890485008: Initial worker pool
 
13:26:16,937 DEBUG [paste.httpserver.ThreadPool] Started new worker 139864882092304: Initial worker pool
 
13:26:24,750 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:26:24,752 DEBUG [routes.middleware] Matched GET /add/ddsa
 
13:26:24,752 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
13:26:24,752 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'add/ddsa'}
 
13:26:24,753 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:26:24,754 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:26:24,807 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
 
13:26:24,807 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:26:24,807 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:26:24,807 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
13:26:24,807 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x1cbcc80>, 'environ': {'routes.route': <routes.route.Route object at 0x1bcb550>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'add/ddsa'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x1bcb790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/add/ddsa', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x1cbd910>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x1bcb810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x1cbd5d0>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x1cbd510>, {'action': u'view', 'controller': u'hg', 'path_info': 'add/ddsa'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x1bcb850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x1cbd910>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x1bcb850>, 'wsgi.input': <socket._fileobject object at 0x1b55a50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266495984.808105, '_creation_time': 1266495984.808105}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x1cbd510>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x1cbd050>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f34dd79e1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0xf16550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
13:26:25,685 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 404 Not Found
 
13:26:25,692 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
13:26:25,693 DEBUG [routes.middleware] Matched GET /error/document
 
13:26:25,693 DEBUG [routes.middleware] Route path: '/error/{action}', defaults: {'action': 'index', 'controller': u'error'}
 
13:26:25,693 DEBUG [routes.middleware] Match dict: {'action': u'document', 'controller': u'error'}
 
13:26:25,693 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:26:25,694 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'error'
 
13:26:25,694 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.error', class: 'ErrorController'
 
13:26:25,694 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:26:25,694 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:26:25,694 DEBUG [pylons.controllers.core] Looking for u'document' method to handle the request
 
13:26:25,695 DEBUG [pylons.controllers.core] Calling 'document' method with keyword args: **{}
 
13:26:25,695 DEBUG [pylons.templating] Created render namespace with pylons vars: {'c': <pylons.util.AttribSafeContextObj at 0x2165350 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'ungettext': <function ungettext at 0x1719758>, 'g': <pylons_app.lib.app_globals.Globals object at 0x1bcb5d0>, 'url': <routes.util.URLGenerator object at 0x21651d0>, 'h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'request': <Request at 0x2165190 GET http://127.0.0.1:5000//error/document>, 'tmpl_context': <pylons.util.AttribSafeContextObj at 0x2165350 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'translator': <gettext.GNUTranslations instance at 0x2160830>, 'session': {'_accessed_time': 1266495985.6955521, '_creation_time': 1266495984.808105}, 'N_': <function gettext_noop at 0x1719410>, 'app_globals': <pylons_app.lib.app_globals.Globals object at 0x1bcb5d0>, 'config': {'error_email_from': 'paste_error@localhost', 'beaker.session.auto': 'True', 'pylons.paths': {'templates': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'controllers': '/home/marcink/python_workspace/hg_app/pylons_app/controllers', 'static_files': '/home/marcink/python_workspace/hg_app/pylons_app/public', 'root': '/home/marcink/python_workspace/hg_app/pylons_app'}, 'pylons.errorware': {'debug': True}, 'pylons.response_options': {'headers': {'Pragma': 'no-cache', 'Cache-Control': 'no-cache'}, 'errors': 'strict', 'charset': 'utf-8', 'content_type': 'text/html'}, 'beaker.session.type': 'memory', 'pylons.c_attach_args': True, 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'smtp_server': 'localhost', 'app_conf': {'lang': 'en', 'beaker.session.auto': 'True', 'package': 'pylons_app', 'beaker.session.timeout': '3600', 'cache_dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.type': 'memory'}, 'pylons.cache_dir': '/home/marcink/python_workspace/hg_app/data', 'buffet.template_engines': [{'engine': 'mako', 'alias': None, 'template_root': '', 'template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}}], 'buffet.template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}, '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'routes.map': <routes.mapper.Mapper object at 0x1bcb390>, 'here': '/home/marcink/python_workspace/hg_app', 'email_to': 'marcin.kuzminski@etelko.pl', 'pylons.h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'pylons.package': 'pylons_app', 'pylons.g': <pylons_app.lib.app_globals.Globals object at 0x1bcb5d0>, 'lang': 'en', 'global_conf': {'error_email_from': 'paste_error@localhost', 'email_to': 'marcin.kuzminski@etelko.pl', 'debug': 'true', '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'smtp_server': 'localhost', 'here': '/home/marcink/python_workspace/hg_app'}, 'package': 'pylons_app', 'cache.dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.timeout': '3600', 'pylons.request_options': {'errors': 'replace', 'decode_param_names': False, 'charset': 'utf-8', 'language': 'en-us'}, 'pylons.db_engines': {}, 'pylons.strict_c': False, 'beaker.cache.data_dir': '/home/marcink/python_workspace/hg_app/data/cache', 'debug': True, 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.data_dir': '/home/marcink/python_workspace/hg_app/data/sessions'}, 'response': <Response at 0x2165290 200 OK>, '_': <function ugettext at 0x1719578>}
 
13:26:25,696 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
 
13:26:25,696 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
 
13:26:30,729 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:26:30,732 DEBUG [routes.middleware] Matched GET /
 
13:26:30,732 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
13:26:30,733 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
13:26:30,734 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:26:30,742 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:26:30,742 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:26:30,743 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:26:30,743 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
13:26:30,743 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x2161f50>, 'environ': {'routes.route': <routes.route.Route object at 0x1bcb550>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x1bcb790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2165b50>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x1bcb810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2165a90>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2165950>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x1bcb850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2165b50>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x1bcb850>, 'wsgi.input': <socket._fileobject object at 0x1b55bd0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266495990.744606, '_creation_time': 1266495984.808105}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x2165950>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x1be0ed0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f34dd79e1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0xf16550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
13:26:31,747 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
13:26:31,773 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
13:26:31,836 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:26:31,848 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css
 
13:26:31,848 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
13:26:31,848 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}
 
13:26:31,849 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:26:31,849 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:26:31,849 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:26:31,850 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:26:31,850 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
13:26:31,850 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x216f500>, 'environ': {'routes.route': <routes.route.Route object at 0x1bcb550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x1bcb790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x22b4b10>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x22b45d0>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x1bcb810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2165a10>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x1bcb850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x22b4b10>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x1bcb850>, 'wsgi.input': <socket._fileobject object at 0x2164750 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266495991.850503, '_creation_time': 1266495984.808105}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x2165a10>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0xf16650>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f34dd79e1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0xf16550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
13:26:32,802 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
13:26:32,802 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
13:26:34,822 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:26:34,825 DEBUG [routes.middleware] Matched GET /static/hgicon.png
 
13:26:34,826 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
13:26:34,826 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}
 
13:26:34,827 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:26:34,829 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:26:34,829 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:26:34,829 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:26:34,830 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
13:26:34,830 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x216faa0>, 'environ': {'routes.route': <routes.route.Route object at 0x1bcb550>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x1bcb790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hgicon.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2177e90>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x1bcb810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2177a10>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2177dd0>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x1bcb850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2177e90>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x1bcb850>, 'wsgi.input': <socket._fileobject object at 0x1b55ad0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266495994.8322999, '_creation_time': 1266495984.808105}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x2177dd0>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x22b4110>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f34dd79e1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0xf16550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
13:26:35,807 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
13:26:35,808 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
13:33:13,200 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
 
13:33:13,200 DEBUG [pylons.configuration] Pushing process configuration
 
13:33:13,204 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
 
13:33:13,204 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
 
13:33:13,207 DEBUG [pylons.templating] Initialized Buffet object
 
13:33:13,207 DEBUG [pylons.templating] Adding mako template language for use with Buffet
 
13:33:13,208 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
 
13:33:13,210 DEBUG [paste.httpserver.ThreadPool] Started new worker 139741781145872: Initial worker pool
 
13:33:13,210 DEBUG [paste.httpserver.ThreadPool] Started new worker 139741772753168: Initial worker pool
 
13:33:13,210 DEBUG [paste.httpserver.ThreadPool] Started new worker 139741764360464: Initial worker pool
 
13:33:13,210 DEBUG [paste.httpserver.ThreadPool] Started new worker 139741755967760: Initial worker pool
 
13:33:13,211 DEBUG [paste.httpserver.ThreadPool] Started new worker 139741747575056: Initial worker pool
 
13:33:13,211 DEBUG [paste.httpserver.ThreadPool] Started new worker 139741739182352: Initial worker pool
 
13:33:13,211 DEBUG [paste.httpserver.ThreadPool] Started new worker 139741730789648: Initial worker pool
 
13:33:13,211 DEBUG [paste.httpserver.ThreadPool] Started new worker 139741722396944: Initial worker pool
 
13:33:13,212 DEBUG [paste.httpserver.ThreadPool] Started new worker 139741714004240: Initial worker pool
 
13:33:13,212 DEBUG [paste.httpserver.ThreadPool] Started new worker 139741705611536: Initial worker pool
 
13:33:18,967 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:33:18,974 DEBUG [routes.middleware] Matched GET /static/hgicon.png
 
13:33:18,974 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
13:33:18,975 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}
 
13:33:18,976 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:33:18,982 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:33:19,044 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
 
13:33:19,044 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:33:19,044 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:33:19,044 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
13:33:19,045 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x230bc80>, 'environ': {'routes.route': <routes.route.Route object at 0x221a550>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x221a790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hgicon.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x230c990>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x221a810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x230c650>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x230c390>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x221a850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x230c990>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x221a850>, 'wsgi.input': <socket._fileobject object at 0x21a4a50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266496399.0452931, '_creation_time': 1266496399.0452931}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x230c390>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x230c050>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f182f95f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1565550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
13:33:19,980 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
13:33:19,980 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
13:33:20,280 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:33:20,332 DEBUG [routes.middleware] Matched GET /static/hgicon.png
 
13:33:20,333 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
13:33:20,333 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}
 
13:33:20,334 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:33:20,335 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:33:20,336 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:33:20,336 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:33:20,336 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
13:33:20,337 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x27a0c80>, 'environ': {'routes.route': <routes.route.Route object at 0x221a550>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x221a790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hgicon.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x27a52d0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x221a810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x27a5910>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x27a5d50>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x221a850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x27a52d0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x221a850>, 'wsgi.input': <socket._fileobject object at 0x21a4bd0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266496400.3378839, '_creation_time': 1266496399.0452931}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x27a5d50>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x230c450>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f182f95f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1565550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
13:33:21,291 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
13:33:21,291 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
13:33:21,351 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:33:21,352 DEBUG [routes.middleware] Matched GET /add/dupa
 
13:33:21,352 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
13:33:21,353 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'add/dupa'}
 
13:33:21,353 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:33:21,354 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:33:21,354 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:33:21,354 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:33:21,354 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
13:33:21,354 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x27b9230>, 'environ': {'routes.route': <routes.route.Route object at 0x221a550>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'add/dupa'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x221a790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/add/dupa', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x27b0650>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x221a810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x27b0cd0>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x27a5290>, {'action': u'view', 'controller': u'hg', 'path_info': 'add/dupa'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x221a850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x27b0650>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x221a850>, 'wsgi.input': <socket._fileobject object at 0x21a4ad0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266496401.3547599, '_creation_time': 1266496399.0452931}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x27a5290>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x230c4d0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f182f95f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1565550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
13:33:21,497 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:33:21,499 DEBUG [routes.middleware] Matched GET /static/hgicon.png
 
13:33:21,499 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
13:33:21,499 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}
 
13:33:21,499 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:33:21,499 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:33:21,500 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:33:21,500 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:33:21,500 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
13:33:21,500 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x27a08c0>, 'environ': {'routes.route': <routes.route.Route object at 0x221a550>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x221a790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hgicon.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x27a53d0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x221a810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x27a5410>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x27b0ed0>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x221a850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x27a53d0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x221a850>, 'wsgi.input': <socket._fileobject object at 0x21a4bd0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266496401.5006411, '_creation_time': 1266496399.0452931}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x27b0ed0>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x27b0810>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f182f95f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1565550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
13:33:22,631 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 404 Not Found
 
13:33:22,640 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
13:33:22,640 DEBUG [routes.middleware] Matched GET /error/document
 
13:33:22,640 DEBUG [routes.middleware] Route path: '/error/{action}', defaults: {'action': 'index', 'controller': u'error'}
 
13:33:22,641 DEBUG [routes.middleware] Match dict: {'action': u'document', 'controller': u'error'}
 
13:33:22,641 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:33:22,641 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'error'
 
13:33:22,642 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.error', class: 'ErrorController'
 
13:33:22,642 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:33:22,642 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:33:22,642 DEBUG [pylons.controllers.core] Looking for u'document' method to handle the request
 
13:33:22,642 DEBUG [pylons.controllers.core] Calling 'document' method with keyword args: **{}
 
13:33:22,642 DEBUG [pylons.templating] Created render namespace with pylons vars: {'c': <pylons.util.AttribSafeContextObj at 0x28f9850 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'ungettext': <function ungettext at 0x1d68758>, 'g': <pylons_app.lib.app_globals.Globals object at 0x221a5d0>, 'url': <routes.util.URLGenerator object at 0x28f96d0>, 'h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'request': <Request at 0x28f9690 GET http://127.0.0.1:5000//error/document>, 'tmpl_context': <pylons.util.AttribSafeContextObj at 0x28f9850 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'translator': <gettext.GNUTranslations instance at 0x28e0ab8>, 'session': {'_accessed_time': 1266496402.643213, '_creation_time': 1266496399.0452931}, 'N_': <function gettext_noop at 0x1d68410>, 'app_globals': <pylons_app.lib.app_globals.Globals object at 0x221a5d0>, 'config': {'error_email_from': 'paste_error@localhost', 'beaker.session.auto': 'True', 'pylons.paths': {'templates': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'controllers': '/home/marcink/python_workspace/hg_app/pylons_app/controllers', 'static_files': '/home/marcink/python_workspace/hg_app/pylons_app/public', 'root': '/home/marcink/python_workspace/hg_app/pylons_app'}, 'pylons.errorware': {'debug': True}, 'pylons.response_options': {'headers': {'Pragma': 'no-cache', 'Cache-Control': 'no-cache'}, 'errors': 'strict', 'charset': 'utf-8', 'content_type': 'text/html'}, 'beaker.session.type': 'memory', 'pylons.c_attach_args': True, 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'smtp_server': 'localhost', 'app_conf': {'lang': 'en', 'beaker.session.auto': 'True', 'package': 'pylons_app', 'beaker.session.timeout': '3600', 'cache_dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.type': 'memory'}, 'pylons.cache_dir': '/home/marcink/python_workspace/hg_app/data', 'buffet.template_engines': [{'engine': 'mako', 'alias': None, 'template_root': '', 'template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}}], 'buffet.template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}, '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'routes.map': <routes.mapper.Mapper object at 0x221a390>, 'here': '/home/marcink/python_workspace/hg_app', 'email_to': 'marcin.kuzminski@etelko.pl', 'pylons.h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'pylons.package': 'pylons_app', 'pylons.g': <pylons_app.lib.app_globals.Globals object at 0x221a5d0>, 'lang': 'en', 'global_conf': {'error_email_from': 'paste_error@localhost', 'email_to': 'marcin.kuzminski@etelko.pl', 'debug': 'true', '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'smtp_server': 'localhost', 'here': '/home/marcink/python_workspace/hg_app'}, 'package': 'pylons_app', 'cache.dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.timeout': '3600', 'pylons.request_options': {'errors': 'replace', 'decode_param_names': False, 'charset': 'utf-8', 'language': 'en-us'}, 'pylons.db_engines': {}, 'pylons.strict_c': False, 'beaker.cache.data_dir': '/home/marcink/python_workspace/hg_app/data/cache', 'debug': True, 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.data_dir': '/home/marcink/python_workspace/hg_app/data/sessions'}, 'response': <Response at 0x28f9790 200 OK>, '_': <function ugettext at 0x1d68578>}
 
13:33:22,644 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
 
13:33:22,644 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
 
13:33:23,252 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
13:33:23,252 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
13:33:23,394 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:33:23,408 DEBUG [routes.middleware] Matched GET /static/hgicon.png
 
13:33:23,409 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
13:33:23,409 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}
 
13:33:23,410 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:33:23,411 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:33:23,412 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:33:23,412 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:33:23,412 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
13:33:23,413 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x27b9320>, 'environ': {'routes.route': <routes.route.Route object at 0x221a550>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x221a790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hgicon.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x27b0950>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x221a810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x27b0b90>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x27b00d0>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x221a850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x27b0950>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x221a850>, 'wsgi.input': <socket._fileobject object at 0x2772ad0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266496403.413897, '_creation_time': 1266496399.0452931}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x27b00d0>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x222ff10>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f182f95f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1565550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
13:33:24,313 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
13:33:24,314 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
13:33:27,679 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:33:27,683 DEBUG [routes.middleware] Matched GET /
 
13:33:27,683 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
13:33:27,683 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
13:33:27,683 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:33:27,684 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:33:27,684 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:33:27,684 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:33:27,684 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
13:33:27,684 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x2918230>, 'environ': {'routes.route': <routes.route.Route object at 0x221a550>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x221a790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x27ba790>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x221a810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x27ba110>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x27b0710>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x221a850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x27ba790>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x221a850>, 'wsgi.input': <socket._fileobject object at 0x2772e50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266496407.6849899, '_creation_time': 1266496399.0452931}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x27b0710>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x27a5d50>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f182f95f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1565550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
13:33:28,626 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
13:33:28,650 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
13:33:28,758 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:33:28,760 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css
 
13:33:28,760 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
13:33:28,760 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}
 
13:33:28,760 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:33:28,761 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:33:28,761 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:33:28,761 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:33:28,761 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
13:33:28,761 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x27b6488>, 'environ': {'routes.route': <routes.route.Route object at 0x221a550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x221a790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x27d2510>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x27d20d0>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x221a810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x27baa50>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x221a850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x27d2510>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x221a850>, 'wsgi.input': <socket._fileobject object at 0x2772cd0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266496408.7620521, '_creation_time': 1266496399.0452931}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x27baa50>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x27c7cd0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f182f95f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1565550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
13:33:29,689 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
13:33:29,689 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
13:33:31,801 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:33:31,804 DEBUG [routes.middleware] Matched GET /static/hgicon.png
 
13:33:31,804 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
13:33:31,805 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}
 
13:33:31,805 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:33:31,805 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:33:31,805 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:33:31,805 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:33:31,806 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
13:33:31,806 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x29188c0>, 'environ': {'routes.route': <routes.route.Route object at 0x221a550>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x221a790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hgicon.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x27ba7d0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x221a810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x27a58d0>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x27a5d10>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x221a850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x27ba7d0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x221a850>, 'wsgi.input': <socket._fileobject object at 0x2772e50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266496411.8064041, '_creation_time': 1266496399.0452931}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x27a5d10>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x28f95d0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f182f95f1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1565550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
13:33:32,775 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
13:33:32,775 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
13:34:24,741 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
 
13:34:24,741 DEBUG [pylons.configuration] Pushing process configuration
 
13:34:24,744 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
 
13:34:24,744 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
 
13:34:24,748 DEBUG [pylons.templating] Initialized Buffet object
 
13:34:24,748 DEBUG [pylons.templating] Adding mako template language for use with Buffet
 
13:34:24,748 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
 
13:34:24,751 DEBUG [paste.httpserver.ThreadPool] Started new worker 140217949444368: Initial worker pool
 
13:34:24,751 DEBUG [paste.httpserver.ThreadPool] Started new worker 140217941051664: Initial worker pool
 
13:34:24,752 DEBUG [paste.httpserver.ThreadPool] Started new worker 140217932658960: Initial worker pool
 
13:34:24,752 DEBUG [paste.httpserver.ThreadPool] Started new worker 140217924266256: Initial worker pool
 
13:34:24,752 DEBUG [paste.httpserver.ThreadPool] Started new worker 140217915873552: Initial worker pool
 
13:34:24,752 DEBUG [paste.httpserver.ThreadPool] Started new worker 140217907480848: Initial worker pool
 
13:34:24,753 DEBUG [paste.httpserver.ThreadPool] Started new worker 140217899088144: Initial worker pool
 
13:34:24,753 DEBUG [paste.httpserver.ThreadPool] Started new worker 140217890695440: Initial worker pool
 
13:34:24,753 DEBUG [paste.httpserver.ThreadPool] Started new worker 140217882302736: Initial worker pool
 
13:34:24,753 DEBUG [paste.httpserver.ThreadPool] Started new worker 140217873910032: Initial worker pool
 
13:34:32,203 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
 
13:34:32,204 DEBUG [pylons.configuration] Pushing process configuration
 
13:34:32,207 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
 
13:34:32,207 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
 
13:34:32,211 DEBUG [pylons.templating] Initialized Buffet object
 
13:34:32,211 DEBUG [pylons.templating] Adding mako template language for use with Buffet
 
13:34:32,211 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
 
13:34:32,213 DEBUG [paste.httpserver.ThreadPool] Started new worker 139912234973456: Initial worker pool
 
13:34:32,214 DEBUG [paste.httpserver.ThreadPool] Started new worker 139912226580752: Initial worker pool
 
13:34:32,214 DEBUG [paste.httpserver.ThreadPool] Started new worker 139912218188048: Initial worker pool
 
13:34:32,214 DEBUG [paste.httpserver.ThreadPool] Started new worker 139912209795344: Initial worker pool
 
13:34:32,214 DEBUG [paste.httpserver.ThreadPool] Started new worker 139912201402640: Initial worker pool
 
13:34:32,215 DEBUG [paste.httpserver.ThreadPool] Started new worker 139912193009936: Initial worker pool
 
13:34:32,215 DEBUG [paste.httpserver.ThreadPool] Started new worker 139912184617232: Initial worker pool
 
13:34:32,215 DEBUG [paste.httpserver.ThreadPool] Started new worker 139912176224528: Initial worker pool
 
13:34:32,215 DEBUG [paste.httpserver.ThreadPool] Started new worker 139912167831824: Initial worker pool
 
13:34:32,216 DEBUG [paste.httpserver.ThreadPool] Started new worker 139912159439120: Initial worker pool
 
13:34:34,477 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:34:34,486 DEBUG [routes.middleware] No route matched for GET /add/dupa
 
13:34:34,486 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:34:34,487 DEBUG [pylons.wsgiapp] No controller found, returning 404 HTTP Not Found
 
13:34:34,487 DEBUG [routes.middleware] Matched GET /error/document
 
13:34:34,488 DEBUG [routes.middleware] Route path: '/error/{action}', defaults: {'action': 'index', 'controller': u'error'}
 
13:34:34,488 DEBUG [routes.middleware] Match dict: {'action': u'document', 'controller': u'error'}
 
13:34:34,488 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:34:34,488 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'error'
 
13:34:34,517 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.error', class: 'ErrorController'
 
13:34:34,518 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:34:34,518 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:34:34,518 DEBUG [pylons.controllers.core] Looking for u'document' method to handle the request
 
13:34:34,518 DEBUG [pylons.controllers.core] Calling 'document' method with keyword args: **{}
 
13:34:34,518 DEBUG [pylons.templating] Created render namespace with pylons vars: {'c': <pylons.util.AttribSafeContextObj at 0x2e6ca50 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'ungettext': <function ungettext at 0x28c8758>, 'g': <pylons_app.lib.app_globals.Globals object at 0x2d79550>, 'url': <routes.util.URLGenerator object at 0x2e6c950>, 'h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'request': <Request at 0x2e6c910 GET http://127.0.0.1:5000/error/document>, 'tmpl_context': <pylons.util.AttribSafeContextObj at 0x2e6ca50 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'translator': <gettext.GNUTranslations instance at 0x2e71680>, 'session': {'_accessed_time': 1266496474.5190289, '_creation_time': 1266496474.5190289}, 'N_': <function gettext_noop at 0x28c8410>, 'app_globals': <pylons_app.lib.app_globals.Globals object at 0x2d79550>, 'config': {'error_email_from': 'paste_error@localhost', 'beaker.session.auto': 'True', 'pylons.paths': {'templates': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'controllers': '/home/marcink/python_workspace/hg_app/pylons_app/controllers', 'static_files': '/home/marcink/python_workspace/hg_app/pylons_app/public', 'root': '/home/marcink/python_workspace/hg_app/pylons_app'}, 'pylons.errorware': {'debug': True}, 'pylons.response_options': {'headers': {'Pragma': 'no-cache', 'Cache-Control': 'no-cache'}, 'errors': 'strict', 'charset': 'utf-8', 'content_type': 'text/html'}, 'beaker.session.type': 'memory', 'pylons.c_attach_args': True, 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'smtp_server': 'localhost', 'app_conf': {'lang': 'en', 'beaker.session.auto': 'True', 'package': 'pylons_app', 'beaker.session.timeout': '3600', 'cache_dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.type': 'memory'}, 'pylons.cache_dir': '/home/marcink/python_workspace/hg_app/data', 'buffet.template_engines': [{'engine': 'mako', 'alias': None, 'template_root': '', 'template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}}], 'buffet.template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}, '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'routes.map': <routes.mapper.Mapper object at 0x2d79390>, 'here': '/home/marcink/python_workspace/hg_app', 'email_to': 'marcin.kuzminski@etelko.pl', 'pylons.h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'pylons.package': 'pylons_app', 'pylons.g': <pylons_app.lib.app_globals.Globals object at 0x2d79550>, 'lang': 'en', 'global_conf': {'error_email_from': 'paste_error@localhost', 'email_to': 'marcin.kuzminski@etelko.pl', 'debug': 'true', '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'smtp_server': 'localhost', 'here': '/home/marcink/python_workspace/hg_app'}, 'package': 'pylons_app', 'cache.dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.timeout': '3600', 'pylons.request_options': {'errors': 'replace', 'decode_param_names': False, 'charset': 'utf-8', 'language': 'en-us'}, 'pylons.db_engines': {}, 'pylons.strict_c': False, 'beaker.cache.data_dir': '/home/marcink/python_workspace/hg_app/data/cache', 'debug': True, 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.data_dir': '/home/marcink/python_workspace/hg_app/data/sessions'}, 'response': <Response at 0x2e6c990 200 OK>, '_': <function ugettext at 0x28c8578>}
 
13:34:34,520 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
 
13:34:34,521 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
 
13:34:36,682 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:34:36,697 DEBUG [routes.middleware] No route matched for GET /add/dupa/
 
13:34:36,698 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:34:36,698 DEBUG [pylons.wsgiapp] No controller found, returning 404 HTTP Not Found
 
13:34:36,699 DEBUG [routes.middleware] Matched GET /error/document
 
13:34:36,699 DEBUG [routes.middleware] Route path: '/error/{action}', defaults: {'action': 'index', 'controller': u'error'}
 
13:34:36,699 DEBUG [routes.middleware] Match dict: {'action': u'document', 'controller': u'error'}
 
13:34:36,699 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:34:36,699 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'error'
 
13:34:36,700 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:34:36,700 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:34:36,700 DEBUG [pylons.controllers.core] Looking for u'document' method to handle the request
 
13:34:36,700 DEBUG [pylons.controllers.core] Calling 'document' method with keyword args: **{}
 
13:34:36,700 DEBUG [pylons.templating] Created render namespace with pylons vars: {'c': <pylons.util.AttribSafeContextObj at 0x3095b90 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'ungettext': <function ungettext at 0x28c8758>, 'g': <pylons_app.lib.app_globals.Globals object at 0x2d79550>, 'url': <routes.util.URLGenerator object at 0x3095a90>, 'h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'request': <Request at 0x3095a50 GET http://127.0.0.1:5000/error/document>, 'tmpl_context': <pylons.util.AttribSafeContextObj at 0x3095b90 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'translator': <gettext.GNUTranslations instance at 0x3099488>, 'session': {'_accessed_time': 1266496476.700875, '_creation_time': 1266496474.5190289}, 'N_': <function gettext_noop at 0x28c8410>, 'app_globals': <pylons_app.lib.app_globals.Globals object at 0x2d79550>, 'config': {'error_email_from': 'paste_error@localhost', 'beaker.session.auto': 'True', 'pylons.paths': {'templates': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'controllers': '/home/marcink/python_workspace/hg_app/pylons_app/controllers', 'static_files': '/home/marcink/python_workspace/hg_app/pylons_app/public', 'root': '/home/marcink/python_workspace/hg_app/pylons_app'}, 'pylons.errorware': {'debug': True}, 'pylons.response_options': {'headers': {'Pragma': 'no-cache', 'Cache-Control': 'no-cache'}, 'errors': 'strict', 'charset': 'utf-8', 'content_type': 'text/html'}, 'beaker.session.type': 'memory', 'pylons.c_attach_args': True, 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'smtp_server': 'localhost', 'app_conf': {'lang': 'en', 'beaker.session.auto': 'True', 'package': 'pylons_app', 'beaker.session.timeout': '3600', 'cache_dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.type': 'memory'}, 'pylons.cache_dir': '/home/marcink/python_workspace/hg_app/data', 'buffet.template_engines': [{'engine': 'mako', 'alias': None, 'template_root': '', 'template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}}], 'buffet.template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}, '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'routes.map': <routes.mapper.Mapper object at 0x2d79390>, 'here': '/home/marcink/python_workspace/hg_app', 'email_to': 'marcin.kuzminski@etelko.pl', 'pylons.h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'pylons.package': 'pylons_app', 'pylons.g': <pylons_app.lib.app_globals.Globals object at 0x2d79550>, 'lang': 'en', 'global_conf': {'error_email_from': 'paste_error@localhost', 'email_to': 'marcin.kuzminski@etelko.pl', 'debug': 'true', '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'smtp_server': 'localhost', 'here': '/home/marcink/python_workspace/hg_app'}, 'package': 'pylons_app', 'cache.dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.timeout': '3600', 'pylons.request_options': {'errors': 'replace', 'decode_param_names': False, 'charset': 'utf-8', 'language': 'en-us'}, 'pylons.db_engines': {}, 'pylons.strict_c': False, 'beaker.cache.data_dir': '/home/marcink/python_workspace/hg_app/data/cache', 'debug': True, 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.data_dir': '/home/marcink/python_workspace/hg_app/data/sessions'}, 'response': <Response at 0x3095ad0 200 OK>, '_': <function ugettext at 0x28c8578>}
 
13:34:36,701 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
 
13:34:36,701 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
 
13:34:41,883 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:34:41,886 DEBUG [routes.middleware] No route matched for GET /
 
13:34:41,887 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:34:41,888 DEBUG [pylons.wsgiapp] No controller found, returning 404 HTTP Not Found
 
13:34:41,890 DEBUG [routes.middleware] Matched GET /error/document
 
13:34:41,890 DEBUG [routes.middleware] Route path: '/error/{action}', defaults: {'action': 'index', 'controller': u'error'}
 
13:34:41,891 DEBUG [routes.middleware] Match dict: {'action': u'document', 'controller': u'error'}
 
13:34:41,891 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:34:41,892 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'error'
 
13:34:41,893 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:34:41,893 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:34:41,893 DEBUG [pylons.controllers.core] Looking for u'document' method to handle the request
 
13:34:41,894 DEBUG [pylons.controllers.core] Calling 'document' method with keyword args: **{}
 
13:34:41,894 DEBUG [pylons.templating] Created render namespace with pylons vars: {'c': <pylons.util.AttribSafeContextObj at 0x309b2d0 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'ungettext': <function ungettext at 0x28c8758>, 'g': <pylons_app.lib.app_globals.Globals object at 0x2d79550>, 'url': <routes.util.URLGenerator object at 0x309b1d0>, 'h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'request': <Request at 0x309b190 GET http://127.0.0.1:5000/error/document>, 'tmpl_context': <pylons.util.AttribSafeContextObj at 0x309b2d0 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'translator': <gettext.GNUTranslations instance at 0x3099fc8>, 'session': {'_accessed_time': 1266496481.895602, '_creation_time': 1266496474.5190289}, 'N_': <function gettext_noop at 0x28c8410>, 'app_globals': <pylons_app.lib.app_globals.Globals object at 0x2d79550>, 'config': {'error_email_from': 'paste_error@localhost', 'beaker.session.auto': 'True', 'pylons.paths': {'templates': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'controllers': '/home/marcink/python_workspace/hg_app/pylons_app/controllers', 'static_files': '/home/marcink/python_workspace/hg_app/pylons_app/public', 'root': '/home/marcink/python_workspace/hg_app/pylons_app'}, 'pylons.errorware': {'debug': True}, 'pylons.response_options': {'headers': {'Pragma': 'no-cache', 'Cache-Control': 'no-cache'}, 'errors': 'strict', 'charset': 'utf-8', 'content_type': 'text/html'}, 'beaker.session.type': 'memory', 'pylons.c_attach_args': True, 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'smtp_server': 'localhost', 'app_conf': {'lang': 'en', 'beaker.session.auto': 'True', 'package': 'pylons_app', 'beaker.session.timeout': '3600', 'cache_dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.type': 'memory'}, 'pylons.cache_dir': '/home/marcink/python_workspace/hg_app/data', 'buffet.template_engines': [{'engine': 'mako', 'alias': None, 'template_root': '', 'template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}}], 'buffet.template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}, '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'routes.map': <routes.mapper.Mapper object at 0x2d79390>, 'here': '/home/marcink/python_workspace/hg_app', 'email_to': 'marcin.kuzminski@etelko.pl', 'pylons.h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'pylons.package': 'pylons_app', 'pylons.g': <pylons_app.lib.app_globals.Globals object at 0x2d79550>, 'lang': 'en', 'global_conf': {'error_email_from': 'paste_error@localhost', 'email_to': 'marcin.kuzminski@etelko.pl', 'debug': 'true', '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'smtp_server': 'localhost', 'here': '/home/marcink/python_workspace/hg_app'}, 'package': 'pylons_app', 'cache.dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.timeout': '3600', 'pylons.request_options': {'errors': 'replace', 'decode_param_names': False, 'charset': 'utf-8', 'language': 'en-us'}, 'pylons.db_engines': {}, 'pylons.strict_c': False, 'beaker.cache.data_dir': '/home/marcink/python_workspace/hg_app/data/cache', 'debug': True, 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.data_dir': '/home/marcink/python_workspace/hg_app/data/sessions'}, 'response': <Response at 0x309b210 200 OK>, '_': <function ugettext at 0x28c8578>}
 
13:34:41,897 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
 
13:34:41,898 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
 
13:34:46,948 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:34:46,951 DEBUG [routes.middleware] No route matched for GET /
 
13:34:46,952 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:34:46,953 DEBUG [pylons.wsgiapp] No controller found, returning 404 HTTP Not Found
 
13:34:46,955 DEBUG [routes.middleware] Matched GET /error/document
 
13:34:46,955 DEBUG [routes.middleware] Route path: '/error/{action}', defaults: {'action': 'index', 'controller': u'error'}
 
13:34:46,956 DEBUG [routes.middleware] Match dict: {'action': u'document', 'controller': u'error'}
 
13:34:46,956 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:34:46,957 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'error'
 
13:34:46,958 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:34:46,958 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:34:46,959 DEBUG [pylons.controllers.core] Looking for u'document' method to handle the request
 
13:34:46,959 DEBUG [pylons.controllers.core] Calling 'document' method with keyword args: **{}
 
13:34:46,960 DEBUG [pylons.templating] Created render namespace with pylons vars: {'c': <pylons.util.AttribSafeContextObj at 0x309ba50 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'ungettext': <function ungettext at 0x28c8758>, 'g': <pylons_app.lib.app_globals.Globals object at 0x2d79550>, 'url': <routes.util.URLGenerator object at 0x309b950>, 'h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'request': <Request at 0x309b910 GET http://127.0.0.1:5000/error/document>, 'tmpl_context': <pylons.util.AttribSafeContextObj at 0x309ba50 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'translator': <gettext.GNUTranslations instance at 0x309dc68>, 'session': {'_accessed_time': 1266496486.961149, '_creation_time': 1266496474.5190289}, 'N_': <function gettext_noop at 0x28c8410>, 'app_globals': <pylons_app.lib.app_globals.Globals object at 0x2d79550>, 'config': {'error_email_from': 'paste_error@localhost', 'beaker.session.auto': 'True', 'pylons.paths': {'templates': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'controllers': '/home/marcink/python_workspace/hg_app/pylons_app/controllers', 'static_files': '/home/marcink/python_workspace/hg_app/pylons_app/public', 'root': '/home/marcink/python_workspace/hg_app/pylons_app'}, 'pylons.errorware': {'debug': True}, 'pylons.response_options': {'headers': {'Pragma': 'no-cache', 'Cache-Control': 'no-cache'}, 'errors': 'strict', 'charset': 'utf-8', 'content_type': 'text/html'}, 'beaker.session.type': 'memory', 'pylons.c_attach_args': True, 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'smtp_server': 'localhost', 'app_conf': {'lang': 'en', 'beaker.session.auto': 'True', 'package': 'pylons_app', 'beaker.session.timeout': '3600', 'cache_dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.type': 'memory'}, 'pylons.cache_dir': '/home/marcink/python_workspace/hg_app/data', 'buffet.template_engines': [{'engine': 'mako', 'alias': None, 'template_root': '', 'template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}}], 'buffet.template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}, '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'routes.map': <routes.mapper.Mapper object at 0x2d79390>, 'here': '/home/marcink/python_workspace/hg_app', 'email_to': 'marcin.kuzminski@etelko.pl', 'pylons.h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'pylons.package': 'pylons_app', 'pylons.g': <pylons_app.lib.app_globals.Globals object at 0x2d79550>, 'lang': 'en', 'global_conf': {'error_email_from': 'paste_error@localhost', 'email_to': 'marcin.kuzminski@etelko.pl', 'debug': 'true', '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'smtp_server': 'localhost', 'here': '/home/marcink/python_workspace/hg_app'}, 'package': 'pylons_app', 'cache.dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.timeout': '3600', 'pylons.request_options': {'errors': 'replace', 'decode_param_names': False, 'charset': 'utf-8', 'language': 'en-us'}, 'pylons.db_engines': {}, 'pylons.strict_c': False, 'beaker.cache.data_dir': '/home/marcink/python_workspace/hg_app/data/cache', 'debug': True, 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.data_dir': '/home/marcink/python_workspace/hg_app/data/sessions'}, 'response': <Response at 0x309b990 200 OK>, '_': <function ugettext at 0x28c8578>}
 
13:34:46,962 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
 
13:34:46,962 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
 
13:34:50,833 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
 
13:34:50,834 DEBUG [pylons.configuration] Pushing process configuration
 
13:34:50,837 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
 
13:34:50,837 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
 
13:34:50,840 DEBUG [pylons.templating] Initialized Buffet object
 
13:34:50,841 DEBUG [pylons.templating] Adding mako template language for use with Buffet
 
13:34:50,841 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
 
13:34:50,843 DEBUG [paste.httpserver.ThreadPool] Started new worker 139635353172240: Initial worker pool
 
13:34:50,843 DEBUG [paste.httpserver.ThreadPool] Started new worker 139635344779536: Initial worker pool
 
13:34:50,843 DEBUG [paste.httpserver.ThreadPool] Started new worker 139635336386832: Initial worker pool
 
13:34:50,843 DEBUG [paste.httpserver.ThreadPool] Started new worker 139635327994128: Initial worker pool
 
13:34:50,844 DEBUG [paste.httpserver.ThreadPool] Started new worker 139635319601424: Initial worker pool
 
13:34:50,844 DEBUG [paste.httpserver.ThreadPool] Started new worker 139635311208720: Initial worker pool
 
13:34:50,844 DEBUG [paste.httpserver.ThreadPool] Started new worker 139635302816016: Initial worker pool
 
13:34:50,844 DEBUG [paste.httpserver.ThreadPool] Started new worker 139635294423312: Initial worker pool
 
13:34:50,845 DEBUG [paste.httpserver.ThreadPool] Started new worker 139635286030608: Initial worker pool
 
13:34:50,845 DEBUG [paste.httpserver.ThreadPool] Started new worker 139635277637904: Initial worker pool
 
13:34:51,410 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:34:51,413 DEBUG [routes.middleware] No route matched for GET /
 
13:34:51,413 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:34:51,414 DEBUG [pylons.wsgiapp] No controller found, returning 404 HTTP Not Found
 
13:34:51,415 DEBUG [routes.middleware] Matched GET /error/document
 
13:34:51,415 DEBUG [routes.middleware] Route path: '/error/{action}', defaults: {'action': 'index', 'controller': u'error'}
 
13:34:51,415 DEBUG [routes.middleware] Match dict: {'action': u'document', 'controller': u'error'}
 
13:34:51,415 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:34:51,416 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'error'
 
13:34:51,443 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.error', class: 'ErrorController'
 
13:34:51,443 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:34:51,443 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:34:51,443 DEBUG [pylons.controllers.core] Looking for u'document' method to handle the request
 
13:34:51,443 DEBUG [pylons.controllers.core] Calling 'document' method with keyword args: **{}
 
13:34:51,444 DEBUG [pylons.templating] Created render namespace with pylons vars: {'c': <pylons.util.AttribSafeContextObj at 0x38b6290 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'ungettext': <function ungettext at 0x33f4758>, 'g': <pylons_app.lib.app_globals.Globals object at 0x38a6510>, 'url': <routes.util.URLGenerator object at 0x38b6190>, 'h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'request': <Request at 0x38b6150 GET http://127.0.0.1:5000/error/document>, 'tmpl_context': <pylons.util.AttribSafeContextObj at 0x38b6290 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'translator': <gettext.GNUTranslations instance at 0x38b4cf8>, 'session': {'_accessed_time': 1266496491.444468, '_creation_time': 1266496491.444468}, 'N_': <function gettext_noop at 0x33f4410>, 'app_globals': <pylons_app.lib.app_globals.Globals object at 0x38a6510>, 'config': {'error_email_from': 'paste_error@localhost', 'beaker.session.auto': 'True', 'pylons.paths': {'templates': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'controllers': '/home/marcink/python_workspace/hg_app/pylons_app/controllers', 'static_files': '/home/marcink/python_workspace/hg_app/pylons_app/public', 'root': '/home/marcink/python_workspace/hg_app/pylons_app'}, 'pylons.errorware': {'debug': True}, 'pylons.response_options': {'headers': {'Pragma': 'no-cache', 'Cache-Control': 'no-cache'}, 'errors': 'strict', 'charset': 'utf-8', 'content_type': 'text/html'}, 'beaker.session.type': 'memory', 'pylons.c_attach_args': True, 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'smtp_server': 'localhost', 'app_conf': {'lang': 'en', 'beaker.session.auto': 'True', 'package': 'pylons_app', 'beaker.session.timeout': '3600', 'cache_dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.type': 'memory'}, 'pylons.cache_dir': '/home/marcink/python_workspace/hg_app/data', 'buffet.template_engines': [{'engine': 'mako', 'alias': None, 'template_root': '', 'template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}}], 'buffet.template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}, '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'routes.map': <routes.mapper.Mapper object at 0x38a6350>, 'here': '/home/marcink/python_workspace/hg_app', 'email_to': 'marcin.kuzminski@etelko.pl', 'pylons.h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'pylons.package': 'pylons_app', 'pylons.g': <pylons_app.lib.app_globals.Globals object at 0x38a6510>, 'lang': 'en', 'global_conf': {'error_email_from': 'paste_error@localhost', 'email_to': 'marcin.kuzminski@etelko.pl', 'debug': 'true', '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'smtp_server': 'localhost', 'here': '/home/marcink/python_workspace/hg_app'}, 'package': 'pylons_app', 'cache.dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.timeout': '3600', 'pylons.request_options': {'errors': 'replace', 'decode_param_names': False, 'charset': 'utf-8', 'language': 'en-us'}, 'pylons.db_engines': {}, 'pylons.strict_c': False, 'beaker.cache.data_dir': '/home/marcink/python_workspace/hg_app/data/cache', 'debug': True, 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.data_dir': '/home/marcink/python_workspace/hg_app/data/sessions'}, 'response': <Response at 0x38b61d0 200 OK>, '_': <function ugettext at 0x33f4578>}
 
13:34:51,445 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
 
13:34:51,446 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
 
13:34:52,179 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:34:52,183 DEBUG [routes.middleware] No route matched for GET /
 
13:34:52,183 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:34:52,184 DEBUG [pylons.wsgiapp] No controller found, returning 404 HTTP Not Found
 
13:34:52,186 DEBUG [routes.middleware] Matched GET /error/document
 
13:34:52,187 DEBUG [routes.middleware] Route path: '/error/{action}', defaults: {'action': 'index', 'controller': u'error'}
 
13:34:52,187 DEBUG [routes.middleware] Match dict: {'action': u'document', 'controller': u'error'}
 
13:34:52,188 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:34:52,189 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'error'
 
13:34:52,189 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:34:52,189 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:34:52,190 DEBUG [pylons.controllers.core] Looking for u'document' method to handle the request
 
13:34:52,190 DEBUG [pylons.controllers.core] Calling 'document' method with keyword args: **{}
 
13:34:52,191 DEBUG [pylons.templating] Created render namespace with pylons vars: {'c': <pylons.util.AttribSafeContextObj at 0x3baaad0 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'ungettext': <function ungettext at 0x33f4758>, 'g': <pylons_app.lib.app_globals.Globals object at 0x38a6510>, 'url': <routes.util.URLGenerator object at 0x3baa9d0>, 'h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'request': <Request at 0x3baa990 GET http://127.0.0.1:5000/error/document>, 'tmpl_context': <pylons.util.AttribSafeContextObj at 0x3baaad0 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'translator': <gettext.GNUTranslations instance at 0x3bb03b0>, 'session': {'_accessed_time': 1266496492.192136, '_creation_time': 1266496491.444468}, 'N_': <function gettext_noop at 0x33f4410>, 'app_globals': <pylons_app.lib.app_globals.Globals object at 0x38a6510>, 'config': {'error_email_from': 'paste_error@localhost', 'beaker.session.auto': 'True', 'pylons.paths': {'templates': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'controllers': '/home/marcink/python_workspace/hg_app/pylons_app/controllers', 'static_files': '/home/marcink/python_workspace/hg_app/pylons_app/public', 'root': '/home/marcink/python_workspace/hg_app/pylons_app'}, 'pylons.errorware': {'debug': True}, 'pylons.response_options': {'headers': {'Pragma': 'no-cache', 'Cache-Control': 'no-cache'}, 'errors': 'strict', 'charset': 'utf-8', 'content_type': 'text/html'}, 'beaker.session.type': 'memory', 'pylons.c_attach_args': True, 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'smtp_server': 'localhost', 'app_conf': {'lang': 'en', 'beaker.session.auto': 'True', 'package': 'pylons_app', 'beaker.session.timeout': '3600', 'cache_dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.type': 'memory'}, 'pylons.cache_dir': '/home/marcink/python_workspace/hg_app/data', 'buffet.template_engines': [{'engine': 'mako', 'alias': None, 'template_root': '', 'template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}}], 'buffet.template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}, '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'routes.map': <routes.mapper.Mapper object at 0x38a6350>, 'here': '/home/marcink/python_workspace/hg_app', 'email_to': 'marcin.kuzminski@etelko.pl', 'pylons.h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'pylons.package': 'pylons_app', 'pylons.g': <pylons_app.lib.app_globals.Globals object at 0x38a6510>, 'lang': 'en', 'global_conf': {'error_email_from': 'paste_error@localhost', 'email_to': 'marcin.kuzminski@etelko.pl', 'debug': 'true', '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'smtp_server': 'localhost', 'here': '/home/marcink/python_workspace/hg_app'}, 'package': 'pylons_app', 'cache.dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.timeout': '3600', 'pylons.request_options': {'errors': 'replace', 'decode_param_names': False, 'charset': 'utf-8', 'language': 'en-us'}, 'pylons.db_engines': {}, 'pylons.strict_c': False, 'beaker.cache.data_dir': '/home/marcink/python_workspace/hg_app/data/cache', 'debug': True, 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.data_dir': '/home/marcink/python_workspace/hg_app/data/sessions'}, 'response': <Response at 0x3baaa10 200 OK>, '_': <function ugettext at 0x33f4578>}
 
13:34:52,194 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
 
13:34:52,194 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
 
13:34:57,229 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:34:57,232 DEBUG [routes.middleware] No route matched for GET /
 
13:34:57,232 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:34:57,234 DEBUG [pylons.wsgiapp] No controller found, returning 404 HTTP Not Found
 
13:34:57,235 DEBUG [routes.middleware] Matched GET /error/document
 
13:34:57,236 DEBUG [routes.middleware] Route path: '/error/{action}', defaults: {'action': 'index', 'controller': u'error'}
 
13:34:57,236 DEBUG [routes.middleware] Match dict: {'action': u'document', 'controller': u'error'}
 
13:34:57,237 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:34:57,238 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'error'
 
13:34:57,238 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:34:57,239 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:34:57,239 DEBUG [pylons.controllers.core] Looking for u'document' method to handle the request
 
13:34:57,239 DEBUG [pylons.controllers.core] Calling 'document' method with keyword args: **{}
 
13:34:57,240 DEBUG [pylons.templating] Created render namespace with pylons vars: {'c': <pylons.util.AttribSafeContextObj at 0x3bb1290 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'ungettext': <function ungettext at 0x33f4758>, 'g': <pylons_app.lib.app_globals.Globals object at 0x38a6510>, 'url': <routes.util.URLGenerator object at 0x3bb1190>, 'h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'request': <Request at 0x3bb1150 GET http://127.0.0.1:5000/error/document>, 'tmpl_context': <pylons.util.AttribSafeContextObj at 0x3bb1290 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'translator': <gettext.GNUTranslations instance at 0x3bb0f80>, 'session': {'_accessed_time': 1266496497.24141, '_creation_time': 1266496491.444468}, 'N_': <function gettext_noop at 0x33f4410>, 'app_globals': <pylons_app.lib.app_globals.Globals object at 0x38a6510>, 'config': {'error_email_from': 'paste_error@localhost', 'beaker.session.auto': 'True', 'pylons.paths': {'templates': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'controllers': '/home/marcink/python_workspace/hg_app/pylons_app/controllers', 'static_files': '/home/marcink/python_workspace/hg_app/pylons_app/public', 'root': '/home/marcink/python_workspace/hg_app/pylons_app'}, 'pylons.errorware': {'debug': True}, 'pylons.response_options': {'headers': {'Pragma': 'no-cache', 'Cache-Control': 'no-cache'}, 'errors': 'strict', 'charset': 'utf-8', 'content_type': 'text/html'}, 'beaker.session.type': 'memory', 'pylons.c_attach_args': True, 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'smtp_server': 'localhost', 'app_conf': {'lang': 'en', 'beaker.session.auto': 'True', 'package': 'pylons_app', 'beaker.session.timeout': '3600', 'cache_dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.type': 'memory'}, 'pylons.cache_dir': '/home/marcink/python_workspace/hg_app/data', 'buffet.template_engines': [{'engine': 'mako', 'alias': None, 'template_root': '', 'template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}}], 'buffet.template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}, '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'routes.map': <routes.mapper.Mapper object at 0x38a6350>, 'here': '/home/marcink/python_workspace/hg_app', 'email_to': 'marcin.kuzminski@etelko.pl', 'pylons.h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'pylons.package': 'pylons_app', 'pylons.g': <pylons_app.lib.app_globals.Globals object at 0x38a6510>, 'lang': 'en', 'global_conf': {'error_email_from': 'paste_error@localhost', 'email_to': 'marcin.kuzminski@etelko.pl', 'debug': 'true', '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'smtp_server': 'localhost', 'here': '/home/marcink/python_workspace/hg_app'}, 'package': 'pylons_app', 'cache.dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.timeout': '3600', 'pylons.request_options': {'errors': 'replace', 'decode_param_names': False, 'charset': 'utf-8', 'language': 'en-us'}, 'pylons.db_engines': {}, 'pylons.strict_c': False, 'beaker.cache.data_dir': '/home/marcink/python_workspace/hg_app/data/cache', 'debug': True, 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.data_dir': '/home/marcink/python_workspace/hg_app/data/sessions'}, 'response': <Response at 0x3bb11d0 200 OK>, '_': <function ugettext at 0x33f4578>}
 
13:34:57,251 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
 
13:34:57,252 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
 
13:35:02,339 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:35:02,340 DEBUG [routes.middleware] No route matched for GET /
 
13:35:02,340 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:35:02,340 DEBUG [pylons.wsgiapp] No controller found, returning 404 HTTP Not Found
 
13:35:02,341 DEBUG [routes.middleware] Matched GET /error/document
 
13:35:02,341 DEBUG [routes.middleware] Route path: '/error/{action}', defaults: {'action': 'index', 'controller': u'error'}
 
13:35:02,341 DEBUG [routes.middleware] Match dict: {'action': u'document', 'controller': u'error'}
 
13:35:02,342 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:35:02,342 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'error'
 
13:35:02,342 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:35:02,342 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:35:02,342 DEBUG [pylons.controllers.core] Looking for u'document' method to handle the request
 
13:35:02,342 DEBUG [pylons.controllers.core] Calling 'document' method with keyword args: **{}
 
13:35:02,343 DEBUG [pylons.templating] Created render namespace with pylons vars: {'c': <pylons.util.AttribSafeContextObj at 0x3bb1a10 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'ungettext': <function ungettext at 0x33f4758>, 'g': <pylons_app.lib.app_globals.Globals object at 0x38a6510>, 'url': <routes.util.URLGenerator object at 0x3bb1910>, 'h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'request': <Request at 0x3bb18d0 GET http://127.0.0.1:5000/error/document>, 'tmpl_context': <pylons.util.AttribSafeContextObj at 0x3bb1a10 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'translator': <gettext.GNUTranslations instance at 0x3bb3b90>, 'session': {'_accessed_time': 1266496502.343267, '_creation_time': 1266496491.444468}, 'N_': <function gettext_noop at 0x33f4410>, 'app_globals': <pylons_app.lib.app_globals.Globals object at 0x38a6510>, 'config': {'error_email_from': 'paste_error@localhost', 'beaker.session.auto': 'True', 'pylons.paths': {'templates': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'controllers': '/home/marcink/python_workspace/hg_app/pylons_app/controllers', 'static_files': '/home/marcink/python_workspace/hg_app/pylons_app/public', 'root': '/home/marcink/python_workspace/hg_app/pylons_app'}, 'pylons.errorware': {'debug': True}, 'pylons.response_options': {'headers': {'Pragma': 'no-cache', 'Cache-Control': 'no-cache'}, 'errors': 'strict', 'charset': 'utf-8', 'content_type': 'text/html'}, 'beaker.session.type': 'memory', 'pylons.c_attach_args': True, 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'smtp_server': 'localhost', 'app_conf': {'lang': 'en', 'beaker.session.auto': 'True', 'package': 'pylons_app', 'beaker.session.timeout': '3600', 'cache_dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.type': 'memory'}, 'pylons.cache_dir': '/home/marcink/python_workspace/hg_app/data', 'buffet.template_engines': [{'engine': 'mako', 'alias': None, 'template_root': '', 'template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}}], 'buffet.template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}, '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'routes.map': <routes.mapper.Mapper object at 0x38a6350>, 'here': '/home/marcink/python_workspace/hg_app', 'email_to': 'marcin.kuzminski@etelko.pl', 'pylons.h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'pylons.package': 'pylons_app', 'pylons.g': <pylons_app.lib.app_globals.Globals object at 0x38a6510>, 'lang': 'en', 'global_conf': {'error_email_from': 'paste_error@localhost', 'email_to': 'marcin.kuzminski@etelko.pl', 'debug': 'true', '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'smtp_server': 'localhost', 'here': '/home/marcink/python_workspace/hg_app'}, 'package': 'pylons_app', 'cache.dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.timeout': '3600', 'pylons.request_options': {'errors': 'replace', 'decode_param_names': False, 'charset': 'utf-8', 'language': 'en-us'}, 'pylons.db_engines': {}, 'pylons.strict_c': False, 'beaker.cache.data_dir': '/home/marcink/python_workspace/hg_app/data/cache', 'debug': True, 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.data_dir': '/home/marcink/python_workspace/hg_app/data/sessions'}, 'response': <Response at 0x3bb1950 200 OK>, '_': <function ugettext at 0x33f4578>}
 
13:35:02,343 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
 
13:35:02,344 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
 
13:35:07,379 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:35:07,382 DEBUG [routes.middleware] No route matched for GET /
 
13:35:07,382 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:35:07,383 DEBUG [pylons.wsgiapp] No controller found, returning 404 HTTP Not Found
 
13:35:07,385 DEBUG [routes.middleware] Matched GET /error/document
 
13:35:07,386 DEBUG [routes.middleware] Route path: '/error/{action}', defaults: {'action': 'index', 'controller': u'error'}
 
13:35:07,386 DEBUG [routes.middleware] Match dict: {'action': u'document', 'controller': u'error'}
 
13:35:07,387 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:35:07,388 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'error'
 
13:35:07,388 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:35:07,389 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:35:07,389 DEBUG [pylons.controllers.core] Looking for u'document' method to handle the request
 
13:35:07,389 DEBUG [pylons.controllers.core] Calling 'document' method with keyword args: **{}
 
13:35:07,389 DEBUG [pylons.templating] Created render namespace with pylons vars: {'c': <pylons.util.AttribSafeContextObj at 0x3bb71d0 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'ungettext': <function ungettext at 0x33f4758>, 'g': <pylons_app.lib.app_globals.Globals object at 0x38a6510>, 'url': <routes.util.URLGenerator object at 0x3bb70d0>, 'h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'request': <Request at 0x3bb7090 GET http://127.0.0.1:5000/error/document>, 'tmpl_context': <pylons.util.AttribSafeContextObj at 0x3bb71d0 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'translator': <gettext.GNUTranslations instance at 0x3bb67a0>, 'session': {'_accessed_time': 1266496507.389828, '_creation_time': 1266496491.444468}, 'N_': <function gettext_noop at 0x33f4410>, 'app_globals': <pylons_app.lib.app_globals.Globals object at 0x38a6510>, 'config': {'error_email_from': 'paste_error@localhost', 'beaker.session.auto': 'True', 'pylons.paths': {'templates': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'controllers': '/home/marcink/python_workspace/hg_app/pylons_app/controllers', 'static_files': '/home/marcink/python_workspace/hg_app/pylons_app/public', 'root': '/home/marcink/python_workspace/hg_app/pylons_app'}, 'pylons.errorware': {'debug': True}, 'pylons.response_options': {'headers': {'Pragma': 'no-cache', 'Cache-Control': 'no-cache'}, 'errors': 'strict', 'charset': 'utf-8', 'content_type': 'text/html'}, 'beaker.session.type': 'memory', 'pylons.c_attach_args': True, 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'smtp_server': 'localhost', 'app_conf': {'lang': 'en', 'beaker.session.auto': 'True', 'package': 'pylons_app', 'beaker.session.timeout': '3600', 'cache_dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.type': 'memory'}, 'pylons.cache_dir': '/home/marcink/python_workspace/hg_app/data', 'buffet.template_engines': [{'engine': 'mako', 'alias': None, 'template_root': '', 'template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}}], 'buffet.template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}, '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'routes.map': <routes.mapper.Mapper object at 0x38a6350>, 'here': '/home/marcink/python_workspace/hg_app', 'email_to': 'marcin.kuzminski@etelko.pl', 'pylons.h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'pylons.package': 'pylons_app', 'pylons.g': <pylons_app.lib.app_globals.Globals object at 0x38a6510>, 'lang': 'en', 'global_conf': {'error_email_from': 'paste_error@localhost', 'email_to': 'marcin.kuzminski@etelko.pl', 'debug': 'true', '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'smtp_server': 'localhost', 'here': '/home/marcink/python_workspace/hg_app'}, 'package': 'pylons_app', 'cache.dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.timeout': '3600', 'pylons.request_options': {'errors': 'replace', 'decode_param_names': False, 'charset': 'utf-8', 'language': 'en-us'}, 'pylons.db_engines': {}, 'pylons.strict_c': False, 'beaker.cache.data_dir': '/home/marcink/python_workspace/hg_app/data/cache', 'debug': True, 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.data_dir': '/home/marcink/python_workspace/hg_app/data/sessions'}, 'response': <Response at 0x3bb7110 200 OK>, '_': <function ugettext at 0x33f4578>}
 
13:35:07,390 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
 
13:35:07,390 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
 
13:35:12,469 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:35:12,472 DEBUG [routes.middleware] No route matched for GET /
 
13:35:12,472 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:35:12,474 DEBUG [pylons.wsgiapp] No controller found, returning 404 HTTP Not Found
 
13:35:12,475 DEBUG [routes.middleware] Matched GET /error/document
 
13:35:12,476 DEBUG [routes.middleware] Route path: '/error/{action}', defaults: {'action': 'index', 'controller': u'error'}
 
13:35:12,476 DEBUG [routes.middleware] Match dict: {'action': u'document', 'controller': u'error'}
 
13:35:12,477 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:35:12,478 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'error'
 
13:35:12,478 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:35:12,479 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:35:12,479 DEBUG [pylons.controllers.core] Looking for u'document' method to handle the request
 
13:35:12,480 DEBUG [pylons.controllers.core] Calling 'document' method with keyword args: **{}
 
13:35:12,480 DEBUG [pylons.templating] Created render namespace with pylons vars: {'c': <pylons.util.AttribSafeContextObj at 0x3bb7950 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'ungettext': <function ungettext at 0x33f4758>, 'g': <pylons_app.lib.app_globals.Globals object at 0x38a6510>, 'url': <routes.util.URLGenerator object at 0x3bb7850>, 'h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'request': <Request at 0x3bb7810 GET http://127.0.0.1:5000/error/document>, 'tmpl_context': <pylons.util.AttribSafeContextObj at 0x3bb7950 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'translator': <gettext.GNUTranslations instance at 0x3bb83b0>, 'session': {'_accessed_time': 1266496512.4823511, '_creation_time': 1266496491.444468}, 'N_': <function gettext_noop at 0x33f4410>, 'app_globals': <pylons_app.lib.app_globals.Globals object at 0x38a6510>, 'config': {'error_email_from': 'paste_error@localhost', 'beaker.session.auto': 'True', 'pylons.paths': {'templates': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'controllers': '/home/marcink/python_workspace/hg_app/pylons_app/controllers', 'static_files': '/home/marcink/python_workspace/hg_app/pylons_app/public', 'root': '/home/marcink/python_workspace/hg_app/pylons_app'}, 'pylons.errorware': {'debug': True}, 'pylons.response_options': {'headers': {'Pragma': 'no-cache', 'Cache-Control': 'no-cache'}, 'errors': 'strict', 'charset': 'utf-8', 'content_type': 'text/html'}, 'beaker.session.type': 'memory', 'pylons.c_attach_args': True, 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'smtp_server': 'localhost', 'app_conf': {'lang': 'en', 'beaker.session.auto': 'True', 'package': 'pylons_app', 'beaker.session.timeout': '3600', 'cache_dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.type': 'memory'}, 'pylons.cache_dir': '/home/marcink/python_workspace/hg_app/data', 'buffet.template_engines': [{'engine': 'mako', 'alias': None, 'template_root': '', 'template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}}], 'buffet.template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}, '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'routes.map': <routes.mapper.Mapper object at 0x38a6350>, 'here': '/home/marcink/python_workspace/hg_app', 'email_to': 'marcin.kuzminski@etelko.pl', 'pylons.h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'pylons.package': 'pylons_app', 'pylons.g': <pylons_app.lib.app_globals.Globals object at 0x38a6510>, 'lang': 'en', 'global_conf': {'error_email_from': 'paste_error@localhost', 'email_to': 'marcin.kuzminski@etelko.pl', 'debug': 'true', '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'smtp_server': 'localhost', 'here': '/home/marcink/python_workspace/hg_app'}, 'package': 'pylons_app', 'cache.dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.timeout': '3600', 'pylons.request_options': {'errors': 'replace', 'decode_param_names': False, 'charset': 'utf-8', 'language': 'en-us'}, 'pylons.db_engines': {}, 'pylons.strict_c': False, 'beaker.cache.data_dir': '/home/marcink/python_workspace/hg_app/data/cache', 'debug': True, 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.data_dir': '/home/marcink/python_workspace/hg_app/data/sessions'}, 'response': <Response at 0x3bb7890 200 OK>, '_': <function ugettext at 0x33f4578>}
 
13:35:12,484 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
 
13:35:12,484 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
 
13:35:17,517 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:35:17,520 DEBUG [routes.middleware] No route matched for GET /
 
13:35:17,521 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:35:17,522 DEBUG [pylons.wsgiapp] No controller found, returning 404 HTTP Not Found
 
13:35:17,524 DEBUG [routes.middleware] Matched GET /error/document
 
13:35:17,524 DEBUG [routes.middleware] Route path: '/error/{action}', defaults: {'action': 'index', 'controller': u'error'}
 
13:35:17,525 DEBUG [routes.middleware] Match dict: {'action': u'document', 'controller': u'error'}
 
13:35:17,525 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:35:17,526 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'error'
 
13:35:17,527 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:35:17,527 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:35:17,527 DEBUG [pylons.controllers.core] Looking for u'document' method to handle the request
 
13:35:17,528 DEBUG [pylons.controllers.core] Calling 'document' method with keyword args: **{}
 
13:35:17,528 DEBUG [pylons.templating] Created render namespace with pylons vars: {'c': <pylons.util.AttribSafeContextObj at 0x3bb1490 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'ungettext': <function ungettext at 0x33f4758>, 'g': <pylons_app.lib.app_globals.Globals object at 0x38a6510>, 'url': <routes.util.URLGenerator object at 0x3bb1690>, 'h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'request': <Request at 0x3bb1410 GET http://127.0.0.1:5000/error/document>, 'tmpl_context': <pylons.util.AttribSafeContextObj at 0x3bb1490 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'translator': <gettext.GNUTranslations instance at 0x3bb8680>, 'session': {'_accessed_time': 1266496517.5416131, '_creation_time': 1266496491.444468}, 'N_': <function gettext_noop at 0x33f4410>, 'app_globals': <pylons_app.lib.app_globals.Globals object at 0x38a6510>, 'config': {'error_email_from': 'paste_error@localhost', 'beaker.session.auto': 'True', 'pylons.paths': {'templates': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'controllers': '/home/marcink/python_workspace/hg_app/pylons_app/controllers', 'static_files': '/home/marcink/python_workspace/hg_app/pylons_app/public', 'root': '/home/marcink/python_workspace/hg_app/pylons_app'}, 'pylons.errorware': {'debug': True}, 'pylons.response_options': {'headers': {'Pragma': 'no-cache', 'Cache-Control': 'no-cache'}, 'errors': 'strict', 'charset': 'utf-8', 'content_type': 'text/html'}, 'beaker.session.type': 'memory', 'pylons.c_attach_args': True, 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'smtp_server': 'localhost', 'app_conf': {'lang': 'en', 'beaker.session.auto': 'True', 'package': 'pylons_app', 'beaker.session.timeout': '3600', 'cache_dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.type': 'memory'}, 'pylons.cache_dir': '/home/marcink/python_workspace/hg_app/data', 'buffet.template_engines': [{'engine': 'mako', 'alias': None, 'template_root': '', 'template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}}], 'buffet.template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}, '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'routes.map': <routes.mapper.Mapper object at 0x38a6350>, 'here': '/home/marcink/python_workspace/hg_app', 'email_to': 'marcin.kuzminski@etelko.pl', 'pylons.h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'pylons.package': 'pylons_app', 'pylons.g': <pylons_app.lib.app_globals.Globals object at 0x38a6510>, 'lang': 'en', 'global_conf': {'error_email_from': 'paste_error@localhost', 'email_to': 'marcin.kuzminski@etelko.pl', 'debug': 'true', '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'smtp_server': 'localhost', 'here': '/home/marcink/python_workspace/hg_app'}, 'package': 'pylons_app', 'cache.dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.timeout': '3600', 'pylons.request_options': {'errors': 'replace', 'decode_param_names': False, 'charset': 'utf-8', 'language': 'en-us'}, 'pylons.db_engines': {}, 'pylons.strict_c': False, 'beaker.cache.data_dir': '/home/marcink/python_workspace/hg_app/data/cache', 'debug': True, 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.data_dir': '/home/marcink/python_workspace/hg_app/data/sessions'}, 'response': <Response at 0x3bb19d0 200 OK>, '_': <function ugettext at 0x33f4578>}
 
13:35:17,542 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
 
13:35:17,542 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
 
13:35:22,577 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:35:22,580 DEBUG [routes.middleware] No route matched for GET /
 
13:35:22,580 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:35:22,581 DEBUG [pylons.wsgiapp] No controller found, returning 404 HTTP Not Found
 
13:35:22,583 DEBUG [routes.middleware] Matched GET /error/document
 
13:35:22,584 DEBUG [routes.middleware] Route path: '/error/{action}', defaults: {'action': 'index', 'controller': u'error'}
 
13:35:22,584 DEBUG [routes.middleware] Match dict: {'action': u'document', 'controller': u'error'}
 
13:35:22,585 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:35:22,586 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'error'
 
13:35:22,586 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:35:22,587 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:35:22,587 DEBUG [pylons.controllers.core] Looking for u'document' method to handle the request
 
13:35:22,587 DEBUG [pylons.controllers.core] Calling 'document' method with keyword args: **{}
 
13:35:22,588 DEBUG [pylons.templating] Created render namespace with pylons vars: {'c': <pylons.util.AttribSafeContextObj at 0x3baa590 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'ungettext': <function ungettext at 0x33f4758>, 'g': <pylons_app.lib.app_globals.Globals object at 0x38a6510>, 'url': <routes.util.URLGenerator object at 0x3baa950>, 'h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'request': <Request at 0x3baae50 GET http://127.0.0.1:5000/error/document>, 'tmpl_context': <pylons.util.AttribSafeContextObj at 0x3baa590 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'translator': <gettext.GNUTranslations instance at 0x3bb8d40>, 'session': {'_accessed_time': 1266496522.5908301, '_creation_time': 1266496491.444468}, 'N_': <function gettext_noop at 0x33f4410>, 'app_globals': <pylons_app.lib.app_globals.Globals object at 0x38a6510>, 'config': {'error_email_from': 'paste_error@localhost', 'beaker.session.auto': 'True', 'pylons.paths': {'templates': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'controllers': '/home/marcink/python_workspace/hg_app/pylons_app/controllers', 'static_files': '/home/marcink/python_workspace/hg_app/pylons_app/public', 'root': '/home/marcink/python_workspace/hg_app/pylons_app'}, 'pylons.errorware': {'debug': True}, 'pylons.response_options': {'headers': {'Pragma': 'no-cache', 'Cache-Control': 'no-cache'}, 'errors': 'strict', 'charset': 'utf-8', 'content_type': 'text/html'}, 'beaker.session.type': 'memory', 'pylons.c_attach_args': True, 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'smtp_server': 'localhost', 'app_conf': {'lang': 'en', 'beaker.session.auto': 'True', 'package': 'pylons_app', 'beaker.session.timeout': '3600', 'cache_dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.type': 'memory'}, 'pylons.cache_dir': '/home/marcink/python_workspace/hg_app/data', 'buffet.template_engines': [{'engine': 'mako', 'alias': None, 'template_root': '', 'template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}}], 'buffet.template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}, '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'routes.map': <routes.mapper.Mapper object at 0x38a6350>, 'here': '/home/marcink/python_workspace/hg_app', 'email_to': 'marcin.kuzminski@etelko.pl', 'pylons.h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'pylons.package': 'pylons_app', 'pylons.g': <pylons_app.lib.app_globals.Globals object at 0x38a6510>, 'lang': 'en', 'global_conf': {'error_email_from': 'paste_error@localhost', 'email_to': 'marcin.kuzminski@etelko.pl', 'debug': 'true', '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'smtp_server': 'localhost', 'here': '/home/marcink/python_workspace/hg_app'}, 'package': 'pylons_app', 'cache.dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.timeout': '3600', 'pylons.request_options': {'errors': 'replace', 'decode_param_names': False, 'charset': 'utf-8', 'language': 'en-us'}, 'pylons.db_engines': {}, 'pylons.strict_c': False, 'beaker.cache.data_dir': '/home/marcink/python_workspace/hg_app/data/cache', 'debug': True, 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.data_dir': '/home/marcink/python_workspace/hg_app/data/sessions'}, 'response': <Response at 0x3baa910 200 OK>, '_': <function ugettext at 0x33f4578>}
 
13:35:22,591 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
 
13:35:22,591 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
 
13:35:27,628 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:35:27,630 DEBUG [routes.middleware] No route matched for GET /
 
13:35:27,631 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:35:27,632 DEBUG [pylons.wsgiapp] No controller found, returning 404 HTTP Not Found
 
13:35:27,634 DEBUG [routes.middleware] Matched GET /error/document
 
13:35:27,634 DEBUG [routes.middleware] Route path: '/error/{action}', defaults: {'action': 'index', 'controller': u'error'}
 
13:35:27,635 DEBUG [routes.middleware] Match dict: {'action': u'document', 'controller': u'error'}
 
13:35:27,635 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:35:27,636 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'error'
 
13:35:27,637 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:35:27,637 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:35:27,638 DEBUG [pylons.controllers.core] Looking for u'document' method to handle the request
 
13:35:27,638 DEBUG [pylons.controllers.core] Calling 'document' method with keyword args: **{}
 
13:35:27,649 DEBUG [pylons.templating] Created render namespace with pylons vars: {'c': <pylons.util.AttribSafeContextObj at 0x3bb77d0 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'ungettext': <function ungettext at 0x33f4758>, 'g': <pylons_app.lib.app_globals.Globals object at 0x38a6510>, 'url': <routes.util.URLGenerator object at 0x3baaa90>, 'h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'request': <Request at 0x3baa750 GET http://127.0.0.1:5000/error/document>, 'tmpl_context': <pylons.util.AttribSafeContextObj at 0x3bb77d0 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'translator': <gettext.GNUTranslations instance at 0x3bb9440>, 'session': {'_accessed_time': 1266496527.6500859, '_creation_time': 1266496491.444468}, 'N_': <function gettext_noop at 0x33f4410>, 'app_globals': <pylons_app.lib.app_globals.Globals object at 0x38a6510>, 'config': {'error_email_from': 'paste_error@localhost', 'beaker.session.auto': 'True', 'pylons.paths': {'templates': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'controllers': '/home/marcink/python_workspace/hg_app/pylons_app/controllers', 'static_files': '/home/marcink/python_workspace/hg_app/pylons_app/public', 'root': '/home/marcink/python_workspace/hg_app/pylons_app'}, 'pylons.errorware': {'debug': True}, 'pylons.response_options': {'headers': {'Pragma': 'no-cache', 'Cache-Control': 'no-cache'}, 'errors': 'strict', 'charset': 'utf-8', 'content_type': 'text/html'}, 'beaker.session.type': 'memory', 'pylons.c_attach_args': True, 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'smtp_server': 'localhost', 'app_conf': {'lang': 'en', 'beaker.session.auto': 'True', 'package': 'pylons_app', 'beaker.session.timeout': '3600', 'cache_dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.type': 'memory'}, 'pylons.cache_dir': '/home/marcink/python_workspace/hg_app/data', 'buffet.template_engines': [{'engine': 'mako', 'alias': None, 'template_root': '', 'template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}}], 'buffet.template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}, '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'routes.map': <routes.mapper.Mapper object at 0x38a6350>, 'here': '/home/marcink/python_workspace/hg_app', 'email_to': 'marcin.kuzminski@etelko.pl', 'pylons.h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'pylons.package': 'pylons_app', 'pylons.g': <pylons_app.lib.app_globals.Globals object at 0x38a6510>, 'lang': 'en', 'global_conf': {'error_email_from': 'paste_error@localhost', 'email_to': 'marcin.kuzminski@etelko.pl', 'debug': 'true', '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'smtp_server': 'localhost', 'here': '/home/marcink/python_workspace/hg_app'}, 'package': 'pylons_app', 'cache.dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.timeout': '3600', 'pylons.request_options': {'errors': 'replace', 'decode_param_names': False, 'charset': 'utf-8', 'language': 'en-us'}, 'pylons.db_engines': {}, 'pylons.strict_c': False, 'beaker.cache.data_dir': '/home/marcink/python_workspace/hg_app/data/cache', 'debug': True, 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.data_dir': '/home/marcink/python_workspace/hg_app/data/sessions'}, 'response': <Response at 0x3bb7550 200 OK>, '_': <function ugettext at 0x33f4578>}
 
13:35:27,650 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
 
13:35:27,651 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
 
13:35:32,686 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:35:32,689 DEBUG [routes.middleware] No route matched for GET /
 
13:35:32,689 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:35:32,690 DEBUG [pylons.wsgiapp] No controller found, returning 404 HTTP Not Found
 
13:35:32,692 DEBUG [routes.middleware] Matched GET /error/document
 
13:35:32,693 DEBUG [routes.middleware] Route path: '/error/{action}', defaults: {'action': 'index', 'controller': u'error'}
 
13:35:32,693 DEBUG [routes.middleware] Match dict: {'action': u'document', 'controller': u'error'}
 
13:35:32,694 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:35:32,695 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'error'
 
13:35:32,695 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:35:32,695 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:35:32,696 DEBUG [pylons.controllers.core] Looking for u'document' method to handle the request
 
13:35:32,696 DEBUG [pylons.controllers.core] Calling 'document' method with keyword args: **{}
 
13:35:32,697 DEBUG [pylons.templating] Created render namespace with pylons vars: {'c': <pylons.util.AttribSafeContextObj at 0x3bb7d90 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'ungettext': <function ungettext at 0x33f4758>, 'g': <pylons_app.lib.app_globals.Globals object at 0x38a6510>, 'url': <routes.util.URLGenerator object at 0x3bb7c90>, 'h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'request': <Request at 0x3bb7c50 GET http://127.0.0.1:5000/error/document>, 'tmpl_context': <pylons.util.AttribSafeContextObj at 0x3bb7d90 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'translator': <gettext.GNUTranslations instance at 0x3bb9b00>, 'session': {'_accessed_time': 1266496532.698153, '_creation_time': 1266496491.444468}, 'N_': <function gettext_noop at 0x33f4410>, 'app_globals': <pylons_app.lib.app_globals.Globals object at 0x38a6510>, 'config': {'error_email_from': 'paste_error@localhost', 'beaker.session.auto': 'True', 'pylons.paths': {'templates': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'controllers': '/home/marcink/python_workspace/hg_app/pylons_app/controllers', 'static_files': '/home/marcink/python_workspace/hg_app/pylons_app/public', 'root': '/home/marcink/python_workspace/hg_app/pylons_app'}, 'pylons.errorware': {'debug': True}, 'pylons.response_options': {'headers': {'Pragma': 'no-cache', 'Cache-Control': 'no-cache'}, 'errors': 'strict', 'charset': 'utf-8', 'content_type': 'text/html'}, 'beaker.session.type': 'memory', 'pylons.c_attach_args': True, 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'smtp_server': 'localhost', 'app_conf': {'lang': 'en', 'beaker.session.auto': 'True', 'package': 'pylons_app', 'beaker.session.timeout': '3600', 'cache_dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.type': 'memory'}, 'pylons.cache_dir': '/home/marcink/python_workspace/hg_app/data', 'buffet.template_engines': [{'engine': 'mako', 'alias': None, 'template_root': '', 'template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}}], 'buffet.template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}, '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'routes.map': <routes.mapper.Mapper object at 0x38a6350>, 'here': '/home/marcink/python_workspace/hg_app', 'email_to': 'marcin.kuzminski@etelko.pl', 'pylons.h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'pylons.package': 'pylons_app', 'pylons.g': <pylons_app.lib.app_globals.Globals object at 0x38a6510>, 'lang': 'en', 'global_conf': {'error_email_from': 'paste_error@localhost', 'email_to': 'marcin.kuzminski@etelko.pl', 'debug': 'true', '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'smtp_server': 'localhost', 'here': '/home/marcink/python_workspace/hg_app'}, 'package': 'pylons_app', 'cache.dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.timeout': '3600', 'pylons.request_options': {'errors': 'replace', 'decode_param_names': False, 'charset': 'utf-8', 'language': 'en-us'}, 'pylons.db_engines': {}, 'pylons.strict_c': False, 'beaker.cache.data_dir': '/home/marcink/python_workspace/hg_app/data/cache', 'debug': True, 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.data_dir': '/home/marcink/python_workspace/hg_app/data/sessions'}, 'response': <Response at 0x3bb7cd0 200 OK>, '_': <function ugettext at 0x33f4578>}
 
13:35:32,704 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
 
13:35:32,704 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
 
13:35:37,759 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:35:37,762 DEBUG [routes.middleware] No route matched for GET /
 
13:35:37,762 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:35:37,764 DEBUG [pylons.wsgiapp] No controller found, returning 404 HTTP Not Found
 
13:35:37,765 DEBUG [routes.middleware] Matched GET /error/document
 
13:35:37,766 DEBUG [routes.middleware] Route path: '/error/{action}', defaults: {'action': 'index', 'controller': u'error'}
 
13:35:37,766 DEBUG [routes.middleware] Match dict: {'action': u'document', 'controller': u'error'}
 
13:35:37,767 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:35:37,768 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'error'
 
13:35:37,768 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:35:37,769 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:35:37,769 DEBUG [pylons.controllers.core] Looking for u'document' method to handle the request
 
13:35:37,769 DEBUG [pylons.controllers.core] Calling 'document' method with keyword args: **{}
 
13:35:37,770 DEBUG [pylons.templating] Created render namespace with pylons vars: {'c': <pylons.util.AttribSafeContextObj at 0x3bbc390 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'ungettext': <function ungettext at 0x33f4758>, 'g': <pylons_app.lib.app_globals.Globals object at 0x38a6510>, 'url': <routes.util.URLGenerator object at 0x3bbc290>, 'h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'request': <Request at 0x3bbc250 GET http://127.0.0.1:5000/error/document>, 'tmpl_context': <pylons.util.AttribSafeContextObj at 0x3bbc390 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'translator': <gettext.GNUTranslations instance at 0x3bbd440>, 'session': {'_accessed_time': 1266496537.771328, '_creation_time': 1266496491.444468}, 'N_': <function gettext_noop at 0x33f4410>, 'app_globals': <pylons_app.lib.app_globals.Globals object at 0x38a6510>, 'config': {'error_email_from': 'paste_error@localhost', 'beaker.session.auto': 'True', 'pylons.paths': {'templates': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'controllers': '/home/marcink/python_workspace/hg_app/pylons_app/controllers', 'static_files': '/home/marcink/python_workspace/hg_app/pylons_app/public', 'root': '/home/marcink/python_workspace/hg_app/pylons_app'}, 'pylons.errorware': {'debug': True}, 'pylons.response_options': {'headers': {'Pragma': 'no-cache', 'Cache-Control': 'no-cache'}, 'errors': 'strict', 'charset': 'utf-8', 'content_type': 'text/html'}, 'beaker.session.type': 'memory', 'pylons.c_attach_args': True, 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'smtp_server': 'localhost', 'app_conf': {'lang': 'en', 'beaker.session.auto': 'True', 'package': 'pylons_app', 'beaker.session.timeout': '3600', 'cache_dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.type': 'memory'}, 'pylons.cache_dir': '/home/marcink/python_workspace/hg_app/data', 'buffet.template_engines': [{'engine': 'mako', 'alias': None, 'template_root': '', 'template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}}], 'buffet.template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}, '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'routes.map': <routes.mapper.Mapper object at 0x38a6350>, 'here': '/home/marcink/python_workspace/hg_app', 'email_to': 'marcin.kuzminski@etelko.pl', 'pylons.h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'pylons.package': 'pylons_app', 'pylons.g': <pylons_app.lib.app_globals.Globals object at 0x38a6510>, 'lang': 'en', 'global_conf': {'error_email_from': 'paste_error@localhost', 'email_to': 'marcin.kuzminski@etelko.pl', 'debug': 'true', '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'smtp_server': 'localhost', 'here': '/home/marcink/python_workspace/hg_app'}, 'package': 'pylons_app', 'cache.dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.timeout': '3600', 'pylons.request_options': {'errors': 'replace', 'decode_param_names': False, 'charset': 'utf-8', 'language': 'en-us'}, 'pylons.db_engines': {}, 'pylons.strict_c': False, 'beaker.cache.data_dir': '/home/marcink/python_workspace/hg_app/data/cache', 'debug': True, 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.data_dir': '/home/marcink/python_workspace/hg_app/data/sessions'}, 'response': <Response at 0x3bbc2d0 200 OK>, '_': <function ugettext at 0x33f4578>}
 
13:35:37,773 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
 
13:35:37,774 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
 
13:35:42,803 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:35:42,804 DEBUG [routes.middleware] No route matched for GET /
 
13:35:42,804 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:35:42,805 DEBUG [pylons.wsgiapp] No controller found, returning 404 HTTP Not Found
 
13:35:42,805 DEBUG [routes.middleware] Matched GET /error/document
 
13:35:42,805 DEBUG [routes.middleware] Route path: '/error/{action}', defaults: {'action': 'index', 'controller': u'error'}
 
13:35:42,806 DEBUG [routes.middleware] Match dict: {'action': u'document', 'controller': u'error'}
 
13:35:42,806 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:35:42,806 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'error'
 
13:35:42,806 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:35:42,806 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:35:42,807 DEBUG [pylons.controllers.core] Looking for u'document' method to handle the request
 
13:35:42,807 DEBUG [pylons.controllers.core] Calling 'document' method with keyword args: **{}
 
13:35:42,807 DEBUG [pylons.templating] Created render namespace with pylons vars: {'c': <pylons.util.AttribSafeContextObj at 0x3bbca50 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'ungettext': <function ungettext at 0x33f4758>, 'g': <pylons_app.lib.app_globals.Globals object at 0x38a6510>, 'url': <routes.util.URLGenerator object at 0x3bbc950>, 'h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'request': <Request at 0x3bbc910 GET http://127.0.0.1:5000/error/document>, 'tmpl_context': <pylons.util.AttribSafeContextObj at 0x3bbca50 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'translator': <gettext.GNUTranslations instance at 0x3bbdd88>, 'session': {'_accessed_time': 1266496542.8076911, '_creation_time': 1266496491.444468}, 'N_': <function gettext_noop at 0x33f4410>, 'app_globals': <pylons_app.lib.app_globals.Globals object at 0x38a6510>, 'config': {'error_email_from': 'paste_error@localhost', 'beaker.session.auto': 'True', 'pylons.paths': {'templates': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'controllers': '/home/marcink/python_workspace/hg_app/pylons_app/controllers', 'static_files': '/home/marcink/python_workspace/hg_app/pylons_app/public', 'root': '/home/marcink/python_workspace/hg_app/pylons_app'}, 'pylons.errorware': {'debug': True}, 'pylons.response_options': {'headers': {'Pragma': 'no-cache', 'Cache-Control': 'no-cache'}, 'errors': 'strict', 'charset': 'utf-8', 'content_type': 'text/html'}, 'beaker.session.type': 'memory', 'pylons.c_attach_args': True, 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'smtp_server': 'localhost', 'app_conf': {'lang': 'en', 'beaker.session.auto': 'True', 'package': 'pylons_app', 'beaker.session.timeout': '3600', 'cache_dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.type': 'memory'}, 'pylons.cache_dir': '/home/marcink/python_workspace/hg_app/data', 'buffet.template_engines': [{'engine': 'mako', 'alias': None, 'template_root': '', 'template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}}], 'buffet.template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}, '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'routes.map': <routes.mapper.Mapper object at 0x38a6350>, 'here': '/home/marcink/python_workspace/hg_app', 'email_to': 'marcin.kuzminski@etelko.pl', 'pylons.h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'pylons.package': 'pylons_app', 'pylons.g': <pylons_app.lib.app_globals.Globals object at 0x38a6510>, 'lang': 'en', 'global_conf': {'error_email_from': 'paste_error@localhost', 'email_to': 'marcin.kuzminski@etelko.pl', 'debug': 'true', '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'smtp_server': 'localhost', 'here': '/home/marcink/python_workspace/hg_app'}, 'package': 'pylons_app', 'cache.dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.timeout': '3600', 'pylons.request_options': {'errors': 'replace', 'decode_param_names': False, 'charset': 'utf-8', 'language': 'en-us'}, 'pylons.db_engines': {}, 'pylons.strict_c': False, 'beaker.cache.data_dir': '/home/marcink/python_workspace/hg_app/data/cache', 'debug': True, 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.data_dir': '/home/marcink/python_workspace/hg_app/data/sessions'}, 'response': <Response at 0x3bbc990 200 OK>, '_': <function ugettext at 0x33f4578>}
 
13:35:42,808 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
 
13:35:42,808 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
 
13:35:43,329 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
 
13:35:43,329 DEBUG [pylons.configuration] Pushing process configuration
 
13:35:43,333 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
 
13:35:43,333 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
 
13:35:43,338 DEBUG [pylons.templating] Initialized Buffet object
 
13:35:43,339 DEBUG [pylons.templating] Adding mako template language for use with Buffet
 
13:35:43,339 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
 
13:35:43,341 DEBUG [paste.httpserver.ThreadPool] Started new worker 139870147250448: Initial worker pool
 
13:35:43,342 DEBUG [paste.httpserver.ThreadPool] Started new worker 139870138857744: Initial worker pool
 
13:35:43,342 DEBUG [paste.httpserver.ThreadPool] Started new worker 139870130465040: Initial worker pool
 
13:35:43,342 DEBUG [paste.httpserver.ThreadPool] Started new worker 139870122072336: Initial worker pool
 
13:35:43,342 DEBUG [paste.httpserver.ThreadPool] Started new worker 139870113679632: Initial worker pool
 
13:35:43,342 DEBUG [paste.httpserver.ThreadPool] Started new worker 139870105286928: Initial worker pool
 
13:35:43,343 DEBUG [paste.httpserver.ThreadPool] Started new worker 139870096894224: Initial worker pool
 
13:35:43,343 DEBUG [paste.httpserver.ThreadPool] Started new worker 139870088501520: Initial worker pool
 
13:35:43,343 DEBUG [paste.httpserver.ThreadPool] Started new worker 139870080108816: Initial worker pool
 
13:35:43,343 DEBUG [paste.httpserver.ThreadPool] Started new worker 139870071716112: Initial worker pool
 
13:35:47,872 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:35:47,882 DEBUG [routes.middleware] No route matched for GET /
 
13:35:47,883 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:35:47,884 DEBUG [pylons.wsgiapp] No controller found, returning 404 HTTP Not Found
 
13:35:47,884 DEBUG [routes.middleware] Matched GET /error/document
 
13:35:47,884 DEBUG [routes.middleware] Route path: '/error/{action}', defaults: {'action': 'index', 'controller': u'error'}
 
13:35:47,884 DEBUG [routes.middleware] Match dict: {'action': u'document', 'controller': u'error'}
 
13:35:47,885 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:35:47,885 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'error'
 
13:35:47,908 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.error', class: 'ErrorController'
 
13:35:47,908 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:35:47,908 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:35:47,908 DEBUG [pylons.controllers.core] Looking for u'document' method to handle the request
 
13:35:47,908 DEBUG [pylons.controllers.core] Calling 'document' method with keyword args: **{}
 
13:35:47,908 DEBUG [pylons.templating] Created render namespace with pylons vars: {'c': <pylons.util.AttribSafeContextObj at 0x2db59d0 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'ungettext': <function ungettext at 0x2811758>, 'g': <pylons_app.lib.app_globals.Globals object at 0x2cc2510>, 'url': <routes.util.URLGenerator object at 0x2db58d0>, 'h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'request': <Request at 0x2db5890 GET http://127.0.0.1:5000/error/document>, 'tmpl_context': <pylons.util.AttribSafeContextObj at 0x2db59d0 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'translator': <gettext.GNUTranslations instance at 0x2db9638>, 'session': {'_accessed_time': 1266496547.909178, '_creation_time': 1266496547.909178}, 'N_': <function gettext_noop at 0x2811410>, 'app_globals': <pylons_app.lib.app_globals.Globals object at 0x2cc2510>, 'config': {'error_email_from': 'paste_error@localhost', 'beaker.session.auto': 'True', 'pylons.paths': {'templates': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'controllers': '/home/marcink/python_workspace/hg_app/pylons_app/controllers', 'static_files': '/home/marcink/python_workspace/hg_app/pylons_app/public', 'root': '/home/marcink/python_workspace/hg_app/pylons_app'}, 'pylons.errorware': {'debug': True}, 'pylons.response_options': {'headers': {'Pragma': 'no-cache', 'Cache-Control': 'no-cache'}, 'errors': 'strict', 'charset': 'utf-8', 'content_type': 'text/html'}, 'beaker.session.type': 'memory', 'pylons.c_attach_args': True, 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'smtp_server': 'localhost', 'app_conf': {'lang': 'en', 'beaker.session.auto': 'True', 'package': 'pylons_app', 'beaker.session.timeout': '3600', 'cache_dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.type': 'memory'}, 'pylons.cache_dir': '/home/marcink/python_workspace/hg_app/data', 'buffet.template_engines': [{'engine': 'mako', 'alias': None, 'template_root': '', 'template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}}], 'buffet.template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}, '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'routes.map': <routes.mapper.Mapper object at 0x2cc2350>, 'here': '/home/marcink/python_workspace/hg_app', 'email_to': 'marcin.kuzminski@etelko.pl', 'pylons.h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'pylons.package': 'pylons_app', 'pylons.g': <pylons_app.lib.app_globals.Globals object at 0x2cc2510>, 'lang': 'en', 'global_conf': {'error_email_from': 'paste_error@localhost', 'email_to': 'marcin.kuzminski@etelko.pl', 'debug': 'true', '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'smtp_server': 'localhost', 'here': '/home/marcink/python_workspace/hg_app'}, 'package': 'pylons_app', 'cache.dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.timeout': '3600', 'pylons.request_options': {'errors': 'replace', 'decode_param_names': False, 'charset': 'utf-8', 'language': 'en-us'}, 'pylons.db_engines': {}, 'pylons.strict_c': False, 'beaker.cache.data_dir': '/home/marcink/python_workspace/hg_app/data/cache', 'debug': True, 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.data_dir': '/home/marcink/python_workspace/hg_app/data/sessions'}, 'response': <Response at 0x2db5910 200 OK>, '_': <function ugettext at 0x2811578>}
 
13:35:47,910 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
 
13:35:47,910 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
 
13:35:52,952 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:35:52,954 DEBUG [routes.middleware] No route matched for GET /
 
13:35:52,955 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:35:52,956 DEBUG [pylons.wsgiapp] No controller found, returning 404 HTTP Not Found
 
13:35:52,958 DEBUG [routes.middleware] Matched GET /error/document
 
13:35:52,958 DEBUG [routes.middleware] Route path: '/error/{action}', defaults: {'action': 'index', 'controller': u'error'}
 
13:35:52,959 DEBUG [routes.middleware] Match dict: {'action': u'document', 'controller': u'error'}
 
13:35:52,959 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:35:52,960 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'error'
 
13:35:52,961 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:35:52,961 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:35:52,962 DEBUG [pylons.controllers.core] Looking for u'document' method to handle the request
 
13:35:52,962 DEBUG [pylons.controllers.core] Calling 'document' method with keyword args: **{}
 
13:35:52,963 DEBUG [pylons.templating] Created render namespace with pylons vars: {'c': <pylons.util.AttribSafeContextObj at 0x2fe1ad0 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'ungettext': <function ungettext at 0x2811758>, 'g': <pylons_app.lib.app_globals.Globals object at 0x2cc2510>, 'url': <routes.util.URLGenerator object at 0x2fe19d0>, 'h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'request': <Request at 0x2fe1990 GET http://127.0.0.1:5000/error/document>, 'tmpl_context': <pylons.util.AttribSafeContextObj at 0x2fe1ad0 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'translator': <gettext.GNUTranslations instance at 0x2fe4368>, 'session': {'_accessed_time': 1266496552.963866, '_creation_time': 1266496547.909178}, 'N_': <function gettext_noop at 0x2811410>, 'app_globals': <pylons_app.lib.app_globals.Globals object at 0x2cc2510>, 'config': {'error_email_from': 'paste_error@localhost', 'beaker.session.auto': 'True', 'pylons.paths': {'templates': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'controllers': '/home/marcink/python_workspace/hg_app/pylons_app/controllers', 'static_files': '/home/marcink/python_workspace/hg_app/pylons_app/public', 'root': '/home/marcink/python_workspace/hg_app/pylons_app'}, 'pylons.errorware': {'debug': True}, 'pylons.response_options': {'headers': {'Pragma': 'no-cache', 'Cache-Control': 'no-cache'}, 'errors': 'strict', 'charset': 'utf-8', 'content_type': 'text/html'}, 'beaker.session.type': 'memory', 'pylons.c_attach_args': True, 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'smtp_server': 'localhost', 'app_conf': {'lang': 'en', 'beaker.session.auto': 'True', 'package': 'pylons_app', 'beaker.session.timeout': '3600', 'cache_dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.type': 'memory'}, 'pylons.cache_dir': '/home/marcink/python_workspace/hg_app/data', 'buffet.template_engines': [{'engine': 'mako', 'alias': None, 'template_root': '', 'template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}}], 'buffet.template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}, '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'routes.map': <routes.mapper.Mapper object at 0x2cc2350>, 'here': '/home/marcink/python_workspace/hg_app', 'email_to': 'marcin.kuzminski@etelko.pl', 'pylons.h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'pylons.package': 'pylons_app', 'pylons.g': <pylons_app.lib.app_globals.Globals object at 0x2cc2510>, 'lang': 'en', 'global_conf': {'error_email_from': 'paste_error@localhost', 'email_to': 'marcin.kuzminski@etelko.pl', 'debug': 'true', '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'smtp_server': 'localhost', 'here': '/home/marcink/python_workspace/hg_app'}, 'package': 'pylons_app', 'cache.dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.timeout': '3600', 'pylons.request_options': {'errors': 'replace', 'decode_param_names': False, 'charset': 'utf-8', 'language': 'en-us'}, 'pylons.db_engines': {}, 'pylons.strict_c': False, 'beaker.cache.data_dir': '/home/marcink/python_workspace/hg_app/data/cache', 'debug': True, 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.data_dir': '/home/marcink/python_workspace/hg_app/data/sessions'}, 'response': <Response at 0x2fe1a10 200 OK>, '_': <function ugettext at 0x2811578>}
 
13:35:52,965 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
 
13:35:52,966 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
 
13:35:54,886 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
 
13:35:54,886 DEBUG [pylons.configuration] Pushing process configuration
 
13:35:54,890 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
 
13:35:54,890 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
 
13:35:54,894 DEBUG [pylons.templating] Initialized Buffet object
 
13:35:54,894 DEBUG [pylons.templating] Adding mako template language for use with Buffet
 
13:35:54,895 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
 
13:35:54,897 DEBUG [paste.httpserver.ThreadPool] Started new worker 140658063747344: Initial worker pool
 
13:35:54,897 DEBUG [paste.httpserver.ThreadPool] Started new worker 140658055354640: Initial worker pool
 
13:35:54,897 DEBUG [paste.httpserver.ThreadPool] Started new worker 140658046961936: Initial worker pool
 
13:35:54,898 DEBUG [paste.httpserver.ThreadPool] Started new worker 140658038569232: Initial worker pool
 
13:35:54,898 DEBUG [paste.httpserver.ThreadPool] Started new worker 140658030176528: Initial worker pool
 
13:35:54,898 DEBUG [paste.httpserver.ThreadPool] Started new worker 140658021783824: Initial worker pool
 
13:35:54,898 DEBUG [paste.httpserver.ThreadPool] Started new worker 140658013391120: Initial worker pool
 
13:35:54,899 DEBUG [paste.httpserver.ThreadPool] Started new worker 140658004998416: Initial worker pool
 
13:35:54,899 DEBUG [paste.httpserver.ThreadPool] Started new worker 140657996605712: Initial worker pool
 
13:35:54,899 DEBUG [paste.httpserver.ThreadPool] Started new worker 140657988213008: Initial worker pool
 
13:35:58,005 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:35:58,019 DEBUG [routes.middleware] No route matched for GET /
 
13:35:58,020 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:35:58,024 DEBUG [pylons.wsgiapp] No controller found, returning 404 HTTP Not Found
 
13:35:58,026 DEBUG [routes.middleware] Matched GET /error/document
 
13:35:58,026 DEBUG [routes.middleware] Route path: '/error/{action}', defaults: {'action': 'index', 'controller': u'error'}
 
13:35:58,027 DEBUG [routes.middleware] Match dict: {'action': u'document', 'controller': u'error'}
 
13:35:58,027 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:35:58,028 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'error'
 
13:35:58,060 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.error', class: 'ErrorController'
 
13:35:58,060 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:35:58,061 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:35:58,061 DEBUG [pylons.controllers.core] Looking for u'document' method to handle the request
 
13:35:58,061 DEBUG [pylons.controllers.core] Calling 'document' method with keyword args: **{}
 
13:35:58,061 DEBUG [pylons.templating] Created render namespace with pylons vars: {'c': <pylons.util.AttribSafeContextObj at 0x294e9d0 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'ungettext': <function ungettext at 0x23ad758>, 'g': <pylons_app.lib.app_globals.Globals object at 0x285e510>, 'url': <routes.util.URLGenerator object at 0x294e8d0>, 'h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'request': <Request at 0x294e890 GET http://127.0.0.1:5000/error/document>, 'tmpl_context': <pylons.util.AttribSafeContextObj at 0x294e9d0 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'translator': <gettext.GNUTranslations instance at 0x2952638>, 'session': {'_accessed_time': 1266496558.0620201, '_creation_time': 1266496558.0620201}, 'N_': <function gettext_noop at 0x23ad410>, 'app_globals': <pylons_app.lib.app_globals.Globals object at 0x285e510>, 'config': {'error_email_from': 'paste_error@localhost', 'beaker.session.auto': 'True', 'pylons.paths': {'templates': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'controllers': '/home/marcink/python_workspace/hg_app/pylons_app/controllers', 'static_files': '/home/marcink/python_workspace/hg_app/pylons_app/public', 'root': '/home/marcink/python_workspace/hg_app/pylons_app'}, 'pylons.errorware': {'debug': True}, 'pylons.response_options': {'headers': {'Pragma': 'no-cache', 'Cache-Control': 'no-cache'}, 'errors': 'strict', 'charset': 'utf-8', 'content_type': 'text/html'}, 'beaker.session.type': 'memory', 'pylons.c_attach_args': True, 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'smtp_server': 'localhost', 'app_conf': {'lang': 'en', 'beaker.session.auto': 'True', 'package': 'pylons_app', 'beaker.session.timeout': '3600', 'cache_dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.type': 'memory'}, 'pylons.cache_dir': '/home/marcink/python_workspace/hg_app/data', 'buffet.template_engines': [{'engine': 'mako', 'alias': None, 'template_root': '', 'template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}}], 'buffet.template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}, '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'routes.map': <routes.mapper.Mapper object at 0x285e350>, 'here': '/home/marcink/python_workspace/hg_app', 'email_to': 'marcin.kuzminski@etelko.pl', 'pylons.h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'pylons.package': 'pylons_app', 'pylons.g': <pylons_app.lib.app_globals.Globals object at 0x285e510>, 'lang': 'en', 'global_conf': {'error_email_from': 'paste_error@localhost', 'email_to': 'marcin.kuzminski@etelko.pl', 'debug': 'true', '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'smtp_server': 'localhost', 'here': '/home/marcink/python_workspace/hg_app'}, 'package': 'pylons_app', 'cache.dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.timeout': '3600', 'pylons.request_options': {'errors': 'replace', 'decode_param_names': False, 'charset': 'utf-8', 'language': 'en-us'}, 'pylons.db_engines': {}, 'pylons.strict_c': False, 'beaker.cache.data_dir': '/home/marcink/python_workspace/hg_app/data/cache', 'debug': True, 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.data_dir': '/home/marcink/python_workspace/hg_app/data/sessions'}, 'response': <Response at 0x294e910 200 OK>, '_': <function ugettext at 0x23ad578>}
 
13:35:58,063 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
 
13:35:58,063 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
 
13:36:00,995 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:36:00,996 DEBUG [routes.middleware] Matched GET /add/dupa
 
13:36:00,996 DEBUG [routes.middleware] Route path: '/add/{new_repo}', defaults: {'action': u'add_repo', 'new_repo': u'', 'controller': u'hg'}
 
13:36:00,997 DEBUG [routes.middleware] Match dict: {'action': u'add_repo', 'new_repo': u'dupa', 'controller': u'hg'}
 
13:36:00,997 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:36:00,997 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:36:01,029 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
 
13:36:01,029 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:36:01,029 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:36:01,029 DEBUG [pylons.controllers.core] Looking for u'add_repo' method to handle the request
 
13:36:01,030 DEBUG [pylons.controllers.core] Calling 'add_repo' method with keyword args: **{'new_repo': u'dupa'}
 
13:36:01,030 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
 
13:36:01,030 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
 
13:36:11,524 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
 
13:36:11,525 DEBUG [pylons.configuration] Pushing process configuration
 
13:36:11,528 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
 
13:36:11,528 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
 
13:36:11,532 DEBUG [pylons.templating] Initialized Buffet object
 
13:36:11,532 DEBUG [pylons.templating] Adding mako template language for use with Buffet
 
13:36:11,532 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
 
13:36:11,534 DEBUG [paste.httpserver.ThreadPool] Started new worker 140240408353040: Initial worker pool
 
13:36:11,534 DEBUG [paste.httpserver.ThreadPool] Started new worker 140240399960336: Initial worker pool
 
13:36:11,535 DEBUG [paste.httpserver.ThreadPool] Started new worker 140240391567632: Initial worker pool
 
13:36:11,535 DEBUG [paste.httpserver.ThreadPool] Started new worker 140240383174928: Initial worker pool
 
13:36:11,535 DEBUG [paste.httpserver.ThreadPool] Started new worker 140240374782224: Initial worker pool
 
13:36:11,535 DEBUG [paste.httpserver.ThreadPool] Started new worker 140240366389520: Initial worker pool
 
13:36:11,536 DEBUG [paste.httpserver.ThreadPool] Started new worker 140240357996816: Initial worker pool
 
13:36:11,536 DEBUG [paste.httpserver.ThreadPool] Started new worker 140240349604112: Initial worker pool
 
13:36:11,536 DEBUG [paste.httpserver.ThreadPool] Started new worker 140240341211408: Initial worker pool
 
13:36:11,536 DEBUG [paste.httpserver.ThreadPool] Started new worker 140240332818704: Initial worker pool
 
13:36:13,092 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:36:13,104 DEBUG [routes.middleware] Matched GET /add/dupa
 
13:36:13,104 DEBUG [routes.middleware] Route path: '/add/{new_repo}', defaults: {'action': u'add_repo', 'controller': u'hg'}
 
13:36:13,104 DEBUG [routes.middleware] Match dict: {'action': u'add_repo', 'new_repo': u'dupa', 'controller': u'hg'}
 
13:36:13,104 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:36:13,105 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:36:13,156 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
 
13:36:13,156 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:36:13,156 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:36:13,156 DEBUG [pylons.controllers.core] Looking for u'add_repo' method to handle the request
 
13:36:13,157 DEBUG [pylons.controllers.core] Calling 'add_repo' method with keyword args: **{'new_repo': u'dupa'}
 
13:36:13,157 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
 
13:36:13,157 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
 
13:36:15,056 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:36:15,059 DEBUG [routes.middleware] Matched GET /add/dupa
 
13:36:15,060 DEBUG [routes.middleware] Route path: '/add/{new_repo}', defaults: {'action': u'add_repo', 'controller': u'hg'}
 
13:36:15,060 DEBUG [routes.middleware] Match dict: {'action': u'add_repo', 'new_repo': u'dupa', 'controller': u'hg'}
 
13:36:15,061 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:36:15,061 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:36:15,062 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:36:15,062 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:36:15,062 DEBUG [pylons.controllers.core] Looking for u'add_repo' method to handle the request
 
13:36:15,062 DEBUG [pylons.controllers.core] Calling 'add_repo' method with keyword args: **{'new_repo': u'dupa'}
 
13:36:15,062 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
 
13:36:15,062 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
 
13:36:15,514 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:36:15,515 DEBUG [routes.middleware] Matched GET /add/dupa
 
13:36:15,516 DEBUG [routes.middleware] Route path: '/add/{new_repo}', defaults: {'action': u'add_repo', 'controller': u'hg'}
 
13:36:15,516 DEBUG [routes.middleware] Match dict: {'action': u'add_repo', 'new_repo': u'dupa', 'controller': u'hg'}
 
13:36:15,516 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:36:15,516 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:36:15,517 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:36:15,517 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:36:15,517 DEBUG [pylons.controllers.core] Looking for u'add_repo' method to handle the request
 
13:36:15,517 DEBUG [pylons.controllers.core] Calling 'add_repo' method with keyword args: **{'new_repo': u'dupa'}
 
13:36:15,517 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
 
13:36:15,517 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
 
13:36:15,916 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:36:15,917 DEBUG [routes.middleware] Matched GET /add/dupa
 
13:36:15,918 DEBUG [routes.middleware] Route path: '/add/{new_repo}', defaults: {'action': u'add_repo', 'controller': u'hg'}
 
13:36:15,918 DEBUG [routes.middleware] Match dict: {'action': u'add_repo', 'new_repo': u'dupa', 'controller': u'hg'}
 
13:36:15,918 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:36:15,918 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:36:15,919 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:36:15,919 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:36:15,919 DEBUG [pylons.controllers.core] Looking for u'add_repo' method to handle the request
 
13:36:15,919 DEBUG [pylons.controllers.core] Calling 'add_repo' method with keyword args: **{'new_repo': u'dupa'}
 
13:36:15,919 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
 
13:36:15,919 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
 
13:36:16,256 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:36:16,259 DEBUG [routes.middleware] Matched GET /add/dupa
 
13:36:16,259 DEBUG [routes.middleware] Route path: '/add/{new_repo}', defaults: {'action': u'add_repo', 'controller': u'hg'}
 
13:36:16,260 DEBUG [routes.middleware] Match dict: {'action': u'add_repo', 'new_repo': u'dupa', 'controller': u'hg'}
 
13:36:16,260 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:36:16,262 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:36:16,263 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:36:16,263 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:36:16,263 DEBUG [pylons.controllers.core] Looking for u'add_repo' method to handle the request
 
13:36:16,264 DEBUG [pylons.controllers.core] Calling 'add_repo' method with keyword args: **{'new_repo': u'dupa'}
 
13:36:16,264 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
 
13:36:16,264 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
 
13:36:16,944 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:36:16,947 DEBUG [routes.middleware] Matched GET /add/dupa
 
13:36:16,947 DEBUG [routes.middleware] Route path: '/add/{new_repo}', defaults: {'action': u'add_repo', 'controller': u'hg'}
 
13:36:16,948 DEBUG [routes.middleware] Match dict: {'action': u'add_repo', 'new_repo': u'dupa', 'controller': u'hg'}
 
13:36:16,948 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:36:16,950 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:36:16,950 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:36:16,950 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:36:16,951 DEBUG [pylons.controllers.core] Looking for u'add_repo' method to handle the request
 
13:36:16,951 DEBUG [pylons.controllers.core] Calling 'add_repo' method with keyword args: **{'new_repo': u'dupa'}
 
13:36:16,951 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
 
13:36:16,951 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
 
13:36:21,978 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
 
13:36:21,978 DEBUG [pylons.configuration] Pushing process configuration
 
13:36:21,982 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
 
13:36:21,982 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
 
13:36:21,985 DEBUG [pylons.templating] Initialized Buffet object
 
13:36:21,986 DEBUG [pylons.templating] Adding mako template language for use with Buffet
 
13:36:21,986 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
 
13:36:21,988 DEBUG [paste.httpserver.ThreadPool] Started new worker 139733620590864: Initial worker pool
 
13:36:21,988 DEBUG [paste.httpserver.ThreadPool] Started new worker 139733612198160: Initial worker pool
 
13:36:21,988 DEBUG [paste.httpserver.ThreadPool] Started new worker 139733603805456: Initial worker pool
 
13:36:21,988 DEBUG [paste.httpserver.ThreadPool] Started new worker 139733595412752: Initial worker pool
 
13:36:21,989 DEBUG [paste.httpserver.ThreadPool] Started new worker 139733587020048: Initial worker pool
 
13:36:21,989 DEBUG [paste.httpserver.ThreadPool] Started new worker 139733578627344: Initial worker pool
 
13:36:21,989 DEBUG [paste.httpserver.ThreadPool] Started new worker 139733570234640: Initial worker pool
 
13:36:21,990 DEBUG [paste.httpserver.ThreadPool] Started new worker 139733561841936: Initial worker pool
 
13:36:21,990 DEBUG [paste.httpserver.ThreadPool] Started new worker 139733553449232: Initial worker pool
 
13:36:21,990 DEBUG [paste.httpserver.ThreadPool] Started new worker 139733545056528: Initial worker pool
 
13:36:22,534 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:36:22,549 DEBUG [routes.middleware] Matched GET /add/dupa
 
13:36:22,549 DEBUG [routes.middleware] Route path: '/add/{new_repo}', defaults: {'action': u'add_repo', 'controller': u'hg'}
 
13:36:22,549 DEBUG [routes.middleware] Match dict: {'action': u'add_repo', 'new_repo': u'dupa', 'controller': u'hg'}
 
13:36:22,549 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:36:22,551 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:36:22,599 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
 
13:36:22,599 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:36:22,599 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:36:22,599 DEBUG [pylons.controllers.core] Looking for u'add_repo' method to handle the request
 
13:36:22,599 DEBUG [pylons.controllers.core] Calling 'add_repo' method with keyword args: **{'new_repo': u'dupa'}
 
13:36:22,600 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
 
13:36:22,600 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
 
13:36:27,362 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
 
13:36:27,362 DEBUG [pylons.configuration] Pushing process configuration
 
13:36:27,366 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
 
13:36:27,366 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
 
13:36:27,369 DEBUG [pylons.templating] Initialized Buffet object
 
13:36:27,369 DEBUG [pylons.templating] Adding mako template language for use with Buffet
 
13:36:27,370 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
 
13:36:27,372 DEBUG [paste.httpserver.ThreadPool] Started new worker 140156592253200: Initial worker pool
 
13:36:27,372 DEBUG [paste.httpserver.ThreadPool] Started new worker 140156583860496: Initial worker pool
 
13:36:27,372 DEBUG [paste.httpserver.ThreadPool] Started new worker 140156575467792: Initial worker pool
 
13:36:27,373 DEBUG [paste.httpserver.ThreadPool] Started new worker 140156567075088: Initial worker pool
 
13:36:27,373 DEBUG [paste.httpserver.ThreadPool] Started new worker 140156558682384: Initial worker pool
 
13:36:27,373 DEBUG [paste.httpserver.ThreadPool] Started new worker 140156550289680: Initial worker pool
 
13:36:27,373 DEBUG [paste.httpserver.ThreadPool] Started new worker 140156541896976: Initial worker pool
 
13:36:27,374 DEBUG [paste.httpserver.ThreadPool] Started new worker 140156533504272: Initial worker pool
 
13:36:27,374 DEBUG [paste.httpserver.ThreadPool] Started new worker 140156525111568: Initial worker pool
 
13:36:27,374 DEBUG [paste.httpserver.ThreadPool] Started new worker 140156516718864: Initial worker pool
 
13:36:27,618 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:36:27,621 DEBUG [routes.middleware] Matched GET /add/dupa
 
13:36:27,621 DEBUG [routes.middleware] Route path: '/add/{new_repo}', defaults: {'action': u'add_repo', 'controller': u'hg'}
 
13:36:27,621 DEBUG [routes.middleware] Match dict: {'action': u'add_repo', 'new_repo': u'dupa', 'controller': u'hg'}
 
13:36:27,621 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:36:27,623 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:36:27,687 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
 
13:36:27,687 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:36:27,687 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:36:27,688 DEBUG [pylons.controllers.core] Looking for u'add_repo' method to handle the request
 
13:36:27,688 DEBUG [pylons.controllers.core] Calling 'add_repo' method with keyword args: **{'new_repo': u'dupa'}
 
13:36:27,688 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
 
13:36:27,688 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
 
13:36:30,010 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:36:30,019 DEBUG [routes.middleware] Matched GET /add/dupa/
 
13:36:30,019 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
13:36:30,019 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'add/dupa/'}
 
13:36:30,020 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:36:30,020 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:36:30,020 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:36:30,020 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:36:30,021 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
13:36:30,021 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x2a035f0>, 'environ': {'routes.route': <routes.route.Route object at 0x2482510>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'add/dupa/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2482750>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/add/dupa/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x29d9b50>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x24827d0>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x29d9a90>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x248cd50>, {'action': u'view', 'controller': u'hg', 'path_info': 'add/dupa/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2482810>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x29d9b50>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2482810>, 'wsgi.input': <socket._fileobject object at 0x29bd7d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266496590.0214529, '_creation_time': 1266496590.0214529}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x248cd50>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x29d9610>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f78c44121c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x17d14d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
13:36:30,906 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 404 Not Found
 
13:36:30,913 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
13:36:30,914 DEBUG [routes.middleware] Matched GET /error/document
 
13:36:30,914 DEBUG [routes.middleware] Route path: '/error/{action}', defaults: {'action': 'index', 'controller': u'error'}
 
13:36:30,914 DEBUG [routes.middleware] Match dict: {'action': u'document', 'controller': u'error'}
 
13:36:30,914 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:36:30,914 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'error'
 
13:36:30,915 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.error', class: 'ErrorController'
 
13:36:30,915 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:36:30,915 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:36:30,915 DEBUG [pylons.controllers.core] Looking for u'document' method to handle the request
 
13:36:30,915 DEBUG [pylons.controllers.core] Calling 'document' method with keyword args: **{}
 
13:36:30,916 DEBUG [pylons.templating] Created render namespace with pylons vars: {'c': <pylons.util.AttribSafeContextObj at 0x2a1d710 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'ungettext': <function ungettext at 0x1fd0758>, 'g': <pylons_app.lib.app_globals.Globals object at 0x2482590>, 'url': <routes.util.URLGenerator object at 0x2a1d590>, 'h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'request': <Request at 0x2a1d550 GET http://127.0.0.1:5000//error/document>, 'tmpl_context': <pylons.util.AttribSafeContextObj at 0x2a1d710 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'translator': <gettext.GNUTranslations instance at 0x2a0ef80>, 'session': {'_accessed_time': 1266496590.91627, '_creation_time': 1266496590.0214529}, 'N_': <function gettext_noop at 0x1fd0410>, 'app_globals': <pylons_app.lib.app_globals.Globals object at 0x2482590>, 'config': {'error_email_from': 'paste_error@localhost', 'beaker.session.auto': 'True', 'pylons.paths': {'templates': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'controllers': '/home/marcink/python_workspace/hg_app/pylons_app/controllers', 'static_files': '/home/marcink/python_workspace/hg_app/pylons_app/public', 'root': '/home/marcink/python_workspace/hg_app/pylons_app'}, 'pylons.errorware': {'debug': True}, 'pylons.response_options': {'headers': {'Pragma': 'no-cache', 'Cache-Control': 'no-cache'}, 'errors': 'strict', 'charset': 'utf-8', 'content_type': 'text/html'}, 'beaker.session.type': 'memory', 'pylons.c_attach_args': True, 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'smtp_server': 'localhost', 'app_conf': {'lang': 'en', 'beaker.session.auto': 'True', 'package': 'pylons_app', 'beaker.session.timeout': '3600', 'cache_dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.type': 'memory'}, 'pylons.cache_dir': '/home/marcink/python_workspace/hg_app/data', 'buffet.template_engines': [{'engine': 'mako', 'alias': None, 'template_root': '', 'template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}}], 'buffet.template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}, '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'routes.map': <routes.mapper.Mapper object at 0x2482350>, 'here': '/home/marcink/python_workspace/hg_app', 'email_to': 'marcin.kuzminski@etelko.pl', 'pylons.h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'pylons.package': 'pylons_app', 'pylons.g': <pylons_app.lib.app_globals.Globals object at 0x2482590>, 'lang': 'en', 'global_conf': {'error_email_from': 'paste_error@localhost', 'email_to': 'marcin.kuzminski@etelko.pl', 'debug': 'true', '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'smtp_server': 'localhost', 'here': '/home/marcink/python_workspace/hg_app'}, 'package': 'pylons_app', 'cache.dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.timeout': '3600', 'pylons.request_options': {'errors': 'replace', 'decode_param_names': False, 'charset': 'utf-8', 'language': 'en-us'}, 'pylons.db_engines': {}, 'pylons.strict_c': False, 'beaker.cache.data_dir': '/home/marcink/python_workspace/hg_app/data/cache', 'debug': True, 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.data_dir': '/home/marcink/python_workspace/hg_app/data/sessions'}, 'response': <Response at 0x2a1d650 200 OK>, '_': <function ugettext at 0x1fd0578>}
 
13:36:30,917 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
 
13:36:30,917 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
 
13:36:32,695 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:36:32,701 DEBUG [routes.middleware] Matched GET /add/dupa
 
13:36:32,701 DEBUG [routes.middleware] Route path: '/add/{new_repo}', defaults: {'action': u'add_repo', 'controller': u'hg'}
 
13:36:32,702 DEBUG [routes.middleware] Match dict: {'action': u'add_repo', 'new_repo': u'dupa', 'controller': u'hg'}
 
13:36:32,702 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:36:32,702 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:36:32,702 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:36:32,702 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:36:32,703 DEBUG [pylons.controllers.core] Looking for u'add_repo' method to handle the request
 
13:36:32,703 DEBUG [pylons.controllers.core] Calling 'add_repo' method with keyword args: **{'new_repo': u'dupa'}
 
13:36:32,703 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
 
13:36:32,703 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
 
13:36:36,885 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
 
13:36:36,885 DEBUG [pylons.configuration] Pushing process configuration
 
13:36:36,888 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
 
13:36:36,888 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
 
13:36:36,892 DEBUG [pylons.templating] Initialized Buffet object
 
13:36:36,892 DEBUG [pylons.templating] Adding mako template language for use with Buffet
 
13:36:36,893 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
 
13:36:36,895 DEBUG [paste.httpserver.ThreadPool] Started new worker 139645487958288: Initial worker pool
 
13:36:36,895 DEBUG [paste.httpserver.ThreadPool] Started new worker 139645479565584: Initial worker pool
 
13:36:36,895 DEBUG [paste.httpserver.ThreadPool] Started new worker 139645471172880: Initial worker pool
 
13:36:36,895 DEBUG [paste.httpserver.ThreadPool] Started new worker 139645462780176: Initial worker pool
 
13:36:36,896 DEBUG [paste.httpserver.ThreadPool] Started new worker 139645454387472: Initial worker pool
 
13:36:36,896 DEBUG [paste.httpserver.ThreadPool] Started new worker 139645445994768: Initial worker pool
 
13:36:36,896 DEBUG [paste.httpserver.ThreadPool] Started new worker 139645437602064: Initial worker pool
 
13:36:36,896 DEBUG [paste.httpserver.ThreadPool] Started new worker 139645429209360: Initial worker pool
 
13:36:36,896 DEBUG [paste.httpserver.ThreadPool] Started new worker 139645420816656: Initial worker pool
 
13:36:36,897 DEBUG [paste.httpserver.ThreadPool] Started new worker 139645412423952: Initial worker pool
 
13:36:37,908 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:36:37,911 DEBUG [routes.middleware] Matched GET /add/dupa/
 
13:36:37,911 DEBUG [routes.middleware] Route path: '/add/{new_repo}/', defaults: {'action': u'add_repo', 'controller': u'hg'}
 
13:36:37,911 DEBUG [routes.middleware] Match dict: {'action': u'add_repo', 'new_repo': u'dupa', 'controller': u'hg'}
 
13:36:37,911 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:36:37,912 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:36:37,972 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
 
13:36:37,972 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:36:37,972 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:36:37,973 DEBUG [pylons.controllers.core] Looking for u'add_repo' method to handle the request
 
13:36:37,973 DEBUG [pylons.controllers.core] Calling 'add_repo' method with keyword args: **{'new_repo': u'dupa'}
 
13:36:37,973 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
 
13:36:37,973 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
 
13:36:40,122 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:36:40,123 DEBUG [routes.middleware] Matched GET /add/dupa
 
13:36:40,123 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
13:36:40,123 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'add/dupa'}
 
13:36:40,124 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:36:40,124 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:36:40,124 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:36:40,124 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:36:40,124 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
13:36:40,125 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x2cb25f0>, 'environ': {'routes.route': <routes.route.Route object at 0x272c510>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'add/dupa'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x272c750>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/add/dupa', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2c97b50>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x272c7d0>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2c97a90>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x281e450>, {'action': u'view', 'controller': u'hg', 'path_info': 'add/dupa'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x272c810>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2c97b50>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x272c810>, 'wsgi.input': <socket._fileobject object at 0x26b6bd0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266496600.125267, '_creation_time': 1266496600.125267}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x281e450>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x281e250>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f01c41081c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1a7b4d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
13:36:41,145 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 404 Not Found
 
13:36:41,152 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
13:36:41,153 DEBUG [routes.middleware] Matched GET /error/document
 
13:36:41,153 DEBUG [routes.middleware] Route path: '/error/{action}', defaults: {'action': 'index', 'controller': u'error'}
 
13:36:41,153 DEBUG [routes.middleware] Match dict: {'action': u'document', 'controller': u'error'}
 
13:36:41,153 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:36:41,153 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'error'
 
13:36:41,154 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.error', class: 'ErrorController'
 
13:36:41,154 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:36:41,154 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:36:41,154 DEBUG [pylons.controllers.core] Looking for u'document' method to handle the request
 
13:36:41,154 DEBUG [pylons.controllers.core] Calling 'document' method with keyword args: **{}
 
13:36:41,154 DEBUG [pylons.templating] Created render namespace with pylons vars: {'c': <pylons.util.AttribSafeContextObj at 0x2cca710 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'ungettext': <function ungettext at 0x227a758>, 'g': <pylons_app.lib.app_globals.Globals object at 0x272c590>, 'url': <routes.util.URLGenerator object at 0x2cca590>, 'h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'request': <Request at 0x2cca550 GET http://127.0.0.1:5000//error/document>, 'tmpl_context': <pylons.util.AttribSafeContextObj at 0x2cca710 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'translator': <gettext.GNUTranslations instance at 0x2cbbdd0>, 'session': {'_accessed_time': 1266496601.1551909, '_creation_time': 1266496600.125267}, 'N_': <function gettext_noop at 0x227a410>, 'app_globals': <pylons_app.lib.app_globals.Globals object at 0x272c590>, 'config': {'error_email_from': 'paste_error@localhost', 'beaker.session.auto': 'True', 'pylons.paths': {'templates': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'controllers': '/home/marcink/python_workspace/hg_app/pylons_app/controllers', 'static_files': '/home/marcink/python_workspace/hg_app/pylons_app/public', 'root': '/home/marcink/python_workspace/hg_app/pylons_app'}, 'pylons.errorware': {'debug': True}, 'pylons.response_options': {'headers': {'Pragma': 'no-cache', 'Cache-Control': 'no-cache'}, 'errors': 'strict', 'charset': 'utf-8', 'content_type': 'text/html'}, 'beaker.session.type': 'memory', 'pylons.c_attach_args': True, 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'smtp_server': 'localhost', 'app_conf': {'lang': 'en', 'beaker.session.auto': 'True', 'package': 'pylons_app', 'beaker.session.timeout': '3600', 'cache_dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.type': 'memory'}, 'pylons.cache_dir': '/home/marcink/python_workspace/hg_app/data', 'buffet.template_engines': [{'engine': 'mako', 'alias': None, 'template_root': '', 'template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}}], 'buffet.template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}, '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'routes.map': <routes.mapper.Mapper object at 0x272c350>, 'here': '/home/marcink/python_workspace/hg_app', 'email_to': 'marcin.kuzminski@etelko.pl', 'pylons.h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'pylons.package': 'pylons_app', 'pylons.g': <pylons_app.lib.app_globals.Globals object at 0x272c590>, 'lang': 'en', 'global_conf': {'error_email_from': 'paste_error@localhost', 'email_to': 'marcin.kuzminski@etelko.pl', 'debug': 'true', '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'smtp_server': 'localhost', 'here': '/home/marcink/python_workspace/hg_app'}, 'package': 'pylons_app', 'cache.dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.timeout': '3600', 'pylons.request_options': {'errors': 'replace', 'decode_param_names': False, 'charset': 'utf-8', 'language': 'en-us'}, 'pylons.db_engines': {}, 'pylons.strict_c': False, 'beaker.cache.data_dir': '/home/marcink/python_workspace/hg_app/data/cache', 'debug': True, 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.data_dir': '/home/marcink/python_workspace/hg_app/data/sessions'}, 'response': <Response at 0x2cca650 200 OK>, '_': <function ugettext at 0x227a578>}
 
13:36:41,156 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
 
13:36:41,156 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
 
13:36:45,309 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
 
13:36:45,309 DEBUG [pylons.configuration] Pushing process configuration
 
13:36:45,312 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
 
13:36:45,312 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
 
13:36:45,316 DEBUG [pylons.templating] Initialized Buffet object
 
13:36:45,316 DEBUG [pylons.templating] Adding mako template language for use with Buffet
 
13:36:45,316 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
 
13:36:45,318 DEBUG [paste.httpserver.ThreadPool] Started new worker 140121365072144: Initial worker pool
 
13:36:45,318 DEBUG [paste.httpserver.ThreadPool] Started new worker 140121356679440: Initial worker pool
 
13:36:45,319 DEBUG [paste.httpserver.ThreadPool] Started new worker 140121348286736: Initial worker pool
 
13:36:45,319 DEBUG [paste.httpserver.ThreadPool] Started new worker 140121339894032: Initial worker pool
 
13:36:45,319 DEBUG [paste.httpserver.ThreadPool] Started new worker 140121331501328: Initial worker pool
 
13:36:45,319 DEBUG [paste.httpserver.ThreadPool] Started new worker 140121323108624: Initial worker pool
 
13:36:45,320 DEBUG [paste.httpserver.ThreadPool] Started new worker 140121306323216: Initial worker pool
 
13:36:45,320 DEBUG [paste.httpserver.ThreadPool] Started new worker 140121314715920: Initial worker pool
 
13:36:45,320 DEBUG [paste.httpserver.ThreadPool] Started new worker 140121297930512: Initial worker pool
 
13:36:45,320 DEBUG [paste.httpserver.ThreadPool] Started new worker 140121289537808: Initial worker pool
 
13:36:46,202 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:36:46,213 DEBUG [routes.middleware] Matched GET /
 
13:36:46,214 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
13:36:46,214 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
13:36:46,214 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:36:46,215 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:36:46,265 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
 
13:36:46,266 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:36:46,266 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:36:46,266 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
13:36:46,266 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x29b2c80>, 'environ': {'routes.route': <routes.route.Route object at 0x28c1510>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x28c1750>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x29b3810>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x28c17d0>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x29b34d0>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x29b3390>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x28c1810>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x29b3810>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x28c1810>, 'wsgi.input': <socket._fileobject object at 0x284ba50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266496606.266825, '_creation_time': 1266496606.266825}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x29b3390>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x28d7f50>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f70908d01c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1c104d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
13:36:47,174 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
13:36:47,258 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
13:36:47,296 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:36:47,332 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css
 
13:36:47,332 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
13:36:47,333 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}
 
13:36:47,333 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:36:47,333 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:36:47,334 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:36:47,334 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:36:47,334 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
13:36:47,334 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x2e5aa28>, 'environ': {'routes.route': <routes.route.Route object at 0x28c1510>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x28c1750>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2e5f5d0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2e5f510>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x28c17d0>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x29b3410>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x28c1810>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2e5f5d0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x28c1810>, 'wsgi.input': <socket._fileobject object at 0x284bbd0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266496607.334722, '_creation_time': 1266496606.266825}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x29b3410>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2e4cfd0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f70908d01c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1c104d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
13:36:48,259 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
13:36:48,259 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
13:36:50,315 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:36:50,316 DEBUG [routes.middleware] Matched GET /static/hgicon.png
 
13:36:50,316 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
13:36:50,316 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}
 
13:36:50,316 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:36:50,317 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:36:50,317 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:36:50,317 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:36:50,317 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
13:36:50,317 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x2e5a488>, 'environ': {'routes.route': <routes.route.Route object at 0x28c1510>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x28c1750>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hgicon.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2e4ce10>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x28c17d0>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2e4ccd0>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2e4cdd0>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x28c1810>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2e4ce10>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x28c1810>, 'wsgi.input': <socket._fileobject object at 0x284bad0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266496610.317848, '_creation_time': 1266496606.266825}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x2e4cdd0>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2e5f1d0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f70908d01c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1c104d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
13:36:51,259 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
13:36:51,259 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
13:36:52,685 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:36:52,686 DEBUG [routes.middleware] Matched GET /add/dupa
 
13:36:52,686 DEBUG [routes.middleware] Route path: '/add/{new_repo}', defaults: {'action': u'add_repo', 'controller': u'hg'}
 
13:36:52,686 DEBUG [routes.middleware] Match dict: {'action': u'add_repo', 'new_repo': u'dupa', 'controller': u'hg'}
 
13:36:52,686 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:36:52,687 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:36:52,687 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:36:52,687 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:36:52,687 DEBUG [pylons.controllers.core] Looking for u'add_repo' method to handle the request
 
13:36:52,687 DEBUG [pylons.controllers.core] Calling 'add_repo' method with keyword args: **{'new_repo': u'dupa'}
 
13:36:52,687 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
 
13:36:52,687 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
 
13:37:18,487 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
 
13:37:18,487 DEBUG [pylons.configuration] Pushing process configuration
 
13:37:18,490 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
 
13:37:18,490 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
 
13:37:18,494 DEBUG [pylons.templating] Initialized Buffet object
 
13:37:18,494 DEBUG [pylons.templating] Adding mako template language for use with Buffet
 
13:37:18,494 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
 
13:37:18,496 DEBUG [paste.httpserver.ThreadPool] Started new worker 139662934149392: Initial worker pool
 
13:37:18,497 DEBUG [paste.httpserver.ThreadPool] Started new worker 139662925756688: Initial worker pool
 
13:37:18,497 DEBUG [paste.httpserver.ThreadPool] Started new worker 139662917363984: Initial worker pool
 
13:37:18,497 DEBUG [paste.httpserver.ThreadPool] Started new worker 139662908971280: Initial worker pool
 
13:37:18,497 DEBUG [paste.httpserver.ThreadPool] Started new worker 139662900578576: Initial worker pool
 
13:37:18,498 DEBUG [paste.httpserver.ThreadPool] Started new worker 139662892185872: Initial worker pool
 
13:37:18,498 DEBUG [paste.httpserver.ThreadPool] Started new worker 139662883793168: Initial worker pool
 
13:37:18,498 DEBUG [paste.httpserver.ThreadPool] Started new worker 139662875400464: Initial worker pool
 
13:37:18,498 DEBUG [paste.httpserver.ThreadPool] Started new worker 139662867007760: Initial worker pool
 
13:37:18,499 DEBUG [paste.httpserver.ThreadPool] Started new worker 139662858615056: Initial worker pool
 
13:37:22,025 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:37:22,029 DEBUG [routes.middleware] Matched GET /add/dupa
 
13:37:22,029 DEBUG [routes.middleware] Route path: '/add/{new_repo}', defaults: {'action': u'add_repo', 'controller': u'hg'}
 
13:37:22,029 DEBUG [routes.middleware] Match dict: {'action': u'add_repo', 'new_repo': u'dupa', 'controller': u'hg'}
 
13:37:22,029 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:37:22,030 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:37:22,083 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
 
13:37:22,083 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:37:22,083 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:37:22,083 DEBUG [pylons.controllers.core] Looking for u'add_repo' method to handle the request
 
13:37:22,083 DEBUG [pylons.controllers.core] Calling 'add_repo' method with keyword args: **{'new_repo': u'dupa'}
 
13:37:22,084 DEBUG [pylons.controllers.core] Assuming controller returned an iterable, setting it as pylons.response.app_iter
 
13:37:22,084 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
 
13:38:03,048 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
 
13:38:03,048 DEBUG [pylons.configuration] Pushing process configuration
 
13:38:03,052 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
 
13:38:03,053 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
 
13:38:03,056 DEBUG [pylons.templating] Initialized Buffet object
 
13:38:03,057 DEBUG [pylons.templating] Adding mako template language for use with Buffet
 
13:38:03,057 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
 
13:38:03,059 DEBUG [paste.httpserver.ThreadPool] Started new worker 140378286565648: Initial worker pool
 
13:38:03,059 DEBUG [paste.httpserver.ThreadPool] Started new worker 140378278172944: Initial worker pool
 
13:38:03,059 DEBUG [paste.httpserver.ThreadPool] Started new worker 140378269780240: Initial worker pool
 
13:38:03,060 DEBUG [paste.httpserver.ThreadPool] Started new worker 140378261387536: Initial worker pool
 
13:38:03,060 DEBUG [paste.httpserver.ThreadPool] Started new worker 140378252994832: Initial worker pool
 
13:38:03,060 DEBUG [paste.httpserver.ThreadPool] Started new worker 140378244602128: Initial worker pool
 
13:38:03,060 DEBUG [paste.httpserver.ThreadPool] Started new worker 140378236209424: Initial worker pool
 
13:38:03,060 DEBUG [paste.httpserver.ThreadPool] Started new worker 140378227816720: Initial worker pool
 
13:38:03,061 DEBUG [paste.httpserver.ThreadPool] Started new worker 140378219424016: Initial worker pool
 
13:38:03,061 DEBUG [paste.httpserver.ThreadPool] Started new worker 140378211031312: Initial worker pool
 
13:38:03,985 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:38:03,990 DEBUG [routes.middleware] Matched GET /add/dupa
 
13:38:03,990 DEBUG [routes.middleware] Route path: '/add/{new_repo}', defaults: {'action': u'add_repo', 'controller': u'hg'}
 
13:38:03,990 DEBUG [routes.middleware] Match dict: {'action': u'add_repo', 'new_repo': u'dupa', 'controller': u'hg'}
 
13:38:03,990 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:38:03,991 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:38:04,047 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
 
13:38:04,047 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:38:04,047 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:38:04,047 DEBUG [pylons.controllers.core] Looking for u'add_repo' method to handle the request
 
13:38:04,047 DEBUG [pylons.controllers.core] Calling 'add_repo' method with keyword args: **{'new_repo': u'dupa'}
 
13:38:04,047 DEBUG [pylons.controllers.core] Assuming controller returned an iterable, setting it as pylons.response.app_iter
 
13:38:04,048 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
 
13:38:11,366 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
 
13:38:11,367 DEBUG [pylons.configuration] Pushing process configuration
 
13:38:11,426 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
 
13:38:11,427 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
 
13:38:11,437 DEBUG [pylons.templating] Initialized Buffet object
 
13:38:11,438 DEBUG [pylons.templating] Adding mako template language for use with Buffet
 
13:38:11,438 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
 
13:38:11,444 DEBUG [paste.httpserver.ThreadPool] Started new worker 140072574155024: Initial worker pool
 
13:38:11,445 DEBUG [paste.httpserver.ThreadPool] Started new worker 140072565762320: Initial worker pool
 
13:38:11,446 DEBUG [paste.httpserver.ThreadPool] Started new worker 140072557369616: Initial worker pool
 
13:38:11,447 DEBUG [paste.httpserver.ThreadPool] Started new worker 140072548976912: Initial worker pool
 
13:38:11,447 DEBUG [paste.httpserver.ThreadPool] Started new worker 140072540584208: Initial worker pool
 
13:38:11,448 DEBUG [paste.httpserver.ThreadPool] Started new worker 140072532191504: Initial worker pool
 
13:38:11,450 DEBUG [paste.httpserver.ThreadPool] Started new worker 140072523798800: Initial worker pool
 
13:38:11,450 DEBUG [paste.httpserver.ThreadPool] Started new worker 140072515406096: Initial worker pool
 
13:38:11,451 DEBUG [paste.httpserver.ThreadPool] Started new worker 140072507013392: Initial worker pool
 
13:38:11,451 DEBUG [paste.httpserver.ThreadPool] Started new worker 140072498620688: Initial worker pool
 
13:38:11,546 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:38:11,548 DEBUG [routes.middleware] Matched GET /add/dupa
 
13:38:11,548 DEBUG [routes.middleware] Route path: '/add/{new_repo}', defaults: {'action': u'add_repo', 'controller': u'hg'}
 
13:38:11,548 DEBUG [routes.middleware] Match dict: {'action': u'add_repo', 'new_repo': u'dupa', 'controller': u'hg'}
 
13:38:11,548 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:38:11,550 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:38:11,638 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
 
13:38:11,638 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:38:11,638 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:38:11,638 DEBUG [pylons.controllers.core] Looking for u'add_repo' method to handle the request
 
13:38:11,638 DEBUG [pylons.controllers.core] Calling 'add_repo' method with keyword args: **{'new_repo': u'dupa'}
 
13:38:11,638 DEBUG [pylons.controllers.core] Assuming controller returned an iterable, setting it as pylons.response.app_iter
 
13:38:11,639 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
 
13:38:18,818 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
 
13:38:18,819 DEBUG [pylons.configuration] Pushing process configuration
 
13:38:18,822 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
 
13:38:18,822 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
 
13:38:18,826 DEBUG [pylons.templating] Initialized Buffet object
 
13:38:18,826 DEBUG [pylons.templating] Adding mako template language for use with Buffet
 
13:38:18,826 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
 
13:38:18,828 DEBUG [paste.httpserver.ThreadPool] Started new worker 140401426987280: Initial worker pool
 
13:38:18,828 DEBUG [paste.httpserver.ThreadPool] Started new worker 140401418594576: Initial worker pool
 
13:38:18,829 DEBUG [paste.httpserver.ThreadPool] Started new worker 140401410201872: Initial worker pool
 
13:38:18,829 DEBUG [paste.httpserver.ThreadPool] Started new worker 140401401809168: Initial worker pool
 
13:38:18,829 DEBUG [paste.httpserver.ThreadPool] Started new worker 140401393416464: Initial worker pool
 
13:38:18,830 DEBUG [paste.httpserver.ThreadPool] Started new worker 140401385023760: Initial worker pool
 
13:38:18,830 DEBUG [paste.httpserver.ThreadPool] Started new worker 140401376631056: Initial worker pool
 
13:38:18,830 DEBUG [paste.httpserver.ThreadPool] Started new worker 140401368238352: Initial worker pool
 
13:38:18,830 DEBUG [paste.httpserver.ThreadPool] Started new worker 140401359845648: Initial worker pool
 
13:38:18,831 DEBUG [paste.httpserver.ThreadPool] Started new worker 140401351452944: Initial worker pool
 
13:38:19,865 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:38:19,874 DEBUG [routes.middleware] Matched GET /add/dupa
 
13:38:19,874 DEBUG [routes.middleware] Route path: '/add/{new_repo}', defaults: {'action': u'add_repo', 'controller': u'hg'}
 
13:38:19,875 DEBUG [routes.middleware] Match dict: {'action': u'add_repo', 'new_repo': u'dupa', 'controller': u'hg'}
 
13:38:19,875 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:38:19,876 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:38:19,928 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
 
13:38:19,929 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:38:19,929 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:38:19,929 DEBUG [pylons.controllers.core] Looking for u'add_repo' method to handle the request
 
13:38:19,929 DEBUG [pylons.controllers.core] Calling 'add_repo' method with keyword args: **{'new_repo': u'dupa'}
 
13:38:19,929 DEBUG [pylons.controllers.core] Assuming controller returned an iterable, setting it as pylons.response.app_iter
 
13:38:19,929 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
 
13:38:29,315 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
 
13:38:29,315 DEBUG [pylons.configuration] Pushing process configuration
 
13:38:29,318 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
 
13:38:29,318 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
 
13:38:29,322 DEBUG [pylons.templating] Initialized Buffet object
 
13:38:29,322 DEBUG [pylons.templating] Adding mako template language for use with Buffet
 
13:38:29,322 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
 
13:38:29,324 DEBUG [paste.httpserver.ThreadPool] Started new worker 140562853845264: Initial worker pool
 
13:38:29,324 DEBUG [paste.httpserver.ThreadPool] Started new worker 140562845452560: Initial worker pool
 
13:38:29,325 DEBUG [paste.httpserver.ThreadPool] Started new worker 140562837059856: Initial worker pool
 
13:38:29,325 DEBUG [paste.httpserver.ThreadPool] Started new worker 140562828667152: Initial worker pool
 
13:38:29,325 DEBUG [paste.httpserver.ThreadPool] Started new worker 140562820274448: Initial worker pool
 
13:38:29,325 DEBUG [paste.httpserver.ThreadPool] Started new worker 140562811881744: Initial worker pool
 
13:38:29,326 DEBUG [paste.httpserver.ThreadPool] Started new worker 140562803489040: Initial worker pool
 
13:38:29,326 DEBUG [paste.httpserver.ThreadPool] Started new worker 140562795096336: Initial worker pool
 
13:38:29,326 DEBUG [paste.httpserver.ThreadPool] Started new worker 140562786703632: Initial worker pool
 
13:38:29,326 DEBUG [paste.httpserver.ThreadPool] Started new worker 140562778310928: Initial worker pool
 
13:46:22,622 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:46:22,625 DEBUG [routes.middleware] Matched GET /add/add
 
13:46:22,625 DEBUG [routes.middleware] Route path: '/add/{new_repo}', defaults: {'action': u'add_repo', 'controller': u'hg'}
 
13:46:22,625 DEBUG [routes.middleware] Match dict: {'action': u'add_repo', 'new_repo': u'add', 'controller': u'hg'}
 
13:46:22,625 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:46:22,626 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:46:22,680 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
 
13:46:22,680 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:46:22,680 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:46:22,680 DEBUG [pylons.controllers.core] Looking for u'add_repo' method to handle the request
 
13:46:22,680 DEBUG [pylons.controllers.core] Calling 'add_repo' method with keyword args: **{'new_repo': u'add'}
 
13:46:22,680 DEBUG [pylons.controllers.core] Assuming controller returned an iterable, setting it as pylons.response.app_iter
 
13:46:22,681 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
 
13:46:34,567 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
 
13:46:34,567 DEBUG [pylons.configuration] Pushing process configuration
 
13:46:34,570 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
 
13:46:34,570 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
 
13:46:34,574 DEBUG [pylons.templating] Initialized Buffet object
 
13:46:34,574 DEBUG [pylons.templating] Adding mako template language for use with Buffet
 
13:46:34,574 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
 
13:46:34,576 DEBUG [paste.httpserver.ThreadPool] Started new worker 139800962181392: Initial worker pool
 
13:46:34,577 DEBUG [paste.httpserver.ThreadPool] Started new worker 139800953788688: Initial worker pool
 
13:46:34,577 DEBUG [paste.httpserver.ThreadPool] Started new worker 139800945395984: Initial worker pool
 
13:46:34,577 DEBUG [paste.httpserver.ThreadPool] Started new worker 139800937003280: Initial worker pool
 
13:46:34,577 DEBUG [paste.httpserver.ThreadPool] Started new worker 139800928610576: Initial worker pool
 
13:46:34,578 DEBUG [paste.httpserver.ThreadPool] Started new worker 139800920217872: Initial worker pool
 
13:46:34,590 DEBUG [paste.httpserver.ThreadPool] Started new worker 139800911825168: Initial worker pool
 
13:46:34,590 DEBUG [paste.httpserver.ThreadPool] Started new worker 139800903432464: Initial worker pool
 
13:46:34,591 DEBUG [paste.httpserver.ThreadPool] Started new worker 139800895039760: Initial worker pool
 
13:46:34,591 DEBUG [paste.httpserver.ThreadPool] Started new worker 139800886647056: Initial worker pool
 
13:46:39,469 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:46:39,471 DEBUG [routes.middleware] Matched GET /add/add
 
13:46:39,471 DEBUG [routes.middleware] Route path: '/add/{new_repo}', defaults: {'action': u'add_repo', 'controller': u'hg'}
 
13:46:39,472 DEBUG [routes.middleware] Match dict: {'action': u'add_repo', 'new_repo': u'add', 'controller': u'hg'}
 
13:46:39,472 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:46:39,473 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:46:39,535 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
 
13:46:39,535 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:46:39,535 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:46:39,535 DEBUG [pylons.controllers.core] Looking for u'add_repo' method to handle the request
 
13:46:39,536 DEBUG [pylons.controllers.core] Calling 'add_repo' method with keyword args: **{'new_repo': u'add'}
 
13:46:39,536 DEBUG [pylons.controllers.core] Assuming controller returned an iterable, setting it as pylons.response.app_iter
 
13:46:39,536 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
 
13:46:52,253 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
 
13:46:52,301 DEBUG [pylons.configuration] Pushing process configuration
 
13:46:52,313 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
 
13:46:52,313 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
 
13:46:52,335 DEBUG [pylons.templating] Initialized Buffet object
 
13:46:52,335 DEBUG [pylons.templating] Adding mako template language for use with Buffet
 
13:46:52,335 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
 
13:46:52,337 DEBUG [paste.httpserver.ThreadPool] Started new worker 140448309782800: Initial worker pool
 
13:46:52,338 DEBUG [paste.httpserver.ThreadPool] Started new worker 140448301390096: Initial worker pool
 
13:46:52,338 DEBUG [paste.httpserver.ThreadPool] Started new worker 140448292997392: Initial worker pool
 
13:46:52,338 DEBUG [paste.httpserver.ThreadPool] Started new worker 140448284604688: Initial worker pool
 
13:46:52,339 DEBUG [paste.httpserver.ThreadPool] Started new worker 140448276211984: Initial worker pool
 
13:46:52,339 DEBUG [paste.httpserver.ThreadPool] Started new worker 140448267819280: Initial worker pool
 
13:46:52,339 DEBUG [paste.httpserver.ThreadPool] Started new worker 140448259426576: Initial worker pool
 
13:46:52,340 DEBUG [paste.httpserver.ThreadPool] Started new worker 140448251033872: Initial worker pool
 
13:46:52,340 DEBUG [paste.httpserver.ThreadPool] Started new worker 140448242641168: Initial worker pool
 
13:46:52,340 DEBUG [paste.httpserver.ThreadPool] Started new worker 140448234248464: Initial worker pool
 
13:46:58,897 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:46:58,902 DEBUG [routes.middleware] Matched GET /add/add
 
13:46:58,902 DEBUG [routes.middleware] Route path: '/add/{new_repo}', defaults: {'action': u'add_repo', 'controller': u'hg'}
 
13:46:58,902 DEBUG [routes.middleware] Match dict: {'action': u'add_repo', 'new_repo': u'add', 'controller': u'hg'}
 
13:46:58,903 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:46:58,904 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:46:58,978 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
 
13:46:58,979 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:46:58,979 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:46:58,979 DEBUG [pylons.controllers.core] Looking for u'add_repo' method to handle the request
 
13:46:58,979 DEBUG [pylons.controllers.core] Calling 'add_repo' method with keyword args: **{'new_repo': u'add'}
 
13:46:58,979 DEBUG [pylons.controllers.core] Assuming controller returned an iterable, setting it as pylons.response.app_iter
 
13:46:58,979 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
 
13:47:18,187 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
 
13:47:18,187 DEBUG [pylons.configuration] Pushing process configuration
 
13:47:18,191 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
 
13:47:18,191 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
 
13:47:18,194 DEBUG [pylons.templating] Initialized Buffet object
 
13:47:18,194 DEBUG [pylons.templating] Adding mako template language for use with Buffet
 
13:47:18,194 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
 
13:47:18,197 DEBUG [paste.httpserver.ThreadPool] Started new worker 140069046905104: Initial worker pool
 
13:47:18,197 DEBUG [paste.httpserver.ThreadPool] Started new worker 140069038512400: Initial worker pool
 
13:47:18,197 DEBUG [paste.httpserver.ThreadPool] Started new worker 140069030119696: Initial worker pool
 
13:47:18,198 DEBUG [paste.httpserver.ThreadPool] Started new worker 140069021726992: Initial worker pool
 
13:47:18,198 DEBUG [paste.httpserver.ThreadPool] Started new worker 140069013334288: Initial worker pool
 
13:47:18,198 DEBUG [paste.httpserver.ThreadPool] Started new worker 140069004941584: Initial worker pool
 
13:47:18,198 DEBUG [paste.httpserver.ThreadPool] Started new worker 140068996548880: Initial worker pool
 
13:47:18,198 DEBUG [paste.httpserver.ThreadPool] Started new worker 140068988156176: Initial worker pool
 
13:47:18,199 DEBUG [paste.httpserver.ThreadPool] Started new worker 140068979763472: Initial worker pool
 
13:47:18,199 DEBUG [paste.httpserver.ThreadPool] Started new worker 140068971370768: Initial worker pool
 
13:48:52,518 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
 
13:48:52,518 DEBUG [pylons.configuration] Pushing process configuration
 
13:48:52,522 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
 
13:48:52,522 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
 
13:48:52,525 DEBUG [pylons.templating] Initialized Buffet object
 
13:48:52,526 DEBUG [pylons.templating] Adding mako template language for use with Buffet
 
13:48:52,526 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
 
13:48:52,528 DEBUG [paste.httpserver.ThreadPool] Started new worker 139746367494416: Initial worker pool
 
13:48:52,528 DEBUG [paste.httpserver.ThreadPool] Started new worker 139746359101712: Initial worker pool
 
13:48:52,529 DEBUG [paste.httpserver.ThreadPool] Started new worker 139746350709008: Initial worker pool
 
13:48:52,529 DEBUG [paste.httpserver.ThreadPool] Started new worker 139746342316304: Initial worker pool
 
13:48:52,529 DEBUG [paste.httpserver.ThreadPool] Started new worker 139746333923600: Initial worker pool
 
13:48:52,529 DEBUG [paste.httpserver.ThreadPool] Started new worker 139746325530896: Initial worker pool
 
13:48:52,530 DEBUG [paste.httpserver.ThreadPool] Started new worker 139746317138192: Initial worker pool
 
13:48:52,530 DEBUG [paste.httpserver.ThreadPool] Started new worker 139746308745488: Initial worker pool
 
13:48:52,530 DEBUG [paste.httpserver.ThreadPool] Started new worker 139746300352784: Initial worker pool
 
13:48:52,530 DEBUG [paste.httpserver.ThreadPool] Started new worker 139746291960080: Initial worker pool
 
13:48:53,467 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:48:53,472 DEBUG [routes.middleware] Matched GET /add/add
 
13:48:53,473 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
13:48:53,473 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'add/add'}
 
13:48:53,473 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:48:53,474 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:48:53,528 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
 
13:48:53,528 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:48:53,528 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:48:53,529 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
13:48:53,529 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x35fbd70>, 'environ': {'routes.route': <routes.route.Route object at 0x3509550>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'add/add'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x3509790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/add/add', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x35fc910>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x3509810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x35fc5d0>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x35fc550>, {'action': u'view', 'controller': u'hg', 'path_info': 'add/add'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x3509850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x35fc910>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x3509850>, 'wsgi.input': <socket._fileobject object at 0x3493a50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266497333.529438, '_creation_time': 1266497333.529438}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x35fc550>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x35fc050>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f1940f411c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x2854550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
13:48:54,430 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 404 Not Found
 
13:48:54,448 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
13:48:54,449 DEBUG [routes.middleware] Matched GET /error/document
 
13:48:54,449 DEBUG [routes.middleware] Route path: '/error/{action}', defaults: {'action': 'index', 'controller': u'error'}
 
13:48:54,449 DEBUG [routes.middleware] Match dict: {'action': u'document', 'controller': u'error'}
 
13:48:54,449 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:48:54,450 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'error'
 
13:48:54,450 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.error', class: 'ErrorController'
 
13:48:54,450 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:48:54,450 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:48:54,451 DEBUG [pylons.controllers.core] Looking for u'document' method to handle the request
 
13:48:54,451 DEBUG [pylons.controllers.core] Calling 'document' method with keyword args: **{}
 
13:48:54,451 DEBUG [pylons.templating] Created render namespace with pylons vars: {'c': <pylons.util.AttribSafeContextObj at 0x3aa3350 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'ungettext': <function ungettext at 0x3057758>, 'g': <pylons_app.lib.app_globals.Globals object at 0x35095d0>, 'url': <routes.util.URLGenerator object at 0x3aa31d0>, 'h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'request': <Request at 0x3aa3190 GET http://127.0.0.1:5000//error/document>, 'tmpl_context': <pylons.util.AttribSafeContextObj at 0x3aa3350 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'translator': <gettext.GNUTranslations instance at 0x3a9c998>, 'session': {'_accessed_time': 1266497334.451673, '_creation_time': 1266497333.529438}, 'N_': <function gettext_noop at 0x3057410>, 'app_globals': <pylons_app.lib.app_globals.Globals object at 0x35095d0>, 'config': {'error_email_from': 'paste_error@localhost', 'beaker.session.auto': 'True', 'pylons.paths': {'templates': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'controllers': '/home/marcink/python_workspace/hg_app/pylons_app/controllers', 'static_files': '/home/marcink/python_workspace/hg_app/pylons_app/public', 'root': '/home/marcink/python_workspace/hg_app/pylons_app'}, 'pylons.errorware': {'debug': True}, 'pylons.response_options': {'headers': {'Pragma': 'no-cache', 'Cache-Control': 'no-cache'}, 'errors': 'strict', 'charset': 'utf-8', 'content_type': 'text/html'}, 'beaker.session.type': 'memory', 'pylons.c_attach_args': True, 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'smtp_server': 'localhost', 'app_conf': {'lang': 'en', 'beaker.session.auto': 'True', 'package': 'pylons_app', 'beaker.session.timeout': '3600', 'cache_dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.type': 'memory'}, 'pylons.cache_dir': '/home/marcink/python_workspace/hg_app/data', 'buffet.template_engines': [{'engine': 'mako', 'alias': None, 'template_root': '', 'template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}}], 'buffet.template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}, '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'routes.map': <routes.mapper.Mapper object at 0x3509390>, 'here': '/home/marcink/python_workspace/hg_app', 'email_to': 'marcin.kuzminski@etelko.pl', 'pylons.h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'pylons.package': 'pylons_app', 'pylons.g': <pylons_app.lib.app_globals.Globals object at 0x35095d0>, 'lang': 'en', 'global_conf': {'error_email_from': 'paste_error@localhost', 'email_to': 'marcin.kuzminski@etelko.pl', 'debug': 'true', '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'smtp_server': 'localhost', 'here': '/home/marcink/python_workspace/hg_app'}, 'package': 'pylons_app', 'cache.dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.timeout': '3600', 'pylons.request_options': {'errors': 'replace', 'decode_param_names': False, 'charset': 'utf-8', 'language': 'en-us'}, 'pylons.db_engines': {}, 'pylons.strict_c': False, 'beaker.cache.data_dir': '/home/marcink/python_workspace/hg_app/data/cache', 'debug': True, 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.data_dir': '/home/marcink/python_workspace/hg_app/data/sessions'}, 'response': <Response at 0x3aa3290 200 OK>, '_': <function ugettext at 0x3057578>}
 
13:48:54,452 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
 
13:48:54,452 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
 
13:48:58,981 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:48:58,992 DEBUG [routes.middleware] Matched GET /add/dsa
 
13:48:58,992 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
13:48:58,992 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'add/dsa'}
 
13:48:58,992 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:48:58,993 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:48:58,993 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:48:58,993 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:48:58,993 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
13:48:58,993 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x3aa8230>, 'environ': {'routes.route': <routes.route.Route object at 0x3509550>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'add/dsa'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x3509790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/add/dsa', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3aa3bd0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x3509810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3aa3b10>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x3aa3a50>, {'action': u'view', 'controller': u'hg', 'path_info': 'add/dsa'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x3509850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3aa3bd0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x3509850>, 'wsgi.input': <socket._fileobject object at 0x3493bd0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266497338.993953, '_creation_time': 1266497333.529438}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x3aa3a50>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x35fc510>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f1940f411c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x2854550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
13:48:59,890 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 404 Not Found
 
13:48:59,892 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
13:48:59,893 DEBUG [routes.middleware] Matched GET /error/document
 
13:48:59,893 DEBUG [routes.middleware] Route path: '/error/{action}', defaults: {'action': 'index', 'controller': u'error'}
 
13:48:59,893 DEBUG [routes.middleware] Match dict: {'action': u'document', 'controller': u'error'}
 
13:48:59,893 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:48:59,894 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'error'
 
13:48:59,894 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:48:59,894 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:48:59,894 DEBUG [pylons.controllers.core] Looking for u'document' method to handle the request
 
13:48:59,894 DEBUG [pylons.controllers.core] Calling 'document' method with keyword args: **{}
 
13:48:59,894 DEBUG [pylons.templating] Created render namespace with pylons vars: {'c': <pylons.util.AttribSafeContextObj at 0x3b66450 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'ungettext': <function ungettext at 0x3057758>, 'g': <pylons_app.lib.app_globals.Globals object at 0x35095d0>, 'url': <routes.util.URLGenerator object at 0x3b66110>, 'h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'request': <Request at 0x3b66390 GET http://127.0.0.1:5000//error/document>, 'tmpl_context': <pylons.util.AttribSafeContextObj at 0x3b66450 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'translator': <gettext.GNUTranslations instance at 0x3ab53b0>, 'session': {'_accessed_time': 1266497339.8950429, '_creation_time': 1266497333.529438}, 'N_': <function gettext_noop at 0x3057410>, 'app_globals': <pylons_app.lib.app_globals.Globals object at 0x35095d0>, 'config': {'error_email_from': 'paste_error@localhost', 'beaker.session.auto': 'True', 'pylons.paths': {'templates': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'controllers': '/home/marcink/python_workspace/hg_app/pylons_app/controllers', 'static_files': '/home/marcink/python_workspace/hg_app/pylons_app/public', 'root': '/home/marcink/python_workspace/hg_app/pylons_app'}, 'pylons.errorware': {'debug': True}, 'pylons.response_options': {'headers': {'Pragma': 'no-cache', 'Cache-Control': 'no-cache'}, 'errors': 'strict', 'charset': 'utf-8', 'content_type': 'text/html'}, 'beaker.session.type': 'memory', 'pylons.c_attach_args': True, 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'smtp_server': 'localhost', 'app_conf': {'lang': 'en', 'beaker.session.auto': 'True', 'package': 'pylons_app', 'beaker.session.timeout': '3600', 'cache_dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.type': 'memory'}, 'pylons.cache_dir': '/home/marcink/python_workspace/hg_app/data', 'buffet.template_engines': [{'engine': 'mako', 'alias': None, 'template_root': '', 'template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}}], 'buffet.template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}, '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'routes.map': <routes.mapper.Mapper object at 0x3509390>, 'here': '/home/marcink/python_workspace/hg_app', 'email_to': 'marcin.kuzminski@etelko.pl', 'pylons.h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'pylons.package': 'pylons_app', 'pylons.g': <pylons_app.lib.app_globals.Globals object at 0x35095d0>, 'lang': 'en', 'global_conf': {'error_email_from': 'paste_error@localhost', 'email_to': 'marcin.kuzminski@etelko.pl', 'debug': 'true', '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'smtp_server': 'localhost', 'here': '/home/marcink/python_workspace/hg_app'}, 'package': 'pylons_app', 'cache.dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.timeout': '3600', 'pylons.request_options': {'errors': 'replace', 'decode_param_names': False, 'charset': 'utf-8', 'language': 'en-us'}, 'pylons.db_engines': {}, 'pylons.strict_c': False, 'beaker.cache.data_dir': '/home/marcink/python_workspace/hg_app/data/cache', 'debug': True, 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.data_dir': '/home/marcink/python_workspace/hg_app/data/sessions'}, 'response': <Response at 0x3b66250 200 OK>, '_': <function ugettext at 0x3057578>}
 
13:48:59,895 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
 
13:48:59,895 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
 
13:49:04,940 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:49:04,943 DEBUG [routes.middleware] Matched GET /
 
13:49:04,943 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
13:49:04,944 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
13:49:04,945 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:49:04,946 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:49:04,946 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:49:04,947 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:49:04,947 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
13:49:04,948 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x3aa87d0>, 'environ': {'routes.route': <routes.route.Route object at 0x3509550>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x3509790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3b66b90>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x3509810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3b66ad0>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x3b66650>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x3509850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3b66b90>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x3509850>, 'wsgi.input': <socket._fileobject object at 0x3493ad0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266497344.9486971, '_creation_time': 1266497333.529438}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x3b66650>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x351ef10>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f1940f411c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x2854550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
13:49:05,832 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
13:49:05,858 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
13:49:05,939 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:49:05,943 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css
 
13:49:05,944 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
13:49:05,944 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}
 
13:49:05,944 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:49:05,945 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:49:05,945 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:49:05,945 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:49:05,945 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
13:49:05,945 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x3aa8cf8>, 'environ': {'routes.route': <routes.route.Route object at 0x3509550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x3509790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3b66290>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3b66550>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x3509810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x3b66250>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x3509850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3b66290>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x3509850>, 'wsgi.input': <socket._fileobject object at 0x3aa2850 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266497345.9458771, '_creation_time': 1266497333.529438}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x3b66250>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3b664d0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f1940f411c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x2854550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
13:49:06,826 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
13:49:06,826 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
13:49:08,932 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:49:08,947 DEBUG [routes.middleware] Matched GET /static/hgicon.png
 
13:49:08,947 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
13:49:08,948 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}
 
13:49:08,949 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:49:08,951 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:49:08,951 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:49:08,952 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:49:08,952 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
13:49:08,952 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x3aa8f50>, 'environ': {'routes.route': <routes.route.Route object at 0x3509550>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x3509790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hgicon.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3ac33d0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x3509810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3ac3150>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x3ac3990>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x3509850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3ac33d0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x3509850>, 'wsgi.input': <socket._fileobject object at 0x3aa25d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266497348.9537361, '_creation_time': 1266497333.529438}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x3ac3990>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3b66150>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f1940f411c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x2854550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
13:49:09,831 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
13:49:09,831 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
13:49:23,802 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
 
13:49:23,802 DEBUG [pylons.configuration] Pushing process configuration
 
13:49:23,805 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
 
13:49:23,805 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
 
13:49:23,809 DEBUG [pylons.templating] Initialized Buffet object
 
13:49:23,809 DEBUG [pylons.templating] Adding mako template language for use with Buffet
 
13:49:23,809 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
 
13:49:23,811 DEBUG [paste.httpserver.ThreadPool] Started new worker 140021459540240: Initial worker pool
 
13:49:23,812 DEBUG [paste.httpserver.ThreadPool] Started new worker 140021451147536: Initial worker pool
 
13:49:23,812 DEBUG [paste.httpserver.ThreadPool] Started new worker 140021442754832: Initial worker pool
 
13:49:23,812 DEBUG [paste.httpserver.ThreadPool] Started new worker 140021434362128: Initial worker pool
 
13:49:23,812 DEBUG [paste.httpserver.ThreadPool] Started new worker 140021425969424: Initial worker pool
 
13:49:23,813 DEBUG [paste.httpserver.ThreadPool] Started new worker 140021417576720: Initial worker pool
 
13:49:23,813 DEBUG [paste.httpserver.ThreadPool] Started new worker 140021409184016: Initial worker pool
 
13:49:23,813 DEBUG [paste.httpserver.ThreadPool] Started new worker 140021400791312: Initial worker pool
 
13:49:23,813 DEBUG [paste.httpserver.ThreadPool] Started new worker 140021392398608: Initial worker pool
 
13:49:23,814 DEBUG [paste.httpserver.ThreadPool] Started new worker 140021384005904: Initial worker pool
 
13:49:26,529 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:49:26,532 DEBUG [routes.middleware] Matched GET /add/
 
13:49:26,532 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
13:49:26,532 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'add/'}
 
13:49:26,532 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:49:26,533 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:49:26,587 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
 
13:49:26,587 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:49:26,587 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:49:26,587 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
13:49:26,587 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x21b7d70>, 'environ': {'routes.route': <routes.route.Route object at 0x20c6510>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'add/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x20c6750>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/add/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x21b8890>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x20c67d0>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x21b8550>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x21b84d0>, {'action': u'view', 'controller': u'hg', 'path_info': 'add/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x20c6810>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x21b8890>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x20c6810>, 'wsgi.input': <socket._fileobject object at 0x2050a50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266497366.588032, '_creation_time': 1266497366.588032}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x21b84d0>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x20dcfd0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f594db791c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1412550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
13:49:27,673 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 404 Not Found
 
13:49:27,680 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
13:49:27,680 DEBUG [routes.middleware] Matched GET /error/document
 
13:49:27,680 DEBUG [routes.middleware] Route path: '/error/{action}', defaults: {'action': 'index', 'controller': u'error'}
 
13:49:27,680 DEBUG [routes.middleware] Match dict: {'action': u'document', 'controller': u'error'}
 
13:49:27,681 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:49:27,681 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'error'
 
13:49:27,682 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.error', class: 'ErrorController'
 
13:49:27,682 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:49:27,682 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:49:27,682 DEBUG [pylons.controllers.core] Looking for u'document' method to handle the request
 
13:49:27,682 DEBUG [pylons.controllers.core] Calling 'document' method with keyword args: **{}
 
13:49:27,682 DEBUG [pylons.templating] Created render namespace with pylons vars: {'c': <pylons.util.AttribSafeContextObj at 0x26632d0 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'ungettext': <function ungettext at 0x1c15758>, 'g': <pylons_app.lib.app_globals.Globals object at 0x20c6590>, 'url': <routes.util.URLGenerator object at 0x2663150>, 'h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'request': <Request at 0x2663110 GET http://127.0.0.1:5000//error/document>, 'tmpl_context': <pylons.util.AttribSafeContextObj at 0x26632d0 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'translator': <gettext.GNUTranslations instance at 0x265f878>, 'session': {'_accessed_time': 1266497367.6830471, '_creation_time': 1266497366.588032}, 'N_': <function gettext_noop at 0x1c15410>, 'app_globals': <pylons_app.lib.app_globals.Globals object at 0x20c6590>, 'config': {'error_email_from': 'paste_error@localhost', 'beaker.session.auto': 'True', 'pylons.paths': {'templates': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'controllers': '/home/marcink/python_workspace/hg_app/pylons_app/controllers', 'static_files': '/home/marcink/python_workspace/hg_app/pylons_app/public', 'root': '/home/marcink/python_workspace/hg_app/pylons_app'}, 'pylons.errorware': {'debug': True}, 'pylons.response_options': {'headers': {'Pragma': 'no-cache', 'Cache-Control': 'no-cache'}, 'errors': 'strict', 'charset': 'utf-8', 'content_type': 'text/html'}, 'beaker.session.type': 'memory', 'pylons.c_attach_args': True, 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'smtp_server': 'localhost', 'app_conf': {'lang': 'en', 'beaker.session.auto': 'True', 'package': 'pylons_app', 'beaker.session.timeout': '3600', 'cache_dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.type': 'memory'}, 'pylons.cache_dir': '/home/marcink/python_workspace/hg_app/data', 'buffet.template_engines': [{'engine': 'mako', 'alias': None, 'template_root': '', 'template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}}], 'buffet.template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}, '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'routes.map': <routes.mapper.Mapper object at 0x20c6350>, 'here': '/home/marcink/python_workspace/hg_app', 'email_to': 'marcin.kuzminski@etelko.pl', 'pylons.h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'pylons.package': 'pylons_app', 'pylons.g': <pylons_app.lib.app_globals.Globals object at 0x20c6590>, 'lang': 'en', 'global_conf': {'error_email_from': 'paste_error@localhost', 'email_to': 'marcin.kuzminski@etelko.pl', 'debug': 'true', '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'smtp_server': 'localhost', 'here': '/home/marcink/python_workspace/hg_app'}, 'package': 'pylons_app', 'cache.dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.timeout': '3600', 'pylons.request_options': {'errors': 'replace', 'decode_param_names': False, 'charset': 'utf-8', 'language': 'en-us'}, 'pylons.db_engines': {}, 'pylons.strict_c': False, 'beaker.cache.data_dir': '/home/marcink/python_workspace/hg_app/data/cache', 'debug': True, 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.data_dir': '/home/marcink/python_workspace/hg_app/data/sessions'}, 'response': <Response at 0x2663210 200 OK>, '_': <function ugettext at 0x1c15578>}
 
13:49:27,683 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
 
13:49:27,684 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
 
13:49:29,081 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:49:29,083 DEBUG [routes.middleware] Matched GET /add/dsada
 
13:49:29,083 DEBUG [routes.middleware] Route path: '/add/{new_repo}', defaults: {'action': u'add_repo', 'controller': u'hg'}
 
13:49:29,083 DEBUG [routes.middleware] Match dict: {'action': u'add_repo', 'new_repo': u'dsada', 'controller': u'hg'}
 
13:49:29,083 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:49:29,084 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:49:29,084 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:49:29,084 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:49:29,084 DEBUG [pylons.controllers.core] Looking for u'add_repo' method to handle the request
 
13:49:29,084 DEBUG [pylons.controllers.core] Calling 'add_repo' method with keyword args: **{'new_repo': u'dsada'}
 
13:49:29,084 DEBUG [pylons.controllers.core] Assuming controller returned an iterable, setting it as pylons.response.app_iter
 
13:49:29,084 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
 
13:49:56,336 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
 
13:49:56,336 DEBUG [pylons.configuration] Pushing process configuration
 
13:49:56,340 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
 
13:49:56,340 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
 
13:49:56,343 DEBUG [pylons.templating] Initialized Buffet object
 
13:49:56,344 DEBUG [pylons.templating] Adding mako template language for use with Buffet
 
13:49:56,344 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
 
13:49:56,346 DEBUG [paste.httpserver.ThreadPool] Started new worker 140336706881808: Initial worker pool
 
13:49:56,346 DEBUG [paste.httpserver.ThreadPool] Started new worker 140336698489104: Initial worker pool
 
13:49:56,346 DEBUG [paste.httpserver.ThreadPool] Started new worker 140336690096400: Initial worker pool
 
13:49:56,347 DEBUG [paste.httpserver.ThreadPool] Started new worker 140336681703696: Initial worker pool
 
13:49:56,347 DEBUG [paste.httpserver.ThreadPool] Started new worker 140336673310992: Initial worker pool
 
13:49:56,347 DEBUG [paste.httpserver.ThreadPool] Started new worker 140336664918288: Initial worker pool
 
13:49:56,347 DEBUG [paste.httpserver.ThreadPool] Started new worker 140336656525584: Initial worker pool
 
13:49:56,348 DEBUG [paste.httpserver.ThreadPool] Started new worker 140336648132880: Initial worker pool
 
13:49:56,348 DEBUG [paste.httpserver.ThreadPool] Started new worker 140336639740176: Initial worker pool
 
13:49:56,348 DEBUG [paste.httpserver.ThreadPool] Started new worker 140336631347472: Initial worker pool
 
13:49:57,528 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:49:57,531 DEBUG [routes.middleware] Matched GET /add/dsada
 
13:49:57,531 DEBUG [routes.middleware] Route path: '/add/{new_repo}', defaults: {'action': u'add_repo', 'controller': u'hg'}
 
13:49:57,531 DEBUG [routes.middleware] Match dict: {'action': u'add_repo', 'new_repo': u'dsada', 'controller': u'hg'}
 
13:49:57,532 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:49:57,533 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:49:57,584 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
 
13:49:57,585 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:49:57,585 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:49:57,585 DEBUG [pylons.controllers.core] Looking for u'add_repo' method to handle the request
 
13:49:57,585 DEBUG [pylons.controllers.core] Calling 'add_repo' method with keyword args: **{'new_repo': u'dsada'}
 
13:49:57,585 DEBUG [pylons.controllers.core] Assuming controller returned an iterable, setting it as pylons.response.app_iter
 
13:49:57,585 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
 
13:50:04,735 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
 
13:50:04,735 DEBUG [pylons.configuration] Pushing process configuration
 
13:50:04,738 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
 
13:50:04,739 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
 
13:50:04,745 DEBUG [pylons.templating] Initialized Buffet object
 
13:50:04,745 DEBUG [pylons.templating] Adding mako template language for use with Buffet
 
13:50:04,745 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
 
13:50:04,748 DEBUG [paste.httpserver.ThreadPool] Started new worker 139662978394384: Initial worker pool
 
13:50:04,748 DEBUG [paste.httpserver.ThreadPool] Started new worker 139662970001680: Initial worker pool
 
13:50:04,748 DEBUG [paste.httpserver.ThreadPool] Started new worker 139662961608976: Initial worker pool
 
13:50:04,749 DEBUG [paste.httpserver.ThreadPool] Started new worker 139662953216272: Initial worker pool
 
13:50:04,749 DEBUG [paste.httpserver.ThreadPool] Started new worker 139662944823568: Initial worker pool
 
13:50:04,749 DEBUG [paste.httpserver.ThreadPool] Started new worker 139662936430864: Initial worker pool
 
13:50:04,750 DEBUG [paste.httpserver.ThreadPool] Started new worker 139662928038160: Initial worker pool
 
13:50:04,750 DEBUG [paste.httpserver.ThreadPool] Started new worker 139662919645456: Initial worker pool
 
13:50:04,750 DEBUG [paste.httpserver.ThreadPool] Started new worker 139662911252752: Initial worker pool
 
13:50:04,750 DEBUG [paste.httpserver.ThreadPool] Started new worker 139662902860048: Initial worker pool
 
13:50:04,848 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:50:04,854 DEBUG [routes.middleware] Matched GET /add/dsada
 
13:50:04,854 DEBUG [routes.middleware] Route path: '/add/{new_repo}', defaults: {'action': u'add_repo', 'controller': u'hg'}
 
13:50:04,854 DEBUG [routes.middleware] Match dict: {'action': u'add_repo', 'new_repo': u'dsada', 'controller': u'hg'}
 
13:50:04,854 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:50:04,855 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:50:04,908 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
 
13:50:04,908 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:50:04,908 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:50:04,910 DEBUG [pylons.controllers.core] Looking for u'add_repo' method to handle the request
 
13:50:04,910 DEBUG [pylons.controllers.core] Calling 'add_repo' method with keyword args: **{'new_repo': u'dsada'}
 
13:50:04,910 DEBUG [pylons.controllers.core] Assuming controller returned an iterable, setting it as pylons.response.app_iter
 
13:50:04,910 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
 
13:50:12,533 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:50:12,535 DEBUG [routes.middleware] Matched GET /add/2
 
13:50:12,535 DEBUG [routes.middleware] Route path: '/add/{new_repo}', defaults: {'action': u'add_repo', 'controller': u'hg'}
 
13:50:12,535 DEBUG [routes.middleware] Match dict: {'action': u'add_repo', 'new_repo': u'2', 'controller': u'hg'}
 
13:50:12,535 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:50:12,536 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:50:12,536 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:50:12,536 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:50:12,536 DEBUG [pylons.controllers.core] Looking for u'add_repo' method to handle the request
 
13:50:12,536 DEBUG [pylons.controllers.core] Calling 'add_repo' method with keyword args: **{'new_repo': u'2'}
 
13:50:12,536 DEBUG [pylons.controllers.core] Assuming controller returned an iterable, setting it as pylons.response.app_iter
 
13:50:12,536 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
 
13:50:35,766 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
 
13:50:35,766 DEBUG [pylons.configuration] Pushing process configuration
 
13:50:35,769 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
 
13:50:35,770 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
 
13:50:35,773 DEBUG [pylons.templating] Initialized Buffet object
 
13:50:35,773 DEBUG [pylons.templating] Adding mako template language for use with Buffet
 
13:50:35,773 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
 
13:50:35,775 DEBUG [paste.httpserver.ThreadPool] Started new worker 139972440693008: Initial worker pool
 
13:50:35,776 DEBUG [paste.httpserver.ThreadPool] Started new worker 139972432300304: Initial worker pool
 
13:50:35,776 DEBUG [paste.httpserver.ThreadPool] Started new worker 139972423907600: Initial worker pool
 
13:50:35,776 DEBUG [paste.httpserver.ThreadPool] Started new worker 139972415514896: Initial worker pool
 
13:50:35,777 DEBUG [paste.httpserver.ThreadPool] Started new worker 139972407122192: Initial worker pool
 
13:50:35,777 DEBUG [paste.httpserver.ThreadPool] Started new worker 139972398729488: Initial worker pool
 
13:50:35,778 DEBUG [paste.httpserver.ThreadPool] Started new worker 139972365158672: Initial worker pool
 
13:50:35,777 DEBUG [paste.httpserver.ThreadPool] Started new worker 139972381944080: Initial worker pool
 
13:50:35,778 DEBUG [paste.httpserver.ThreadPool] Started new worker 139972373551376: Initial worker pool
 
13:50:35,777 DEBUG [paste.httpserver.ThreadPool] Started new worker 139972390336784: Initial worker pool
 
13:50:36,965 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:50:36,968 DEBUG [routes.middleware] Matched GET /add/2
 
13:50:36,969 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
13:50:36,969 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'add/2'}
 
13:50:36,969 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:50:36,970 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:50:37,026 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
 
13:50:37,026 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:50:37,026 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:50:37,026 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
13:50:37,026 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x3888d70>, 'environ': {'routes.route': <routes.route.Route object at 0x3795510>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'add/2'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x3795750>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/add/2', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x38898d0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x37957d0>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3889590>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x3889510>, {'action': u'view', 'controller': u'hg', 'path_info': 'add/2'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x3795810>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x38898d0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x3795810>, 'wsgi.input': <socket._fileobject object at 0x371fa50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266497437.0271311, '_creation_time': 1266497437.0271311}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x3889510>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x37abfd0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f4de3f751c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x2adf550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
13:50:37,949 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 404 Not Found
 
13:50:37,956 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
13:50:37,957 DEBUG [routes.middleware] Matched GET /error/document
 
13:50:37,957 DEBUG [routes.middleware] Route path: '/error/{action}', defaults: {'action': 'index', 'controller': u'error'}
 
13:50:37,957 DEBUG [routes.middleware] Match dict: {'action': u'document', 'controller': u'error'}
 
13:50:37,957 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:50:37,957 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'error'
 
13:50:37,958 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.error', class: 'ErrorController'
 
13:50:37,958 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:50:37,958 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:50:37,958 DEBUG [pylons.controllers.core] Looking for u'document' method to handle the request
 
13:50:37,958 DEBUG [pylons.controllers.core] Calling 'document' method with keyword args: **{}
 
13:50:37,959 DEBUG [pylons.templating] Created render namespace with pylons vars: {'c': <pylons.util.AttribSafeContextObj at 0x3d34350 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'ungettext': <function ungettext at 0x32e2758>, 'g': <pylons_app.lib.app_globals.Globals object at 0x3795590>, 'url': <routes.util.URLGenerator object at 0x3d341d0>, 'h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'request': <Request at 0x3d34190 GET http://127.0.0.1:5000//error/document>, 'tmpl_context': <pylons.util.AttribSafeContextObj at 0x3d34350 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'translator': <gettext.GNUTranslations instance at 0x3d2c908>, 'session': {'_accessed_time': 1266497437.9593821, '_creation_time': 1266497437.0271311}, 'N_': <function gettext_noop at 0x32e2410>, 'app_globals': <pylons_app.lib.app_globals.Globals object at 0x3795590>, 'config': {'error_email_from': 'paste_error@localhost', 'beaker.session.auto': 'True', 'pylons.paths': {'templates': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'controllers': '/home/marcink/python_workspace/hg_app/pylons_app/controllers', 'static_files': '/home/marcink/python_workspace/hg_app/pylons_app/public', 'root': '/home/marcink/python_workspace/hg_app/pylons_app'}, 'pylons.errorware': {'debug': True}, 'pylons.response_options': {'headers': {'Pragma': 'no-cache', 'Cache-Control': 'no-cache'}, 'errors': 'strict', 'charset': 'utf-8', 'content_type': 'text/html'}, 'beaker.session.type': 'memory', 'pylons.c_attach_args': True, 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'smtp_server': 'localhost', 'app_conf': {'lang': 'en', 'beaker.session.auto': 'True', 'package': 'pylons_app', 'beaker.session.timeout': '3600', 'cache_dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.type': 'memory'}, 'pylons.cache_dir': '/home/marcink/python_workspace/hg_app/data', 'buffet.template_engines': [{'engine': 'mako', 'alias': None, 'template_root': '', 'template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}}], 'buffet.template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}, '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'routes.map': <routes.mapper.Mapper object at 0x3795350>, 'here': '/home/marcink/python_workspace/hg_app', 'email_to': 'marcin.kuzminski@etelko.pl', 'pylons.h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'pylons.package': 'pylons_app', 'pylons.g': <pylons_app.lib.app_globals.Globals object at 0x3795590>, 'lang': 'en', 'global_conf': {'error_email_from': 'paste_error@localhost', 'email_to': 'marcin.kuzminski@etelko.pl', 'debug': 'true', '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'smtp_server': 'localhost', 'here': '/home/marcink/python_workspace/hg_app'}, 'package': 'pylons_app', 'cache.dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.timeout': '3600', 'pylons.request_options': {'errors': 'replace', 'decode_param_names': False, 'charset': 'utf-8', 'language': 'en-us'}, 'pylons.db_engines': {}, 'pylons.strict_c': False, 'beaker.cache.data_dir': '/home/marcink/python_workspace/hg_app/data/cache', 'debug': True, 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.data_dir': '/home/marcink/python_workspace/hg_app/data/sessions'}, 'response': <Response at 0x3d34290 200 OK>, '_': <function ugettext at 0x32e2578>}
 
13:50:37,960 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
 
13:50:37,960 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
 
13:50:40,762 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:50:40,763 DEBUG [routes.middleware] Matched GET /add/dada
 
13:50:40,763 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
13:50:40,763 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'add/dada'}
 
13:50:40,764 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:50:40,764 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:50:40,764 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:50:40,764 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:50:40,764 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
13:50:40,765 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x3d361b8>, 'environ': {'routes.route': <routes.route.Route object at 0x3795510>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'add/dada'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x3795750>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/add/dada', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3d34c10>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x37957d0>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3d34b50>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x3d34a50>, {'action': u'view', 'controller': u'hg', 'path_info': 'add/dada'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x3795810>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3d34c10>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x3795810>, 'wsgi.input': <socket._fileobject object at 0x371fbd0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266497440.7652941, '_creation_time': 1266497437.0271311}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x3d34a50>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x38894d0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f4de3f751c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x2adf550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
13:50:41,704 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 404 Not Found
 
13:50:41,706 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
13:50:41,706 DEBUG [routes.middleware] Matched GET /error/document
 
13:50:41,706 DEBUG [routes.middleware] Route path: '/error/{action}', defaults: {'action': 'index', 'controller': u'error'}
 
13:50:41,706 DEBUG [routes.middleware] Match dict: {'action': u'document', 'controller': u'error'}
 
13:50:41,706 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:50:41,707 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'error'
 
13:50:41,707 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:50:41,707 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:50:41,707 DEBUG [pylons.controllers.core] Looking for u'document' method to handle the request
 
13:50:41,707 DEBUG [pylons.controllers.core] Calling 'document' method with keyword args: **{}
 
13:50:41,708 DEBUG [pylons.templating] Created render namespace with pylons vars: {'c': <pylons.util.AttribSafeContextObj at 0x3de1490 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'ungettext': <function ungettext at 0x32e2758>, 'g': <pylons_app.lib.app_globals.Globals object at 0x3795590>, 'url': <routes.util.URLGenerator object at 0x3de18d0>, 'h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'request': <Request at 0x3de13d0 GET http://127.0.0.1:5000//error/document>, 'tmpl_context': <pylons.util.AttribSafeContextObj at 0x3de1490 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'translator': <gettext.GNUTranslations instance at 0x3d3a2d8>, 'session': {'_accessed_time': 1266497441.7082989, '_creation_time': 1266497437.0271311}, 'N_': <function gettext_noop at 0x32e2410>, 'app_globals': <pylons_app.lib.app_globals.Globals object at 0x3795590>, 'config': {'error_email_from': 'paste_error@localhost', 'beaker.session.auto': 'True', 'pylons.paths': {'templates': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'controllers': '/home/marcink/python_workspace/hg_app/pylons_app/controllers', 'static_files': '/home/marcink/python_workspace/hg_app/pylons_app/public', 'root': '/home/marcink/python_workspace/hg_app/pylons_app'}, 'pylons.errorware': {'debug': True}, 'pylons.response_options': {'headers': {'Pragma': 'no-cache', 'Cache-Control': 'no-cache'}, 'errors': 'strict', 'charset': 'utf-8', 'content_type': 'text/html'}, 'beaker.session.type': 'memory', 'pylons.c_attach_args': True, 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'smtp_server': 'localhost', 'app_conf': {'lang': 'en', 'beaker.session.auto': 'True', 'package': 'pylons_app', 'beaker.session.timeout': '3600', 'cache_dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.type': 'memory'}, 'pylons.cache_dir': '/home/marcink/python_workspace/hg_app/data', 'buffet.template_engines': [{'engine': 'mako', 'alias': None, 'template_root': '', 'template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}}], 'buffet.template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}, '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'routes.map': <routes.mapper.Mapper object at 0x3795350>, 'here': '/home/marcink/python_workspace/hg_app', 'email_to': 'marcin.kuzminski@etelko.pl', 'pylons.h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'pylons.package': 'pylons_app', 'pylons.g': <pylons_app.lib.app_globals.Globals object at 0x3795590>, 'lang': 'en', 'global_conf': {'error_email_from': 'paste_error@localhost', 'email_to': 'marcin.kuzminski@etelko.pl', 'debug': 'true', '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'smtp_server': 'localhost', 'here': '/home/marcink/python_workspace/hg_app'}, 'package': 'pylons_app', 'cache.dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.timeout': '3600', 'pylons.request_options': {'errors': 'replace', 'decode_param_names': False, 'charset': 'utf-8', 'language': 'en-us'}, 'pylons.db_engines': {}, 'pylons.strict_c': False, 'beaker.cache.data_dir': '/home/marcink/python_workspace/hg_app/data/cache', 'debug': True, 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.data_dir': '/home/marcink/python_workspace/hg_app/data/sessions'}, 'response': <Response at 0x3de1290 200 OK>, '_': <function ugettext at 0x32e2578>}
 
13:50:41,708 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
 
13:50:41,709 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
 
13:50:46,548 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:50:46,551 DEBUG [routes.middleware] Matched GET /add/dsdsav
 
13:50:46,551 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
13:50:46,552 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'add/dsdsav'}
 
13:50:46,553 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:50:46,555 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:50:46,555 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:50:46,556 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:50:46,556 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
13:50:46,556 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x3d36758>, 'environ': {'routes.route': <routes.route.Route object at 0x3795510>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'add/dsdsav'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x3795750>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/add/dsdsav', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3de1c50>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x37957d0>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3de1b90>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x3de1a10>, {'action': u'view', 'controller': u'hg', 'path_info': 'add/dsdsav'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x3795810>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3de1c50>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x3795810>, 'wsgi.input': <socket._fileobject object at 0x371fad0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266497446.557689, '_creation_time': 1266497437.0271311}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x3de1a10>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3d34a10>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f4de3f751c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x2adf550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
13:50:47,528 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 404 Not Found
 
13:50:47,530 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
13:50:47,531 DEBUG [routes.middleware] Matched GET /error/document
 
13:50:47,531 DEBUG [routes.middleware] Route path: '/error/{action}', defaults: {'action': 'index', 'controller': u'error'}
 
13:50:47,531 DEBUG [routes.middleware] Match dict: {'action': u'document', 'controller': u'error'}
 
13:50:47,531 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:50:47,532 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'error'
 
13:50:47,532 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:50:47,532 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:50:47,532 DEBUG [pylons.controllers.core] Looking for u'document' method to handle the request
 
13:50:47,532 DEBUG [pylons.controllers.core] Calling 'document' method with keyword args: **{}
 
13:50:47,532 DEBUG [pylons.templating] Created render namespace with pylons vars: {'c': <pylons.util.AttribSafeContextObj at 0x3d22290 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'ungettext': <function ungettext at 0x32e2758>, 'g': <pylons_app.lib.app_globals.Globals object at 0x3795590>, 'url': <routes.util.URLGenerator object at 0x3d22d50>, 'h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'request': <Request at 0x3d22c90 GET http://127.0.0.1:5000//error/document>, 'tmpl_context': <pylons.util.AttribSafeContextObj at 0x3d22290 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'translator': <gettext.GNUTranslations instance at 0x3d3a2d8>, 'session': {'_accessed_time': 1266497447.5329051, '_creation_time': 1266497437.0271311}, 'N_': <function gettext_noop at 0x32e2410>, 'app_globals': <pylons_app.lib.app_globals.Globals object at 0x3795590>, 'config': {'error_email_from': 'paste_error@localhost', 'beaker.session.auto': 'True', 'pylons.paths': {'templates': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'controllers': '/home/marcink/python_workspace/hg_app/pylons_app/controllers', 'static_files': '/home/marcink/python_workspace/hg_app/pylons_app/public', 'root': '/home/marcink/python_workspace/hg_app/pylons_app'}, 'pylons.errorware': {'debug': True}, 'pylons.response_options': {'headers': {'Pragma': 'no-cache', 'Cache-Control': 'no-cache'}, 'errors': 'strict', 'charset': 'utf-8', 'content_type': 'text/html'}, 'beaker.session.type': 'memory', 'pylons.c_attach_args': True, 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'smtp_server': 'localhost', 'app_conf': {'lang': 'en', 'beaker.session.auto': 'True', 'package': 'pylons_app', 'beaker.session.timeout': '3600', 'cache_dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.type': 'memory'}, 'pylons.cache_dir': '/home/marcink/python_workspace/hg_app/data', 'buffet.template_engines': [{'engine': 'mako', 'alias': None, 'template_root': '', 'template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}}], 'buffet.template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}, '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'routes.map': <routes.mapper.Mapper object at 0x3795350>, 'here': '/home/marcink/python_workspace/hg_app', 'email_to': 'marcin.kuzminski@etelko.pl', 'pylons.h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'pylons.package': 'pylons_app', 'pylons.g': <pylons_app.lib.app_globals.Globals object at 0x3795590>, 'lang': 'en', 'global_conf': {'error_email_from': 'paste_error@localhost', 'email_to': 'marcin.kuzminski@etelko.pl', 'debug': 'true', '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'smtp_server': 'localhost', 'here': '/home/marcink/python_workspace/hg_app'}, 'package': 'pylons_app', 'cache.dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.timeout': '3600', 'pylons.request_options': {'errors': 'replace', 'decode_param_names': False, 'charset': 'utf-8', 'language': 'en-us'}, 'pylons.db_engines': {}, 'pylons.strict_c': False, 'beaker.cache.data_dir': '/home/marcink/python_workspace/hg_app/data/cache', 'debug': True, 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.data_dir': '/home/marcink/python_workspace/hg_app/data/sessions'}, 'response': <Response at 0x3d22990 200 OK>, '_': <function ugettext at 0x32e2578>}
 
13:50:47,533 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
 
13:50:47,533 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
 
13:50:52,568 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:50:52,570 DEBUG [routes.middleware] Matched GET /
 
13:50:52,571 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
13:50:52,571 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
13:50:52,572 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:50:52,574 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:50:52,574 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:50:52,574 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:50:52,575 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
13:50:52,575 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x3d36e60>, 'environ': {'routes.route': <routes.route.Route object at 0x3795510>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x3795750>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3de1590>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x37957d0>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3de1f90>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x3d22810>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x3795810>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3de1590>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x3795810>, 'wsgi.input': <socket._fileobject object at 0x3d308d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266497452.5762999, '_creation_time': 1266497437.0271311}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x3d22810>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3d22910>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f4de3f751c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x2adf550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
13:50:53,501 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
13:50:53,525 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
13:50:53,571 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:50:53,622 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css
 
13:50:53,622 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
13:50:53,622 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}
 
13:50:53,623 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:50:53,623 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:50:53,623 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:50:53,623 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:50:53,623 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
13:50:53,624 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x3d43050>, 'environ': {'routes.route': <routes.route.Route object at 0x3795510>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x3795750>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3d33ed0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3d33710>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x37957d0>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x3de1d10>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x3795810>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3d33ed0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x3795810>, 'wsgi.input': <socket._fileobject object at 0x3d30950 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266497453.624253, '_creation_time': 1266497437.0271311}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x3de1d10>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3d339d0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f4de3f751c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x2adf550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
13:50:54,869 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
13:50:54,870 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
13:50:56,857 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:50:56,860 DEBUG [routes.middleware] Matched GET /static/hgicon.png
 
13:50:56,860 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
13:50:56,861 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}
 
13:50:56,862 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:50:56,863 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:50:56,864 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:50:56,864 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:50:56,865 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
13:50:56,865 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x3d435f0>, 'environ': {'routes.route': <routes.route.Route object at 0x3795510>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x3795750>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hgicon.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3d4fc50>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x37957d0>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3d4f610>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x3d4fad0>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x3795810>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3d4fc50>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x3795810>, 'wsgi.input': <socket._fileobject object at 0x3d30750 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266497456.8660281, '_creation_time': 1266497437.0271311}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x3d4fad0>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3d33210>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f4de3f751c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x2adf550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
13:50:57,780 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
13:50:57,781 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
13:51:01,719 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
 
13:51:01,719 DEBUG [pylons.configuration] Pushing process configuration
 
13:51:01,723 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
 
13:51:01,723 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
 
13:51:01,726 DEBUG [pylons.templating] Initialized Buffet object
 
13:51:01,726 DEBUG [pylons.templating] Adding mako template language for use with Buffet
 
13:51:01,727 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
 
13:51:01,729 DEBUG [paste.httpserver.ThreadPool] Started new worker 140522841450768: Initial worker pool
 
13:51:01,729 DEBUG [paste.httpserver.ThreadPool] Started new worker 140522833058064: Initial worker pool
 
13:51:01,729 DEBUG [paste.httpserver.ThreadPool] Started new worker 140522824665360: Initial worker pool
 
13:51:01,729 DEBUG [paste.httpserver.ThreadPool] Started new worker 140522816272656: Initial worker pool
 
13:51:01,730 DEBUG [paste.httpserver.ThreadPool] Started new worker 140522739988752: Initial worker pool
 
13:51:01,730 DEBUG [paste.httpserver.ThreadPool] Started new worker 140522731596048: Initial worker pool
 
13:51:01,731 DEBUG [paste.httpserver.ThreadPool] Started new worker 140522723203344: Initial worker pool
 
13:51:01,731 DEBUG [paste.httpserver.ThreadPool] Started new worker 140522714810640: Initial worker pool
 
13:51:01,732 DEBUG [paste.httpserver.ThreadPool] Started new worker 140522706417936: Initial worker pool
 
13:51:01,732 DEBUG [paste.httpserver.ThreadPool] Started new worker 140522698025232: Initial worker pool
 
13:51:07,078 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:51:07,081 DEBUG [routes.middleware] Matched GET /add/dsa
 
13:51:07,081 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
13:51:07,081 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'add/dsa'}
 
13:51:07,081 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:51:07,082 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:51:07,139 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
 
13:51:07,139 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:51:07,140 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:51:07,140 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
13:51:07,140 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x2471d70>, 'environ': {'routes.route': <routes.route.Route object at 0x2386510>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'add/dsa'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2386750>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/add/dsa', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2472890>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x23867d0>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2472550>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x24724d0>, {'action': u'view', 'controller': u'hg', 'path_info': 'add/dsa'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2386810>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2472890>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2386810>, 'wsgi.input': <socket._fileobject object at 0x2310a50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266497467.1406291, '_creation_time': 1266497467.1406291}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x24724d0>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x239cfd0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fce0a6861c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x16d1550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
13:51:08,107 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 404 Not Found
 
13:51:08,115 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
13:51:08,116 DEBUG [routes.middleware] Matched GET /error/document
 
13:51:08,116 DEBUG [routes.middleware] Route path: '/error/{action}', defaults: {'action': 'index', 'controller': u'error'}
 
13:51:08,116 DEBUG [routes.middleware] Match dict: {'action': u'document', 'controller': u'error'}
 
13:51:08,116 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:51:08,117 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'error'
 
13:51:08,117 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.error', class: 'ErrorController'
 
13:51:08,117 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:51:08,117 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:51:08,117 DEBUG [pylons.controllers.core] Looking for u'document' method to handle the request
 
13:51:08,117 DEBUG [pylons.controllers.core] Calling 'document' method with keyword args: **{}
 
13:51:08,118 DEBUG [pylons.templating] Created render namespace with pylons vars: {'c': <pylons.util.AttribSafeContextObj at 0x2919310 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'ungettext': <function ungettext at 0x1ed4758>, 'g': <pylons_app.lib.app_globals.Globals object at 0x2386590>, 'url': <routes.util.URLGenerator object at 0x2919190>, 'h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'request': <Request at 0x2919150 GET http://127.0.0.1:5000//error/document>, 'tmpl_context': <pylons.util.AttribSafeContextObj at 0x2919310 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'translator': <gettext.GNUTranslations instance at 0x29148c0>, 'session': {'_accessed_time': 1266497468.118341, '_creation_time': 1266497467.1406291}, 'N_': <function gettext_noop at 0x1ed4410>, 'app_globals': <pylons_app.lib.app_globals.Globals object at 0x2386590>, 'config': {'error_email_from': 'paste_error@localhost', 'beaker.session.auto': 'True', 'pylons.paths': {'templates': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'controllers': '/home/marcink/python_workspace/hg_app/pylons_app/controllers', 'static_files': '/home/marcink/python_workspace/hg_app/pylons_app/public', 'root': '/home/marcink/python_workspace/hg_app/pylons_app'}, 'pylons.errorware': {'debug': True}, 'pylons.response_options': {'headers': {'Pragma': 'no-cache', 'Cache-Control': 'no-cache'}, 'errors': 'strict', 'charset': 'utf-8', 'content_type': 'text/html'}, 'beaker.session.type': 'memory', 'pylons.c_attach_args': True, 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'smtp_server': 'localhost', 'app_conf': {'lang': 'en', 'beaker.session.auto': 'True', 'package': 'pylons_app', 'beaker.session.timeout': '3600', 'cache_dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.type': 'memory'}, 'pylons.cache_dir': '/home/marcink/python_workspace/hg_app/data', 'buffet.template_engines': [{'engine': 'mako', 'alias': None, 'template_root': '', 'template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}}], 'buffet.template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}, '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'routes.map': <routes.mapper.Mapper object at 0x2386350>, 'here': '/home/marcink/python_workspace/hg_app', 'email_to': 'marcin.kuzminski@etelko.pl', 'pylons.h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'pylons.package': 'pylons_app', 'pylons.g': <pylons_app.lib.app_globals.Globals object at 0x2386590>, 'lang': 'en', 'global_conf': {'error_email_from': 'paste_error@localhost', 'email_to': 'marcin.kuzminski@etelko.pl', 'debug': 'true', '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'smtp_server': 'localhost', 'here': '/home/marcink/python_workspace/hg_app'}, 'package': 'pylons_app', 'cache.dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.timeout': '3600', 'pylons.request_options': {'errors': 'replace', 'decode_param_names': False, 'charset': 'utf-8', 'language': 'en-us'}, 'pylons.db_engines': {}, 'pylons.strict_c': False, 'beaker.cache.data_dir': '/home/marcink/python_workspace/hg_app/data/cache', 'debug': True, 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.data_dir': '/home/marcink/python_workspace/hg_app/data/sessions'}, 'response': <Response at 0x2919250 200 OK>, '_': <function ugettext at 0x1ed4578>}
 
13:51:08,119 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
 
13:51:08,119 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
 
13:51:13,159 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:51:13,162 DEBUG [routes.middleware] Matched GET /
 
13:51:13,162 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
13:51:13,163 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
13:51:13,164 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:51:13,165 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:51:13,166 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:51:13,166 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:51:13,166 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
13:51:13,167 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x291e1b8>, 'environ': {'routes.route': <routes.route.Route object at 0x2386510>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2386750>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2919b10>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x23867d0>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2919a50>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2919910>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2386810>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2919b10>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2386810>, 'wsgi.input': <socket._fileobject object at 0x2310bd0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266497473.167985, '_creation_time': 1266497467.1406291}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x2919910>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x239ce90>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fce0a6861c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x16d1550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
13:51:14,525 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
 
13:51:14,525 DEBUG [pylons.configuration] Pushing process configuration
 
13:51:14,528 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
 
13:51:14,529 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
 
13:51:14,532 DEBUG [pylons.templating] Initialized Buffet object
 
13:51:14,532 DEBUG [pylons.templating] Adding mako template language for use with Buffet
 
13:51:14,532 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
 
13:51:14,535 DEBUG [paste.httpserver.ThreadPool] Started new worker 140281515215120: Initial worker pool
 
13:51:14,535 DEBUG [paste.httpserver.ThreadPool] Started new worker 140281506822416: Initial worker pool
 
13:51:14,535 DEBUG [paste.httpserver.ThreadPool] Started new worker 140281498429712: Initial worker pool
 
13:51:14,535 DEBUG [paste.httpserver.ThreadPool] Started new worker 140281490037008: Initial worker pool
 
13:51:14,536 DEBUG [paste.httpserver.ThreadPool] Started new worker 140281481644304: Initial worker pool
 
13:51:14,536 DEBUG [paste.httpserver.ThreadPool] Started new worker 140281473251600: Initial worker pool
 
13:51:14,536 DEBUG [paste.httpserver.ThreadPool] Started new worker 140281464858896: Initial worker pool
 
13:51:14,536 DEBUG [paste.httpserver.ThreadPool] Started new worker 140281456466192: Initial worker pool
 
13:51:14,537 DEBUG [paste.httpserver.ThreadPool] Started new worker 140281448073488: Initial worker pool
 
13:51:14,537 DEBUG [paste.httpserver.ThreadPool] Started new worker 140281439680784: Initial worker pool
 
13:51:17,911 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
 
13:51:17,911 DEBUG [pylons.configuration] Pushing process configuration
 
13:51:17,914 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
 
13:51:17,915 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
 
13:51:17,918 DEBUG [pylons.templating] Initialized Buffet object
 
13:51:17,918 DEBUG [pylons.templating] Adding mako template language for use with Buffet
 
13:51:17,918 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
 
13:51:17,920 DEBUG [paste.httpserver.ThreadPool] Started new worker 140688755706128: Initial worker pool
 
13:51:17,921 DEBUG [paste.httpserver.ThreadPool] Started new worker 140688747313424: Initial worker pool
 
13:51:17,921 DEBUG [paste.httpserver.ThreadPool] Started new worker 140688738920720: Initial worker pool
 
13:51:17,921 DEBUG [paste.httpserver.ThreadPool] Started new worker 140688730528016: Initial worker pool
 
13:51:17,922 DEBUG [paste.httpserver.ThreadPool] Started new worker 140688722135312: Initial worker pool
 
13:51:17,922 DEBUG [paste.httpserver.ThreadPool] Started new worker 140688713742608: Initial worker pool
 
13:51:17,922 DEBUG [paste.httpserver.ThreadPool] Started new worker 140688705349904: Initial worker pool
 
13:51:17,922 DEBUG [paste.httpserver.ThreadPool] Started new worker 140688696957200: Initial worker pool
 
13:51:17,923 DEBUG [paste.httpserver.ThreadPool] Started new worker 140688688564496: Initial worker pool
 
13:51:17,923 DEBUG [paste.httpserver.ThreadPool] Started new worker 140688680171792: Initial worker pool
 
13:51:19,112 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:51:19,120 DEBUG [routes.middleware] Matched GET /
 
13:51:19,120 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
13:51:19,121 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
13:51:19,121 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:51:19,122 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:51:19,186 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
 
13:51:19,186 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:51:19,186 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:51:19,186 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
13:51:19,186 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x1fabd70>, 'environ': {'routes.route': <routes.route.Route object at 0x1eb9510>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x1eb9750>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x1fac850>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x1eb97d0>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x1fac510>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x1fac3d0>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x1eb9810>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x1fac850>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x1eb9810>, 'wsgi.input': <socket._fileobject object at 0x1e43a50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266497479.1870911, '_creation_time': 1266497479.1870911}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x1fac3d0>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x1ecff50>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7ff4abab01c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x12074d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
13:51:20,090 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
13:51:20,120 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
13:51:20,195 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:51:20,200 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css
 
13:51:20,200 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
13:51:20,200 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}
 
13:51:20,201 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:51:20,201 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:51:20,201 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:51:20,201 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:51:20,201 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
13:51:20,201 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x2453c08>, 'environ': {'routes.route': <routes.route.Route object at 0x1eb9510>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x1eb9750>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2457690>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x24575d0>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x1eb97d0>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x1fac450>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x1eb9810>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2457690>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x1eb9810>, 'wsgi.input': <socket._fileobject object at 0x1e43bd0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266497480.202143, '_creation_time': 1266497479.1870911}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x1fac450>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2457090>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7ff4abab01c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x12074d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
13:51:21,184 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
13:51:21,185 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
13:51:23,697 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:51:23,698 DEBUG [routes.middleware] Matched GET /static/hgicon.png
 
13:51:23,698 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
13:51:23,699 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}
 
13:51:23,699 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:51:23,699 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:51:23,700 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:51:23,700 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:51:23,700 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
13:51:23,700 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x2453668>, 'environ': {'routes.route': <routes.route.Route object at 0x1eb9510>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x1eb9750>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hgicon.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2445e90>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x1eb97d0>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2445d50>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x24452d0>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x1eb9810>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2445e90>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x1eb9810>, 'wsgi.input': <socket._fileobject object at 0x1e43ad0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266497483.7006471, '_creation_time': 1266497479.1870911}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x24452d0>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2457290>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7ff4abab01c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x12074d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
13:51:24,643 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
13:51:24,644 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
13:51:24,749 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:51:24,751 DEBUG [routes.middleware] Matched GET /add/dupa
 
13:51:24,751 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
13:51:24,751 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'add/dupa'}
 
13:51:24,752 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:51:24,752 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:51:24,752 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:51:24,752 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:51:24,752 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
13:51:24,753 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x2465398>, 'environ': {'routes.route': <routes.route.Route object at 0x1eb9510>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'add/dupa'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x1eb9750>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/add/dupa', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2451e50>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x1eb97d0>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2451fd0>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2445710>, {'action': u'view', 'controller': u'hg', 'path_info': 'add/dupa'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x1eb9810>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2451e50>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x1eb9810>, 'wsgi.input': <socket._fileobject object at 0x2405a50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266497484.7532279, '_creation_time': 1266497479.1870911}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x2445710>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x24574d0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7ff4abab01c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x12074d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
13:51:25,638 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 404 Not Found
 
13:51:25,640 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
13:51:25,689 DEBUG [routes.middleware] Matched GET /error/document
 
13:51:25,690 DEBUG [routes.middleware] Route path: '/error/{action}', defaults: {'action': 'index', 'controller': u'error'}
 
13:51:25,690 DEBUG [routes.middleware] Match dict: {'action': u'document', 'controller': u'error'}
 
13:51:25,691 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:51:25,692 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'error'
 
13:51:25,693 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.error', class: 'ErrorController'
 
13:51:25,694 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:51:25,694 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:51:25,695 DEBUG [pylons.controllers.core] Looking for u'document' method to handle the request
 
13:51:25,695 DEBUG [pylons.controllers.core] Calling 'document' method with keyword args: **{}
 
13:51:25,696 DEBUG [pylons.templating] Created render namespace with pylons vars: {'c': <pylons.util.AttribSafeContextObj at 0x2451f90 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'ungettext': <function ungettext at 0x1a06758>, 'g': <pylons_app.lib.app_globals.Globals object at 0x1eb9590>, 'url': <routes.util.URLGenerator object at 0x2451b90>, 'h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'request': <Request at 0x2451b50 GET http://127.0.0.1:5000//error/document>, 'tmpl_context': <pylons.util.AttribSafeContextObj at 0x2451f90 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'translator': <gettext.GNUTranslations instance at 0x245b998>, 'session': {'_accessed_time': 1266497485.696907, '_creation_time': 1266497479.1870911}, 'N_': <function gettext_noop at 0x1a06410>, 'app_globals': <pylons_app.lib.app_globals.Globals object at 0x1eb9590>, 'config': {'error_email_from': 'paste_error@localhost', 'beaker.session.auto': 'True', 'pylons.paths': {'templates': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'controllers': '/home/marcink/python_workspace/hg_app/pylons_app/controllers', 'static_files': '/home/marcink/python_workspace/hg_app/pylons_app/public', 'root': '/home/marcink/python_workspace/hg_app/pylons_app'}, 'pylons.errorware': {'debug': True}, 'pylons.response_options': {'headers': {'Pragma': 'no-cache', 'Cache-Control': 'no-cache'}, 'errors': 'strict', 'charset': 'utf-8', 'content_type': 'text/html'}, 'beaker.session.type': 'memory', 'pylons.c_attach_args': True, 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'smtp_server': 'localhost', 'app_conf': {'lang': 'en', 'beaker.session.auto': 'True', 'package': 'pylons_app', 'beaker.session.timeout': '3600', 'cache_dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.type': 'memory'}, 'pylons.cache_dir': '/home/marcink/python_workspace/hg_app/data', 'buffet.template_engines': [{'engine': 'mako', 'alias': None, 'template_root': '', 'template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}}], 'buffet.template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}, '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'routes.map': <routes.mapper.Mapper object at 0x1eb9350>, 'here': '/home/marcink/python_workspace/hg_app', 'email_to': 'marcin.kuzminski@etelko.pl', 'pylons.h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'pylons.package': 'pylons_app', 'pylons.g': <pylons_app.lib.app_globals.Globals object at 0x1eb9590>, 'lang': 'en', 'global_conf': {'error_email_from': 'paste_error@localhost', 'email_to': 'marcin.kuzminski@etelko.pl', 'debug': 'true', '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'smtp_server': 'localhost', 'here': '/home/marcink/python_workspace/hg_app'}, 'package': 'pylons_app', 'cache.dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.timeout': '3600', 'pylons.request_options': {'errors': 'replace', 'decode_param_names': False, 'charset': 'utf-8', 'language': 'en-us'}, 'pylons.db_engines': {}, 'pylons.strict_c': False, 'beaker.cache.data_dir': '/home/marcink/python_workspace/hg_app/data/cache', 'debug': True, 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.data_dir': '/home/marcink/python_workspace/hg_app/data/sessions'}, 'response': <Response at 0x2451950 200 OK>, '_': <function ugettext at 0x1a06578>}
 
13:51:25,700 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
 
13:51:25,700 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
 
13:51:30,755 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:51:30,758 DEBUG [routes.middleware] Matched GET /
 
13:51:30,759 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
13:51:30,759 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
13:51:30,760 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:51:30,761 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:51:30,762 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:51:30,762 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:51:30,762 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
13:51:30,763 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x2465c08>, 'environ': {'routes.route': <routes.route.Route object at 0x1eb9510>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x1eb9750>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2457b50>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x1eb97d0>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2457bd0>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2451c50>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x1eb9810>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2457b50>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x1eb9810>, 'wsgi.input': <socket._fileobject object at 0x2458350 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266497490.7639799, '_creation_time': 1266497479.1870911}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x2451c50>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2451310>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7ff4abab01c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x12074d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
13:51:31,649 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
13:51:31,674 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
13:51:31,701 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:51:31,703 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css
 
13:51:31,704 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
13:51:31,704 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}
 
13:51:31,704 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:51:31,704 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:51:31,705 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:51:31,705 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:51:31,705 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
13:51:31,705 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x247a848>, 'environ': {'routes.route': <routes.route.Route object at 0x1eb9510>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x1eb9750>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x246aed0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x246ac50>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x1eb97d0>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2457b10>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x1eb9810>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x246aed0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x1eb9810>, 'wsgi.input': <socket._fileobject object at 0x2458c50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266497491.7056201, '_creation_time': 1266497479.1870911}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x2457b10>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x246f490>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7ff4abab01c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x12074d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
13:51:32,630 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
13:51:32,630 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
13:51:34,702 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:51:34,705 DEBUG [routes.middleware] Matched GET /static/hgicon.png
 
13:51:34,705 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
13:51:34,705 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}
 
13:51:34,706 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:51:34,706 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:51:34,707 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:51:34,707 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:51:34,707 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
13:51:34,707 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x2465d70>, 'environ': {'routes.route': <routes.route.Route object at 0x1eb9510>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x1eb9750>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hgicon.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x246ac50>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x1eb97d0>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x246ae90>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x1ecfed0>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x1eb9810>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x246ac50>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x1eb9810>, 'wsgi.input': <socket._fileobject object at 0x2458bd0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266497494.7083931, '_creation_time': 1266497479.1870911}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x1ecfed0>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x246f750>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7ff4abab01c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x12074d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
13:51:35,604 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
13:51:35,604 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
13:53:55,690 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
 
13:53:55,690 DEBUG [pylons.configuration] Pushing process configuration
 
13:53:55,694 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
 
13:53:55,694 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
 
13:53:55,697 DEBUG [pylons.templating] Initialized Buffet object
 
13:53:55,697 DEBUG [pylons.templating] Adding mako template language for use with Buffet
 
13:53:55,698 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
 
13:53:55,700 DEBUG [paste.httpserver.ThreadPool] Started new worker 139871920605456: Initial worker pool
 
13:53:55,700 DEBUG [paste.httpserver.ThreadPool] Started new worker 139871912212752: Initial worker pool
 
13:53:55,700 DEBUG [paste.httpserver.ThreadPool] Started new worker 139871903820048: Initial worker pool
 
13:53:55,700 DEBUG [paste.httpserver.ThreadPool] Started new worker 139871895427344: Initial worker pool
 
13:53:55,701 DEBUG [paste.httpserver.ThreadPool] Started new worker 139871887034640: Initial worker pool
 
13:53:55,701 DEBUG [paste.httpserver.ThreadPool] Started new worker 139871878641936: Initial worker pool
 
13:53:55,702 DEBUG [paste.httpserver.ThreadPool] Started new worker 139871870249232: Initial worker pool
 
13:53:55,702 DEBUG [paste.httpserver.ThreadPool] Started new worker 139871861856528: Initial worker pool
 
13:53:55,702 DEBUG [paste.httpserver.ThreadPool] Started new worker 139871853463824: Initial worker pool
 
13:53:55,703 DEBUG [paste.httpserver.ThreadPool] Started new worker 139871845071120: Initial worker pool
 
13:54:06,212 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
 
13:54:06,212 DEBUG [pylons.configuration] Pushing process configuration
 
13:54:06,215 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
 
13:54:06,215 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
 
13:54:06,219 DEBUG [pylons.templating] Initialized Buffet object
 
13:54:06,219 DEBUG [pylons.templating] Adding mako template language for use with Buffet
 
13:54:06,219 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
 
13:54:06,221 DEBUG [paste.httpserver.ThreadPool] Started new worker 139798593689872: Initial worker pool
 
13:54:06,221 DEBUG [paste.httpserver.ThreadPool] Started new worker 139798585297168: Initial worker pool
 
13:54:06,222 DEBUG [paste.httpserver.ThreadPool] Started new worker 139798576904464: Initial worker pool
 
13:54:06,222 DEBUG [paste.httpserver.ThreadPool] Started new worker 139798501128464: Initial worker pool
 
13:54:06,222 DEBUG [paste.httpserver.ThreadPool] Started new worker 139798492735760: Initial worker pool
 
13:54:06,223 DEBUG [paste.httpserver.ThreadPool] Started new worker 139798484343056: Initial worker pool
 
13:54:06,223 DEBUG [paste.httpserver.ThreadPool] Started new worker 139798475950352: Initial worker pool
 
13:54:06,223 DEBUG [paste.httpserver.ThreadPool] Started new worker 139798467557648: Initial worker pool
 
13:54:06,223 DEBUG [paste.httpserver.ThreadPool] Started new worker 139798459164944: Initial worker pool
 
13:54:06,223 DEBUG [paste.httpserver.ThreadPool] Started new worker 139798450772240: Initial worker pool
 
13:54:11,625 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
 
13:54:11,626 DEBUG [pylons.configuration] Pushing process configuration
 
13:54:11,652 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
 
13:54:11,653 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
 
13:54:11,660 DEBUG [pylons.templating] Initialized Buffet object
 
13:54:11,660 DEBUG [pylons.templating] Adding mako template language for use with Buffet
 
13:54:11,660 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
 
13:54:11,662 DEBUG [paste.httpserver.ThreadPool] Started new worker 139902030371088: Initial worker pool
 
13:54:11,663 DEBUG [paste.httpserver.ThreadPool] Started new worker 139902021978384: Initial worker pool
 
13:54:11,663 DEBUG [paste.httpserver.ThreadPool] Started new worker 139902013585680: Initial worker pool
 
13:54:11,663 DEBUG [paste.httpserver.ThreadPool] Started new worker 139902005192976: Initial worker pool
 
13:54:11,663 DEBUG [paste.httpserver.ThreadPool] Started new worker 139901996800272: Initial worker pool
 
13:54:11,664 DEBUG [paste.httpserver.ThreadPool] Started new worker 139901988407568: Initial worker pool
 
13:54:11,664 DEBUG [paste.httpserver.ThreadPool] Started new worker 139901980014864: Initial worker pool
 
13:54:11,664 DEBUG [paste.httpserver.ThreadPool] Started new worker 139901971622160: Initial worker pool
 
13:54:11,664 DEBUG [paste.httpserver.ThreadPool] Started new worker 139901963229456: Initial worker pool
 
13:54:11,665 DEBUG [paste.httpserver.ThreadPool] Started new worker 139901954836752: Initial worker pool
 
13:54:16,896 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
 
13:54:16,896 DEBUG [pylons.configuration] Pushing process configuration
 
13:54:16,900 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
 
13:54:16,900 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
 
13:54:16,904 DEBUG [pylons.templating] Initialized Buffet object
 
13:54:16,904 DEBUG [pylons.templating] Adding mako template language for use with Buffet
 
13:54:16,904 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
 
13:54:16,906 DEBUG [paste.httpserver.ThreadPool] Started new worker 140241348360464: Initial worker pool
 
13:54:16,907 DEBUG [paste.httpserver.ThreadPool] Started new worker 140241339967760: Initial worker pool
 
13:54:16,907 DEBUG [paste.httpserver.ThreadPool] Started new worker 140241331575056: Initial worker pool
 
13:54:16,907 DEBUG [paste.httpserver.ThreadPool] Started new worker 140241323182352: Initial worker pool
 
13:54:16,908 DEBUG [paste.httpserver.ThreadPool] Started new worker 140241314789648: Initial worker pool
 
13:54:16,908 DEBUG [paste.httpserver.ThreadPool] Started new worker 140241306396944: Initial worker pool
 
13:54:16,908 DEBUG [paste.httpserver.ThreadPool] Started new worker 140241298004240: Initial worker pool
 
13:54:16,908 DEBUG [paste.httpserver.ThreadPool] Started new worker 140241218304272: Initial worker pool
 
13:54:16,908 DEBUG [paste.httpserver.ThreadPool] Started new worker 140241209911568: Initial worker pool
 
13:54:16,909 DEBUG [paste.httpserver.ThreadPool] Started new worker 140241201518864: Initial worker pool
 
13:54:20,041 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:54:20,044 DEBUG [routes.middleware] Matched GET /add/dupa
 
13:54:20,044 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
13:54:20,044 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'add/dupa'}
 
13:54:20,045 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:54:20,046 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:54:20,100 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
 
13:54:20,100 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:54:20,100 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:54:20,100 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
13:54:20,101 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x1bf2d70>, 'environ': {'routes.route': <routes.route.Route object at 0x1b04510>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'add/dupa'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x1b04750>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/add/dupa', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x1bf38d0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x1b047d0>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x1bf3590>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x1bf34d0>, {'action': u'view', 'controller': u'hg', 'path_info': 'add/dupa'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x1b04810>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x1bf38d0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x1b04810>, 'wsgi.input': <socket._fileobject object at 0x1a8ea50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266497660.1012859, '_creation_time': 1266497660.1012859}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x1bf34d0>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x1b1afd0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f8c801cb1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0xe544d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
13:54:20,994 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 404 Not Found
 
13:54:21,001 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
13:54:21,002 DEBUG [routes.middleware] Matched GET /error/document
 
13:54:21,002 DEBUG [routes.middleware] Route path: '/error/{action}', defaults: {'action': 'index', 'controller': u'error'}
 
13:54:21,002 DEBUG [routes.middleware] Match dict: {'action': u'document', 'controller': u'error'}
 
13:54:21,002 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:54:21,003 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'error'
 
13:54:21,004 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.error', class: 'ErrorController'
 
13:54:21,004 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:54:21,004 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:54:21,004 DEBUG [pylons.controllers.core] Looking for u'document' method to handle the request
 
13:54:21,004 DEBUG [pylons.controllers.core] Calling 'document' method with keyword args: **{}
 
13:54:21,004 DEBUG [pylons.templating] Created render namespace with pylons vars: {'c': <pylons.util.AttribSafeContextObj at 0x209c350 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'ungettext': <function ungettext at 0x1652758>, 'g': <pylons_app.lib.app_globals.Globals object at 0x1b04590>, 'url': <routes.util.URLGenerator object at 0x209c1d0>, 'h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'request': <Request at 0x209c190 GET http://127.0.0.1:5000//error/document>, 'tmpl_context': <pylons.util.AttribSafeContextObj at 0x209c350 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'translator': <gettext.GNUTranslations instance at 0x2097908>, 'session': {'_accessed_time': 1266497661.0051341, '_creation_time': 1266497660.1012859}, 'N_': <function gettext_noop at 0x1652410>, 'app_globals': <pylons_app.lib.app_globals.Globals object at 0x1b04590>, 'config': {'error_email_from': 'paste_error@localhost', 'beaker.session.auto': 'True', 'pylons.paths': {'templates': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'controllers': '/home/marcink/python_workspace/hg_app/pylons_app/controllers', 'static_files': '/home/marcink/python_workspace/hg_app/pylons_app/public', 'root': '/home/marcink/python_workspace/hg_app/pylons_app'}, 'pylons.errorware': {'debug': True}, 'pylons.response_options': {'headers': {'Pragma': 'no-cache', 'Cache-Control': 'no-cache'}, 'errors': 'strict', 'charset': 'utf-8', 'content_type': 'text/html'}, 'beaker.session.type': 'memory', 'pylons.c_attach_args': True, 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'smtp_server': 'localhost', 'app_conf': {'lang': 'en', 'beaker.session.auto': 'True', 'package': 'pylons_app', 'beaker.session.timeout': '3600', 'cache_dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.type': 'memory'}, 'pylons.cache_dir': '/home/marcink/python_workspace/hg_app/data', 'buffet.template_engines': [{'engine': 'mako', 'alias': None, 'template_root': '', 'template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}}], 'buffet.template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}, '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'routes.map': <routes.mapper.Mapper object at 0x1b04350>, 'here': '/home/marcink/python_workspace/hg_app', 'email_to': 'marcin.kuzminski@etelko.pl', 'pylons.h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'pylons.package': 'pylons_app', 'pylons.g': <pylons_app.lib.app_globals.Globals object at 0x1b04590>, 'lang': 'en', 'global_conf': {'error_email_from': 'paste_error@localhost', 'email_to': 'marcin.kuzminski@etelko.pl', 'debug': 'true', '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'smtp_server': 'localhost', 'here': '/home/marcink/python_workspace/hg_app'}, 'package': 'pylons_app', 'cache.dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.timeout': '3600', 'pylons.request_options': {'errors': 'replace', 'decode_param_names': False, 'charset': 'utf-8', 'language': 'en-us'}, 'pylons.db_engines': {}, 'pylons.strict_c': False, 'beaker.cache.data_dir': '/home/marcink/python_workspace/hg_app/data/cache', 'debug': True, 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.data_dir': '/home/marcink/python_workspace/hg_app/data/sessions'}, 'response': <Response at 0x209c290 200 OK>, '_': <function ugettext at 0x1652578>}
 
13:54:21,006 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
 
13:54:21,006 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
 
13:54:26,053 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:54:26,054 DEBUG [routes.middleware] Matched GET /
 
13:54:26,054 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
13:54:26,055 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
13:54:26,055 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:54:26,055 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:54:26,056 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:54:26,056 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:54:26,056 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
13:54:26,056 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x20a11b8>, 'environ': {'routes.route': <routes.route.Route object at 0x1b04510>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x1b04750>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x209cb50>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x1b047d0>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x209ca90>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x209c950>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x1b04810>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x209cb50>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x1b04810>, 'wsgi.input': <socket._fileobject object at 0x1a8ebd0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266497666.056567, '_creation_time': 1266497660.1012859}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x209c950>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x1b1ae90>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f8c801cb1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0xe544d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
13:54:26,927 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
13:54:26,952 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
13:54:27,030 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:54:27,031 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css
 
13:54:27,031 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
13:54:27,032 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}
 
13:54:27,032 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:54:27,033 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:54:27,033 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:54:27,033 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:54:27,033 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
13:54:27,033 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x20a16e0>, 'environ': {'routes.route': <routes.route.Route object at 0x1b04510>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x1b04750>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x214cb10>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x214c5d0>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x1b047d0>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x209ca10>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x1b04810>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x214cb10>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x1b04810>, 'wsgi.input': <socket._fileobject object at 0x1a8ead0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266497667.033778, '_creation_time': 1266497660.1012859}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x209ca10>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x214c110>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f8c801cb1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0xe544d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
13:54:27,930 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
13:54:27,930 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
13:54:30,182 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:54:30,183 DEBUG [routes.middleware] Matched GET /static/hgicon.png
 
13:54:30,183 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
13:54:30,183 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}
 
13:54:30,184 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:54:30,184 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:54:30,184 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:54:30,184 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:54:30,184 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
13:54:30,185 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x20a1c80>, 'environ': {'routes.route': <routes.route.Route object at 0x1b04510>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x1b04750>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hgicon.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x20ad910>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x1b047d0>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x20ad9d0>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x20add50>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x1b04810>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x20ad910>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x1b04810>, 'wsgi.input': <socket._fileobject object at 0x209b6d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266497670.1856511, '_creation_time': 1266497660.1012859}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x20add50>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x214c1d0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f8c801cb1c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0xe544d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
13:54:31,153 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
13:54:31,153 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
13:54:54,182 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
 
13:54:54,182 DEBUG [pylons.configuration] Pushing process configuration
 
13:54:54,185 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
 
13:54:54,185 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
 
13:54:54,190 DEBUG [pylons.templating] Initialized Buffet object
 
13:54:54,190 DEBUG [pylons.templating] Adding mako template language for use with Buffet
 
13:54:54,190 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
 
13:54:54,192 DEBUG [paste.httpserver.ThreadPool] Started new worker 140372318767376: Initial worker pool
 
13:54:54,192 DEBUG [paste.httpserver.ThreadPool] Started new worker 140372310374672: Initial worker pool
 
13:54:54,193 DEBUG [paste.httpserver.ThreadPool] Started new worker 140372301981968: Initial worker pool
 
13:54:54,193 DEBUG [paste.httpserver.ThreadPool] Started new worker 140372293589264: Initial worker pool
 
13:54:54,193 DEBUG [paste.httpserver.ThreadPool] Started new worker 140372285196560: Initial worker pool
 
13:54:54,193 DEBUG [paste.httpserver.ThreadPool] Started new worker 140372276803856: Initial worker pool
 
13:54:54,194 DEBUG [paste.httpserver.ThreadPool] Started new worker 140372268411152: Initial worker pool
 
13:54:54,194 DEBUG [paste.httpserver.ThreadPool] Started new worker 140372260018448: Initial worker pool
 
13:54:54,194 DEBUG [paste.httpserver.ThreadPool] Started new worker 140372251625744: Initial worker pool
 
13:54:54,194 DEBUG [paste.httpserver.ThreadPool] Started new worker 140372243233040: Initial worker pool
 
13:54:56,343 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:54:56,345 DEBUG [routes.middleware] Matched GET /add/a
 
13:54:56,345 DEBUG [routes.middleware] Route path: '/add/{new_repo:[a-z]}', defaults: {'action': u'add_repo', 'controller': u'hg'}
 
13:54:56,345 DEBUG [routes.middleware] Match dict: {'action': u'add_repo', 'new_repo': u'a', 'controller': u'hg'}
 
13:54:56,345 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:54:56,346 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:54:56,419 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
 
13:54:56,419 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:54:56,419 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:54:56,419 DEBUG [pylons.controllers.core] Looking for u'add_repo' method to handle the request
 
13:54:56,419 DEBUG [pylons.controllers.core] Calling 'add_repo' method with keyword args: **{'new_repo': u'a'}
 
13:54:56,419 DEBUG [pylons.controllers.core] Assuming controller returned an iterable, setting it as pylons.response.app_iter
 
13:54:56,419 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
 
13:54:58,982 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:54:58,983 DEBUG [routes.middleware] Matched GET /add/aa
 
13:54:58,983 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
13:54:58,984 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'add/aa'}
 
13:54:58,984 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:54:58,985 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:54:58,985 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:54:58,985 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:54:58,985 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
13:54:58,986 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x315c7d0>, 'environ': {'routes.route': <routes.route.Route object at 0x2bd4550>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'add/aa'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2bd4790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/add/aa', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x313fbd0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x2bd4810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x313fb10>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2cc64d0>, {'action': u'view', 'controller': u'hg', 'path_info': 'add/aa'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2bd4850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x313fbd0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2bd4850>, 'wsgi.input': <socket._fileobject object at 0x2b5ebd0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266497698.9866171, '_creation_time': 1266497698.9866171}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x2cc64d0>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2cc6190>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7faafe8e81c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1f224d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
13:54:59,915 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 404 Not Found
 
13:54:59,922 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
13:54:59,922 DEBUG [routes.middleware] Matched GET /error/document
 
13:54:59,922 DEBUG [routes.middleware] Route path: '/error/{action}', defaults: {'action': 'index', 'controller': u'error'}
 
13:54:59,923 DEBUG [routes.middleware] Match dict: {'action': u'document', 'controller': u'error'}
 
13:54:59,923 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:54:59,923 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'error'
 
13:54:59,923 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.error', class: 'ErrorController'
 
13:54:59,924 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:54:59,924 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:54:59,924 DEBUG [pylons.controllers.core] Looking for u'document' method to handle the request
 
13:54:59,924 DEBUG [pylons.controllers.core] Calling 'document' method with keyword args: **{}
 
13:54:59,924 DEBUG [pylons.templating] Created render namespace with pylons vars: {'c': <pylons.util.AttribSafeContextObj at 0x3168750 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'ungettext': <function ungettext at 0x2722758>, 'g': <pylons_app.lib.app_globals.Globals object at 0x2bd45d0>, 'url': <routes.util.URLGenerator object at 0x31685d0>, 'h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'request': <Request at 0x3168590 GET http://127.0.0.1:5000//error/document>, 'tmpl_context': <pylons.util.AttribSafeContextObj at 0x3168750 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'translator': <gettext.GNUTranslations instance at 0x3163cf8>, 'session': {'_accessed_time': 1266497699.9248991, '_creation_time': 1266497698.9866171}, 'N_': <function gettext_noop at 0x2722410>, 'app_globals': <pylons_app.lib.app_globals.Globals object at 0x2bd45d0>, 'config': {'error_email_from': 'paste_error@localhost', 'beaker.session.auto': 'True', 'pylons.paths': {'templates': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'controllers': '/home/marcink/python_workspace/hg_app/pylons_app/controllers', 'static_files': '/home/marcink/python_workspace/hg_app/pylons_app/public', 'root': '/home/marcink/python_workspace/hg_app/pylons_app'}, 'pylons.errorware': {'debug': True}, 'pylons.response_options': {'headers': {'Pragma': 'no-cache', 'Cache-Control': 'no-cache'}, 'errors': 'strict', 'charset': 'utf-8', 'content_type': 'text/html'}, 'beaker.session.type': 'memory', 'pylons.c_attach_args': True, 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'smtp_server': 'localhost', 'app_conf': {'lang': 'en', 'beaker.session.auto': 'True', 'package': 'pylons_app', 'beaker.session.timeout': '3600', 'cache_dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.type': 'memory'}, 'pylons.cache_dir': '/home/marcink/python_workspace/hg_app/data', 'buffet.template_engines': [{'engine': 'mako', 'alias': None, 'template_root': '', 'template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}}], 'buffet.template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}, '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'routes.map': <routes.mapper.Mapper object at 0x2bd4390>, 'here': '/home/marcink/python_workspace/hg_app', 'email_to': 'marcin.kuzminski@etelko.pl', 'pylons.h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'pylons.package': 'pylons_app', 'pylons.g': <pylons_app.lib.app_globals.Globals object at 0x2bd45d0>, 'lang': 'en', 'global_conf': {'error_email_from': 'paste_error@localhost', 'email_to': 'marcin.kuzminski@etelko.pl', 'debug': 'true', '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'smtp_server': 'localhost', 'here': '/home/marcink/python_workspace/hg_app'}, 'package': 'pylons_app', 'cache.dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.timeout': '3600', 'pylons.request_options': {'errors': 'replace', 'decode_param_names': False, 'charset': 'utf-8', 'language': 'en-us'}, 'pylons.db_engines': {}, 'pylons.strict_c': False, 'beaker.cache.data_dir': '/home/marcink/python_workspace/hg_app/data/cache', 'debug': True, 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.data_dir': '/home/marcink/python_workspace/hg_app/data/sessions'}, 'response': <Response at 0x3168690 200 OK>, '_': <function ugettext at 0x2722578>}
 
13:54:59,925 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
 
13:54:59,926 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
 
13:55:04,597 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
 
13:55:04,597 DEBUG [pylons.configuration] Pushing process configuration
 
13:55:04,601 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
 
13:55:04,601 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
 
13:55:04,604 DEBUG [pylons.templating] Initialized Buffet object
 
13:55:04,605 DEBUG [pylons.templating] Adding mako template language for use with Buffet
 
13:55:04,605 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
 
13:55:04,607 DEBUG [paste.httpserver.ThreadPool] Started new worker 140502415571216: Initial worker pool
 
13:55:04,607 DEBUG [paste.httpserver.ThreadPool] Started new worker 140502407178512: Initial worker pool
 
13:55:04,607 DEBUG [paste.httpserver.ThreadPool] Started new worker 140502398785808: Initial worker pool
 
13:55:04,607 DEBUG [paste.httpserver.ThreadPool] Started new worker 140502390393104: Initial worker pool
 
13:55:04,608 DEBUG [paste.httpserver.ThreadPool] Started new worker 140502382000400: Initial worker pool
 
13:55:04,608 DEBUG [paste.httpserver.ThreadPool] Started new worker 140502373607696: Initial worker pool
 
13:55:04,609 DEBUG [paste.httpserver.ThreadPool] Started new worker 140502365214992: Initial worker pool
 
13:55:04,609 DEBUG [paste.httpserver.ThreadPool] Started new worker 140502356822288: Initial worker pool
 
13:55:04,609 DEBUG [paste.httpserver.ThreadPool] Started new worker 140502348429584: Initial worker pool
 
13:55:04,610 DEBUG [paste.httpserver.ThreadPool] Started new worker 140502340036880: Initial worker pool
 
13:55:04,953 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:55:04,957 DEBUG [routes.middleware] Matched GET /
 
13:55:04,957 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
13:55:04,957 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
13:55:04,958 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:55:04,959 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:55:05,022 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
 
13:55:05,022 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:55:05,022 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:55:05,022 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
13:55:05,022 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x19e4b90>, 'environ': {'routes.route': <routes.route.Route object at 0x19f1550>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x19f1790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x1a02050>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x19f1810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x19fbd90>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x19fbc50>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x19f1850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x1a02050>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x19f1850>, 'wsgi.input': <socket._fileobject object at 0x197b550 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266497705.022933, '_creation_time': 1266497705.022933}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x19fbc50>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x19fb850>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fc948ee31c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0xd3b550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
13:55:05,731 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:55:05,734 DEBUG [routes.middleware] Matched GET /add/aa
 
13:55:05,734 DEBUG [routes.middleware] Route path: '/add/{new_repo:[a-z]*}', defaults: {'action': u'add_repo', 'controller': u'hg'}
 
13:55:05,734 DEBUG [routes.middleware] Match dict: {'action': u'add_repo', 'new_repo': u'aa', 'controller': u'hg'}
 
13:55:05,734 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:55:05,735 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:55:05,735 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:55:05,735 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:55:05,736 DEBUG [pylons.controllers.core] Looking for u'add_repo' method to handle the request
 
13:55:05,736 DEBUG [pylons.controllers.core] Calling 'add_repo' method with keyword args: **{'new_repo': u'aa'}
 
13:55:05,737 DEBUG [pylons.controllers.core] Assuming controller returned an iterable, setting it as pylons.response.app_iter
 
13:55:05,739 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
 
13:55:05,991 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
13:55:06,028 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
13:55:08,250 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:55:08,252 DEBUG [routes.middleware] Matched GET /add/aadsadasas
 
13:55:08,252 DEBUG [routes.middleware] Route path: '/add/{new_repo:[a-z]*}', defaults: {'action': u'add_repo', 'controller': u'hg'}
 
13:55:08,252 DEBUG [routes.middleware] Match dict: {'action': u'add_repo', 'new_repo': u'aadsadasas', 'controller': u'hg'}
 
13:55:08,252 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:55:08,253 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:55:08,253 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:55:08,253 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:55:08,253 DEBUG [pylons.controllers.core] Looking for u'add_repo' method to handle the request
 
13:55:08,253 DEBUG [pylons.controllers.core] Calling 'add_repo' method with keyword args: **{'new_repo': u'aadsadasas'}
 
13:55:08,253 DEBUG [pylons.controllers.core] Assuming controller returned an iterable, setting it as pylons.response.app_iter
 
13:55:08,254 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
 
13:55:29,301 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:55:29,319 DEBUG [routes.middleware] Matched GET /add/1
 
13:55:29,320 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
13:55:29,320 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'add/1'}
 
13:55:29,320 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:55:29,320 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:55:29,321 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:55:29,321 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:55:29,321 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
13:55:29,321 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x2022b90>, 'environ': {'routes.route': <routes.route.Route object at 0x19f1550>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'add/1'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x19f1790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/add/1', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x1f314d0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x19f1810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x1f318d0>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x1f31410>, {'action': u'view', 'controller': u'hg', 'path_info': 'add/1'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x19f1850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x1f314d0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x19f1850>, 'wsgi.input': <socket._fileobject object at 0x197b650 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266497729.3216701, '_creation_time': 1266497705.022933}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x1f31410>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x1f31890>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fc948ee31c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0xd3b550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
13:55:30,627 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 404 Not Found
 
13:55:30,629 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
13:55:30,629 DEBUG [routes.middleware] Matched GET /error/document
 
13:55:30,629 DEBUG [routes.middleware] Route path: '/error/{action}', defaults: {'action': 'index', 'controller': u'error'}
 
13:55:30,630 DEBUG [routes.middleware] Match dict: {'action': u'document', 'controller': u'error'}
 
13:55:30,630 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:55:30,630 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'error'
 
13:55:30,630 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.error', class: 'ErrorController'
 
13:55:30,631 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:55:30,631 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:55:30,631 DEBUG [pylons.controllers.core] Looking for u'document' method to handle the request
 
13:55:30,631 DEBUG [pylons.controllers.core] Calling 'document' method with keyword args: **{}
 
13:55:30,631 DEBUG [pylons.templating] Created render namespace with pylons vars: {'c': <pylons.util.AttribSafeContextObj at 0x1f3cdd0 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'ungettext': <function ungettext at 0x153e758>, 'g': <pylons_app.lib.app_globals.Globals object at 0x19f15d0>, 'url': <routes.util.URLGenerator object at 0x1f3c7d0>, 'h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'request': <Request at 0x1f3c790 GET http://127.0.0.1:5000//error/document>, 'tmpl_context': <pylons.util.AttribSafeContextObj at 0x1f3cdd0 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'translator': <gettext.GNUTranslations instance at 0x1f89878>, 'session': {'_accessed_time': 1266497730.631983, '_creation_time': 1266497705.022933}, 'N_': <function gettext_noop at 0x153e410>, 'app_globals': <pylons_app.lib.app_globals.Globals object at 0x19f15d0>, 'config': {'error_email_from': 'paste_error@localhost', 'beaker.session.auto': 'True', 'pylons.paths': {'templates': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'controllers': '/home/marcink/python_workspace/hg_app/pylons_app/controllers', 'static_files': '/home/marcink/python_workspace/hg_app/pylons_app/public', 'root': '/home/marcink/python_workspace/hg_app/pylons_app'}, 'pylons.errorware': {'debug': True}, 'pylons.response_options': {'headers': {'Pragma': 'no-cache', 'Cache-Control': 'no-cache'}, 'errors': 'strict', 'charset': 'utf-8', 'content_type': 'text/html'}, 'beaker.session.type': 'memory', 'pylons.c_attach_args': True, 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'smtp_server': 'localhost', 'app_conf': {'lang': 'en', 'beaker.session.auto': 'True', 'package': 'pylons_app', 'beaker.session.timeout': '3600', 'cache_dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.type': 'memory'}, 'pylons.cache_dir': '/home/marcink/python_workspace/hg_app/data', 'buffet.template_engines': [{'engine': 'mako', 'alias': None, 'template_root': '', 'template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}}], 'buffet.template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}, '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'routes.map': <routes.mapper.Mapper object at 0x19f1390>, 'here': '/home/marcink/python_workspace/hg_app', 'email_to': 'marcin.kuzminski@etelko.pl', 'pylons.h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'pylons.package': 'pylons_app', 'pylons.g': <pylons_app.lib.app_globals.Globals object at 0x19f15d0>, 'lang': 'en', 'global_conf': {'error_email_from': 'paste_error@localhost', 'email_to': 'marcin.kuzminski@etelko.pl', 'debug': 'true', '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'smtp_server': 'localhost', 'here': '/home/marcink/python_workspace/hg_app'}, 'package': 'pylons_app', 'cache.dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.timeout': '3600', 'pylons.request_options': {'errors': 'replace', 'decode_param_names': False, 'charset': 'utf-8', 'language': 'en-us'}, 'pylons.db_engines': {}, 'pylons.strict_c': False, 'beaker.cache.data_dir': '/home/marcink/python_workspace/hg_app/data/cache', 'debug': True, 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.data_dir': '/home/marcink/python_workspace/hg_app/data/sessions'}, 'response': <Response at 0x1f3c690 200 OK>, '_': <function ugettext at 0x153e578>}
 
13:55:30,632 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
 
13:55:30,633 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
 
13:55:35,669 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:55:35,672 DEBUG [routes.middleware] Matched GET /
 
13:55:35,673 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
13:55:35,673 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
13:55:35,674 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:55:35,675 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:55:35,676 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:55:35,676 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:55:35,676 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
13:55:35,677 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x1f81758>, 'environ': {'routes.route': <routes.route.Route object at 0x19f1550>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x19f1790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x1f82550>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x19f1810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x1f82490>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x1f3c750>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x19f1850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x1f82550>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x19f1850>, 'wsgi.input': <socket._fileobject object at 0x1f216d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266497735.677804, '_creation_time': 1266497705.022933}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x1f3c750>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x1f31990>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fc948ee31c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0xd3b550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
13:55:36,628 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
13:55:36,652 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
13:55:36,732 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:55:36,733 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css
 
13:55:36,733 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
13:55:36,733 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}
 
13:55:36,734 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:55:36,734 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:55:36,734 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:55:36,735 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:55:36,735 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
13:55:36,735 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x2022cf8>, 'environ': {'routes.route': <routes.route.Route object at 0x19f1550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x19f1790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x1fbfa90>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x1fbfdd0>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x19f1810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x1fbfad0>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x19f1850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x1fbfa90>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x19f1850>, 'wsgi.input': <socket._fileobject object at 0x1f21650 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266497736.7355299, '_creation_time': 1266497705.022933}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x1fbfad0>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x1f3ca90>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fc948ee31c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0xd3b550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
13:55:37,676 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
13:55:37,676 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
13:55:39,690 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:55:39,691 DEBUG [routes.middleware] Matched GET /static/hgicon.png
 
13:55:39,692 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
13:55:39,692 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}
 
13:55:39,692 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:55:39,693 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:55:39,693 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:55:39,693 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:55:39,693 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
13:55:39,693 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x1f81b90>, 'environ': {'routes.route': <routes.route.Route object at 0x19f1550>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x19f1790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hgicon.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2033c10>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x19f1810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2033590>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x1f82290>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x19f1850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2033c10>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x19f1850>, 'wsgi.input': <socket._fileobject object at 0x1f21dd0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266497739.693676, '_creation_time': 1266497705.022933}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x1f82290>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x1fbfe50>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fc948ee31c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0xd3b550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
13:55:40,625 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
13:55:40,625 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
13:55:56,877 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:55:56,878 DEBUG [routes.middleware] Matched GET /add/voip_monitor
 
13:55:56,878 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
13:55:56,878 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'add/voip_monitor'}
 
13:55:56,879 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:55:56,879 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:55:56,879 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:55:56,879 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:55:56,879 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
13:55:56,880 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x1f9c230>, 'environ': {'routes.route': <routes.route.Route object at 0x19f1550>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'add/voip_monitor'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x19f1790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/add/voip_monitor', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x214e7d0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x19f1810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x214e710>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2033e10>, {'action': u'view', 'controller': u'hg', 'path_info': 'add/voip_monitor'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x19f1850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x214e7d0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x19f1850>, 'wsgi.input': <socket._fileobject object at 0x197b650 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266497756.880264, '_creation_time': 1266497705.022933}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x2033e10>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x1fbf890>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fc948ee31c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0xd3b550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
13:55:57,833 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 404 Not Found
 
13:55:57,835 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
13:55:57,835 DEBUG [routes.middleware] Matched GET /error/document
 
13:55:57,835 DEBUG [routes.middleware] Route path: '/error/{action}', defaults: {'action': 'index', 'controller': u'error'}
 
13:55:57,836 DEBUG [routes.middleware] Match dict: {'action': u'document', 'controller': u'error'}
 
13:55:57,836 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:55:57,836 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'error'
 
13:55:57,836 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:55:57,836 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:55:57,836 DEBUG [pylons.controllers.core] Looking for u'document' method to handle the request
 
13:55:57,837 DEBUG [pylons.controllers.core] Calling 'document' method with keyword args: **{}
 
13:55:57,837 DEBUG [pylons.templating] Created render namespace with pylons vars: {'c': <pylons.util.AttribSafeContextObj at 0x1f31850 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'ungettext': <function ungettext at 0x153e758>, 'g': <pylons_app.lib.app_globals.Globals object at 0x19f15d0>, 'url': <routes.util.URLGenerator object at 0x1f31790>, 'h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'request': <Request at 0x1f31c50 GET http://127.0.0.1:5000//error/document>, 'tmpl_context': <pylons.util.AttribSafeContextObj at 0x1f31850 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'translator': <gettext.GNUTranslations instance at 0x1fa2ea8>, 'session': {'_accessed_time': 1266497757.837549, '_creation_time': 1266497705.022933}, 'N_': <function gettext_noop at 0x153e410>, 'app_globals': <pylons_app.lib.app_globals.Globals object at 0x19f15d0>, 'config': {'error_email_from': 'paste_error@localhost', 'beaker.session.auto': 'True', 'pylons.paths': {'templates': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'controllers': '/home/marcink/python_workspace/hg_app/pylons_app/controllers', 'static_files': '/home/marcink/python_workspace/hg_app/pylons_app/public', 'root': '/home/marcink/python_workspace/hg_app/pylons_app'}, 'pylons.errorware': {'debug': True}, 'pylons.response_options': {'headers': {'Pragma': 'no-cache', 'Cache-Control': 'no-cache'}, 'errors': 'strict', 'charset': 'utf-8', 'content_type': 'text/html'}, 'beaker.session.type': 'memory', 'pylons.c_attach_args': True, 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'smtp_server': 'localhost', 'app_conf': {'lang': 'en', 'beaker.session.auto': 'True', 'package': 'pylons_app', 'beaker.session.timeout': '3600', 'cache_dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.type': 'memory'}, 'pylons.cache_dir': '/home/marcink/python_workspace/hg_app/data', 'buffet.template_engines': [{'engine': 'mako', 'alias': None, 'template_root': '', 'template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}}], 'buffet.template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}, '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'routes.map': <routes.mapper.Mapper object at 0x19f1390>, 'here': '/home/marcink/python_workspace/hg_app', 'email_to': 'marcin.kuzminski@etelko.pl', 'pylons.h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'pylons.package': 'pylons_app', 'pylons.g': <pylons_app.lib.app_globals.Globals object at 0x19f15d0>, 'lang': 'en', 'global_conf': {'error_email_from': 'paste_error@localhost', 'email_to': 'marcin.kuzminski@etelko.pl', 'debug': 'true', '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'smtp_server': 'localhost', 'here': '/home/marcink/python_workspace/hg_app'}, 'package': 'pylons_app', 'cache.dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.timeout': '3600', 'pylons.request_options': {'errors': 'replace', 'decode_param_names': False, 'charset': 'utf-8', 'language': 'en-us'}, 'pylons.db_engines': {}, 'pylons.strict_c': False, 'beaker.cache.data_dir': '/home/marcink/python_workspace/hg_app/data/cache', 'debug': True, 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.data_dir': '/home/marcink/python_workspace/hg_app/data/sessions'}, 'response': <Response at 0x1f31510 200 OK>, '_': <function ugettext at 0x153e578>}
 
13:55:57,838 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
 
13:55:57,838 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
 
13:56:02,878 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:56:02,881 DEBUG [routes.middleware] Matched GET /
 
13:56:02,882 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
13:56:02,882 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
13:56:02,883 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:56:02,884 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:56:02,884 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:56:02,885 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:56:02,885 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
13:56:02,886 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x1f3aed8>, 'environ': {'routes.route': <routes.route.Route object at 0x19f1550>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x19f1790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2033c50>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x19f1810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2033750>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x1f31a50>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x19f1850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2033c50>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x19f1850>, 'wsgi.input': <socket._fileobject object at 0x1f21650 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266497762.8867469, '_creation_time': 1266497705.022933}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x1f31a50>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x1f31d10>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fc948ee31c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0xd3b550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
13:56:03,860 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
13:56:03,893 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
13:56:03,940 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:56:03,967 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css
 
13:56:03,968 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
13:56:03,968 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}
 
13:56:03,968 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:56:03,969 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:56:03,969 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:56:03,969 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:56:03,969 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
13:56:03,969 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x1f9cb90>, 'environ': {'routes.route': <routes.route.Route object at 0x19f1550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x19f1790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x1fab0d0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x1fbfe90>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x19f1810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x20331d0>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x19f1850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x1fab0d0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x19f1850>, 'wsgi.input': <socket._fileobject object at 0x1f3fad0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266497763.9698761, '_creation_time': 1266497705.022933}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x20331d0>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x1fbfa10>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fc948ee31c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0xd3b550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
13:56:04,851 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
13:56:04,851 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
13:56:06,966 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:56:06,968 DEBUG [routes.middleware] Matched GET /static/hgicon.png
 
13:56:06,969 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
13:56:06,969 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}
 
13:56:06,970 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:56:06,971 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:56:06,973 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:56:06,973 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:56:06,974 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
13:56:06,974 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x1f9ccf8>, 'environ': {'routes.route': <routes.route.Route object at 0x19f1550>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x19f1790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hgicon.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x1fbfe90>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x19f1810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x1fabcd0>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x1fabad0>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x19f1850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x1fbfe90>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x19f1850>, 'wsgi.input': <socket._fileobject object at 0x1f3fb50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266497766.9750979, '_creation_time': 1266497705.022933}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x1fabad0>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x1fbfed0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fc948ee31c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0xd3b550>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
13:56:07,887 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
13:56:07,887 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
13:57:10,076 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
 
13:57:10,076 DEBUG [pylons.configuration] Pushing process configuration
 
13:57:10,079 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
 
13:57:10,079 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
 
13:57:10,083 DEBUG [pylons.templating] Initialized Buffet object
 
13:57:10,084 DEBUG [pylons.templating] Adding mako template language for use with Buffet
 
13:57:10,084 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
 
13:57:10,086 DEBUG [paste.httpserver.ThreadPool] Started new worker 140205430417680: Initial worker pool
 
13:57:10,092 DEBUG [paste.httpserver.ThreadPool] Started new worker 140205422024976: Initial worker pool
 
13:57:10,093 DEBUG [paste.httpserver.ThreadPool] Started new worker 140205413632272: Initial worker pool
 
13:57:10,093 DEBUG [paste.httpserver.ThreadPool] Started new worker 140205405239568: Initial worker pool
 
13:57:10,094 DEBUG [paste.httpserver.ThreadPool] Started new worker 140205396846864: Initial worker pool
 
13:57:10,094 DEBUG [paste.httpserver.ThreadPool] Started new worker 140205388454160: Initial worker pool
 
13:57:10,095 DEBUG [paste.httpserver.ThreadPool] Started new worker 140205380061456: Initial worker pool
 
13:57:10,096 DEBUG [paste.httpserver.ThreadPool] Started new worker 140205371668752: Initial worker pool
 
13:57:10,097 DEBUG [paste.httpserver.ThreadPool] Started new worker 140205363276048: Initial worker pool
 
13:57:10,097 DEBUG [paste.httpserver.ThreadPool] Started new worker 140205354883344: Initial worker pool
 
13:57:48,540 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:57:48,542 DEBUG [routes.middleware] Matched GET /voip_monitor
 
13:57:48,542 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
13:57:48,543 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'voip_monitor'}
 
13:57:48,543 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:57:48,544 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:57:48,599 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
 
13:57:48,599 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:57:48,600 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:57:48,600 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
13:57:48,600 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x36b4d70>, 'environ': {'routes.route': <routes.route.Route object at 0x35c3510>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'voip_monitor'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x35c3750>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/voip_monitor', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x36b6890>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x35c37d0>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x36b6550>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x36b6390>, {'action': u'view', 'controller': u'hg', 'path_info': 'voip_monitor'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x35c3810>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x36b6890>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x35c3810>, 'wsgi.input': <socket._fileobject object at 0x354da50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266497868.6006711, '_creation_time': 1266497868.6006711}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x36b6390>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x35d9f50>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f84233c61c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x29124d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
13:57:50,081 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
13:57:50,121 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
13:57:50,152 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:57:50,162 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css
 
13:57:50,162 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
13:57:50,162 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}
 
13:57:50,163 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:57:50,163 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:57:50,163 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:57:50,163 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:57:50,163 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
13:57:50,163 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x3e7bf50>, 'environ': {'routes.route': <routes.route.Route object at 0x35c3510>, 'HTTP_REFERER': 'http://127.0.0.1:5000/voip_monitor', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x35c3750>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3e67850>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3e67b50>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x35c37d0>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x36b6410>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x35c3810>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3e67850>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x35c3810>, 'wsgi.input': <socket._fileobject object at 0x354dbd0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266497870.1641929, '_creation_time': 1266497868.6006711}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x36b6410>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3e5fa90>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f84233c61c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x29124d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
13:57:51,080 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
13:57:51,080 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
13:57:53,191 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:57:53,193 DEBUG [routes.middleware] Matched GET /static/hgicon.png
 
13:57:53,194 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
13:57:53,194 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}
 
13:57:53,196 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:57:53,197 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:57:53,197 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:57:53,198 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:57:53,198 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
13:57:53,198 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x3e7b9b0>, 'environ': {'routes.route': <routes.route.Route object at 0x35c3510>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x35c3750>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hgicon.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3b51990>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x35c37d0>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3e5fbd0>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x3e5fa50>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x35c3810>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3b51990>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x35c3810>, 'wsgi.input': <socket._fileobject object at 0x354dad0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266497873.199544, '_creation_time': 1266497868.6006711}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x3e5fa50>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3e67250>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f84233c61c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x29124d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
13:57:54,114 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
13:57:54,115 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
13:57:55,653 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:57:55,654 DEBUG [routes.middleware] Matched GET /add/voip_monitor
 
13:57:55,654 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
13:57:55,654 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'add/voip_monitor'}
 
13:57:55,655 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:57:55,655 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:57:55,655 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:57:55,655 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:57:55,656 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
13:57:55,656 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x3e93668>, 'environ': {'routes.route': <routes.route.Route object at 0x35c3510>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'add/voip_monitor'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x35c3750>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/add/voip_monitor', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3e821d0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x35c37d0>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3e82310>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x3e82350>, {'action': u'view', 'controller': u'hg', 'path_info': 'add/voip_monitor'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x35c3810>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3e821d0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x35c3810>, 'wsgi.input': <socket._fileobject object at 0x3cf9d50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266497875.6564419, '_creation_time': 1266497868.6006711}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x3e82350>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3e4ead0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f84233c61c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x29124d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
13:57:56,614 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 404 Not Found
 
13:57:56,616 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
13:57:56,617 DEBUG [routes.middleware] Matched GET /error/document
 
13:57:56,617 DEBUG [routes.middleware] Route path: '/error/{action}', defaults: {'action': 'index', 'controller': u'error'}
 
13:57:56,617 DEBUG [routes.middleware] Match dict: {'action': u'document', 'controller': u'error'}
 
13:57:56,617 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:57:56,618 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'error'
 
13:57:56,618 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.error', class: 'ErrorController'
 
13:57:56,618 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:57:56,618 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:57:56,618 DEBUG [pylons.controllers.core] Looking for u'document' method to handle the request
 
13:57:56,618 DEBUG [pylons.controllers.core] Calling 'document' method with keyword args: **{}
 
13:57:56,619 DEBUG [pylons.templating] Created render namespace with pylons vars: {'c': <pylons.util.AttribSafeContextObj at 0x3ea4150 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'ungettext': <function ungettext at 0x3111758>, 'g': <pylons_app.lib.app_globals.Globals object at 0x35c3590>, 'url': <routes.util.URLGenerator object at 0x3ea4650>, 'h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'request': <Request at 0x3ea4490 GET http://127.0.0.1:5000//error/document>, 'tmpl_context': <pylons.util.AttribSafeContextObj at 0x3ea4150 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'translator': <gettext.GNUTranslations instance at 0x3ead758>, 'session': {'_accessed_time': 1266497876.6197219, '_creation_time': 1266497868.6006711}, 'N_': <function gettext_noop at 0x3111410>, 'app_globals': <pylons_app.lib.app_globals.Globals object at 0x35c3590>, 'config': {'error_email_from': 'paste_error@localhost', 'beaker.session.auto': 'True', 'pylons.paths': {'templates': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'controllers': '/home/marcink/python_workspace/hg_app/pylons_app/controllers', 'static_files': '/home/marcink/python_workspace/hg_app/pylons_app/public', 'root': '/home/marcink/python_workspace/hg_app/pylons_app'}, 'pylons.errorware': {'debug': True}, 'pylons.response_options': {'headers': {'Pragma': 'no-cache', 'Cache-Control': 'no-cache'}, 'errors': 'strict', 'charset': 'utf-8', 'content_type': 'text/html'}, 'beaker.session.type': 'memory', 'pylons.c_attach_args': True, 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'smtp_server': 'localhost', 'app_conf': {'lang': 'en', 'beaker.session.auto': 'True', 'package': 'pylons_app', 'beaker.session.timeout': '3600', 'cache_dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.type': 'memory'}, 'pylons.cache_dir': '/home/marcink/python_workspace/hg_app/data', 'buffet.template_engines': [{'engine': 'mako', 'alias': None, 'template_root': '', 'template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}}], 'buffet.template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}, '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'routes.map': <routes.mapper.Mapper object at 0x35c3350>, 'here': '/home/marcink/python_workspace/hg_app', 'email_to': 'marcin.kuzminski@etelko.pl', 'pylons.h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'pylons.package': 'pylons_app', 'pylons.g': <pylons_app.lib.app_globals.Globals object at 0x35c3590>, 'lang': 'en', 'global_conf': {'error_email_from': 'paste_error@localhost', 'email_to': 'marcin.kuzminski@etelko.pl', 'debug': 'true', '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'smtp_server': 'localhost', 'here': '/home/marcink/python_workspace/hg_app'}, 'package': 'pylons_app', 'cache.dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.timeout': '3600', 'pylons.request_options': {'errors': 'replace', 'decode_param_names': False, 'charset': 'utf-8', 'language': 'en-us'}, 'pylons.db_engines': {}, 'pylons.strict_c': False, 'beaker.cache.data_dir': '/home/marcink/python_workspace/hg_app/data/cache', 'debug': True, 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.data_dir': '/home/marcink/python_workspace/hg_app/data/sessions'}, 'response': <Response at 0x3ea4090 200 OK>, '_': <function ugettext at 0x3111578>}
 
13:57:56,620 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
 
13:57:56,620 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
 
13:58:01,659 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:58:01,662 DEBUG [routes.middleware] Matched GET /
 
13:58:01,662 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
13:58:01,663 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
13:58:01,664 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:58:01,665 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:58:01,666 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:58:01,666 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:58:01,666 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
13:58:01,667 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x3e939b0>, 'environ': {'routes.route': <routes.route.Route object at 0x35c3510>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x35c3750>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3e9d3d0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x35c37d0>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3e9d6d0>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x3e9d910>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x35c3810>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3e9d3d0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x35c3810>, 'wsgi.input': <socket._fileobject object at 0x3e6f7d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266497881.6679089, '_creation_time': 1266497868.6006711}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x3e9d910>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3e9db10>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f84233c61c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x29124d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
13:58:02,591 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
13:58:02,619 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
13:58:02,642 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:58:02,644 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css
 
13:58:02,645 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
13:58:02,645 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}
 
13:58:02,645 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:58:02,646 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:58:02,646 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:58:02,646 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:58:02,646 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
13:58:02,646 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x3ea66e0>, 'environ': {'routes.route': <routes.route.Route object at 0x35c3510>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x35c3750>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3ea4510>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3ea4bd0>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x35c37d0>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x36b6350>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x35c3810>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3ea4510>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x35c3810>, 'wsgi.input': <socket._fileobject object at 0x3e6fad0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266497882.6467121, '_creation_time': 1266497868.6006711}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x36b6350>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3ea47d0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f84233c61c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x29124d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
13:58:03,584 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
13:58:03,584 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
13:58:05,642 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:58:05,645 DEBUG [routes.middleware] Matched GET /static/hgicon.png
 
13:58:05,645 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
13:58:05,646 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}
 
13:58:05,647 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:58:05,648 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:58:05,649 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:58:05,649 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:58:05,649 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
13:58:05,650 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x3ea6c08>, 'environ': {'routes.route': <routes.route.Route object at 0x35c3510>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x35c3750>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hgicon.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x3e820d0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x35c37d0>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x3e82190>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x3e82bd0>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x35c3810>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x3e820d0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x35c3810>, 'wsgi.input': <socket._fileobject object at 0x3e6f750 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266497885.6508739, '_creation_time': 1266497868.6006711}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x3e82bd0>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3ea42d0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f84233c61c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x29124d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
13:58:06,517 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
13:58:06,517 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
13:58:12,197 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
 
13:58:12,197 DEBUG [pylons.configuration] Pushing process configuration
 
13:58:12,201 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
 
13:58:12,201 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
 
13:58:12,204 DEBUG [pylons.templating] Initialized Buffet object
 
13:58:12,205 DEBUG [pylons.templating] Adding mako template language for use with Buffet
 
13:58:12,205 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
 
13:58:12,207 DEBUG [paste.httpserver.ThreadPool] Started new worker 140577272711440: Initial worker pool
 
13:58:12,207 DEBUG [paste.httpserver.ThreadPool] Started new worker 140577264318736: Initial worker pool
 
13:58:12,207 DEBUG [paste.httpserver.ThreadPool] Started new worker 140577255926032: Initial worker pool
 
13:58:12,208 DEBUG [paste.httpserver.ThreadPool] Started new worker 140577247533328: Initial worker pool
 
13:58:12,208 DEBUG [paste.httpserver.ThreadPool] Started new worker 140577239140624: Initial worker pool
 
13:58:12,208 DEBUG [paste.httpserver.ThreadPool] Started new worker 140577230747920: Initial worker pool
 
13:58:12,208 DEBUG [paste.httpserver.ThreadPool] Started new worker 140577222355216: Initial worker pool
 
13:58:12,209 DEBUG [paste.httpserver.ThreadPool] Started new worker 140577213962512: Initial worker pool
 
13:58:12,209 DEBUG [paste.httpserver.ThreadPool] Started new worker 140577205569808: Initial worker pool
 
13:58:12,209 DEBUG [paste.httpserver.ThreadPool] Started new worker 140577197177104: Initial worker pool
 
13:58:12,970 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:58:12,976 DEBUG [routes.middleware] Matched GET /
 
13:58:12,976 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
13:58:12,976 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
13:58:12,977 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:58:12,978 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:58:13,029 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
 
13:58:13,029 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:58:13,029 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:58:13,029 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
13:58:13,030 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x1fbbd70>, 'environ': {'routes.route': <routes.route.Route object at 0x1eca510>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x1eca750>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x1fbc850>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x1eca7d0>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x1fbc510>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x1fbc3d0>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x1eca810>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x1fbc850>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x1eca810>, 'wsgi.input': <socket._fileobject object at 0x1e54a50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266497893.030282, '_creation_time': 1266497893.030282}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x1fbc3d0>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x1ee0f50>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fdab6c381c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x122ec10>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
13:58:13,979 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
13:58:14,027 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
13:58:14,051 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:58:14,099 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css
 
13:58:14,100 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
13:58:14,100 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}
 
13:58:14,100 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:58:14,101 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:58:14,101 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:58:14,101 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:58:14,101 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
13:58:14,101 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x1fb8cf8>, 'environ': {'routes.route': <routes.route.Route object at 0x1eca510>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x1eca750>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2468750>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2468690>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x1eca7d0>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x1215990>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x1eca810>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2468750>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x1eca810>, 'wsgi.input': <socket._fileobject object at 0x24199d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266497894.1019311, '_creation_time': 1266497893.030282}, 'wsgi.multithread': True, 'HTTP_CACHE_CONTROL': 'max-age=0', 'routes.url': <routes.util.URLGenerator object at 0x1215990>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x24681d0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fdab6c381c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x122ec10>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
13:58:15,062 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
13:58:15,063 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
13:58:17,176 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:58:17,177 DEBUG [routes.middleware] Matched GET /voip_monitor
 
13:58:17,177 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
13:58:17,177 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'voip_monitor'}
 
13:58:17,178 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:58:17,178 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:58:17,178 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:58:17,178 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:58:17,178 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
13:58:17,179 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x2464668>, 'environ': {'routes.route': <routes.route.Route object at 0x1eca510>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'voip_monitor'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x1eca750>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/voip_monitor', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2456a90>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x1eca7d0>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2456810>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x1ee0ed0>, {'action': u'view', 'controller': u'hg', 'path_info': 'voip_monitor'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x1eca810>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2456a90>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x1eca810>, 'wsgi.input': <socket._fileobject object at 0x1e54bd0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266497897.1793151, '_creation_time': 1266497893.030282}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x1ee0ed0>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x24680d0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fdab6c381c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x122ec10>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
13:58:17,186 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:58:17,187 DEBUG [routes.middleware] Matched GET /static/hgicon.png
 
13:58:17,188 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
13:58:17,188 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}
 
13:58:17,188 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:58:17,189 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:58:17,189 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:58:17,189 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:58:17,189 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
13:58:17,189 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x247c320>, 'environ': {'routes.route': <routes.route.Route object at 0x1eca510>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x1eca750>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hgicon.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x25b7b50>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x1eca7d0>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x25b7a90>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x25b7890>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x1eca810>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x25b7b50>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x1eca810>, 'wsgi.input': <socket._fileobject object at 0x24695d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266497897.189914, '_creation_time': 1266497893.030282}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x25b7890>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x25b7550>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fdab6c381c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x122ec10>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
13:58:18,965 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
13:58:18,974 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
13:58:19,012 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:58:19,021 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css
 
13:58:19,021 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
13:58:19,022 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}
 
13:58:19,022 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:58:19,022 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:58:19,022 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:58:19,023 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:58:19,023 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
13:58:19,023 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x28dad70>, 'environ': {'routes.route': <routes.route.Route object at 0x1eca510>, 'HTTP_REFERER': 'http://127.0.0.1:5000/voip_monitor', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x1eca750>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2468810>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2468110>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x1eca7d0>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x25b7950>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x1eca810>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2468810>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x1eca810>, 'wsgi.input': <socket._fileobject object at 0x2469550 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266497899.0235479, '_creation_time': 1266497893.030282}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x25b7950>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x25bdfd0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fdab6c381c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x122ec10>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
13:58:19,954 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
13:58:19,955 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
13:58:20,359 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
13:58:20,359 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
13:58:22,269 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:58:22,273 DEBUG [routes.middleware] Matched GET /static/hgicon.png
 
13:58:22,273 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
13:58:22,273 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}
 
13:58:22,274 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:58:22,274 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:58:22,274 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:58:22,274 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:58:22,274 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
13:58:22,275 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x28eb488>, 'environ': {'routes.route': <routes.route.Route object at 0x1eca510>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x1eca750>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hgicon.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x28c9050>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x1eca7d0>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x28c9990>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x25bdf90>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x1eca810>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x28c9050>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x1eca810>, 'wsgi.input': <socket._fileobject object at 0x28997d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266497902.275418, '_creation_time': 1266497893.030282}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x25bdf90>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x25bd850>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fdab6c381c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x122ec10>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
13:58:22,945 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:58:23,119 DEBUG [routes.middleware] Matched GET /add/voip_monitor
 
13:58:23,120 DEBUG [routes.middleware] Route path: '/add/{new_repo:[a-z _-]*}', defaults: {'action': u'add_repo', 'controller': u'hg'}
 
13:58:23,120 DEBUG [routes.middleware] Match dict: {'action': u'add_repo', 'new_repo': u'voip_monitor', 'controller': u'hg'}
 
13:58:23,120 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:58:23,120 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:58:23,120 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:58:23,120 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:58:23,121 DEBUG [pylons.controllers.core] Looking for u'add_repo' method to handle the request
 
13:58:23,121 DEBUG [pylons.controllers.core] Calling 'add_repo' method with keyword args: **{'new_repo': u'voip_monitor'}
 
13:58:23,121 DEBUG [pylons.controllers.core] Assuming controller returned an iterable, setting it as pylons.response.app_iter
 
13:58:23,121 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
 
13:58:23,306 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
13:58:23,307 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
13:58:26,907 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:58:26,908 DEBUG [routes.middleware] Matched GET /add/voip monitor
 
13:58:26,908 DEBUG [routes.middleware] Route path: '/add/{new_repo:[a-z _-]*}', defaults: {'action': u'add_repo', 'controller': u'hg'}
 
13:58:26,908 DEBUG [routes.middleware] Match dict: {'action': u'add_repo', 'new_repo': u'voip monitor', 'controller': u'hg'}
 
13:58:26,908 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:58:26,909 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:58:26,909 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:58:26,909 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:58:26,909 DEBUG [pylons.controllers.core] Looking for u'add_repo' method to handle the request
 
13:58:26,909 DEBUG [pylons.controllers.core] Calling 'add_repo' method with keyword args: **{'new_repo': u'voip monitor'}
 
13:58:26,910 DEBUG [pylons.controllers.core] Assuming controller returned an iterable, setting it as pylons.response.app_iter
 
13:58:26,910 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
 
13:58:30,162 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:58:30,165 DEBUG [routes.middleware] Matched GET /add/voi- monitor
 
13:58:30,166 DEBUG [routes.middleware] Route path: '/add/{new_repo:[a-z _-]*}', defaults: {'action': u'add_repo', 'controller': u'hg'}
 
13:58:30,166 DEBUG [routes.middleware] Match dict: {'action': u'add_repo', 'new_repo': u'voi- monitor', 'controller': u'hg'}
 
13:58:30,166 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:58:30,167 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:58:30,167 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:58:30,168 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:58:30,168 DEBUG [pylons.controllers.core] Looking for u'add_repo' method to handle the request
 
13:58:30,168 DEBUG [pylons.controllers.core] Calling 'add_repo' method with keyword args: **{'new_repo': u'voi- monitor'}
 
13:58:30,168 DEBUG [pylons.controllers.core] Assuming controller returned an iterable, setting it as pylons.response.app_iter
 
13:58:30,169 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
 
13:58:34,938 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
13:58:34,939 DEBUG [routes.middleware] Matched GET /add/voi-monitor
 
13:58:34,940 DEBUG [routes.middleware] Route path: '/add/{new_repo:[a-z _-]*}', defaults: {'action': u'add_repo', 'controller': u'hg'}
 
13:58:34,940 DEBUG [routes.middleware] Match dict: {'action': u'add_repo', 'new_repo': u'voi-monitor', 'controller': u'hg'}
 
13:58:34,940 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
13:58:34,940 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
13:58:34,940 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
13:58:34,941 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
13:58:34,941 DEBUG [pylons.controllers.core] Looking for u'add_repo' method to handle the request
 
13:58:34,941 DEBUG [pylons.controllers.core] Calling 'add_repo' method with keyword args: **{'new_repo': u'voi-monitor'}
 
13:58:34,941 DEBUG [pylons.controllers.core] Assuming controller returned an iterable, setting it as pylons.response.app_iter
 
13:58:34,941 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
 
13:59:56,865 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
 
13:59:56,865 DEBUG [pylons.configuration] Pushing process configuration
 
13:59:56,868 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
 
13:59:56,868 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
 
13:59:56,872 DEBUG [pylons.templating] Initialized Buffet object
 
13:59:56,872 DEBUG [pylons.templating] Adding mako template language for use with Buffet
 
13:59:56,872 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
 
13:59:56,874 DEBUG [paste.httpserver.ThreadPool] Started new worker 140365612542224: Initial worker pool
 
13:59:56,875 DEBUG [paste.httpserver.ThreadPool] Started new worker 140365604149520: Initial worker pool
 
13:59:56,875 DEBUG [paste.httpserver.ThreadPool] Started new worker 140365595756816: Initial worker pool
 
13:59:56,875 DEBUG [paste.httpserver.ThreadPool] Started new worker 140365587364112: Initial worker pool
 
13:59:56,875 DEBUG [paste.httpserver.ThreadPool] Started new worker 140365503920400: Initial worker pool
 
13:59:56,876 DEBUG [paste.httpserver.ThreadPool] Started new worker 140365495527696: Initial worker pool
 
13:59:56,876 DEBUG [paste.httpserver.ThreadPool] Started new worker 140365487134992: Initial worker pool
 
13:59:56,876 DEBUG [paste.httpserver.ThreadPool] Started new worker 140365478742288: Initial worker pool
 
13:59:56,876 DEBUG [paste.httpserver.ThreadPool] Started new worker 140365470349584: Initial worker pool
 
13:59:56,877 DEBUG [paste.httpserver.ThreadPool] Started new worker 140365461956880: Initial worker pool
 
14:00:13,300 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:00:13,303 DEBUG [routes.middleware] Matched GET /add/voi-monitor
 
14:00:13,303 DEBUG [routes.middleware] Route path: '/add/{new_repo:[a-z _-]*}', defaults: {'action': u'add_repo', 'controller': u'hg'}
 
14:00:13,303 DEBUG [routes.middleware] Match dict: {'action': u'add_repo', 'new_repo': u'voi-monitor', 'controller': u'hg'}
 
14:00:13,303 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:00:13,304 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:00:13,359 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
 
14:00:13,359 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:00:13,359 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:00:13,359 DEBUG [pylons.controllers.core] Looking for u'add_repo' method to handle the request
 
14:00:13,359 DEBUG [pylons.controllers.core] Calling 'add_repo' method with keyword args: **{'new_repo': u'voi-monitor'}
 
14:00:13,360 DEBUG [pylons.controllers.core] Assuming controller returned an iterable, setting it as pylons.response.app_iter
 
14:00:13,360 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
 
14:00:54,540 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
 
14:00:54,540 DEBUG [pylons.configuration] Pushing process configuration
 
14:00:54,544 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
 
14:00:54,544 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
 
14:00:54,547 DEBUG [pylons.templating] Initialized Buffet object
 
14:00:54,548 DEBUG [pylons.templating] Adding mako template language for use with Buffet
 
14:00:54,548 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
 
14:00:54,550 DEBUG [paste.httpserver.ThreadPool] Started new worker 140391017863440: Initial worker pool
 
14:00:54,550 DEBUG [paste.httpserver.ThreadPool] Started new worker 140391009470736: Initial worker pool
 
14:00:54,551 DEBUG [paste.httpserver.ThreadPool] Started new worker 140391001078032: Initial worker pool
 
14:00:54,551 DEBUG [paste.httpserver.ThreadPool] Started new worker 140390992685328: Initial worker pool
 
14:00:54,551 DEBUG [paste.httpserver.ThreadPool] Started new worker 140390984292624: Initial worker pool
 
14:00:54,551 DEBUG [paste.httpserver.ThreadPool] Started new worker 140390975899920: Initial worker pool
 
14:00:54,552 DEBUG [paste.httpserver.ThreadPool] Started new worker 140390967507216: Initial worker pool
 
14:00:54,552 DEBUG [paste.httpserver.ThreadPool] Started new worker 140390959114512: Initial worker pool
 
14:00:54,552 DEBUG [paste.httpserver.ThreadPool] Started new worker 140390950721808: Initial worker pool
 
14:00:54,553 DEBUG [paste.httpserver.ThreadPool] Started new worker 140390942329104: Initial worker pool
 
14:03:20,937 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:03:20,939 DEBUG [routes.middleware] Matched GET /add/test
 
14:03:20,939 DEBUG [routes.middleware] Route path: '/add/{new_repo:[a-z _-]*}', defaults: {'action': u'add_repo', 'controller': u'hg'}
 
14:03:20,940 DEBUG [routes.middleware] Match dict: {'action': u'add_repo', 'new_repo': u'test', 'controller': u'hg'}
 
14:03:20,940 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:03:20,941 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:03:21,007 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
 
14:03:21,007 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:03:21,007 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:03:21,007 DEBUG [pylons.controllers.core] Looking for u'add_repo' method to handle the request
 
14:03:21,007 DEBUG [pylons.controllers.core] Calling 'add_repo' method with keyword args: **{'new_repo': u'test'}
 
14:03:21,007 DEBUG [pylons.controllers.core] Assuming controller returned an iterable, setting it as pylons.response.app_iter
 
14:03:21,007 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
 
14:03:29,560 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
 
14:03:29,560 DEBUG [pylons.configuration] Pushing process configuration
 
14:03:29,615 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
 
14:03:29,616 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
 
14:03:29,627 DEBUG [pylons.templating] Initialized Buffet object
 
14:03:29,628 DEBUG [pylons.templating] Adding mako template language for use with Buffet
 
14:03:29,628 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
 
14:03:29,634 DEBUG [paste.httpserver.ThreadPool] Started new worker 139848727120144: Initial worker pool
 
14:03:29,634 DEBUG [paste.httpserver.ThreadPool] Started new worker 139848718727440: Initial worker pool
 
14:03:29,635 DEBUG [paste.httpserver.ThreadPool] Started new worker 139848710334736: Initial worker pool
 
14:03:29,635 DEBUG [paste.httpserver.ThreadPool] Started new worker 139848701942032: Initial worker pool
 
14:03:29,635 DEBUG [paste.httpserver.ThreadPool] Started new worker 139848693549328: Initial worker pool
 
14:03:29,635 DEBUG [paste.httpserver.ThreadPool] Started new worker 139848685156624: Initial worker pool
 
14:03:29,636 DEBUG [paste.httpserver.ThreadPool] Started new worker 139848676763920: Initial worker pool
 
14:03:29,636 DEBUG [paste.httpserver.ThreadPool] Started new worker 139848668371216: Initial worker pool
 
14:03:29,636 DEBUG [paste.httpserver.ThreadPool] Started new worker 139848659978512: Initial worker pool
 
14:03:29,636 DEBUG [paste.httpserver.ThreadPool] Started new worker 139848651585808: Initial worker pool
 
14:03:31,420 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:03:31,428 DEBUG [routes.middleware] Matched GET /add/test
 
14:03:31,428 DEBUG [routes.middleware] Route path: '/add/{new_repo:[a-z _-]*}', defaults: {'action': u'add_repo', 'controller': u'hg'}
 
14:03:31,429 DEBUG [routes.middleware] Match dict: {'action': u'add_repo', 'new_repo': u'test', 'controller': u'hg'}
 
14:03:31,429 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:03:31,430 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:03:31,483 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
 
14:03:31,484 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:03:31,484 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:03:31,484 DEBUG [pylons.controllers.core] Looking for u'add_repo' method to handle the request
 
14:03:31,484 DEBUG [pylons.controllers.core] Calling 'add_repo' method with keyword args: **{'new_repo': u'test'}
 
14:03:31,520 DEBUG [pylons.controllers.core] Assuming controller returned an iterable, setting it as pylons.response.app_iter
 
14:03:31,520 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
 
14:04:03,684 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
 
14:04:03,684 DEBUG [pylons.configuration] Pushing process configuration
 
14:04:03,688 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
 
14:04:03,688 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
 
14:04:03,692 DEBUG [pylons.templating] Initialized Buffet object
 
14:04:03,693 DEBUG [pylons.templating] Adding mako template language for use with Buffet
 
14:04:03,693 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
 
14:04:03,695 DEBUG [paste.httpserver.ThreadPool] Started new worker 139774956067088: Initial worker pool
 
14:04:03,696 DEBUG [paste.httpserver.ThreadPool] Started new worker 139774947674384: Initial worker pool
 
14:04:03,697 DEBUG [paste.httpserver.ThreadPool] Started new worker 139774939281680: Initial worker pool
 
14:04:03,697 DEBUG [paste.httpserver.ThreadPool] Started new worker 139774930888976: Initial worker pool
 
14:04:03,697 DEBUG [paste.httpserver.ThreadPool] Started new worker 139774922496272: Initial worker pool
 
14:04:03,697 DEBUG [paste.httpserver.ThreadPool] Started new worker 139774914103568: Initial worker pool
 
14:04:03,697 DEBUG [paste.httpserver.ThreadPool] Started new worker 139774905710864: Initial worker pool
 
14:04:03,698 DEBUG [paste.httpserver.ThreadPool] Started new worker 139774897318160: Initial worker pool
 
14:04:03,698 DEBUG [paste.httpserver.ThreadPool] Started new worker 139774888925456: Initial worker pool
 
14:04:03,698 DEBUG [paste.httpserver.ThreadPool] Started new worker 139774880532752: Initial worker pool
 
14:04:05,450 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:04:05,453 DEBUG [routes.middleware] Matched GET /add/test
 
14:04:05,453 DEBUG [routes.middleware] Route path: '/add/{new_repo:[a-z _-]*}', defaults: {'action': u'add_repo', 'controller': u'hg'}
 
14:04:05,454 DEBUG [routes.middleware] Match dict: {'action': u'add_repo', 'new_repo': u'test', 'controller': u'hg'}
 
14:04:05,454 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:04:05,455 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:04:05,508 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
 
14:04:05,508 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:04:05,508 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:04:05,508 DEBUG [pylons.controllers.core] Looking for u'add_repo' method to handle the request
 
14:04:05,508 DEBUG [pylons.controllers.core] Calling 'add_repo' method with keyword args: **{'new_repo': u'test'}
 
14:04:05,513 DEBUG [pylons.controllers.core] Assuming controller returned an iterable, setting it as pylons.response.app_iter
 
14:04:05,513 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
 
14:04:15,281 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
 
14:04:15,282 DEBUG [pylons.configuration] Pushing process configuration
 
14:04:15,285 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
 
14:04:15,285 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
 
14:04:15,289 DEBUG [pylons.templating] Initialized Buffet object
 
14:04:15,289 DEBUG [pylons.templating] Adding mako template language for use with Buffet
 
14:04:15,289 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
 
14:04:15,292 DEBUG [paste.httpserver.ThreadPool] Started new worker 140496145504528: Initial worker pool
 
14:04:15,293 DEBUG [paste.httpserver.ThreadPool] Started new worker 140496137111824: Initial worker pool
 
14:04:15,293 DEBUG [paste.httpserver.ThreadPool] Started new worker 140496128719120: Initial worker pool
 
14:04:15,293 DEBUG [paste.httpserver.ThreadPool] Started new worker 140496120326416: Initial worker pool
 
14:04:15,294 DEBUG [paste.httpserver.ThreadPool] Started new worker 140496111933712: Initial worker pool
 
14:04:15,294 DEBUG [paste.httpserver.ThreadPool] Started new worker 140496103541008: Initial worker pool
 
14:04:15,294 DEBUG [paste.httpserver.ThreadPool] Started new worker 140496095148304: Initial worker pool
 
14:04:15,294 DEBUG [paste.httpserver.ThreadPool] Started new worker 140496086755600: Initial worker pool
 
14:04:15,295 DEBUG [paste.httpserver.ThreadPool] Started new worker 140496078362896: Initial worker pool
 
14:04:15,295 DEBUG [paste.httpserver.ThreadPool] Started new worker 140496069970192: Initial worker pool
 
14:04:16,113 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:04:16,119 DEBUG [routes.middleware] Matched GET /add/test
 
14:04:16,119 DEBUG [routes.middleware] Route path: '/add/{new_repo:[a-z _-]*}', defaults: {'action': u'add_repo', 'controller': u'hg'}
 
14:04:16,120 DEBUG [routes.middleware] Match dict: {'action': u'add_repo', 'new_repo': u'test', 'controller': u'hg'}
 
14:04:16,120 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:04:16,121 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:04:16,181 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
 
14:04:16,181 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:04:16,181 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:04:16,182 DEBUG [pylons.controllers.core] Looking for u'add_repo' method to handle the request
 
14:04:16,182 DEBUG [pylons.controllers.core] Calling 'add_repo' method with keyword args: **{'new_repo': u'test'}
 
14:04:16,541 DEBUG [pylons.controllers.core] Assuming controller returned an iterable, setting it as pylons.response.app_iter
 
14:04:16,542 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
 
14:04:18,506 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:04:18,508 DEBUG [routes.middleware] Matched GET /
 
14:04:18,508 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
14:04:18,508 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
14:04:18,508 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:04:18,509 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:04:18,509 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:04:18,509 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:04:18,509 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:04:18,509 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x36be140>, 'environ': {'routes.route': <routes.route.Route object at 0x2e3c550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/add/test', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2e3c790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x33a6e10>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x33a6f50>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2e3c810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2f2e510>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2e3c850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x33a6e10>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2e3c850>, 'wsgi.input': <socket._fileobject object at 0x2dc6bd0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266498258.510078, '_creation_time': 1266498258.510078}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x2f2e510>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2e51ed0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fc7d33491c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x218a4d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
14:04:19,691 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
14:04:19,729 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
14:04:19,801 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:04:19,802 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css
 
14:04:19,802 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
14:04:19,802 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}
 
14:04:19,803 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:04:19,803 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:04:19,803 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:04:19,803 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:04:19,804 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:04:19,804 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x36bf7d0>, 'environ': {'routes.route': <routes.route.Route object at 0x2e3c550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2e3c790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x36ab510>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x36ab110>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2e3c810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x33a6f90>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2e3c850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x36ab510>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2e3c850>, 'wsgi.input': <socket._fileobject object at 0x338c9d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266498259.8044541, '_creation_time': 1266498258.510078}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x33a6f90>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x36ab4d0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fc7d33491c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x218a4d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
14:04:20,764 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
14:04:20,764 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
14:04:22,765 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:04:22,767 DEBUG [routes.middleware] Matched GET /static/hgicon.png
 
14:04:22,768 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
14:04:22,768 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}
 
14:04:22,770 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:04:22,771 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:04:22,771 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:04:22,772 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:04:22,772 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:04:22,772 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x36bfcf8>, 'environ': {'routes.route': <routes.route.Route object at 0x2e3c550>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2e3c790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hgicon.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x36bad50>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x2e3c810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x36ba1d0>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x36bae50>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2e3c850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x36bad50>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2e3c850>, 'wsgi.input': <socket._fileobject object at 0x2dc6ad0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266498262.7735, '_creation_time': 1266498258.510078}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x36bae50>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x36abfd0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7fc7d33491c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x218a4d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
14:04:23,728 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
14:04:23,728 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
14:04:26,131 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:04:26,133 DEBUG [routes.middleware] Matched GET /add/test
 
14:04:26,133 DEBUG [routes.middleware] Route path: '/add/{new_repo:[a-z _-]*}', defaults: {'action': u'add_repo', 'controller': u'hg'}
 
14:04:26,133 DEBUG [routes.middleware] Match dict: {'action': u'add_repo', 'new_repo': u'test', 'controller': u'hg'}
 
14:04:26,133 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:04:26,134 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:04:26,134 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:04:26,134 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:04:26,134 DEBUG [pylons.controllers.core] Looking for u'add_repo' method to handle the request
 
14:04:26,134 DEBUG [pylons.controllers.core] Calling 'add_repo' method with keyword args: **{'new_repo': u'test'}
 
14:04:26,137 DEBUG [pylons.controllers.core] Assuming controller returned an iterable, setting it as pylons.response.app_iter
 
14:04:26,137 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
 
14:04:45,433 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
 
14:04:45,433 DEBUG [pylons.configuration] Pushing process configuration
 
14:04:45,436 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
 
14:04:45,437 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
 
14:04:45,441 DEBUG [pylons.templating] Initialized Buffet object
 
14:04:45,441 DEBUG [pylons.templating] Adding mako template language for use with Buffet
 
14:04:45,441 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
 
14:04:45,443 DEBUG [paste.httpserver.ThreadPool] Started new worker 140720894519568: Initial worker pool
 
14:04:45,444 DEBUG [paste.httpserver.ThreadPool] Started new worker 140720886126864: Initial worker pool
 
14:04:45,444 DEBUG [paste.httpserver.ThreadPool] Started new worker 140720877734160: Initial worker pool
 
14:04:45,444 DEBUG [paste.httpserver.ThreadPool] Started new worker 140720869341456: Initial worker pool
 
14:04:45,445 DEBUG [paste.httpserver.ThreadPool] Started new worker 140720860948752: Initial worker pool
 
14:04:45,445 DEBUG [paste.httpserver.ThreadPool] Started new worker 140720852556048: Initial worker pool
 
14:04:45,445 DEBUG [paste.httpserver.ThreadPool] Started new worker 140720844163344: Initial worker pool
 
14:04:45,445 DEBUG [paste.httpserver.ThreadPool] Started new worker 140720835770640: Initial worker pool
 
14:04:45,446 DEBUG [paste.httpserver.ThreadPool] Started new worker 140720827377936: Initial worker pool
 
14:04:45,446 DEBUG [paste.httpserver.ThreadPool] Started new worker 140720818985232: Initial worker pool
 
14:04:47,332 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:04:47,340 DEBUG [routes.middleware] Matched GET /add/test
 
14:04:47,340 DEBUG [routes.middleware] Route path: '/add/{new_repo:[a-z _-]*}', defaults: {'action': u'add_repo', 'controller': u'hg'}
 
14:04:47,341 DEBUG [routes.middleware] Match dict: {'action': u'add_repo', 'new_repo': u'test', 'controller': u'hg'}
 
14:04:47,342 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:04:47,345 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:04:47,414 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
 
14:04:47,414 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:04:47,414 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:04:47,414 DEBUG [pylons.controllers.core] Looking for u'add_repo' method to handle the request
 
14:04:47,415 DEBUG [pylons.controllers.core] Calling 'add_repo' method with keyword args: **{'new_repo': u'test'}
 
14:04:47,451 DEBUG [pylons.controllers.core] Assuming controller returned an iterable, setting it as pylons.response.app_iter
 
14:04:47,451 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
 
14:04:52,003 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:04:52,014 DEBUG [routes.middleware] Matched GET /add/test2
 
14:04:52,014 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
14:04:52,014 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'add/test2'}
 
14:04:52,014 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:04:52,015 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:04:52,015 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:04:52,015 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:04:52,015 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:04:52,015 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x32d0050>, 'environ': {'routes.route': <routes.route.Route object at 0x2a4e550>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'add/test2'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2a4e790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/add/test2', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2fb9e90>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x2a4e810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2fb9f10>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2b40510>, {'action': u'view', 'controller': u'hg', 'path_info': 'add/test2'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2a4e850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2fb9e90>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2a4e850>, 'wsgi.input': <socket._fileobject object at 0x29d8bd0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266498292.016242, '_creation_time': 1266498292.016242}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x2b40510>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2b40190>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7ffc274a61c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1d9c4d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
14:04:52,934 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 404 Not Found
 
14:04:52,941 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
14:04:52,942 DEBUG [routes.middleware] Matched GET /error/document
 
14:04:52,942 DEBUG [routes.middleware] Route path: '/error/{action}', defaults: {'action': 'index', 'controller': u'error'}
 
14:04:52,942 DEBUG [routes.middleware] Match dict: {'action': u'document', 'controller': u'error'}
 
14:04:52,942 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:04:52,943 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'error'
 
14:04:52,943 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.error', class: 'ErrorController'
 
14:04:52,943 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:04:52,943 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:04:52,943 DEBUG [pylons.controllers.core] Looking for u'document' method to handle the request
 
14:04:52,944 DEBUG [pylons.controllers.core] Calling 'document' method with keyword args: **{}
 
14:04:52,944 DEBUG [pylons.templating] Created render namespace with pylons vars: {'c': <pylons.util.AttribSafeContextObj at 0x325ded0 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'ungettext': <function ungettext at 0x259b758>, 'g': <pylons_app.lib.app_globals.Globals object at 0x2a4e5d0>, 'url': <routes.util.URLGenerator object at 0x325d250>, 'h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'request': <Request at 0x325db90 GET http://127.0.0.1:5000//error/document>, 'tmpl_context': <pylons.util.AttribSafeContextObj at 0x325ded0 error_explanation=u'The resource could not be found', error_message='404 Not Found', redirect_module=u'Home page', redirect_time=5, serv_p='http://127.0.0.1:5000', url_redirect='/'>, 'translator': <gettext.GNUTranslations instance at 0x32cdc68>, 'session': {'_accessed_time': 1266498292.944525, '_creation_time': 1266498292.016242}, 'N_': <function gettext_noop at 0x259b410>, 'app_globals': <pylons_app.lib.app_globals.Globals object at 0x2a4e5d0>, 'config': {'error_email_from': 'paste_error@localhost', 'beaker.session.auto': 'True', 'pylons.paths': {'templates': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'controllers': '/home/marcink/python_workspace/hg_app/pylons_app/controllers', 'static_files': '/home/marcink/python_workspace/hg_app/pylons_app/public', 'root': '/home/marcink/python_workspace/hg_app/pylons_app'}, 'pylons.errorware': {'debug': True}, 'pylons.response_options': {'headers': {'Pragma': 'no-cache', 'Cache-Control': 'no-cache'}, 'errors': 'strict', 'charset': 'utf-8', 'content_type': 'text/html'}, 'beaker.session.type': 'memory', 'pylons.c_attach_args': True, 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'smtp_server': 'localhost', 'app_conf': {'lang': 'en', 'beaker.session.auto': 'True', 'package': 'pylons_app', 'beaker.session.timeout': '3600', 'cache_dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.type': 'memory'}, 'pylons.cache_dir': '/home/marcink/python_workspace/hg_app/data', 'buffet.template_engines': [{'engine': 'mako', 'alias': None, 'template_root': '', 'template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}}], 'buffet.template_options': {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True}, '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'routes.map': <routes.mapper.Mapper object at 0x2a4e390>, 'here': '/home/marcink/python_workspace/hg_app', 'email_to': 'marcin.kuzminski@etelko.pl', 'pylons.h': <module 'pylons_app.lib.helpers' from '/home/marcink/python_workspace/hg_app/pylons_app/lib/helpers.pyc'>, 'pylons.package': 'pylons_app', 'pylons.g': <pylons_app.lib.app_globals.Globals object at 0x2a4e5d0>, 'lang': 'en', 'global_conf': {'error_email_from': 'paste_error@localhost', 'email_to': 'marcin.kuzminski@etelko.pl', 'debug': 'true', '__file__': '/home/marcink/python_workspace/hg_app/development.ini', 'smtp_server': 'localhost', 'here': '/home/marcink/python_workspace/hg_app'}, 'package': 'pylons_app', 'cache.dir': '/home/marcink/python_workspace/hg_app/data', 'beaker.session.timeout': '3600', 'pylons.request_options': {'errors': 'replace', 'decode_param_names': False, 'charset': 'utf-8', 'language': 'en-us'}, 'pylons.db_engines': {}, 'pylons.strict_c': False, 'beaker.cache.data_dir': '/home/marcink/python_workspace/hg_app/data/cache', 'debug': True, 'beaker.session.key': 'pylons_app', 'beaker.session.secret': '#@^^F&VWUDCT%@$#WR^@&*IWEKF', 'beaker.session.data_dir': '/home/marcink/python_workspace/hg_app/data/sessions'}, 'response': <Response at 0x325db10 200 OK>, '_': <function ugettext at 0x259b578>}
 
14:04:52,945 DEBUG [pylons.controllers.core] Controller returned a unicode string , writing it to pylons.response
 
14:04:52,945 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
 
14:04:57,966 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:04:57,971 DEBUG [routes.middleware] Matched GET /
 
14:04:57,971 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
14:04:57,971 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
14:04:57,972 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:04:57,972 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:04:57,972 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:04:57,972 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:04:57,972 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:04:57,973 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x32d39b0>, 'environ': {'routes.route': <routes.route.Route object at 0x2a4e550>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2a4e790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x326a490>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x2a4e810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x326a910>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2fb9c10>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2a4e850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x326a490>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2a4e850>, 'wsgi.input': <socket._fileobject object at 0x308bcd0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266498297.9732699, '_creation_time': 1266498292.016242}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x2fb9c10>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3257090>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7ffc274a61c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1d9c4d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
14:04:58,935 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
14:04:58,962 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
14:04:59,039 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:04:59,040 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css
 
14:04:59,040 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
14:04:59,041 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}
 
14:04:59,042 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:04:59,042 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:04:59,042 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:04:59,042 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:04:59,043 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:04:59,043 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x32f85f0>, 'environ': {'routes.route': <routes.route.Route object at 0x2a4e550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2a4e790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x32cca90>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x32cc510>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2a4e810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x326a790>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2a4e850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x32cca90>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2a4e850>, 'wsgi.input': <socket._fileobject object at 0x32ba9d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266498299.043498, '_creation_time': 1266498292.016242}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x326a790>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x32ccc90>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7ffc274a61c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1d9c4d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
14:04:59,987 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
14:04:59,988 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
14:05:02,005 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:05:02,009 DEBUG [routes.middleware] Matched GET /static/hgicon.png
 
14:05:02,009 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
14:05:02,010 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}
 
14:05:02,011 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:05:02,012 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:05:02,012 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:05:02,012 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:05:02,012 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:05:02,012 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x32d3cf8>, 'environ': {'routes.route': <routes.route.Route object at 0x2a4e550>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2a4e790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hgicon.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x32bde90>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x2a4e810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x32bdc50>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x32bdb90>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2a4e850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x32bde90>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2a4e850>, 'wsgi.input': <socket._fileobject object at 0x29d8ad0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266498302.0130601, '_creation_time': 1266498292.016242}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x32bdb90>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x32bdad0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7ffc274a61c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x1d9c4d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
14:05:03,078 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
14:05:03,087 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
14:05:03,671 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
 
14:05:03,671 DEBUG [pylons.configuration] Pushing process configuration
 
14:05:03,674 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
 
14:05:03,675 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
 
14:05:03,678 DEBUG [pylons.templating] Initialized Buffet object
 
14:05:03,678 DEBUG [pylons.templating] Adding mako template language for use with Buffet
 
14:05:03,678 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
 
14:05:03,683 DEBUG [paste.httpserver.ThreadPool] Started new worker 139674282907920: Initial worker pool
 
14:05:03,683 DEBUG [paste.httpserver.ThreadPool] Started new worker 139674274515216: Initial worker pool
 
14:05:03,683 DEBUG [paste.httpserver.ThreadPool] Started new worker 139674266122512: Initial worker pool
 
14:05:03,683 DEBUG [paste.httpserver.ThreadPool] Started new worker 139674257729808: Initial worker pool
 
14:05:03,684 DEBUG [paste.httpserver.ThreadPool] Started new worker 139674249337104: Initial worker pool
 
14:05:03,684 DEBUG [paste.httpserver.ThreadPool] Started new worker 139674240944400: Initial worker pool
 
14:05:03,684 DEBUG [paste.httpserver.ThreadPool] Started new worker 139674232551696: Initial worker pool
 
14:05:03,684 DEBUG [paste.httpserver.ThreadPool] Started new worker 139674224158992: Initial worker pool
 
14:05:03,685 DEBUG [paste.httpserver.ThreadPool] Started new worker 139674215766288: Initial worker pool
 
14:05:03,685 DEBUG [paste.httpserver.ThreadPool] Started new worker 139674207373584: Initial worker pool
 
14:05:11,111 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
 
14:05:11,111 DEBUG [pylons.configuration] Pushing process configuration
 
14:05:11,114 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
 
14:05:11,115 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
 
14:05:11,118 DEBUG [pylons.templating] Initialized Buffet object
 
14:05:11,118 DEBUG [pylons.templating] Adding mako template language for use with Buffet
 
14:05:11,119 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
 
14:05:11,121 DEBUG [paste.httpserver.ThreadPool] Started new worker 139664498010384: Initial worker pool
 
14:05:11,121 DEBUG [paste.httpserver.ThreadPool] Started new worker 139664489617680: Initial worker pool
 
14:05:11,132 DEBUG [paste.httpserver.ThreadPool] Started new worker 139664481224976: Initial worker pool
 
14:05:11,133 DEBUG [paste.httpserver.ThreadPool] Started new worker 139664472832272: Initial worker pool
 
14:05:11,133 DEBUG [paste.httpserver.ThreadPool] Started new worker 139664464439568: Initial worker pool
 
14:05:11,133 DEBUG [paste.httpserver.ThreadPool] Started new worker 139664456046864: Initial worker pool
 
14:05:11,134 DEBUG [paste.httpserver.ThreadPool] Started new worker 139664447654160: Initial worker pool
 
14:05:11,134 DEBUG [paste.httpserver.ThreadPool] Started new worker 139664439261456: Initial worker pool
 
14:05:11,134 DEBUG [paste.httpserver.ThreadPool] Started new worker 139664430868752: Initial worker pool
 
14:05:11,134 DEBUG [paste.httpserver.ThreadPool] Started new worker 139664422476048: Initial worker pool
 
14:05:15,434 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:05:15,437 DEBUG [routes.middleware] Matched GET /add/test2
 
14:05:15,437 DEBUG [routes.middleware] Route path: '/add/{new_repo:[a-z0-9\. _-]*}', defaults: {'action': u'add_repo', 'controller': u'hg'}
 
14:05:15,437 DEBUG [routes.middleware] Match dict: {'action': u'add_repo', 'new_repo': u'test2', 'controller': u'hg'}
 
14:05:15,437 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:05:15,438 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:05:15,498 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
 
14:05:15,498 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:05:15,498 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:05:15,498 DEBUG [pylons.controllers.core] Looking for u'add_repo' method to handle the request
 
14:05:15,498 DEBUG [pylons.controllers.core] Calling 'add_repo' method with keyword args: **{'new_repo': u'test2'}
 
14:05:15,700 DEBUG [pylons.controllers.core] Assuming controller returned an iterable, setting it as pylons.response.app_iter
 
14:05:15,701 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
 
14:06:57,953 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
 
14:06:57,954 DEBUG [pylons.configuration] Pushing process configuration
 
14:06:57,957 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
 
14:06:57,958 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
 
14:06:57,961 DEBUG [pylons.templating] Initialized Buffet object
 
14:06:57,961 DEBUG [pylons.templating] Adding mako template language for use with Buffet
 
14:06:57,962 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
 
14:06:57,965 DEBUG [paste.httpserver.ThreadPool] Started new worker 140501619230992: Initial worker pool
 
14:06:57,965 DEBUG [paste.httpserver.ThreadPool] Started new worker 140501610838288: Initial worker pool
 
14:06:57,965 DEBUG [paste.httpserver.ThreadPool] Started new worker 140501602445584: Initial worker pool
 
14:06:57,966 DEBUG [paste.httpserver.ThreadPool] Started new worker 140501594052880: Initial worker pool
 
14:06:57,966 DEBUG [paste.httpserver.ThreadPool] Started new worker 140501585660176: Initial worker pool
 
14:06:57,966 DEBUG [paste.httpserver.ThreadPool] Started new worker 140501577267472: Initial worker pool
 
14:06:57,966 DEBUG [paste.httpserver.ThreadPool] Started new worker 140501568874768: Initial worker pool
 
14:06:57,967 DEBUG [paste.httpserver.ThreadPool] Started new worker 140501560482064: Initial worker pool
 
14:06:57,967 DEBUG [paste.httpserver.ThreadPool] Started new worker 140501552089360: Initial worker pool
 
14:06:57,967 DEBUG [paste.httpserver.ThreadPool] Started new worker 140501543696656: Initial worker pool
 
14:07:16,202 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:07:16,205 DEBUG [routes.middleware] Matched GET /add/test2
 
14:07:16,205 DEBUG [routes.middleware] Route path: '/add/{new_repo:[a-z0-9\. _-]*}', defaults: {'action': u'add_repo', 'controller': u'hg'}
 
14:07:16,205 DEBUG [routes.middleware] Match dict: {'action': u'add_repo', 'new_repo': u'test2', 'controller': u'hg'}
 
14:07:16,206 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:07:16,207 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:07:16,258 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
 
14:07:16,259 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:07:16,259 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:07:16,259 DEBUG [pylons.controllers.core] Looking for u'add_repo' method to handle the request
 
14:07:16,259 DEBUG [pylons.controllers.core] Calling 'add_repo' method with keyword args: **{'new_repo': u'test2'}
 
14:07:16,308 DEBUG [pylons.controllers.core] Assuming controller returned an iterable, setting it as pylons.response.app_iter
 
14:07:16,308 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
 
14:07:46,330 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
 
14:07:46,331 DEBUG [pylons.configuration] Pushing process configuration
 
14:07:46,335 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
 
14:07:46,335 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
 
14:07:46,338 DEBUG [pylons.templating] Initialized Buffet object
 
14:07:46,339 DEBUG [pylons.templating] Adding mako template language for use with Buffet
 
14:07:46,339 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
 
14:07:46,341 DEBUG [paste.httpserver.ThreadPool] Started new worker 139952601037072: Initial worker pool
 
14:07:46,341 DEBUG [paste.httpserver.ThreadPool] Started new worker 139952592644368: Initial worker pool
 
14:07:46,341 DEBUG [paste.httpserver.ThreadPool] Started new worker 139952584251664: Initial worker pool
 
14:07:46,342 DEBUG [paste.httpserver.ThreadPool] Started new worker 139952575858960: Initial worker pool
 
14:07:46,342 DEBUG [paste.httpserver.ThreadPool] Started new worker 139952567466256: Initial worker pool
 
14:07:46,342 DEBUG [paste.httpserver.ThreadPool] Started new worker 139952559073552: Initial worker pool
 
14:07:46,342 DEBUG [paste.httpserver.ThreadPool] Started new worker 139952550680848: Initial worker pool
 
14:07:46,343 DEBUG [paste.httpserver.ThreadPool] Started new worker 139952542288144: Initial worker pool
 
14:07:46,343 DEBUG [paste.httpserver.ThreadPool] Started new worker 139952533895440: Initial worker pool
 
14:07:46,343 DEBUG [paste.httpserver.ThreadPool] Started new worker 139952525502736: Initial worker pool
 
14:07:47,536 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:07:47,540 DEBUG [routes.middleware] Matched GET /add/test2
 
14:07:47,540 DEBUG [routes.middleware] Route path: '/add/{new_repo:[a-z0-9\. _-]*}', defaults: {'action': u'add_repo', 'controller': u'hg'}
 
14:07:47,541 DEBUG [routes.middleware] Match dict: {'action': u'add_repo', 'new_repo': u'test2', 'controller': u'hg'}
 
14:07:47,541 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:07:47,542 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:07:47,617 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
 
14:07:47,617 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:07:47,617 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:07:47,617 DEBUG [pylons.controllers.core] Looking for u'add_repo' method to handle the request
 
14:07:47,617 DEBUG [pylons.controllers.core] Calling 'add_repo' method with keyword args: **{'new_repo': u'test2'}
 
14:07:47,658 DEBUG [pylons.controllers.core] Assuming controller returned an iterable, setting it as pylons.response.app_iter
 
14:07:47,658 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
 
14:07:56,571 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:07:56,572 DEBUG [routes.middleware] Matched GET /add/test3
 
14:07:56,572 DEBUG [routes.middleware] Route path: '/add/{new_repo:[a-z0-9\. _-]*}', defaults: {'action': u'add_repo', 'controller': u'hg'}
 
14:07:56,572 DEBUG [routes.middleware] Match dict: {'action': u'add_repo', 'new_repo': u'test3', 'controller': u'hg'}
 
14:07:56,572 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:07:56,573 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:07:56,573 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:07:56,573 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:07:56,573 DEBUG [pylons.controllers.core] Looking for u'add_repo' method to handle the request
 
14:07:56,573 DEBUG [pylons.controllers.core] Calling 'add_repo' method with keyword args: **{'new_repo': u'test3'}
 
14:07:56,575 DEBUG [pylons.controllers.core] Assuming controller returned an iterable, setting it as pylons.response.app_iter
 
14:07:56,575 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
 
14:07:58,971 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:07:58,972 DEBUG [routes.middleware] Matched GET /add/test3.1
 
14:07:58,972 DEBUG [routes.middleware] Route path: '/add/{new_repo:[a-z0-9\. _-]*}', defaults: {'action': u'add_repo', 'controller': u'hg'}
 
14:07:58,972 DEBUG [routes.middleware] Match dict: {'action': u'add_repo', 'new_repo': u'test3.1', 'controller': u'hg'}
 
14:07:58,972 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:07:58,973 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:07:58,973 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:07:58,973 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:07:58,973 DEBUG [pylons.controllers.core] Looking for u'add_repo' method to handle the request
 
14:07:58,973 DEBUG [pylons.controllers.core] Calling 'add_repo' method with keyword args: **{'new_repo': u'test3.1'}
 
14:07:58,975 DEBUG [pylons.controllers.core] Assuming controller returned an iterable, setting it as pylons.response.app_iter
 
14:07:58,975 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
 
14:08:02,778 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:08:02,790 DEBUG [routes.middleware] Matched GET /add/test3.1232131.31
 
14:08:02,791 DEBUG [routes.middleware] Route path: '/add/{new_repo:[a-z0-9\. _-]*}', defaults: {'action': u'add_repo', 'controller': u'hg'}
 
14:08:02,791 DEBUG [routes.middleware] Match dict: {'action': u'add_repo', 'new_repo': u'test3.1232131.31', 'controller': u'hg'}
 
14:08:02,792 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:08:02,793 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:08:02,794 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:08:02,794 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:08:02,794 DEBUG [pylons.controllers.core] Looking for u'add_repo' method to handle the request
 
14:08:02,795 DEBUG [pylons.controllers.core] Calling 'add_repo' method with keyword args: **{'new_repo': u'test3.1232131.31'}
 
14:08:02,801 DEBUG [pylons.controllers.core] Assuming controller returned an iterable, setting it as pylons.response.app_iter
 
14:08:02,801 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
 
14:08:42,927 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
 
14:08:42,927 DEBUG [pylons.configuration] Pushing process configuration
 
14:08:42,930 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
 
14:08:42,931 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
 
14:08:42,934 DEBUG [pylons.templating] Initialized Buffet object
 
14:08:42,934 DEBUG [pylons.templating] Adding mako template language for use with Buffet
 
14:08:42,935 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
 
14:08:42,936 DEBUG [paste.httpserver.ThreadPool] Started new worker 139883742353680: Initial worker pool
 
14:08:42,937 DEBUG [paste.httpserver.ThreadPool] Started new worker 139883733960976: Initial worker pool
 
14:08:42,937 DEBUG [paste.httpserver.ThreadPool] Started new worker 139883725568272: Initial worker pool
 
14:08:42,937 DEBUG [paste.httpserver.ThreadPool] Started new worker 139883717175568: Initial worker pool
 
14:08:42,938 DEBUG [paste.httpserver.ThreadPool] Started new worker 139883708782864: Initial worker pool
 
14:08:42,941 DEBUG [paste.httpserver.ThreadPool] Started new worker 139883700390160: Initial worker pool
 
14:08:42,941 DEBUG [paste.httpserver.ThreadPool] Started new worker 139883691997456: Initial worker pool
 
14:08:42,941 DEBUG [paste.httpserver.ThreadPool] Started new worker 139883683604752: Initial worker pool
 
14:08:42,942 DEBUG [paste.httpserver.ThreadPool] Started new worker 139883675212048: Initial worker pool
 
14:08:42,942 DEBUG [paste.httpserver.ThreadPool] Started new worker 139883666819344: Initial worker pool
 
14:09:11,968 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:09:11,970 DEBUG [routes.middleware] Matched GET /
 
14:09:11,970 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
14:09:11,971 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
14:09:11,971 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:09:11,972 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:09:12,046 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
 
14:09:12,046 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:09:12,047 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:09:12,047 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:09:12,047 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x1b6dd70>, 'environ': {'routes.route': <routes.route.Route object at 0x1a7c550>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x1a7c790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x1b6f850>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x1a7c810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x1b6f510>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x1b6f310>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x1a7c850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x1b6f850>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x1a7c850>, 'wsgi.input': <socket._fileobject object at 0x1a06a50 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266498552.047678, '_creation_time': 1266498552.047678}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x1b6f310>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x1a91f90>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f393d2211c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0xdcb4d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
14:09:12,953 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
14:09:12,987 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
14:09:13,051 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:09:13,052 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css
 
14:09:13,052 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
14:09:13,053 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}
 
14:09:13,053 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:09:13,053 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:09:13,054 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:09:13,054 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:09:13,054 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:09:13,054 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x2017c80>, 'environ': {'routes.route': <routes.route.Route object at 0x1a7c550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x1a7c790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x201b810>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x201b750>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x1a7c810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x1b6f450>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x1a7c850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x201b810>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x1a7c850>, 'wsgi.input': <socket._fileobject object at 0x1fcd950 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266498553.0546899, '_creation_time': 1266498552.047678}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x1b6f450>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x201b1d0>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f393d2211c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0xdcb4d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
14:09:14,011 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
14:09:14,011 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
14:09:16,060 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:09:16,061 DEBUG [routes.middleware] Matched GET /static/hgicon.png
 
14:09:16,062 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
14:09:16,062 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}
 
14:09:16,062 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:09:16,063 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:09:16,063 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:09:16,063 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:09:16,063 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:09:16,063 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x2017c08>, 'environ': {'routes.route': <routes.route.Route object at 0x1a7c550>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x1a7c790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hgicon.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2009a90>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x1a7c810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x2009cd0>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x2009490>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x1a7c850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2009a90>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x1a7c850>, 'wsgi.input': <socket._fileobject object at 0x1a06bd0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266498556.063905, '_creation_time': 1266498552.047678}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x2009490>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x201b390>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f393d2211c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0xdcb4d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
14:09:16,958 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
14:09:16,958 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
14:09:30,005 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:09:30,008 DEBUG [routes.middleware] Matched GET /add/test3
 
14:09:30,009 DEBUG [routes.middleware] Route path: '/add/{new_repo:[a-z0-9\. _-]*}', defaults: {'action': u'add_repo', 'controller': u'hg'}
 
14:09:30,009 DEBUG [routes.middleware] Match dict: {'action': u'add_repo', 'new_repo': u'test3', 'controller': u'hg'}
 
14:09:30,010 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:09:30,011 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:09:30,011 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:09:30,011 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:09:30,011 DEBUG [pylons.controllers.core] Looking for u'add_repo' method to handle the request
 
14:09:30,011 DEBUG [pylons.controllers.core] Calling 'add_repo' method with keyword args: **{'new_repo': u'test3'}
 
14:09:30,064 DEBUG [pylons.controllers.core] Assuming controller returned an iterable, setting it as pylons.response.app_iter
 
14:09:30,064 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
 
14:09:31,850 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:09:31,851 DEBUG [routes.middleware] Matched GET /
 
14:09:31,851 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
14:09:31,852 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
14:09:31,852 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:09:31,852 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:09:31,853 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:09:31,853 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:09:31,853 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:09:31,853 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x236e6e0>, 'environ': {'routes.route': <routes.route.Route object at 0x1a7c550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/add/test3', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x1a7c790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x202a250>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x202a450>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x1a7c810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x201fb50>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x1a7c850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x202a250>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x1a7c850>, 'wsgi.input': <socket._fileobject object at 0x201c450 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266498571.853673, '_creation_time': 1266498552.047678}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x201fb50>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2009f50>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f393d2211c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0xdcb4d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
14:09:32,744 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
14:09:32,771 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
14:09:32,849 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:09:32,851 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css
 
14:09:32,851 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
14:09:32,851 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}
 
14:09:32,851 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:09:32,852 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:09:32,852 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:09:32,852 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:09:32,852 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:09:32,852 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x237d230>, 'environ': {'routes.route': <routes.route.Route object at 0x1a7c550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x1a7c790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x236a810>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x236a6d0>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x1a7c810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x21c7a90>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x1a7c850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x236a810>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x1a7c850>, 'wsgi.input': <socket._fileobject object at 0x201c250 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266498572.8528681, '_creation_time': 1266498552.047678}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x21c7a90>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2360e50>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f393d2211c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0xdcb4d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
14:09:33,746 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
14:09:33,747 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
14:09:35,786 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:09:35,789 DEBUG [routes.middleware] Matched GET /static/hgicon.png
 
14:09:35,790 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
14:09:35,790 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}
 
14:09:35,791 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:09:35,792 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:09:35,792 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:09:35,793 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:09:35,793 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:09:35,794 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x237d7d0>, 'environ': {'routes.route': <routes.route.Route object at 0x1a7c550>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x1a7c790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hgicon.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x2371290>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x1a7c810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x21bf510>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x21bf5d0>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x1a7c850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x2371290>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x1a7c850>, 'wsgi.input': <socket._fileobject object at 0x21c35d0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266498575.794677, '_creation_time': 1266498552.047678}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x21bf5d0>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x2360210>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f393d2211c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0xdcb4d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
14:09:36,712 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
14:09:36,712 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
14:10:42,728 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
 
14:10:42,729 DEBUG [pylons.configuration] Pushing process configuration
 
14:10:42,732 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
 
14:10:42,732 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
 
14:10:42,736 DEBUG [pylons.templating] Initialized Buffet object
 
14:10:42,736 DEBUG [pylons.templating] Adding mako template language for use with Buffet
 
14:10:42,736 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
 
14:10:42,738 DEBUG [paste.httpserver.ThreadPool] Started new worker 140732895516944: Initial worker pool
 
14:10:42,739 DEBUG [paste.httpserver.ThreadPool] Started new worker 140732887124240: Initial worker pool
 
14:10:42,739 DEBUG [paste.httpserver.ThreadPool] Started new worker 140732878731536: Initial worker pool
 
14:10:42,739 DEBUG [paste.httpserver.ThreadPool] Started new worker 140732870338832: Initial worker pool
 
14:10:42,739 DEBUG [paste.httpserver.ThreadPool] Started new worker 140732861946128: Initial worker pool
 
14:10:42,740 DEBUG [paste.httpserver.ThreadPool] Started new worker 140732853553424: Initial worker pool
 
14:10:42,740 DEBUG [paste.httpserver.ThreadPool] Started new worker 140732845160720: Initial worker pool
 
14:10:42,740 DEBUG [paste.httpserver.ThreadPool] Started new worker 140732836768016: Initial worker pool
 
14:10:42,741 DEBUG [paste.httpserver.ThreadPool] Started new worker 140732828375312: Initial worker pool
 
14:10:42,741 DEBUG [paste.httpserver.ThreadPool] Started new worker 140732819982608: Initial worker pool
 
14:12:10,591 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:12:10,599 DEBUG [routes.middleware] Matched GET /add/test3
 
14:12:10,599 DEBUG [routes.middleware] Route path: '/add/{new_repo:[a-z0-9\. _-]*}', defaults: {'action': u'add_repo', 'controller': u'hg'}
 
14:12:10,600 DEBUG [routes.middleware] Match dict: {'action': u'add_repo', 'new_repo': u'test3', 'controller': u'hg'}
 
14:12:10,600 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:12:10,606 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:12:10,678 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
 
14:12:10,688 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:12:10,688 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:12:10,688 DEBUG [pylons.controllers.core] Looking for u'add_repo' method to handle the request
 
14:12:10,688 DEBUG [pylons.controllers.core] Calling 'add_repo' method with keyword args: **{'new_repo': u'test3'}
 
14:12:10,725 INFO  [pylons_app.controllers.hg] test3 repo is free for creation
 
14:12:10,725 INFO  [pylons_app.controllers.hg] test3 repo is free for creation
 
14:12:10,725 DEBUG [pylons.controllers.core] Assuming controller returned an iterable, setting it as pylons.response.app_iter
 
14:12:10,725 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
 
14:12:57,116 DEBUG [pylons.configuration] Initializing configuration, package: 'pylons_app'
 
14:12:57,116 DEBUG [pylons.configuration] Pushing process configuration
 
14:12:57,121 DEBUG [pylons.configuration] Adding mako engine with alias None and {'myghty.data_dir': '/home/marcink/python_workspace/hg_app/data/templates', 'mako.directories': ['/home/marcink/python_workspace/hg_app/pylons_app/templates'], 'myghty.component_root': [{'templates': '/home/marcink/python_workspace/hg_app/pylons_app/templates'}], 'kid.encoding': 'utf-8', 'kid.assume_encoding': 'utf-8', 'mako.module_directory': '/home/marcink/python_workspace/hg_app/data/templates', 'myghty.allow_globals': ['c', 'config', 'g', 'h', 'render', 'request', 'session', 'translator', 'ungettext', '_', 'N_'], 'myghty.output_encoding': 'utf-8', 'myghty.raise_error': True, 'mako.output_encoding': 'utf-8', 'mako.filesystem_checks': True} options
 
14:12:57,121 DEBUG [pylons.configuration] Loaded mako template engine as the default template renderer
 
14:12:57,125 DEBUG [pylons.templating] Initialized Buffet object
 
14:12:57,125 DEBUG [pylons.templating] Adding mako template language for use with Buffet
 
14:12:57,125 DEBUG [routes.middleware] Initialized with method overriding = True, and path info altering = True
 
14:12:57,127 DEBUG [paste.httpserver.ThreadPool] Started new worker 139958287091984: Initial worker pool
 
14:12:57,127 DEBUG [paste.httpserver.ThreadPool] Started new worker 139958278699280: Initial worker pool
 
14:12:57,128 DEBUG [paste.httpserver.ThreadPool] Started new worker 139958270306576: Initial worker pool
 
14:12:57,128 DEBUG [paste.httpserver.ThreadPool] Started new worker 139958261913872: Initial worker pool
 
14:12:57,128 DEBUG [paste.httpserver.ThreadPool] Started new worker 139958253521168: Initial worker pool
 
14:12:57,129 DEBUG [paste.httpserver.ThreadPool] Started new worker 139958245128464: Initial worker pool
 
14:12:57,129 DEBUG [paste.httpserver.ThreadPool] Started new worker 139958236735760: Initial worker pool
 
14:12:57,129 DEBUG [paste.httpserver.ThreadPool] Started new worker 139958228343056: Initial worker pool
 
14:12:57,129 DEBUG [paste.httpserver.ThreadPool] Started new worker 139958219950352: Initial worker pool
 
14:12:57,130 DEBUG [paste.httpserver.ThreadPool] Started new worker 139958211557648: Initial worker pool
 
14:13:10,442 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:13:10,447 DEBUG [routes.middleware] Matched GET /add/test3
 
14:13:10,447 DEBUG [routes.middleware] Route path: '/add/{new_repo:[a-z0-9\. _-]*}', defaults: {'action': u'add_repo', 'controller': u'hg'}
 
14:13:10,447 DEBUG [routes.middleware] Match dict: {'action': u'add_repo', 'new_repo': u'test3', 'controller': u'hg'}
 
14:13:10,448 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:13:10,449 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:13:10,513 DEBUG [pylons.wsgiapp] Found controller, module: 'pylons_app.controllers.hg', class: 'HgController'
 
14:13:10,513 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:13:10,513 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:13:10,513 DEBUG [pylons.controllers.core] Looking for u'add_repo' method to handle the request
 
14:13:10,514 DEBUG [pylons.controllers.core] Calling 'add_repo' method with keyword args: **{'new_repo': u'test3'}
 
14:13:10,548 INFO  [pylons_app.controllers.hg] test3 repo is free for creation
 
14:13:10,548 INFO  [pylons_app.controllers.hg] test3 repo is free for creation
 
14:13:10,549 INFO  [pylons_app.controllers.hg] creating repo test3
 
14:13:10,549 INFO  [pylons_app.controllers.hg] creating repo test3
 
14:13:10,726 DEBUG [pylons.controllers.core] Assuming controller returned an iterable, setting it as pylons.response.app_iter
 
14:13:10,726 DEBUG [pylons.controllers.core] Calling Response object to return WSGI data
 
14:13:11,977 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:13:11,991 DEBUG [routes.middleware] Matched GET /
 
14:13:11,991 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
14:13:11,991 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
14:13:11,991 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:13:11,992 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:13:11,992 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:13:11,992 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:13:11,992 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:13:11,992 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x37e7140>, 'environ': {'routes.route': <routes.route.Route object at 0x2f7f550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/add/test3', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': u'/'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2f7f790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': u'/', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x34e8dd0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x34e8fd0>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2f7f810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x30714d0>, {'action': u'view', 'controller': u'hg', 'path_info': u'/'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2f7f850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x34e8dd0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2f7f850>, 'wsgi.input': <socket._fileobject object at 0x2f09bd0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266498791.9932499, '_creation_time': 1266498791.9932499}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x30714d0>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x3071150>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f4a985881c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x22ce4d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
14:13:13,017 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
14:13:13,059 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
14:13:13,087 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:13:13,132 DEBUG [routes.middleware] Matched GET /static/style-gitweb.css
 
14:13:13,132 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
14:13:13,132 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}
 
14:13:13,133 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:13:13,134 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:13:13,134 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:13:13,135 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:13:13,135 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:13:13,135 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x3806848>, 'environ': {'routes.route': <routes.route.Route object at 0x2f7f550>, 'HTTP_REFERER': 'http://127.0.0.1:5000/', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2f7f790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/style-gitweb.css', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x37f00d0>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x37f0a90>, 'wsgi.url_scheme': 'http', 'beaker.cache': <beaker.cache.CacheManager object at 0x2f7f810>, 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x34e8d90>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/style-gitweb.css'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2f7f850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x37f00d0>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2f7f850>, 'wsgi.input': <socket._fileobject object at 0x34d5950 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266498793.13592, '_creation_time': 1266498791.9932499}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x34e8d90>, 'HTTP_ACCEPT': 'text/css,*/*;q=0.1', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x37f0d10>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f4a985881c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x22ce4d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
14:13:14,173 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
14:13:14,173 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
 
14:13:16,088 DEBUG [paste.httpserver.ThreadPool] Added task (0 tasks queued)
 
14:13:16,090 DEBUG [routes.middleware] Matched GET /static/hgicon.png
 
14:13:16,091 DEBUG [routes.middleware] Route path: '/{path_info:.*}', defaults: {'action': u'view', 'controller': u'hg', 'path_info': u'/'}
 
14:13:16,092 DEBUG [routes.middleware] Match dict: {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}
 
14:13:16,093 DEBUG [pylons.wsgiapp] Setting up Pylons stacked object globals
 
14:13:16,094 DEBUG [pylons.wsgiapp] Resolved URL to controller: u'hg'
 
14:13:16,095 DEBUG [pylons.wsgiapp] Controller appears to be a class, instantiating
 
14:13:16,095 DEBUG [pylons.wsgiapp] Calling controller class with WSGI interface
 
14:13:16,095 DEBUG [pylons.controllers.core] Looking for u'view' method to handle the request
 
14:13:16,096 DEBUG [pylons.controllers.core] Calling 'view' method with keyword args: **{'start_response': <function repl_start_response at 0x3806d70>, 'environ': {'routes.route': <routes.route.Route object at 0x2f7f550>, 'HTTP_COOKIE': 'pylons_app=ec1f911f486328328b82fe62b9ecfb8c8e67ce074366ad71ec9c1fedd2deef3b48609ea4', 'pylons.routes_dict': {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}, 'beaker.get_session': <bound method SessionMiddleware._get_session of <beaker.middleware.SessionMiddleware object at 0x2f7f790>>, 'SCRIPT_NAME': '', 'webob.adhoc_attrs': {'language': 'en-us'}, 'REQUEST_METHOD': 'GET', 'PATH_INFO': '/static/hgicon.png', 'SERVER_PROTOCOL': 'HTTP/1.1', 'QUERY_STRING': '', 'paste.throw_errors': True, 'pylons.action_method': <bound method HgController.view of <pylons_app.controllers.hg.HgController object at 0x37fe790>>, 'CONTENT_LENGTH': '0', 'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.7', 'HTTP_USER_AGENT': 'Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.2pre) Gecko/20100216 Ubuntu/9.10 (karmic) Namoroka/3.6.2pre', 'HTTP_CONNECTION': 'keep-alive', 'beaker.cache': <beaker.cache.CacheManager object at 0x2f7f810>, 'SERVER_NAME': '127.0.0.1', 'REMOTE_ADDR': '127.0.0.1', 'pylons.environ_config': {'session': 'beaker.session', 'cache': 'beaker.cache'}, 'pylons.pylons': <pylons.util.PylonsContext object at 0x37fe510>, 'wsgi.url_scheme': 'http', 'wsgiorg.routing_args': (<routes.util.URLGenerator object at 0x37fe950>, {'action': u'view', 'controller': u'hg', 'path_info': 'static/hgicon.png'}), 'SERVER_PORT': '5000', 'weberror.evalexception': <weberror.evalexception.EvalException object at 0x2f7f850>, 'pylons.controller': <pylons_app.controllers.hg.HgController object at 0x37fe790>, 'paste.evalexception': <weberror.evalexception.EvalException object at 0x2f7f850>, 'wsgi.input': <socket._fileobject object at 0x2f09ad0 length=0>, 'HTTP_HOST': '127.0.0.1:5000', 'beaker.session': {'_accessed_time': 1266498796.096786, '_creation_time': 1266498791.9932499}, 'wsgi.multithread': True, 'routes.url': <routes.util.URLGenerator object at 0x37fe950>, 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'wsgi.version': (1, 0), 'paste.registry': <paste.registry.Registry object at 0x37f0310>, 'wsgi.run_once': False, 'wsgi.errors': <open file '<stderr>', mode 'w' at 0x7f4a985881c8>, 'wsgi.multiprocess': False, 'HTTP_ACCEPT_LANGUAGE': 'en-us,en;q=0.5', 'CONTENT_TYPE': '', 'paste.httpserver.thread_pool': <paste.httpserver.ThreadPool object at 0x22ce4d0>, 'HTTP_ACCEPT_ENCODING': 'gzip,deflate', 'HTTP_KEEP_ALIVE': '115'}}
 
14:13:16,997 DEBUG [pylons.controllers.core] Merging pylons.response headers into start_response call, status: 200 Script output follows
 
14:13:16,997 DEBUG [pylons.controllers.core] Response assumed to be WSGI content, returning un-touched
pylons_app/config/routing.py
Show inline comments
 
"""Routes configuration
 

	
 
The more specific and detailed routes should be defined first so they
 
may take precedent over the more generic routes. For more information
 
refer to the routes manual at http://routes.groovie.org/docs/
 
"""
 
from pylons import config
 
from routes import Mapper
 

	
 
def make_map():
 
    """Create, configure and return the routes Mapper"""
 
    map = Mapper(directory = config['pylons.paths']['controllers'],
 
                 always_scan = config['debug'])
 
    map.minimization = False
 

	
 
    # The ErrorController route (handles 404/500 error pages); it should
 
    # likely stay at the top, ensuring it can always be resolved
 
    map.connect('/error/{action}', controller = 'error')
 
    map.connect('/error/{action}/{id}', controller = 'error')
 

	
 
    # CUSTOM ROUTES HERE
 
    map.connect('hg_add', '/add/{new_repo:[a-z _-]*}',
 
    map.connect('hg_add', '/add/{new_repo:[a-z0-9\. _-]*}',
 
                controller = 'hg', action = 'add_repo')
 
    map.connect('hg', '/{path_info:.*}',
 
                controller = 'hg', action = "view",
 
                path_info = '/', conditions = {'method':'GET'})
 

	
 
    return map
pylons_app/controllers/hg.py
Show inline comments
 
#!/usr/bin/python
 
# -*- coding: utf-8 -*-
 
import logging
 
from pylons_app.lib.base import BaseController
 
from pylons import c, g, session, h, request
 
from mako.template import Template
 
from pprint import pprint
 
import os
 
#uncomment the following if you want to serve a single repo
 
#from mercurial.hgweb.hgweb_mod import hgweb
 
from mercurial.hgweb.hgwebdir_mod import hgwebdir
 
from mercurial.hgweb.request import wsgiapplication
 
log = logging.getLogger(__name__)
 

	
 
from mercurial import ui, hg
 
from mercurial.error import RepoError
 

	
 
#http://bel-epa.com/hg/
 
#def make_web_app():
 
#    repos = "hgwebdir.config"
 
#    hgwebapp = hgwebdir(repos)
 
#    return hgwebapp
 
#
 
#class HgController(BaseController):
 
#
 
#    def index(self):
 
#        hgapp = wsgiapplication(make_web_app)
 
#        return hgapp(request.environ, self.start_response)
 
#
 
#    def view(self, *args, **kwargs):
 
#        return u'dupa'
 
#        #pprint(request.environ)
 
#        hgapp = wsgiapplication(make_web_app)
 
#        return hgapp(request.environ, self.start_response)
 

	
 
def _make_app():
 
    #for single a repo
 
    #return hgweb("/path/to/repo", "Name")
 
    repos = "hgwebdir.config"
 
    return  hgwebdir(repos)
 

	
 
def wsgi_app(environ, start_response):
 
    start_response('200 OK', [('Content-type', 'text/html')])
 
    return ['<html>\n<body>\nHello World!\n</body>\n</html>']
 

	
 
class HgController(BaseController):
 

	
 
    def _check_repo(self, repo_name):
 
        repos_path = '/home/marcink/python_workspace'
 
        self.repo_path = os.path.join(repos_path, repo_name)
 

	
 
        try:
 
            r = hg.repository(ui.ui(), self.repo_path)
 
            hg.verify(r)
 
            #here we hnow that repo exists it was verified
 
            log.info('%s repo is already created', repo_name)
 
            raise Exception('Repo exists')
 
        except RepoError:
 
            log.info('%s repo is free for creation', repo_name)
 
            #it means that there is no valid repo there...
 
            return True
 

	
 

	
 
    def _create_repo(self, repo_name):
 
        if repo_name in [None, '', 'add']:
 
            raise Exception('undefined repo_name of repo')
 

	
 
        if self._check_repo(repo_name):
 
            log.info('creating repo %s', repo_name)
 
            cmd = """mkdir %s && hg init %s""" \
 
                    % (self.repo_path, self.repo_path)
 
            os.popen(cmd)
 

	
 

	
 
    def add_repo(self, new_repo):
 
        tmpl = '''
 
                  <html>
 
                    <body>
 
                        %(msg)s%(new_repo)s!<br \>
 
                        <a href="/">repos</a>
 
                    </body>
 
                  </html>
 
                '''
 
        #extra check it can be add since it's the command
 
        if new_repo == 'add':
 
            return [tmpl % ({'new_repo':'', 'msg':'you basstard ! this repo is a command'})]
 

	
 
        new_repo = new_repo.replace(" ", "_")
 
        new_repo = new_repo.replace("-", "_")
 

	
 
        try:
 
            self._create_repo(new_repo)
 
        except Exception as e:
 
            return [tmpl % ({'new_repo':' Exception when adding: ' + new_repo, 'msg':str(e)})]
 

	
 
        return [tmpl % ({'new_repo':new_repo, 'msg':'added repo: '})]
 

	
 
    def view(self, environ, start_response):
 
        #the following is only needed when using hgwebdir
 
        app = _make_app()
 
        #return wsgi_app(environ, start_response)
 
        response = app(request.environ, self.start_response)
 

	
 
        if environ['PATH_INFO'].find("static") != -1:
 
            return response
 
        else:
 
            #wrap the murcurial response in a mako template.
 
            template = Template("".join(response),
 
                                lookup = environ['pylons.pylons']\
 
                                .config['pylons.g'].mako_lookup)
 

	
 
            return template.render(g = g, c = c, session = session, h = h)
 

	
0 comments (0 inline, 0 general)