summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Move 1.6 to historyBert JW Regeer2016-05-201-0/+51
* | Update whatsnew-1.6.txt with latest from 1.6-branchBert JW Regeer2016-05-201-0/+5
* | Split on first two whitespaces in Response.from_fileBert JW Regeer2016-05-191-1/+1
* | Add failing test for #250Bert JW Regeer2016-05-191-0/+7
* | Merge pull request #243 from Pylons/py.testBert JW Regeer2016-04-1523-1987/+1920
|\ \
| * | Drop Python 2.6 supportBert JW Regeer2016-04-151-1/+0
| * | Remove Python 2.6 support from TravisBert JW Regeer2016-04-151-2/+0
| * | Update .gitignore for new world orderBert JW Regeer2016-04-151-18/+5
| * | Convert to py.testBert JW Regeer2016-04-151-11/+11
| * | test_datetime_utils.py converted to assert from noseBert JW Regeer2016-04-151-45/+43
| * | Python 2.7 really needs the coding headerBert JW Regeer2016-04-151-0/+2
| * | test_exc.py converted to assert from noseBert JW Regeer2016-04-151-69/+64
| * | tests_headers.py converted to assert from noseBert JW Regeer2016-04-151-32/+34
| * | test_misc.py convert to assert from noseBert JW Regeer2016-04-151-37/+36
| * | test_descriptors.py convert to assert from nose/unittestBert JW Regeer2016-04-151-137/+144
| * | test_etag_nose.py convert to assert from noseBert JW Regeer2016-04-151-15/+17
| * | test_etag.py convert to assert from nose/unittestBert JW Regeer2016-04-151-51/+47
| * | test_client_functional.py convert to assert from noseBert JW Regeer2016-04-151-3/+5
| * | test_in_wsgiref.py convert to assert from noseBert JW Regeer2016-04-151-8/+11
| * | test_request.py convert to assert from nose/unittestBert JW Regeer2016-04-151-921/+886
| * | test_request_nose.py convert to assert from noseBert JW Regeer2016-04-151-24/+25
| * | test_response.py move to assert from noseBert JW Regeer2016-04-151-284/+304
| * | test_transcode.py move to assert from noseBert JW Regeer2016-04-151-31/+11
| * | test_cookies_bw.py move to assert from noseBert JW Regeer2016-04-152-30/+25
| * | test_cookies.py move to assert from nose/unittestBert JW Regeer2016-04-141-180/+171
| * | test_cachecontrol move to assert from nose/unittestBert JW Regeer2016-04-141-48/+39
| * | Fix repr for Range to match testsBert JW Regeer2016-04-141-1/+1
| * | test_byterange.py move to assert from noseBert JW Regeer2016-04-141-30/+32
| * | test_acceptparse.py move to assert from noseBert JW Regeer2016-04-141-11/+10
| * | Switch to pytest from noseBert JW Regeer2016-04-141-3/+2
|/ /
| * PEP8bugfix/exc_json_responseBert JW Regeer2016-04-141-8/+10
| * Cleanup unused importsBert JW Regeer2016-04-141-4/+1
| * Change the default returned type to text/htmlBert JW Regeer2016-04-141-2/+2
| * Use MIMEAccept instead of AcceptBert JW Regeer2016-04-141-2/+2
| * Make sure WSGIHTTPException does the right thing with accept headersBert JW Regeer2016-04-141-2/+47
|/
* Fix typo in whatsnewBert JW Regeer2016-03-151-1/+1
* Remove worthless fileBert JW Regeer2016-03-151-6/+0
* Continue dev on 1.7.xBert JW Regeer2016-03-151-1/+1
* Copy over the WHATSNEW-1.6Bert JW Regeer2016-03-154-3/+71
* Remove tests for old deprecated featuresBert JW Regeer2016-01-281-10/+0
* Remove deprecated str_ and othersBert JW Regeer2016-01-282-50/+1
* Remove comment about str_*Bert JW Regeer2016-01-281-3/+1
* Merge branch 'bugfix/lazy_escape'Bert JW Regeer2016-01-283-0/+46
|\
| * Add CHANGES for lazy escapingBert JW Regeer2016-01-281-0/+5
| * Fix testBert JW Regeer2016-01-281-3/+3
| * Merge pr '#139' of amol- into bugfix/lazy_escapeBert JW Regeer2016-01-282-0/+41
| |\ |/ /
| * Avoid escaping environ keys that are not used by WSGIHTTPException body_templateAlessandro Molina2014-03-132-0/+41
* | Merge branch 'bugfix/decode_consumed_stream'Bert JW Regeer2016-01-283-1/+21
|\ \
| * | Add CHANGES for Request.decode read from already consumed streamBert JW Regeer2016-01-281-0/+4
| * | Merge pr '183' of jonatasoliveira into bugfix/decode_consumed_streamBert JW Regeer2016-01-282-1/+17
| |\ \ |/ / /