summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Avoid some reference cycles through tracebacks. (#36)Benjamin Peterson2019-10-141-5/+3
* Release 3.2.1Chris Dent2019-10-142-1/+6
* LimitedLengthFile: Handle io.UnsupportedOperation from socket.tell(). (#35)Benjamin Peterson2019-09-092-3/+27
* Simplify parse_formvars. (#34)Benjamin Peterson2019-09-061-40/+29
* release 3.2.03.2.0Chris Dent2019-09-052-1/+11
* TestApp: Make unicode urls always work. (#33)Benjamin Peterson2019-09-042-0/+8
* Make LimitedLengthFile file return empty bytes rather than empty string when ...Benjamin Peterson2019-09-042-2/+10
* Avoid copying FieldStorage if possible. (#30)Benjamin Peterson2019-08-292-10/+15
* release 3.1.1Chris Dent2019-08-252-1/+6
* Modify TestApp.encode_multipart to handle bytes filenames and params. (#29)3.1.1Benjamin Peterson2019-08-253-16/+36
* release 3.1.03.1.0Chris Dent2019-07-242-1/+7
* Fix WSGIResponse.__call__ on Python 3. (#27)Benjamin Peterson2019-07-242-2/+19
* Get MutableMapping from collections.abc on Python 3. (#26)Benjamin Peterson2019-07-243-3/+3
* release 3.0.83.0.8Chris Dent2019-03-072-1/+6
* Fix quoting of bytestrings. (#23)Jelmer Vernooij2019-03-072-1/+6
* Release 3.0.73.0.7Chris Dent2019-02-282-1/+6
* Write bytestrings when calling wsgi_write_chunk (#22)Chris Dent2019-02-281-2/+2
* Release 3.0.63.0.6Chris Dent2019-01-072-1/+7
* Revert "Remove use of OpenSSL.tsafe, which links to OpenSSL.SSL anyways. (#16)"Chris Dent2019-01-071-3/+3
* Release 3.0.53.0.5Chris Dent2018-11-292-1/+6
* Remove use of OpenSSL.tsafe, which links to OpenSSL.SSL anyways. (#16)Stephan Richter2018-11-291-3/+3
* release 3.0.4Chris Dent2018-11-262-1/+6
* Don't delete dict item while iterating over same dict (#14)3.0.4Marius van den Beek2018-11-051-1/+1
* release 3.0.33.0.3Chris Dent2018-11-032-1/+6
* Depend on pytest instead of nose (#13)Felix Yan2018-11-032-2/+3
* Release 3.0.23.0.2Chris Dent2018-10-312-1/+6
* paste.fixture: fix form offset handling (#12)Daniel Hahler2018-10-312-6/+11
* py3 fixes for form handling in paste.fixture (#8)Daniel Hahler2018-10-303-11/+29
* Pytest fixes (#9)Daniel Hahler2018-10-307-33/+36
* Enable coverage reporting via codecov (#10)Daniel Hahler2018-10-303-6/+24
* release 3.0.13.0.1Chris Dent2018-10-242-1/+8
* Remove use of futureChris Dent2018-10-247-6/+31
* Prepare a 3.0.0 release3.0.0Chris Dent2018-10-244-13/+16
* add link to read the docs to READMEChris Dent2018-10-241-0/+2
* Merge pull request #5 from cdent/fix-docsChris Dent2018-10-2412-48/+32
|\
| * Prepare docs for publishing to RTFDfix-docsChris Dent2018-10-2412-48/+32
|/
* Merge pull request #4 from cdent/cd/travis-ciChris Dent2018-10-231-0/+20
|\
| * Special case py37cd/travis-ciChris Dent2018-10-231-0/+2
| * Add support for limited testing with travis-ciChris Dent2018-10-231-0/+18
|/
* Merge pull request #3 from zaneb/py3Chris Dent2018-10-234-3/+6
|\
| * Make iterators Python3-compatibleZane Bitter2018-10-232-0/+4
| * Don't raise StopIteration inside a generatorZane Bitter2018-10-232-3/+2
|/
* Add a simple .gitignoreChris Dent2018-10-231-0/+4
* Fix up testing after switch to pytestChris Dent2018-10-2310-27/+27
* Merge pull request #1 from cdent/pytestChris Dent2018-10-237-39/+35
|\
| * Switch from nose to pytestpytestMarc Abramowitz2016-03-087-39/+35
* | Update README and setup.py for new locationChris Dent2018-10-232-13/+12
* | Fix proxy testChris Dent2018-10-231-4/+4
* | Merged in onovy/paste (pull request #36)Chris Dent2018-10-231-1/+1
|\ \
| * | Use correct variable when building message for exceptionOnd?ej Nov?2016-03-101-1/+1