| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Cleanups per review.issue138 | Jason Madden | 2020-02-17 | 5 | -41/+34 |
| | | |||||
| * | Update documentation and clarify the relationship of the older mapping and ↵ | Jason Madden | 2020-02-17 | 7 | -49/+158 |
| | | | | | sequence interfaces. | ||||
| * | Do not test _WindowsConsoleIO | Jason Madden | 2020-02-17 | 1 | -1/+1 |
| | | |||||
| * | Find more concrete classes that are registered. | Jason Madden | 2020-02-17 | 4 | -10/+39 |
| | | |||||
| * | Add interfaces for builtins and the io ABCs. | Jason Madden | 2020-02-17 | 9 | -64/+439 |
| | | |||||
| * | Add numbers ABC interfaces. | Jason Madden | 2020-02-17 | 5 | -39/+199 |
| | | |||||
| * | Add collections.IByteString and refactor to avoid one-to-one assumption ↵ | Jason Madden | 2020-02-17 | 3 | -45/+161 |
| | | | | | | | about ABCs and builtins. bytearray turns out to violate that. | ||||
| * | Add z.i.common.collections to parallel the collections.abc classes. | Jason Madden | 2020-02-17 | 3 | -2/+482 |
| | | | | | | | | | Register implemented standard library types on import. Derive the interface methods and documentation from the ABC automatically. I hope to use this for numbers too. Part of #138 | ||||
| * | Fix verification for methods of builtin types with pseudo-default arguments ↵issue118 | Jason Madden | 2020-02-06 | 2 | -28/+39 |
| | | | | | | | | | | on Pypy On PyPy2, they are ignored (like on CPython), but on PyPy3 they can actually be validated. Fixes #118 | ||||
| * | Formatting for z.i.common.sequences. | Jason Madden | 2018-07-19 | 1 | -22/+27 |
| | | |||||
| * | Cross references and formatting for z.i.common.mapping | Jason Madden | 2018-07-19 | 1 | -17/+42 |
| | | |||||
| * | Cross references and formatting for z.i.common.idatetime. | Jason Madden | 2018-07-19 | 1 | -68/+99 |
| | | |||||
| * | Add docstrings with cross-refs to z.i.common.interfaces | Jason Madden | 2018-07-19 | 1 | -56/+166 |
| | | | | | | | Also bring the ``classImplements`` lines closer to the interface declaration. This helped me be sure that nothing was missed and that all the repetitions of the names matched. | ||||
| * | Test sanity cleanups (#88) | Jason Madden | 2017-06-08 | 2 | -23/+4 |
| | | | | | | | | | | | | | | | | | | | | * Test sanity cleanups Partially addresses #87 - Remove manual lists of tests in favor of loadTestsFromName. This mostly gets all test runners running the same number of tests. - Remove `additional_tests`, which was just duplicating the discovered tests. No modern test runner seems to need it. - Change the two compatibility skip decorators to actually use unitetest skips, which helps with the reporting. * Per @tseaver, drop most test_suite functions. * Port remaining doctest to unittest. * Make the odd tests work on all supported python versions | ||||
| * | Remove deprecated unittest assertions. | Tres Seaver | 2014-12-27 | 1 | -1/+1 |
| | | |||||
| * | Normalize imports. | Tres Seaver | 2014-12-09 | 1 | -3/+3 |
| | | |||||
| * | Repository policy. | Tres Seaver | 2012-06-18 | 1 | -1/+1 |
| | | |||||
| * | Merge from LP branch. | Tres Seaver | 2012-03-26 | 1 | -2/+2 |
| | | |||||
| * | Fixes for small issues when running tests under Python 3.2 using zope.testrunner | Brian Sutherland | 2011-04-29 | 1 | -1/+4 |
| | | |||||
| * | Remove CVS-era Id fossils. | Tres Seaver | 2010-06-03 | 6 | -12/+0 |
| | | |||||
| * | Cleaning up imports, mostly in tests, some duplicates created by my merge. ↵ | Lennart Regebro | 2010-04-11 | 2 | -7/+1 |
| | | | | | Pyflakes is happier now, but we do a lot of things that confuses it. | ||||
| * | Comply with repository policy. | Tres Seaver | 2010-04-06 | 7 | -7/+7 |
| | | |||||
| * | Use the standard Python doctest module instead of zope.testing.doctest, which | Fabio Tranchitella | 2009-12-23 | 1 | -1/+1 |
| | | | | | | has been deprecated. | ||||
| * | Revert incorrect copyright header update. | Christian Theune | 2009-12-17 | 7 | -7/+7 |
| | | |||||
| * | Updating copyright header after transfer of ownership to the Zope Foundation | Christian Theune | 2009-11-02 | 7 | -7/+7 |
| | | |||||
| * | Moving code to satellite. | Christian Theune | 2007-05-03 | 9 | -0/+1164 |
| | | |||||
| * | Removed interface copy | Jim Fulton | 2006-03-11 | 8 | -1122/+0 |
| | | |||||
| * | Correcting borked move. | Nathan Yergler | 2006-02-27 | 8 | -0/+1122 |
