summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #93 from zopefoundation/dataflake/cleanup_py2_namesJens Vagelpohl2023-01-168-180/+14
|\ | | | | Remove proxying code for names that no longer exist in Python 3
| * - Remove proxying code for names that no longer exist in Python 3Jens Vagelpohl2023-01-156-178/+12
| |
| * - update to latest meta/configJens Vagelpohl2023-01-152-2/+2
|/
* - update to latest meta/configJens Vagelpohl2023-01-032-8/+8
|
* Config with c code template 831a34f5 (#91)Michael Howitz2022-12-2339-966/+400
| | | * Drop support for Python 2.7, 3.5, 3.6.
* Back to development: 5.9Michael Howitz2022-11-302-1/+7
|
* Preparing release 5.85.8Michael Howitz2022-11-302-2/+2
|
* Remove unused variable.Michael Howitz2022-11-301-1/+0
|
* Update to zope.untrustedpython >= 5. (#76)Michael Howitz2022-11-302-3/+5
| | | The extra ``untrustedpython`` now for Python 3, too, installs ``zope.untrustedpython``.
* - vb [ci skip]Jens Vagelpohl2022-11-172-1/+5
|
* - prepare release 5.75.7Jens Vagelpohl2022-11-172-2/+4
|
* - don't build/upload macOS universal2 wheels [ci skip]Jens Vagelpohl2022-11-171-31/+0
|
* - vb [ci skip]Jens Vagelpohl2022-11-162-1/+5
|
* - prepare release 5.6 and package cleanups5.6Jens Vagelpohl2022-11-166-17/+58
|
* - fix test failure by always pre-installing cffiJens Vagelpohl2022-11-131-0/+1
|
* - Add support for building arm64 wheels on macOS.Jens Vagelpohl2022-11-134-42/+89
|
* - vb [ci skip]Jens Vagelpohl2022-11-082-1/+5
|
* - update with meta/config to fix macOS build issues5.5Jens Vagelpohl2022-11-081-6/+6
|
* - lower deployment target again to match the existing zope.proxy eggJens Vagelpohl2022-11-071-2/+2
|
* - higher deployment targetJens Vagelpohl2022-11-071-1/+2
|
* - utilize flags for macOS similar to those used by cibuildwheelJens Vagelpohl2022-11-071-4/+5
|
* - declare Python 3.11 supportJens Vagelpohl2022-11-061-0/+1
|
* - prepare release 5.5Jens Vagelpohl2022-11-067-51/+18
|
* Back to development: 5.5Michael Howitz2022-09-152-1/+7
|
* Preparing release 5.45.4Michael Howitz2022-09-152-2/+2
|
* Merge pull request #89 from zopefoundation/config-with-c-codeMarius Gedminas2022-09-136-17/+90
|\ | | | | Update to the latest c-code template
| * Add a changelog noteMarius Gedminas2022-09-121-1/+2
| |
| * Configuring for c-codeMarius Gedminas2022-09-125-16/+88
|/ | | | | | Add a regression test for CFLAGS not having -Ofast, which is known to break things. See https://github.com/zopefoundation/meta/pull/155 for reference.
* Fix GHA Python 3.10 build on MacOS + PyPy-2.7 (#87)Michael Howitz2022-07-084-10/+36
| | | Built with https://github.com/zopefoundation/meta/pull/150.
* Update to Python 3.11b1 + fix doc creation.Michael Howitz2022-05-253-6/+8
| | | | Until `repoze.sphinx.autointerface` supports Sphinx 5 (which is used here because we support future python versions and activate installing pre-released package version, which is needed for some other packages to get a RestrictedPython which runs on Python 3.11) we have to use an older version.
* Back to development: 5.4Michael Howitz2022-04-272-1/+7
|
* Preparing release 5.35.3Michael Howitz2022-04-272-2/+2
|
* Apply isort rulesMichael Howitz2022-04-2234-136/+272
|
* Add support for Python 3.11Michael Howitz2022-04-227-9/+32
|
* Merge pull request #84 from zopefoundation/re-83-make-suites-newSteffen Allner2022-04-144-8/+12
|\ | | | | re #83: Remove `unittest.makeSuite` as it is deprecated in Python 3.11+.
| * re #83: Remove `unittest.makeSuite` as it is deprecated in Python 3.11+.Steffen Allner2022-04-134-8/+12
|/
* Fix badge.Michael Howitz2022-03-171-2/+2
|
* Merge pull request #81 from cjwatson/default-method-wrapper-checkerColin Watson2022-03-103-2/+11
|\ | | | | Fix default checker for method-wrapper on Python 3
| * Fix default checker for method-wrapper on Python 3Colin Watson2022-03-103-2/+11
| | | | | | | | | | | | | | | | | | The default checker for `method-wrapper` objects such as `().__repr__` and `{}.__repr__` was previously set by setting the default checker `type(().__getslice__)`, which only worked on Python 2. Use a different exemplar for this type which works on both Python 2 and 3. Fixes #75.
* | Merge pull request #82 from cjwatson/typosColin Watson2022-03-103-10/+10
|\ \ | |/ |/| Fix a number of typos
| * Fix a number of typosColin Watson2022-03-103-10/+10
|/
* Back to development: 5.3Michael Howitz2022-03-102-1/+7
|
* Preparing release 5.25.2Michael Howitz2022-03-102-2/+2
|
* Merge pull request #79 from zopefoundation/config-with-c-codeMichael Howitz2022-03-1050-861/+1542
|\ | | | | Config with c code
| * Configuring for c-codeMichael Howitz2022-03-105-10/+38
| |
| * Fix tests on Python 3.10 + lint.config-with-c-codeMichael Howitz2021-11-235-4/+8
| |
| * Configuring for c-codeMichael Howitz2021-11-235-31/+37
| |
| * Add needed dependencies so documentation can built without test extra.Michael Howitz2021-11-121-0/+2
| |
| * Remove obsolete tests.Michael Howitz2021-11-111-19/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | I renamed the tests (that's why their name ends with `2`) there where methods with the same names around line 1600. The other tests assure that a TypeError is raised when calling `pow(x, y, proxy)` because "a PyProxy cannot lie about its type". Interestingly the deleted tests did not fail on CPython but the tests expecting the TypeError were locally successful, too, but not at GHA – that's strange. I am restoring here the status before my renaming of the tests: The now deleted tests did not run because of the name clash.
| * Configuring for c-codeMichael Howitz2021-09-153-8/+5
| |