Tres Seaver

Results 27 issues of Tres Seaver

_From @jimfulton on August 22, 2016 17:42_ _Copied from original issue: zopefoundation/zodbdocs#18_

documentation

_From @jimfulton on August 22, 2016 17:43_ _Copied from original issue: zopefoundation/zodbdocs#20_

documentation

_From @jimfulton on August 22, 2016 18:35_ There isn't a placeholder reference for this yet. _Copied from original issue: zopefoundation/zodbdocs#21_

documentation

The generated retry policy and timeout for wrapped methods is not always suitable for every application (e.g., see https://github.com/googleapis/python-bigquery-storage/issues/315). Rather than: ```python from google.api_core import exceptions from google.api_core import retry...

type: feature request
priority: p3

After installing Zope 2.13.22 into a virtualenv: ``` bash $ /opt/Python-2.7.9/bin/virtualenv /tmp/zwiki New python executable in /tmp/zwiki/bin/python Installing setuptools, pip...done. $ /tmp/zwiki/bin/easy_install -i http://download.zope.org/Zope2/index/2.13.22/ Zope2 Searching for Zope2 Reading http://download.zope.org/Zope2/index/2.13.22/Zope2/...

``` python $ bin/python -V Python 3.4.2 $ bin/develop status -v ~ - zope.annotation Traceback (most recent call last): File "bin/develop", line 13, in sys.exit(mr.developer.develop.develop()) File "/home/tseaver/projects/Zope/Z3/zopetoolkit/eggs/mr.developer-1.31-py3.4.egg/mr/developer/develop.py", line 859, in...

At the moment, many-many users of `google-auth` end up using the slower (and with security holes for some) `rsa`, rather than `cryptography`, not because they *can't* install `cryptography`, but because...

type: docs
packaging

Add support for Python 3.11 and 3.12. Drop support for Python < 3.8, including all Python2 compatibility shims. Repair bitrot in doctests, and ensure that they run under `pytest`.

Builds atop changes in #307. I will rebase this PR once that one merges. Coverage is at 100%, and all tests pass for `py38` through `py312`, except the ones for...

- Drop old Python versions (< 3.8), add newer ones (up to 3.12). - Remove all the "straddle" compatibility stuff FBO Python 2.7 - Pin `pyramid` < 2.0dev, until it...