Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Back to development: 6.1HEADmaster | Michael Howitz | 2023-04-14 | 2 | -1/+7 |
| | |||||
* | Preparing release 6.06.0 | Michael Howitz | 2023-04-14 | 2 | -2/+2 |
| | |||||
* | Config with pure python template (#71) | Michael Howitz | 2023-04-14 | 48 | -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 @teythoon | Jens Vagelpohl | 2023-01-04 | 1 | -1/+1 |
| | |||||
* | - vb [ci skip] | Jens Vagelpohl | 2023-01-03 | 2 | -1/+5 |
| | |||||
* | - prepare release 5.1.05.1.0 | Jens Vagelpohl | 2023-01-03 | 4 | -3/+6 |
| | |||||
* | Merge pull request #69 from zopefoundation/dataflake/issue_67 | Jens Vagelpohl | 2023-01-03 | 5 | -0/+21 |
|\ | | | | | Fix crash when the environment variable `PYTHONOPTIMIZED` is set to `2` | ||||
| * | Update src/zope/component/tests/test_interface.py | Jens Vagelpohl | 2023-01-03 | 1 | -1/+1 |
| | | | | | | Co-authored-by: Marius Gedminas <marius@gedmin.as> | ||||
| * | - don't run GHA tests twice on every push to a PR branch | Jens Vagelpohl | 2023-01-02 | 1 | -0/+1 |
| | | |||||
| * | - Fix crash when the environment variable `PYTHONOPTIMIZED` is set to `2` | Jens Vagelpohl | 2023-01-02 | 5 | -0/+20 |
|/ | |||||
* | - rename pypy runners and don't stop for every failure | Jens Vagelpohl | 2023-01-02 | 1 | -2/+4 |
| | |||||
* | - attempt to fix GitHub Actions workflow and add support for Python 3.10 and ↵ | Jens Vagelpohl | 2023-01-02 | 3 | -7/+13 |
| | | | | 3.11 | ||||
* | - kick off GitHub Actions tests, they were disabled due to inactivity | Jens Vagelpohl | 2023-01-02 | 1 | -0/+1 |
| | |||||
* | Back to development: 5.0.2 | Jason Madden | 2021-07-09 | 2 | -1/+7 |
| | |||||
* | Preparing release 5.0.15.0.1 | Jason Madden | 2021-07-09 | 2 | -2/+2 |
| | |||||
* | Merge pull request #63 from zopefoundation/issue62 | Jason Madden | 2021-07-09 | 3 | -2/+47 |
|\ | | | | | Fix unregistering utilities on old persistent adapter registries. | ||||
| * | Fix unregistering utilities on old persistent adapter registries. | Jason Madden | 2021-07-09 | 3 | -2/+47 |
|/ | | | | | | If the particular leaf hadn't been migrated yet this would raise TypeError. Fixes #62 | ||||
* | Back to development: 5.0.1 | Jason Madden | 2021-03-19 | 2 | -1/+7 |
| | |||||
* | Preparing release 5.0.05.0.0 | Jason Madden | 2021-03-19 | 2 | -2/+2 |
| | |||||
* | Merge pull request #61 from zopefoundation/issue10 | Jason Madden | 2021-03-19 | 3 | -8/+82 |
|\ | | | | | Fix provideInterface et al to use the current site manager. | ||||
| * | Fix provideInterface et al to use the current site manager.issue10 | Jason Madden | 2021-03-18 | 3 | -8/+82 |
|/ | | | | | | instead of always the global site manager. Fixes #10 | ||||
* | Merge pull request #53 from zopefoundation/issue51 | Jason Madden | 2021-03-18 | 4 | -7/+115 |
|\ | | | | | Make PersistentAdapterRegistry use PersistentMapping/PersistentList | ||||
| * | Bump zope.interface dependency. | Jason Madden | 2021-03-18 | 2 | -5/+3 |
| | | |||||
| * | Make PersistentAdapterRegistry use PersistentMapping/PersistentList with ↵ | Jason Madden | 2021-03-18 | 3 | -6/+116 |
|/ | | | | | | zope.interface 5.3+ Fixes #51 | ||||
* | Merge pull request #58 from zopefoundation/issue9 | Jason Madden | 2021-03-18 | 4 | -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 ↵issue9 | Jason Madden | 2021-03-18 | 4 | -2/+34 |
| | | | | | | | | | | | | interface and no provides= attribute is specified. fixes #9 | ||||
* | | Merge pull request #60 from zopefoundation/issue59 | Jason Madden | 2021-03-18 | 7 | -122/+19 |
|\ \ | |/ |/| | Remove backwards compatibility imports. | ||||
| * | Remove backwards compatibility imports.issue59 | Jason Madden | 2021-03-18 | 7 | -122/+19 |
|/ | | | | Fixes #59 | ||||
* | Merge pull request #55 from zopefoundation/dataflake/issue_54 | Jens Vagelpohl | 2021-03-18 | 4 | -3/+47 |
|\ | | | | | Respect permission value for utility factory registrations | ||||
| * | Merge branch 'master' into dataflake/issue_54 | Jens Vagelpohl | 2021-03-18 | 0 | -0/+0 |
| |\ | |/ |/| | |||||
* | | Merge pull request #57 from zopefoundation/fix-readme | Jens Vagelpohl | 2021-03-18 | 1 | -3/+4 |
|\ \ | | | | | | | Standardize the README.rst header level and location. | ||||
| * | | Standardize the README.rst header level and location. | Jason Madden | 2021-03-18 | 1 | -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 README | Jens Vagelpohl | 2021-03-18 | 3 | -5/+6 |
| | | |||||
| * | Merge branch 'master' into dataflake/issue_54 | Jens Vagelpohl | 2021-03-18 | 12 | -318/+189 |
| |\ | |/ |/| | |||||
* | | Merge pull request #56 from zopefoundation/dataflake/issue_52 | Jens Vagelpohl | 2021-03-18 | 12 | -319/+188 |
|\ \ | | | | | | | Update package configuration similar to zopefoundation/meta/config | ||||
| * | | - add change log entry and bump version for Python 3.9 supportdataflake/issue_52 | Jens Vagelpohl | 2021-03-18 | 2 | -3/+3 |
| | | | |||||
| * | | - fix up README [ci skip] | Jens Vagelpohl | 2021-03-18 | 1 | -11/+14 |
| | | | |||||
| * | | - be a little more lenient on coverage | Jens Vagelpohl | 2021-03-18 | 1 | -1/+1 |
| | | | |||||
| * | | - manually applying changes similar to zopefoundation/meta/config | Jens Vagelpohl | 2021-03-18 | 10 | -304/+170 |
|/ / | |||||
| * | - remove tab charactersdataflake/issue_54 | Jens Vagelpohl | 2021-03-17 | 1 | -2/+2 |
| | | |||||
| * | - respect permission value for utility factory registrations | Jens Vagelpohl | 2021-03-17 | 3 | -2/+44 |
|/ | |||||
* | - ignore additional venv and test artifacts | Jens Vagelpohl | 2021-03-17 | 1 | -0/+4 |
| | |||||
* | Merge pull request #50 from zopefoundation/all-repos_autofix_all-repos-sed | Jens Vagelpohl | 2020-10-28 | 1 | -2/+2 |
|\ | | | | | Update badge URL for Travis | ||||
| * | Update badge URL for Travisall-repos_autofix_all-repos-sed | Jürgen Gmach | 2020-10-28 | 1 | -2/+2 |
|/ | | | | Committed via https://github.com/asottile/all-repos | ||||
* | Back to development: 4.6.3 | Jason Madden | 2020-07-03 | 2 | -1/+7 |
| | |||||
* | Preparing release 4.6.24.6.2 | Jason Madden | 2020-07-03 | 2 | -2/+2 |
| | |||||
* | #49 missed a note in CHANGES.rst | Jason Madden | 2020-07-03 | 1 | -1/+2 |
| | |||||
* | Ensure the changelog is published on RTD too. (Tweak to #49) | Jason Madden | 2020-07-03 | 2 | -0/+6 |
| | |||||
* | Merge pull request #49 from zopefoundation/doc-module | Jason Madden | 2020-07-03 | 13 | -36/+205 |
|\ | | | | | Reference documentation improvements | ||||
| * | Reference documentation improvementsdoc-module | Jason Madden | 2020-06-26 | 13 | -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. |