| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
#1005
|
|
|
|
wichert-auth-parent-domain
|
|
|
|
|
|
Avoid re-executing the same view when looking up context base views.
|
|
This is a tweak of #1004.
Really we should be using subscribers here instead of adapters, but
zope.interface doesn't yet suppport named subscribers.
|
|
|
|
|
|
|
|
New tutorial: Using PyCharm with Pyramid
|
|
|
|
|
|
|
|
|
|
Minor markup update to clarify object type
|
|
Make abstraction variables consistent.
|
|
|
|
|
|
|
|
|
|
reST fixes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also, allow passing PROPFIND / OPTIONS as methods.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Python 3 would use ``__len__`` to find truthiness; this usually caused an
instance of DummyResource to be "falsy" instead of "truthy". See
https://github.com/Pylons/pyramid/pull/1032
Closes #1032
|
|
|
|
Resources.rst typo fix
|
|
There's 3 keys in the info dict, not two.
|
|
|
|
|
|
|