summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* TestApp: Make unicode urls always work.benjaminp-fixture-unicode-pathsBenjamin Peterson2019-09-032-0/+8
* 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
| * | Added tag 2.0.3 for changeset 768835f3c1b7Marc Abramowitz2016-03-080-0/+0
| * | Merged in 2.0.3 (pull request #35)2.0.3Marc Abramowitz2016-03-080-0/+0
| |\ \ | | |/
| * | Close branch 2.0.32.0.3Marc Abramowitz2016-03-080-0/+0
| * | Bump version to 2.0.3Marc Abramowitz2016-03-082-1/+29
| |/
| * Merged in msabramo/paste/python3_wsgilib_add_close_next (pull request #29)Marc Abramowitz2016-03-082-1/+57
| |\
| | * Make add_close.next() leverage add_close.__next__()python3_wsgilib_add_close_nextMarc Abramowitz2016-03-081-1/+1