Permalink
Commits on Jun 6, 2018
  1. Add CHANGES.txt and bump to 1.8.2

    bertjwregeer committed Jun 6, 2018
Commits on Apr 11, 2018
  1. Remove 'key' keyword argument from set_cookie

    bertjwregeer committed Apr 11, 2018
    It has been removed for a while
Commits on Apr 10, 2018
  1. Prep for version 1.8.1

    bertjwregeer committed Apr 10, 2018
  2. MIMEAccept mimics old behaviour better

    bertjwregeer committed Apr 10, 2018
    This updates MIMEAccept to mimic old behaviour better so that downstream
    projects are not as broken.
    
    The goal is not to provide the exact same behaviour, and thus MIMEAccept
    still uses the new Accept header parsing and matching, however it is
    much closer to the old API because it no longer raises on an invalid
    header vs what was shipped in WebOb 1.8.0.
Commits on Apr 5, 2018
  1. Prep for 1.8.0

    bertjwregeer committed Apr 5, 2018
  2. Merge pull request #354 from Pylons/switch-to-safe-substitute

    bertjwregeer committed Apr 5, 2018
    Switch to safe substitute for exception body templates
  3. Ignore pytest cache

    bertjwregeer committed Apr 5, 2018
  4. Merge pull request #352 from Cykooz/master

    bertjwregeer committed Apr 5, 2018
    request.POST now supports any requests with the appropriate Content-Type (#351)
Commits on Mar 21, 2018
  1. Merge pull request #353 from hongyuan1306/master

    bertjwregeer committed Mar 21, 2018
    Fix suggested secret length in doc
Commits on Mar 16, 2018
  1. Fix suggested secret length in doc

    hongyuan1306 committed Mar 16, 2018
Commits on Mar 8, 2018
  1. request.POST now supports any requests with the appropriate Content-T…

    Cykooz committed Mar 8, 2018
    …ype (#351).
  2. ``request.POST`` now supports DELETE requests with the appropriate Co…

    Cykooz committed Mar 8, 2018
    …ntent-Type (#351).
Commits on Jan 30, 2018
  1. Merge pull request #350 from stevepiercy/remove-html-use-smartypants

    bertjwregeer committed Jan 30, 2018
    html_use_smartypants is no longer needed because RTD now uses Sphinx …
  2. Merge pull request #349 from stevepiercy/fix-342-add-trailing-whitesp…

    bertjwregeer committed Jan 30, 2018
    …aces
    
    add trailing whitespaces to deprecation warning for MIMEAccept
  3. html_use_smartypants is no longer needed because RTD now uses Sphinx …

    stevepiercy committed Jan 30, 2018
    …1.6.5
  4. add trailing whitespaces to deprecation warning for MIMEAccept

    stevepiercy committed Jan 30, 2018
    (cherry picked from commit 3fa3311)
Commits on Jan 1, 2018
  1. I can't spell

    bertjwregeer committed Jan 1, 2018
  2. Prep for 1.8.0rc1

    bertjwregeer committed Jan 1, 2018
  3. Add Whats New in WebOb 1.8 document

    bertjwregeer committed Jan 1, 2018
  4. Remove Python 3.3 support

    bertjwregeer committed Jan 1, 2018
    Thanks pytest for the reminder
  5. Change Accept header documentation slightly

    bertjwregeer committed Jan 1, 2018
    This moves around where the convenience functions are located so that
    they are nearer to the top.
    
    Also adds deprecation information for MIMEAccept
Commits on Nov 20, 2017
  1. Remove tests for deprecated functions

    bertjwregeer committed Nov 20, 2017
  2. PEP8

    bertjwregeer committed Nov 20, 2017
  3. Support wsgi.input_terminated

    bertjwregeer committed Nov 20, 2017
    This has grown support in uWSGI and we would like to support it as well.
    
    Closes #278
  4. Link some more attributes

    bertjwregeer committed Nov 20, 2017