Permalink
Commits on Apr 15, 2015
  1. prep for 1.4.8

    mcdonc committed Apr 15, 2015
Commits on Apr 14, 2015
  1. prep for 1.4.7

    mcdonc committed Apr 14, 2015
  2. Add some validation for the JSONP callback

    bertjwregeer committed Apr 14, 2015
    cherry-pick from b6ffe51
Commits on Dec 27, 2014
  1. Merge pull request #1505 from stevepiercy/1.4-branch

    stevepiercy committed Dec 27, 2014
    cherrypick from master, pin Sphinx to 1.2.3
Commits on May 31, 2014
  1. bump 1.4.6

    mmerickel committed May 31, 2014
Commits on Apr 18, 2014
  1. clarify changes

    mmerickel committed Apr 18, 2014
  2. Add information to CHANGES

    bertjwregeer committed Apr 18, 2014
    Conflicts:
    	CHANGES.txt
Commits on Mar 11, 2014
  1. Merge pull request #1271 from manicou/patch-1

    mmerickel committed Mar 11, 2014
    Update authorization.rst
  2. Update authorization.rst

    manicou committed Mar 11, 2014
    Small typo when illustrating how to use "groupfinder". Missing an 's' in the list item
Commits on Feb 26, 2014
  1. Merge pull request #1248 from dobesv/patch-1

    tseaver committed Feb 26, 2014
    Fix documentation for add_notfound_view()
  2. Fix documentation for add_notfound_view()

    dobesv committed Feb 26, 2014
    It referred to HTTPForbidden as the exception instead of HTTPNotFound.
Commits on Nov 12, 2013
Commits on Nov 7, 2013
  1. document add_adapter

    mmerickel committed Nov 7, 2013
Commits on Oct 15, 2013
  1. Merge pull request #1167 from waveform80/patch-1

    stevepiercy committed Oct 15, 2013
    Minor grammatical corrections
Commits on Oct 14, 2013
  1. Merge branch 'bug/namespace-packages' of github.com:mattjeffery/pyram…

    mcdonc committed Oct 14, 2013
    …id into mattjeffery-bug/namespace-packages
Commits on Oct 12, 2013
  1. Merge pull request #1158 from hariharan-uno/patch-3

    stevepiercy committed Oct 12, 2013
    Spell mistake corrected
Commits on Oct 11, 2013
  1. Update package_name() to work with namespace pkgs

    dhellmann authored and mattjeffery committed Sep 5, 2013
    The logic in pyramid.path.package_name() should take into
    account the fact that namespace packages created by
    setuptools do not have __init__.py[c] files, and so they
    have no __file__ attribute.
    
    This resolves an issue with WSME
    (https://bugs.launchpad.net/wsme/+bug/1221201)
    
    Change-Id: I39bc32a9c38fa11c4cef22a041077ed9001091be
    (cherry picked from commit c062d5a)
  2. Merge pull request #1155 from mattjeffery/patch-1

    mmerickel committed Oct 11, 2013
    Corrected date for 1.4.5 release in change log file
  3. Corrected date for 1.4.5 release in change log file

    mattjeffery committed Oct 11, 2013
    The date for the 1.4.5 release was incorrect, it has been updated to the correct date.
Commits on Oct 6, 2013
  1. Merge pull request #1143 from BauhausSP/patch-1

    mmerickel committed Oct 6, 2013
    Fixed an example
  2. Fixed an example

    emilgpa committed Oct 6, 2013
    "from pyramid.view import view_config" instead of "from pyramid.view. import view_config"
Commits on Sep 28, 2013
  1. Use parsed-literal sphinx directive to dynamically insert the version…

    stevepiercy committed Sep 28, 2013
    … number of Pyramid for easy_install. Resolves Issue #1129. I have committed this to 1.4-branch only, and I'll need to run it by smarter people for the branch master.
Commits on Sep 22, 2013
  1. Merge pull request #1126 from keresian/patch-1

    mmerickel committed Sep 22, 2013
    Missing view_defaults import, causes error on use.
  2. Missing view_defaults import, causes error on use.

    keresian committed Sep 22, 2013
    Example missing view_defaults import.
Commits on Sep 20, 2013
  1. subrepo dance

    mcdonc committed Sep 20, 2013
Commits on Sep 14, 2013
Commits on Sep 9, 2013
  1. Update theme.

    tseaver committed Sep 9, 2013