summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Release 3.0.23.0.2Chris Dent2018-10-311-0/+5
|
* Pytest fixes (#9)Daniel Hahler2018-10-302-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | * pytest: fix collection warnings via __test__=False Fixes > "cannot collect test class %r because it has a __init__ constructor Ref: https://github.com/pytest-dev/pytest/issues/2007 * pytest: configure testpaths This is faster with test collection. * pytest: fix warning with doctests Fixes > /usr/lib/python3.7/site-packages/_pytest/python.py:764: > RemovedInPytest4Warning: usage of Generator.Function is deprecated, > please use pytest.Function instead * Minor fixes around s/py.test/pytest/
* release 3.0.13.0.1Chris Dent2018-10-241-0/+7
|
* Prepare a 3.0.0 release3.0.0Chris Dent2018-10-242-2/+9
| | | | | This is for the sake of getting something out there, including fixes to get stuff working with Python 3.7.
* Prepare docs for publishing to RTFDfix-docsChris Dent2018-10-2410-45/+28
| | | | | | | | We'd like to have a stable location for documentation. The destination will be https://pythonpaste.readthedocs.io This change also tries to make sure that there are sufficient warnings throughout about the status of Paste.
* Don't raise StopIteration from generator, return insteadMiro Hron?ok2018-06-0870-0/+4647
See https://www.python.org/dev/peps/pep-0479/