index
:
delta/python-packages/zope-proxy.git
2-avoid_use_of_cl_dict
3.6
all-repos_autofix_all-repos-sed
avoid-poisoning-wheel-cache-python-pure
config-with-c-code
deprecated-setuptools-features
doctest-all-the-things
drop-py26-py32-support
fix-pypy-installs
issue15
issue21
issue26
issue36
master
more-wheels
py38
python36
re-128/prevent-faulty-wheel
unicode-bug
github.com: zopefoundation/zope.proxy.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
zope
Commit message (
Expand
)
Author
Age
Files
Lines
*
Lint the code.
Michael Howitz
2021-07-15
5
-105
/
+221
*
Don't set tp_print/tp_vectorcall_offset on Python 3.
issue36
Jason Madden
2020-01-20
1
-0
/
+7
*
Fix error handling in the tp_setattro slot
Marius Gedminas
2019-06-27
1
-1
/
+1
*
Simplify getting the char* in get/setattro for clarity and performance
Jason Madden
2017-11-07
1
-46
/
+11
*
Untrack self when deallocating.
KIMURA Chikahiro
2017-09-13
1
-0
/
+1
*
Fix indexing pure-Python proxies on Py3, and restore __getslice__ on Py2
issue21
Jason Madden
2017-09-12
3
-43
/
+120
*
Use the right security proxy when testing C removeAllProxies
doctest-all-the-things
Jason Madden
2017-07-11
1
-2
/
+4
*
100% coverage
Jason Madden
2017-07-11
3
-108
/
+97
*
Make py_sameProxiedObjects handle zope.security proxies
issue15
Jason Madden
2017-04-16
2
-28
/
+28
*
Skip tests dependent on zope.security if it is missing.
Tres Seaver
2016-05-09
1
-0
/
+8
*
Fix removing pure python security proxies
Brian Sutherland
2016-05-05
2
-1
/
+12
*
Workaround bizarre bug in PyPy 2.5.0 where proxys around types cannot be corr...
Jason Madden
2015-05-28
1
-5
/
+19
*
Fix looking up interfaces implemented/providedBy proxies around builtin types...
Jason Madden
2015-05-28
2
-2
/
+80
*
Make subclasses of ProxyBase delegate __module__ to the wrapped object. Also ...
Jason Madden
2015-05-28
3
-5
/
+95
*
Merge branch 'int-and-float' of git://github.com/NextThought/zope.proxy into ...
Tres Seaver
2015-05-19
3
-28
/
+94
|
\
|
*
Move the new tests to try to avoid a conflict with the previous PR.
Jason Madden
2015-05-07
1
-65
/
+64
|
*
Make the C implementation proxy __unicode__, and make it use the standard met...
Jason Madden
2015-05-07
3
-29
/
+95
*
|
Make it easier to subclass PyProxyBase using multiple-inheritance. This will ...
Jason Madden
2015-05-08
2
-13
/
+37
*
|
Fix getting methods as attributes.
Jason Madden
2015-05-07
2
-2
/
+18
*
|
zope.container._proxy relied on the implementation detail of PyNonOverridable.
Jason Madden
2015-05-07
1
-0
/
+5
*
|
Handle descriptors defined in PyProxyBase subclasses the same way the C versi...
Jason Madden
2015-05-07
3
-29
/
+158
|
/
*
- Fixed ``PyProxyBase.__iter__()`` to return the result of
Stephan Richter
2013-03-11
2
-3
/
+35
*
Replace use of ``PyCObject`` APIs with equivalent ``PyCapsule`` APIs,
Tres Seaver
2012-12-19
2
-4
/
+11
*
Fix tests which break under Python 3.3 due to '__qualname__'.
Tres Seaver
2012-11-21
1
-2
/
+2
*
Avoid 'p' as a variable name for debugging ease.
Tres Seaver
2012-11-21
1
-49
/
+50
*
Add test for DSD providing both instances' interfaces and its own.
Tres Seaver
2012-06-07
1
-14
/
+53
*
Moar tests for lying about '__class__' in pure Python.
Tres Seaver
2012-06-06
1
-6
/
+12
*
Restore tests for lying about '__class__' in pure Python.
Tres Seaver
2012-06-06
2
-14
/
+17
*
Fix 'non_overridable' decorator under pure Python.
Tres Seaver
2012-06-06
2
-3
/
+42
*
Unused import.
Tres Seaver
2012-06-06
1
-1
/
+0
*
Moar Py3 compatibility.
Tres Seaver
2012-06-06
1
-0
/
+3
*
Py3 compatibility.
Tres Seaver
2012-06-06
1
-1
/
+2
*
Back out support for __reversed__.
Tres Seaver
2012-06-06
2
-5
/
+10
*
Neaten slot names.
Tres Seaver
2012-06-06
1
-88
/
+91
*
Detabify.
Tres Seaver
2012-06-06
1
-137
/
+137
*
Remove pre-Python-2.6 BBB cruft.
Tres Seaver
2012-06-06
2
-17
/
+0
*
Add pure-Python fallback implementations of the proxy module API functions.
Tres Seaver
2012-06-06
2
-86
/
+282
*
Add pure-Python fallback implementation of zope.proxy.ProxyBase.
Tres Seaver
2012-06-06
3
-272
/
+741
*
No splat imports.
Tres Seaver
2012-06-06
1
-1
/
+8
*
Suppress nannyism under Python3.
Tres Seaver
2012-06-06
1
-49
/
+49
*
Further test cleanup.
Tres Seaver
2012-06-06
1
-19
/
+7
*
Moar coverage.
Tres Seaver
2012-06-06
2
-367
/
+440
*
Moar coverage (by eye).
Tres Seaver
2012-06-06
1
-0
/
+25
*
100% unit test coverage.
Tres Seaver
2012-06-06
1
-4
/
+61
*
Add Sphinx documentation
Tres Seaver
2012-06-06
1
-61
/
+0
*
Drop support for Python 2.4 and 2.5.
Tres Seaver
2012-05-18
1
-9
/
+15
*
Support Python 3.2
Gediminas Paulauskas
2011-06-14
1
-4
/
+8
*
Python 3 support
Lennart Regebro
2011-03-14
2
-49
/
+161
*
typo
Godefroid Chapelle
2010-07-07
1
-9
/
+9
*
Make tests compatible with Python 2.7.
Hanno Schlichting
2010-07-06
1
-4
/
+7
[next]