summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Back to development: 6.1HEADmasterMichael Howitz2023-04-142-1/+7
|
* Preparing release 6.06.0Michael Howitz2023-04-142-2/+2
|
* Config with pure python template (#71)Michael Howitz2023-04-1448-732/+1536
| | | | | * Lint the code, improve coverage. * Bumped version for breaking release. * Drop support for Python 2.7, 3.5, 3.6.
* - use cheaper check as suggested by @teythoonJens Vagelpohl2023-01-041-1/+1
|
* - vb [ci skip]Jens Vagelpohl2023-01-032-1/+5
|
* - prepare release 5.1.05.1.0Jens Vagelpohl2023-01-034-3/+6
|
* Merge pull request #69 from zopefoundation/dataflake/issue_67Jens Vagelpohl2023-01-035-0/+21
|\ | | | | Fix crash when the environment variable `PYTHONOPTIMIZED` is set to `2`
| * Update src/zope/component/tests/test_interface.pyJens Vagelpohl2023-01-031-1/+1
| | | | | | Co-authored-by: Marius Gedminas <marius@gedmin.as>
| * - don't run GHA tests twice on every push to a PR branchJens Vagelpohl2023-01-021-0/+1
| |
| * - Fix crash when the environment variable `PYTHONOPTIMIZED` is set to `2`Jens Vagelpohl2023-01-025-0/+20
|/
* - rename pypy runners and don't stop for every failureJens Vagelpohl2023-01-021-2/+4
|
* - attempt to fix GitHub Actions workflow and add support for Python 3.10 and ↵Jens Vagelpohl2023-01-023-7/+13
| | | | 3.11
* - kick off GitHub Actions tests, they were disabled due to inactivityJens Vagelpohl2023-01-021-0/+1
|
* Back to development: 5.0.2Jason Madden2021-07-092-1/+7
|
* Preparing release 5.0.15.0.1Jason Madden2021-07-092-2/+2
|
* Merge pull request #63 from zopefoundation/issue62Jason Madden2021-07-093-2/+47
|\ | | | | Fix unregistering utilities on old persistent adapter registries.
| * Fix unregistering utilities on old persistent adapter registries.Jason Madden2021-07-093-2/+47
|/ | | | | | If the particular leaf hadn't been migrated yet this would raise TypeError. Fixes #62
* Back to development: 5.0.1Jason Madden2021-03-192-1/+7
|
* Preparing release 5.0.05.0.0Jason Madden2021-03-192-2/+2
|
* Merge pull request #61 from zopefoundation/issue10Jason Madden2021-03-193-8/+82
|\ | | | | Fix provideInterface et al to use the current site manager.
| * Fix provideInterface et al to use the current site manager.issue10Jason Madden2021-03-183-8/+82
|/ | | | | | instead of always the global site manager. Fixes #10
* Merge pull request #53 from zopefoundation/issue51Jason Madden2021-03-184-7/+115
|\ | | | | Make PersistentAdapterRegistry use PersistentMapping/PersistentList
| * Bump zope.interface dependency.Jason Madden2021-03-182-5/+3
| |
| * Make PersistentAdapterRegistry use PersistentMapping/PersistentList with ↵Jason Madden2021-03-183-6/+116
|/ | | | | | zope.interface 5.3+ Fixes #51
* Merge pull request #58 from zopefoundation/issue9Jason Madden2021-03-184-2/+34
|\ | | | | Fix the subscriber directive when a factory is given that implements an interface and no provides= attribute is specified.
| * Fix the subscriber directive when a factory is given that implements an ↵issue9Jason Madden2021-03-184-2/+34
| | | | | | | | | | | | interface and no provides= attribute is specified. fixes #9
* | Merge pull request #60 from zopefoundation/issue59Jason Madden2021-03-187-122/+19
|\ \ | |/ |/| Remove backwards compatibility imports.
| * Remove backwards compatibility imports.issue59Jason Madden2021-03-187-122/+19
|/ | | | Fixes #59
* Merge pull request #55 from zopefoundation/dataflake/issue_54Jens Vagelpohl2021-03-184-3/+47
|\ | | | | Respect permission value for utility factory registrations
| * Merge branch 'master' into dataflake/issue_54Jens Vagelpohl2021-03-180-0/+0
| |\ | |/ |/|
* | Merge pull request #57 from zopefoundation/fix-readmeJens Vagelpohl2021-03-181-3/+4
|\ \ | | | | | | Standardize the README.rst header level and location.
| * | Standardize the README.rst header level and location.Jason Madden2021-03-181-3/+4
|/ / | | | | | | | | | | Match, e.g,. zope.interface, persistent, ZODB, etc. It now renders well, since the header level is consistent with CHANGES.rst which is concatenated to it.
| * - bump version level and fix up header level in the READMEJens Vagelpohl2021-03-183-5/+6
| |
| * Merge branch 'master' into dataflake/issue_54Jens Vagelpohl2021-03-1812-318/+189
| |\ | |/ |/|
* | Merge pull request #56 from zopefoundation/dataflake/issue_52Jens Vagelpohl2021-03-1812-319/+188
|\ \ | | | | | | Update package configuration similar to zopefoundation/meta/config
| * | - add change log entry and bump version for Python 3.9 supportdataflake/issue_52Jens Vagelpohl2021-03-182-3/+3
| | |
| * | - fix up README [ci skip]Jens Vagelpohl2021-03-181-11/+14
| | |
| * | - be a little more lenient on coverageJens Vagelpohl2021-03-181-1/+1
| | |
| * | - manually applying changes similar to zopefoundation/meta/configJens Vagelpohl2021-03-1810-304/+170
|/ /
| * - remove tab charactersdataflake/issue_54Jens Vagelpohl2021-03-171-2/+2
| |
| * - respect permission value for utility factory registrationsJens Vagelpohl2021-03-173-2/+44
|/
* - ignore additional venv and test artifactsJens Vagelpohl2021-03-171-0/+4
|
* Merge pull request #50 from zopefoundation/all-repos_autofix_all-repos-sedJens Vagelpohl2020-10-281-2/+2
|\ | | | | Update badge URL for Travis
| * Update badge URL for Travisall-repos_autofix_all-repos-sedJürgen Gmach2020-10-281-2/+2
|/ | | | Committed via https://github.com/asottile/all-repos
* Back to development: 4.6.3Jason Madden2020-07-032-1/+7
|
* Preparing release 4.6.24.6.2Jason Madden2020-07-032-2/+2
|
* #49 missed a note in CHANGES.rstJason Madden2020-07-031-1/+2
|
* Ensure the changelog is published on RTD too. (Tweak to #49)Jason Madden2020-07-032-0/+6
|
* Merge pull request #49 from zopefoundation/doc-moduleJason Madden2020-07-0313-36/+205
|\ | | | | Reference documentation improvements
| * Reference documentation improvementsdoc-moduleJason Madden2020-06-2613-36/+205
|/ | | | | | | | | | | | | | | | | | | | | | | | | - Make it possible to use :mod:`zope.component` - Provide a concise list of all the available APIs in that module and link them to their in-depth descriptions. - Fix several xref errors - Add documentation for setHooks/resetHooks. This also makes it possible to get useful help at the REPL or command line: $ python -c 'import zope.component; help(zope.component.getAdapters)' Help on function getAdapters in module zope.component._api: getAdapters(objects, provided, context=None) Look for all matching adapters to a provided interface for objects Return a list of adapters that match. If an adapter is named, only the most specific adapter of a given name is returned. .. seealso:: Function `~zope.component.getAdapters` for notes, and `~zope.component.interfaces.IComponentArchitecture` for the defining interface.