| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use 404 instead of 400 when there's extra path on a static file, like with /i... | Ian Bicking | 2006-12-22 | 1 | -1/+1 |
| * | fixed parse_dict_querystring returning empty dicts instead of MultiDicts | pjenvey | 2006-12-22 | 1 | -1/+1 |
| * | Reverting r6016 | Ian Bicking | 2006-12-22 | 1 | -33/+30 |
| * | Tweaked StaticURLParser to fix windows paths and infinite URL redirects. Curr... | thejimmyg | 2006-12-22 | 1 | -30/+33 |
| * | renamed restorer evalcontext_begin/end in_evalcontext to restoration_begin/en... | pjenvey | 2006-12-22 | 2 | -16/+15 |
| * | added paste.config, a rewrite of paste.deploy.config using the registry | pjenvey | 2006-12-21 | 1 | -0/+118 |
| * | rename proxy's variables to have many underscores: to avoid clashing with the... | pjenvey | 2006-12-21 | 1 | -13/+13 |
| * | time.time() is too coarse for cert serials: use a randint instead | pjenvey | 2006-12-20 | 1 | -1/+1 |
| * | daemon_threads fix in r6009 was invalid, reverting | pjenvey | 2006-12-20 | 1 | -3/+2 |
| * | o the _auto_ssl_context cert serial number must be an int not a long | pjenvey | 2006-12-20 | 1 | -6/+10 |
| * | Don't confuse people with inaccurate message | Ian Bicking | 2006-12-20 | 1 | -2/+3 |
| * | Use a more appropriate parameter name | Ian Bicking | 2006-12-20 | 1 | -3/+3 |
| * | Quote SCRIPT_NAME and PATH_INFO in construct_url and when forwarding the requ... | Ian Bicking | 2006-12-18 | 2 | -6/+10 |
| * | Fixed the paths for to work with Windows | thejimmyg | 2006-12-18 | 1 | -1/+6 |
| * | Fix for recursive | Ian Bicking | 2006-12-18 | 1 | -0/+3 |
| * | Add atexit import | Ian Bicking | 2006-12-18 | 1 | -1/+2 |
| * | Revert r5958, for more threadsafe profiling -- the feature it used is only av... | Ian Bicking | 2006-12-18 | 1 | -13/+22 |
| * | Apply #146, avoid orphaned threadpool, from jek | Ian Bicking | 2006-12-18 | 1 | -6/+12 |
| * | Apply #145, put http:// before URLs when starting server | Ian Bicking | 2006-12-18 | 1 | -1/+4 |
| * | Security fix for StaticURLParser, plus unquote SCRIPT_NAME and PATH_INFO, plu... | Ian Bicking | 2006-12-18 | 3 | -8/+11 |
| * | Header values sent by dump_environ should be strings. | asaddi | 2006-12-14 | 1 | -1/+1 |
| * | allow ssl_context and auto-generated certs, from Jason Kirtland; closes #143 | Ian Bicking | 2006-12-14 | 1 | -9/+45 |
| * | fixed ThreadPoolMixIn.server_close to shutdown its thread pool | pjenvey | 2006-12-13 | 1 | -0/+1 |
| * | Made Registries work in EvalException (prepare, register, replace, cleanup) | pjenvey | 2006-12-07 | 1 | -53/+92 |
| * | Added unicorn power, from Chad Whitacre | Ian Bicking | 2006-12-05 | 1 | -4/+26 |
| * | enable the StackedObjectRestorer during show_frame so locals show up | pjenvey | 2006-12-04 | 1 | -0/+2 |
| * | Fixed issue with pushing obj twice. | bbangert | 2006-12-04 | 1 | -1/+0 |
| * | Added replace method to registry for replacing registered objects with a new ... | bbangert | 2006-12-04 | 1 | -0/+13 |
| * | small refactor | pjenvey | 2006-12-02 | 1 | -2/+2 |
| * | StackedObjectRestorer tests. fixed a couple edge cases: | pjenvey | 2006-12-01 | 1 | -20/+30 |
| * | Remove sys.stdout patching, in favor of directly capturing output | Ian Bicking | 2006-12-01 | 1 | -22/+13 |
| * | StackedObjectProxies now work within the interactive debugger. When | pjenvey | 2006-12-01 | 2 | -3/+155 |
| * | StatusKeeper now also retains headers. | bbangert | 2006-12-01 | 1 | -7/+14 |
| * | use repr instead of __repr__ directly | pjenvey | 2006-11-30 | 1 | -1/+1 |
| * | Added __traceback_decorator__ | Ian Bicking | 2006-11-27 | 1 | -2/+22 |
| * | Change CONTENT_LENGTH's default to '0', not '' | Ian Bicking | 2006-11-27 | 1 | -1/+1 |
| * | Handle case when CONTENT_LENGTH is empty string (which cgi.FieldStorage treat... | Ian Bicking | 2006-11-26 | 1 | -1/+2 |
| * | Use a default CONTENT_LENGTH of 0 | Ian Bicking | 2006-11-26 | 1 | -0/+3 |
| * | Fix for error condition in OpenID auth; patch from Christopher Baus | Ian Bicking | 2006-11-26 | 1 | -1/+1 |
| * | Fix last commit (CONTENT_TYPE), news | Ian Bicking | 2006-11-26 | 1 | -1/+1 |
| * | Handle request CONTENT_TYPE with parameters (e.g., charset=X). prototype.js ... | Ian Bicking | 2006-11-26 | 1 | -2/+4 |
| * | fixed openid failures not returning a correct response | pjenvey | 2006-11-22 | 1 | -1/+1 |
| * | Fix for Set-Cookie in paste.proxy | Ian Bicking | 2006-11-21 | 1 | -2/+12 |
| * | Fix the flow of information in the gzipper response; you shouldn't update the... | Ian Bicking | 2006-11-12 | 1 | -5/+9 |
| * | Fix for Content-Length in gzip response from Brad Clements. Also gzip test | Ian Bicking | 2006-11-12 | 1 | -0/+5 |
| * | Added modulefinder declaration, per Brad Clement's request | Ian Bicking | 2006-11-06 | 1 | -0/+4 |
| * | Fixed #133 from cookedm: paste.auth.form doesn't return valid headers | Ian Bicking | 2006-11-02 | 1 | -2/+2 |
| * | Fix #134 from cookedm: paste.util.scgiserver doesn't like an empty string as ... | Ian Bicking | 2006-11-02 | 1 | -1/+1 |
| * | fix #127: paste.fixture doesn't correctly handle empty action | Ian Bicking | 2006-11-02 | 1 | -1/+1 |
| * | Fixed header assignment so value is assigned only if value is not None or Fal... | bbangert | 2006-11-02 | 1 | -1/+1 |