summaryrefslogtreecommitdiff
path: root/paste
Commit message (Expand)AuthorAgeFilesLines
...
* | Python 3: Replace "dict.has_key(key)" with "key in dict"Cyril Roelandt2014-03-187-11/+11
* | Python 3: Replace basestring with six.string_typesCyril Roelandt2014-03-186-8/+12
* | Python 3: don't use tuples in function prototypeCyril Roelandt2014-03-183-3/+6
* | Python 3: Replace "except Exception, exc" with "except Exception as exc:"Cyril Roelandt2014-03-1814-23/+23
* | Python 3: use new names of standard library modulesCyril Roelandt2014-03-1829-93/+133
* | Merged in bisque/paste (pull request #11)Ian Bicking2013-04-102-3/+4
|\ \
| * | respond with 206 partial content whenever a range was requestedJan-Wijbrand Kolman2013-03-251-3/+3
| * | Import StringIO so it can be used.stringiomatt2013-01-281-0/+1
* | | Don't penalize streaming applicationsKristian Kvilekval2012-10-121-4/+11
* | | allow strings and lists to be used in cookie tokensKristian Kvilekval2012-10-121-1/+3
|/ /
* | Merged in mitchellrj/paste/double_slash_at_start_of_path_fix (pull request #10)Ian Bicking2012-08-172-20/+72
|\ \
| * | auth/auth_tkt.py: enable overriding digest algorithmsJan Pokorn?2012-03-051-8/+22
| * | auth/auth_tkt.py: enable overriding digest algorithmsJan Pokorn?2012-03-011-14/+27
| * | Fix digest authentication (it was picking up commas inside of the digest auth...Toshio Kuratomi2011-12-211-4/+29
| |/
* | Fixed parsing of URL paths starting with multiple slashes.double_slash_at_start_of_path_fixRichard Mitchell2012-08-021-1/+2
|/
* Always wrap wsgi.input with LimitedLengthFile, even when using the ContinueHo...Ian Bicking2011-08-171-9/+8
* Add fix to make digest auth with internet explorer 8 (and possibly other ver...milinnovations_andreas2010-09-291-2/+2
* Fix #444, egg:Paste#cgi should work nowIan Bicking2010-09-281-0/+1
* Fix #443: url_unquote undefinedIan Bicking2010-09-161-1/+14
* Automated merge with ssh://bitbucket.org/ianb/pasteIan Bicking2010-09-145-17/+31
|\
| * Just a bit more paranoia in quoting comments, though I wasn't able to reprodu...Ian Bicking2010-09-142-2/+9
| * Allow server_address tuples that are longer (specifically for IPv6 support: h...Ian Bicking2010-09-021-5/+4
| * Catch cookie errors when parsing cookies (http://trac.pythonpaste.org/pythonp...Ian Bicking2010-09-021-3/+9
| * note return value of form.submitIan Bicking2010-09-021-7/+9
* | Fix test broken by 27a36b3e1843 (for http://trac.pythonpaste.org/pythonpaste/...Taavi Burns2010-09-091-1/+1
|/
* avoid deprecation warnings when using wdg_validateIan Bicking2010-09-021-6/+6
* fixes for cgiapp on Windows (http://trac.pythonpaste.org/pythonpaste/ticket/382)Ian Bicking2010-09-021-2/+3
* Coerce thread id to a long, might fix problems in Ubuntu: http://trac.pythonp...Ian Bicking2010-09-021-3/+3
* Do not set Content-Encoding to 'None' (http://trac.pythonpaste.org/pythonpast...Ian Bicking2010-09-021-2/+7
* A probably incomplete fix for http://trac.pythonpaste.org/pythonpaste/ticket/...Ian Bicking2010-09-021-2/+3
* Always return something from start_response, even if we don't plan to actuall...Ian Bicking2010-09-021-3/+7
* Get rid of misused .remote() method (should have been .delete()): http://trac...Ian Bicking2010-09-021-2/+2
* Improve errors when fetching an error page: http://trac.pythonpaste.org/pytho...Ian Bicking2010-09-022-43/+54
* Add default argument to paste.response.HeaderDict.pop (to make it more like a...Ian Bicking2010-09-011-6/+6
* Catch a case where .objects doesn't exist (http://trac.pythonpaste.org/python...Ian Bicking2010-09-011-57/+61
* Quote usernames in auth_tkt tickets (http://trac.pythonpaste.org/pythonpaste/...Ian Bicking2010-09-011-16/+19
* Use X-Forwarded-For in translogger: http://trac.pythonpaste.org/pythonpaste/t...Ian Bicking2010-09-011-1/+6
* Fix http://trac.pythonpaste.org/pythonpaste/ticket/318 -- handle zero-length ...Ian Bicking2010-09-011-1/+1
* Fix http://trac.pythonpaste.org/pythonpaste/ticket/398 -- properly reject dat...Ian Bicking2010-09-011-1/+1
* Automated merge with ssh://bitbucket.org/ianb/pasteIan Bicking2010-08-201-6/+10
|\
| * Fix problem with CGI apps that don't give a status message, and which mix \n ...Ian Bicking2010-08-201-6/+10
* | TypoChristoph Zwerschke2010-08-191-1/+1
* | Added some more test cases to test_mimeparse that I have found here:Christoph Zwerschke2010-08-191-4/+6
* | Minor simplification.Christoph Zwerschke2010-08-191-8/+4
* | Added unittests for util.mimeparse and made the module more robust and somewh...Christoph Zwerschke2010-08-191-49/+65
|/
* add a missing desired_matches function to mimeparse (was removed upstream, bu...Ian Bicking2010-06-231-11/+34
* Fix XSS attacks as reported by Tim WintleIan Bicking2010-06-153-17/+22
* fix exception catching syntaxIan Bicking2010-06-071-38/+38
* Make sure all necessary media files come with evalexceptionIan Bicking2010-04-202-6/+7834
* remove directory name from 404 errorsIan Bicking2010-03-311-4/+1