summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* update news for 1.1.11.1.1Ian Bicking2006-12-221-2/+5
* Use 404 instead of 400 when there's extra path on a static file, like with /i...Ian Bicking2006-12-223-4/+9
* fixed parse_dict_querystring returning empty dicts instead of MultiDictspjenvey2006-12-223-2/+5
* Reverting r6016Ian Bicking2006-12-221-33/+30
* Tweaked StaticURLParser to fix windows paths and infinite URL redirects. Curr...thejimmyg2006-12-221-30/+33
* renamed restorer evalcontext_begin/end in_evalcontext to restoration_begin/en...pjenvey2006-12-223-21/+20
* added paste.config, a rewrite of paste.deploy.config using the registrypjenvey2006-12-213-0/+124
* rename proxy's variables to have many underscores: to avoid clashing with the...pjenvey2006-12-211-13/+13
* time.time() is too coarse for cert serials: use a randint insteadpjenvey2006-12-201-1/+1
* daemon_threads fix in r6009 was invalid, revertingpjenvey2006-12-201-3/+2
* o the _auto_ssl_context cert serial number must be an int not a longpjenvey2006-12-201-6/+10
* Don't confuse people with inaccurate messageIan Bicking2006-12-201-2/+3
* Use a more appropriate parameter nameIan Bicking2006-12-201-3/+3
* Quote SCRIPT_NAME and PATH_INFO in construct_url and when forwarding the requ...Ian Bicking2006-12-182-6/+10
* Fixed the paths for to work with Windowsthejimmyg2006-12-181-1/+6
* Fix for recursiveIan Bicking2006-12-182-0/+9
* Add atexit importIan Bicking2006-12-181-1/+2
* update news section titleIan Bicking2006-12-181-2/+2
* Auto-update of version stringsIan Bicking2006-12-181-1/+1
* Removed news item1.1Ian Bicking2006-12-181-3/+0
* Revert r5958, for more threadsafe profiling -- the feature it used is only av...Ian Bicking2006-12-181-13/+22
* Apply #146, avoid orphaned threadpool, from jekIan Bicking2006-12-182-6/+16
* Apply #145, put http:// before URLs when starting serverIan Bicking2006-12-181-1/+4
* Security fix for StaticURLParser, plus unquote SCRIPT_NAME and PATH_INFO, plu...Ian Bicking2006-12-184-8/+21
* Header values sent by dump_environ should be strings.asaddi2006-12-141-1/+1
* allow ssl_context and auto-generated certs, from Jason Kirtland; closes #143Ian Bicking2006-12-142-9/+49
* fixed ThreadPoolMixIn.server_close to shutdown its thread poolpjenvey2006-12-131-0/+1
* changelog about the whole registry working in EvalExceptionpjenvey2006-12-071-2/+2
* Made Registries work in EvalException (prepare, register, replace, cleanup)pjenvey2006-12-072-65/+156
* Added unicorn power, from Chad WhitacreIan Bicking2006-12-053-6/+29
* enable the StackedObjectRestorer during show_frame so locals show uppjenvey2006-12-041-0/+2
* whitespacepjenvey2006-12-041-3/+3
* Fixed issue with pushing obj twice.bbangert2006-12-041-1/+0
* Added replace method to registry for replacing registered objects with a new ...bbangert2006-12-041-0/+13
* paid not payedpjenvey2006-12-021-1/+1
* small refactorpjenvey2006-12-021-2/+2
* StackedObjectRestorer tests. fixed a couple edge cases:pjenvey2006-12-012-22/+112
* Remove sys.stdout patching, in favor of directly capturing outputIan Bicking2006-12-012-22/+16
* Expanded profile test a bitIan Bicking2006-12-011-2/+6
* StackedObjectProxies now work within the interactive debugger. Whenpjenvey2006-12-013-3/+158
* Fixed errordocument header testIan Bicking2006-12-011-2/+2
* Fixed recursive test to use new KeepStatus init signature.bbangert2006-12-011-1/+1
* Added paste.response.replace_header testIan Bicking2006-12-011-0/+11
* StatusKeeper now also retains headers.bbangert2006-12-011-7/+14
* Test for errordocument header-preserving problem (currently broken)Ian Bicking2006-12-011-1/+23
* use repr instead of __repr__ directlypjenvey2006-11-301-1/+1
* Added __traceback_decorator__Ian Bicking2006-11-272-2/+26
* Change CONTENT_LENGTH's default to '0', not ''Ian Bicking2006-11-271-1/+1
* Handle case when CONTENT_LENGTH is empty string (which cgi.FieldStorage treat...Ian Bicking2006-11-261-1/+2
* Use a default CONTENT_LENGTH of 0Ian Bicking2006-11-261-0/+3