Zope Subversion Repository |
|
Zope: zope.security/trunk/src/zope/security/decorator.py
No default branch
Revision 121514
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Tue May 3 06:25:13 2011 UTC (2 years ago) by icemac
File length: 7677 byte(s)
Diff to previous 113056
,
to selected 98289
Fixed circular import beween ``zope.security.decorator`` and ``zope.security.proxy`` by moving the code leading to the ``ImportError`` from proxy to decorator
Revision 113056
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Thu Jun 3 17:34:32 2010 UTC (2 years, 11 months ago) by tseaver
File length: 7251 byte(s)
Diff to previous 112046
,
to selected 98289
Remove CVS-era Id fossils.
Revision 112046
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Wed May 5 19:21:19 2010 UTC (3 years ago) by tseaver
File length: 7257 byte(s)
Diff to previous 98289
Conform to repository policy.
Revision 98289
-
(view)
(download)
(as text)
- [selected]
Modified
Fri Mar 20 19:17:08 2009 UTC (4 years, 2 months ago) by alga
File length: 7258 byte(s)
Diff to previous 97708
Fixed a complicated bug where DecoratedSecurityCheckerDescriptor made
Checker.proxy barf if the proxied object was a new-style exception (in
Python 2.5).
This was the underlying problem in https://bugs.launchpad.net/zope3/+bug/251848 .
Revision 97708
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Mon Mar 9 16:10:49 2009 UTC (4 years, 2 months ago) by nadako
File length: 6758 byte(s)
Diff to previous 95540
,
to selected 98289
Change use of zope.deferredimport to from imports.
Revision 95540
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Fri Jan 30 09:40:45 2009 UTC (4 years, 3 months ago) by ctheune
File length: 7142 byte(s)
Diff to previous 95539
,
to selected 98289
Shuffle code around again, to not make the test a self-fulfulling
prophecy: trigger the monkey patch (darn, I said it) when someone starts
using security proxies.
Revision 95539
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Fri Jan 30 08:56:03 2009 UTC (4 years, 3 months ago) by ctheune
File length: 6727 byte(s)
Diff to previous 75174
,
to selected 98289
whitespace
Revision 75174
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Thu May 3 22:29:32 2007 UTC (6 years ago) by ctheune
File length: 6728 byte(s)
Diff to previous 73624
,
to selected 98289
Moving code to satellite.
Filename: Zope3/trunk/src/zope/security/decorator.py
Revision 73624
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Mon Mar 26 12:50:23 2007 UTC (6 years, 1 month ago) by dobe
File length: 6728 byte(s)
Diff to previous 70826
,
to selected 98289
clean imports
Filename: Zope3/trunk/src/zope/security/decorator.py
Revision 70826
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Fri Oct 20 03:41:16 2006 UTC (6 years, 7 months ago) by baijum
File length: 6841 byte(s)
Diff to previous 70794
,
to selected 98289
Set svn:keywords=Id for *.py files.
Filename: Zope3/trunk/src/zope/security/decorator.py
Revision 70794
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Thu Oct 19 04:29:42 2006 UTC (6 years, 7 months ago) by baijum
File length: 6841 byte(s)
Diff to previous 70566
,
to selected 98289
Set svn:eol-style=native for *.py files.
Filename: Zope3/trunk/src/zope/security/decorator.py
Revision 70566
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Sun Oct 8 10:11:18 2006 UTC (6 years, 7 months ago) by baijum
File length: 6841 byte(s)
Diff to previous 70321
,
to selected 98289
- zope.security.decorator doctests were not running due to missing boilerplate code.
- zope.decorator is no more a dependancy for zope.location and zope.app
Filename: Zope3/trunk/src/zope/security/decorator.py
Revision 70321
-
(view)
(download)
(as text)
- [select for diffs]
Modified
Fri Sep 22 06:43:58 2006 UTC (6 years, 7 months ago) by wosc
File length: 6814 byte(s)
Diff to previous 70320
,
to selected 98289
removed unused imports that resulted from refactoring zope.decorator
Filename: Zope3/trunk/src/zope/security/decorator.py
Revision 70320
-
(view)
(download)
(as text)
- [select for diffs]
Added
Fri Sep 22 06:40:31 2006 UTC (6 years, 7 months ago) by wosc
File length: 6922 byte(s)
Diff
to selected 98289
Refactored zope.decorator into zope.proxy.decorator and zope.security.decorator
as discussed in http://article.gmane.org/gmane.comp.web.zope.zope3/18586
This form allows you to request diffs between any two revisions of
a file. You may select a symbolic revision name using the selection
box or you may type in a numeric name using the type-in text box.