Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
zope.proxy
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
zope.proxy
Commits
2dac67b5
Commit
2dac67b5
authored
Apr 05, 2006
by
Tres Seaver
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Prep for historical releases.
parent
b5194f85
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
19 deletions
+13
-19
CHANGES.txt
CHANGES.txt
+0
-17
README.txt
README.txt
+7
-1
setup.py
setup.py
+6
-1
No files found.
CHANGES.txt
View file @
2dac67b5
zope.proxy Package Changelog
============================
zope.proxy version 3.2.1 (2006/03/26)
-------------------------------------
- Corresponds to the verison of the zope.proxy package shipped as part of
the Zope 3.2.1 release.
zope.proxy version 3.2.0 (2006/01/05)
-------------------------------------
- Corresponds to the verison of the zope.proxy package shipped as part of
the Zope 3.2.0 release.
zope.proxy version 3.1.0 (2005/10/03)
-------------------------------------
- Corresponds to the verison of the zope.proxy package shipped as part of
the Zope 3.1.0 release.
zope.proxy version 3.0.1 (2005/07/27)
-------------------------------------
- Corresponds to the verison of the zope.proxy package shipped as part of
the Zope X3.0.1 release.
zope.proxy version 3.0.0 (2004/11/07)
-------------------------------------
...
...
README.txt
View file @
2dac67b5
...
...
@@ -4,7 +4,13 @@ zope.proxy Package Readme
Overview
--------
Lorem ipsum delorem.
In Zope3, proxies are special objects which serve as mostly-transparent
wrappers around another object, intervening in the apparent behavior of
the wrapped object only when necessary to apply the policy (e.g., access
checking, location brokering, etc.) for which the proxy is responsible.
Zope 2 uses acquisition wrappers liberally, to impose a policy that
attribute lookups which failed on the "self" instance could be delegated
to the "parent" instance.
Changes
-------
...
...
setup.py
View file @
2dac67b5
...
...
@@ -30,7 +30,12 @@ setup(name='zope.proxy',
description
=
'Zope Proxies'
,
author
=
'Zope Corporation and Contributors'
,
author_email
=
'zope3-dev@zope.org'
,
long_description
=
''
,
long_description
=
"In Zope3, proxies are special objects which serve as "
"mostly-transparent wrappers around another object, "
"intervening in the apparent behavior of the wrapped "
"object only when necessary to apply the policy "
"(e.g., access checking, location brokering, etc.) "
"for which the proxy is responsible."
,
packages
=
[
'zope'
,
'zope.proxy'
],
package_dir
=
{
''
:
os
.
path
.
join
(
os
.
path
.
dirname
(
__file__
),
'src'
)},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment