Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prepare docs for publishing to RTFDfix-docs | Chris Dent | 2018-10-24 | 1 | -3/+3 |
| | | | | | | | | 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. | ||||
* | Fix up testing after switch to pytest | Chris Dent | 2018-10-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | | pytest exposes many warnings, some but not all of which are cleaned up here. The main switch is to use html.escape instead of cgi.escape. This inspired the addition of 'future' to requirements. The remaining warnings are related to pytest deprecations or over-eager test discovery. It is perhaps ironic that the switch to pytest is to avoid nose being mostly dead, and now we are using features in pytest that pytest wants to make dead. These are left for later cleanups, which means that running the tests is noisy. | ||||
* | Update README and setup.py for new location | Chris Dent | 2018-10-23 | 1 | -1/+3 |
| | | | | | pythonpaste.org no longer exists so we need to remove those links | ||||
* | Don't raise StopIteration from generator, return instead | Miro Hron?ok | 2018-06-08 | 1 | -0/+116 |
See https://www.python.org/dev/peps/pep-0479/ |