issues
search
zopefoundation
/
Acquisition
Acquisition is a mechanism that allows objects to obtain attributes from the containment hierarchy they're in.
Other
12
stars
12
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Missing C fields?
#17
hannosch
opened
7 years ago
3
C extension clean
#16
stephan-hof
closed
7 years ago
2
Fix wrapping of matmul and imatmul
#15
stephan-hof
closed
7 years ago
1
Fix running of README.rst when used as a check-out in Zope2.
#14
icemac
closed
7 years ago
1
C extension py3
#13
hannosch
closed
7 years ago
3
Port C extension to Python 3
#12
hannosch
closed
7 years ago
10
Drop support for Python 2.6 and 3.2, claim support for Python 3.5.
#11
icemac
closed
8 years ago
1
Make object.__getattribute__ work in methods wrapped with an acquisition wrapper.
#10
jamadden
closed
9 years ago
6
Pure-Python Wrapper objects break `object.__getattribute__` in methods of the wrapped object
#9
jamadden
closed
9 years ago
3
Fix #7. Make the Python Acquirer cooperatively call super, and test this.
#8
jamadden
closed
9 years ago
1
Pure-python Acquirer objects don't cooperatively call super in __getattribute__, unlike C impl
#7
jamadden
closed
9 years ago
0
When temporarily decoding an incoming attribute name from a unicode string, be careful not to destroy the temoporary PyObject until we're done using its char* buffer
#6
jamadden
closed
9 years ago
5
segfault in _Acquisition.so's `Wrapper_findattr`; object lifetime issue?
#5
jamadden
closed
9 years ago
2
Add support for PyPy and Python 3.4
#4
jamadden
closed
9 years ago
10
PyPy Support: Interest and Feasibility
#3
jamadden
closed
9 years ago
4
setup.py: Set url to github
#2
msabramo
closed
9 years ago
1
aq_acquire ignores the 'default' parameter.
#1
tseaver
closed
10 years ago
1
Previous