-
-
Add some validation for the JSONP callback
cherry-pick from b6ffe51
-
Merge pull request #1505 from stevepiercy/1.4-branch
cherrypick from master, pin Sphinx to 1.2.3
-
-
- establish minimum version of 1.2.3 for Sphinx. I hope this works. See
stevepiercy committedDec 26, 2014
-
-
stop using distribute on py3 with modern releases of setuptools
mmerickel committedMay 31, 2014
-
-
_add_subscriber should resolve dotted names
bertjwregeer committedApr 18, 2014
-
Merge pull request #1271 from manicou/patch-1
Update authorization.rst
-
Small typo when illustrating how to use "groupfinder". Missing an 's' in the list item
-
Merge pull request #1248 from dobesv/patch-1
Fix documentation for add_notfound_view()
-
Fix documentation for add_notfound_view()
It referred to HTTPForbidden as the exception instead of HTTPNotFound.
-
Merge pull request #1167 from waveform80/patch-1
Minor grammatical corrections
-
-
Merge branch 'bug/namespace-packages' of github.com:mattjeffery/pyram…
…id into mattjeffery-bug/namespace-packages
-
Merge pull request #1158 from hariharan-uno/patch-3
Spell mistake corrected
-
-
Update package_name() to work with namespace pkgs
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)
-
Merge pull request #1155 from mattjeffery/patch-1
Corrected date for 1.4.5 release in change log file
-
Corrected date for 1.4.5 release in change log file
The date for the 1.4.5 release was incorrect, it has been updated to the correct date.
-
"from pyramid.view import view_config" instead of "from pyramid.view. import view_config"
-
Use parsed-literal sphinx directive to dynamically insert the version…
… 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.
-
Merge pull request #1126 from keresian/patch-1
Missing view_defaults import, causes error on use.
-
Missing view_defaults import, causes error on use.
Example missing view_defaults import.