index
:
delta/python-packages/zope-component.git
3.10
3.9
Python3.7support
all-repos_autofix_all-repos-sed
avoid-poisoning-wheel-cache-python-pure
dataflake/issue_52
dataflake/issue_54
doc-module
doctest-everywhere
drop-py26-py32-support
fix_issue_32
hookable
issue10
issue26
issue29
issue45
issue51
issue59
issue9
master
remove-unused-imports
roto-test-pypy3
github.com: zopefoundation/zope.component.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
zope
Commit message (
Expand
)
Author
Age
Files
Lines
*
Config with pure python template (#71)
Michael Howitz
2023-04-14
38
-648
/
+1339
*
- use cheaper check as suggested by @teythoon
Jens Vagelpohl
2023-01-04
1
-1
/
+1
*
Update src/zope/component/tests/test_interface.py
Jens Vagelpohl
2023-01-03
1
-1
/
+1
*
- Fix crash when the environment variable `PYTHONOPTIMIZED` is set to `2`
Jens Vagelpohl
2023-01-02
2
-0
/
+14
*
Fix unregistering utilities on old persistent adapter registries.
Jason Madden
2021-07-09
2
-1
/
+44
*
Fix provideInterface et al to use the current site manager.
issue10
Jason Madden
2021-03-18
2
-8
/
+74
*
Make PersistentAdapterRegistry use PersistentMapping/PersistentList with zope...
Jason Madden
2021-03-18
2
-6
/
+98
*
Merge pull request #58 from zopefoundation/issue9
Jason Madden
2021-03-18
2
-0
/
+27
|
\
|
*
Fix the subscriber directive when a factory is given that implements an inter...
issue9
Jason Madden
2021-03-18
2
-0
/
+27
*
|
Remove backwards compatibility imports.
issue59
Jason Madden
2021-03-18
5
-120
/
+10
|
/
*
- remove tab characters
dataflake/issue_54
Jens Vagelpohl
2021-03-17
1
-2
/
+2
*
- respect permission value for utility factory registrations
Jens Vagelpohl
2021-03-17
2
-1
/
+42
*
Reference documentation improvements
doc-module
Jason Madden
2020-06-26
6
-9
/
+108
*
Add intersphinx connections.
Jason Madden
2020-03-23
3
-120
/
+78
*
Breaking cyclic requirements on zope.security.
Jason Madden
2020-03-23
9
-61
/
+55
*
Ensure resolution order is consistent.
issue45
Jason Madden
2020-03-22
2
-1
/
+29
*
Add Python 3.7 support (#39)
Jeremy Kolbe
2018-10-10
5
-20
/
+15
*
Tweak import groups in _api.py
Jason Madden
2017-11-08
1
-3
/
+1
*
Produce deprecation warnings for deprecated names in interfaces.py and regist...
remove-unused-imports
Jason Madden
2017-11-08
21
-100
/
+181
*
Remove unused, but not BWC exported, imports from _api.
Jason Madden
2017-11-08
3
-19
/
+10
*
whitespace
hookable
Jason Madden
2017-11-07
2
-2
/
+1
*
Always depend on zope.hookable
Jason Madden
2017-11-07
4
-125
/
+9
*
Remove obsolete call of searchInterface from interfaceToName
fix_issue_32
Philip Bauer
2017-09-03
1
-17
/
+5
*
100% coverage
issue29
Jason Madden
2017-06-30
17
-445
/
+225
*
Remove _u compat function.
Jason Madden
2016-08-02
1
-7
/
+1
*
Add failing functiona/integration tests at this level for the interaction bet...
Jason Madden
2015-05-28
1
-1
/
+72
*
Run test_persistentregistry under PyPy/3, and fix it. Doctests still fail und...
Jason Madden
2015-05-27
1
-0
/
+2
*
Disable 'standalone' test when zope.security is missing.
Tres Seaver
2015-02-25
1
-35
/
+42
*
Restore 100% coverage.
Tres Seaver
2014-12-11
1
-1
/
+1
*
Suppress ResourceWarning under Py3k.
Tres Seaver
2014-03-17
1
-14
/
+18
*
Implemented ability to specify adapter and utility names in Python. Use
Stephan Richter
2014-02-05
5
-12
/
+71
*
Replace failUnless with the new spelling to fix a warning on Python 3.
Gediminas Paulauskas
2013-07-05
1
-6
/
+6
*
Reset the cached adapter_hooks at zope.testing.cleanup.cleanUp time (LP1100501).
Jason Madden
2013-03-04
2
-1
/
+15
*
- Changed "ZODB3" depdendency to "persistent".
Stephan Richter
2013-02-28
3
-3
/
+9
*
Defend against hash randomization.
Tres Seaver
2012-11-21
1
-1
/
+1
*
Assert unsupported in older Pythons
Ross Patterson
2012-08-01
1
-1
/
+1
*
Don't pickle registry flattened bases in the 'ro' attribute.
Ross Patterson
2012-08-01
2
-1
/
+13
*
Add coverage for pickling/persisting registry bases.
Ross Patterson
2012-08-01
1
-5
/
+7
*
Merge tseaver-test_cleanup branch.
Tres Seaver
2012-06-29
49
-6650
/
+5078
*
Fixes LP768151: Wrap ``site`` context manager in try/finally (patch by Jason ...
Wolfgang Schnerring
2012-04-02
2
-2
/
+19
*
Make tests for ``with site()`` run under Python-2.5
Wolfgang Schnerring
2011-11-16
2
-3
/
+5
*
Add convenience contextmanager for setting the site
Wolfgang Schnerring
2011-11-16
3
-2
/
+31
*
Merge:
Chris McDonough
2011-09-15
6
-1043
/
+67
*
note about interface declaration order for multi adapters
Johannes Raggam
2011-02-28
1
-0
/
+6
*
forgot to include the zope.component meta.zcml as a dependency of configure.zcml
Thomas Lotze
2010-09-19
1
-0
/
+2
*
no need to clearZCML() in the configure test
Thomas Lotze
2010-09-19
1
-2
/
+0
*
added a smoke test for configure.zcml
Thomas Lotze
2010-09-18
2
-0
/
+17
*
use the new zope.testrunner package
Thomas Lotze
2010-09-18
2
-2
/
+2
*
Remove CVS '6997Id$' fossils.
Tres Seaver
2010-06-03
21
-41
/
+1
*
Prefer the standard libraries doctest module to the one from zope.testing.
Hanno Schlichting
2010-04-30
1
-1
/
+3
[next]