summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Write bytestrings when calling wsgi_write_chunkbug/21Chris 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
| | * Check paste.wsgilib.add_close._closedMarc Abramowitz2016-03-071-0/+2
| | * Uncomment/cleanup paste.wsgilib.app_close.__next__Marc Abramowitz2016-03-071-2/+2
| | * Add tests for `add_close` classMarc Abramowitz2016-03-071-0/+50
| | * Merge default to python3_wsgilib_add_close_nextMarc Abramowitz2016-03-071-0/+4
| | |\
| | | * paste.wsgilib.add_close: Add __next__ methodMarc Abramowitz2016-03-071-0/+4
| | | * Added tag 2.0.2 for changeset 53f5c2cd7f50Marc Abramowitz2015-05-110-0/+0
| | | * Update docs/news.txt for 2.0.22.0.2Marc Abramowitz2015-05-111-0/+21
| | | * Don't display invalid error message when socket in useMarc Abramowitz2015-05-111-2/+4
| | | * Merged in aodag/paste-py3/fix-has_key (pull request #25)Marc Abramowitz2015-05-112-2/+2
| | | |\
| | | | * replace ``has_key`` method to ``in`` operator #9fix-has_keyaodag2015-05-022-2/+2