| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-04-14 | We don't use default_match, so remove it | Bert JW Regeer | |
| 2016-04-14 | Update test to verify the default is text/html | Bert JW Regeer | |
| 2016-04-14 | Make text/html the preferred server return | Bert JW Regeer | |
| This matches the original code whereby it would return an HTML page if you sent an Accept header of */*. | |||
| 2016-04-12 | For */* case, MIMEAccept picks first server offer | Bert JW Regeer | |
| This means that to make "text/plain" the default, we need to specifically make it the first thing we offer. For anything else, since the server offers are all weighted equally, the client order should be accepted. | |||
| 2016-04-12 | PEP8 | Bert JW Regeer | |
| 2016-04-12 | We don't need to explicitly set charset for text/* | Bert JW Regeer | |
| application/json however doesn't have a charset, so we just specify that as UTF-8 for the purpose of encoding the bytes. | |||
| 2016-04-12 | Test that JSON responses are actually JSON | Bert JW Regeer | |
| We also test out the custom formatter that allows the user to change how the JSON is formatted for the exception. | |||
| 2016-04-12 | Add new tests to verify we get what we ask for | Bert JW Regeer | |
| This simply makes sure we get back the appropriate Content-Type based upon our Accept header. | |||
| 2016-04-12 | Update tests to verif Content-Type header | Bert JW Regeer | |
| 2016-04-12 | Explicit set Accept header to text/html | Bert JW Regeer | |
| The default is now text/plain, so explicitly set the accept header for what we want to accept. | |||
| 2016-04-12 | Use MIMEAccept not Accept | Bert JW Regeer | |
| Accept doesn't understand the notation of major/minor masks. | |||
| 2016-04-12 | Using WebOb's acceptparse find best mimetype to use | Bert JW Regeer | |
| We default to text/plain. | |||
| 2016-04-12 | Merge pull request #2467 from Pylons/remove.py26 | Michael Merickel | |
| Remove: py26 | |||
| 2016-04-12 | Don't force Py2.7 or higher | Bert JW Regeer | |
| 2016-04-12 | Remove note about -Wd flag | Bert JW Regeer | |
| Since we no longer support Python 2.6, it becomes a requirement for all our supported Python versions, and thus the note is no longer required. | |||
| 2016-04-12 | Update introduction to testing | Bert JW Regeer | |
| It mentions that we use Jenkins, but our Travis is more open, and used for all commits, so add a reference to Travis as well. Also, remove Python 2.6 reference here. | |||
| 2016-04-12 | Replace Python 2.6 with 2.7 | Bert JW Regeer | |
| 2016-04-12 | Update CHANGES.txt | Bert JW Regeer | |
| 2016-04-12 | Python 2.7 is the lowest version we support | Bert JW Regeer | |
| Remove the trove classifier, and have an hard error on attempting to install Pyramid on 2.6 or lower. Blame @mmerickel for the PEP8 on this commit, pyflake put all kinds of red in my vim window.. | |||
| 2016-04-12 | Remove Python 2.6 from all testing | Bert JW Regeer | |
| This removes it from tox/travis | |||
| 2016-04-12 | Merge pull request #2468 from Pylons/docs/easy-install-to-pip.2104 | Michael Merickel | |
| Docs: easy install to pip | |||
| 2016-04-12 | Merge pull request #2488 from stevepiercy/docs/easy-install-to-pip.2104 | Steve Piercy | |
| add changelog entry to CHANGES.txt | |||
| 2016-04-12 | - add changelog entry to CHANGES.txt | Steve Piercy | |
| 2016-04-12 | Merge pull request #2487 from stevepiercy/docs/easy-install-to-pip.2104 | Steve Piercy | |
| zap easy_install straggler | |||
| 2016-04-12 | - zap easy_install straggler | Steve Piercy | |
| 2016-04-12 | Merge pull request #2486 from stevepiercy/docs/easy-install-to-pip.2104 | Steve Piercy | |
| add mention of Windows and Python 3.3+ for virtual environments | |||
| 2016-04-12 | - add mention of Windows and Python 3.3+ for virtual environments | Steve Piercy | |
| 2016-04-12 | Merge pull request #2484 from stevepiercy/docs/easy-install-to-pip.2104 | Steve Piercy | |
| one does not simply "create a virtualenv". one should "create a virtu… | |||
| 2016-04-12 | one does not simply "create a virtualenv". one should "create a virtual ↵ | Steve Piercy | |
| environment". - Fixes #2483 | |||
| 2016-04-12 | Merge pull request #2482 from stevepiercy/docs/easy-install-to-pip.2104 | Steve Piercy | |
| one does not simply "create a virtualenv". one should "create a virtu… | |||
| 2016-04-12 | one does not simply "create a virtualenv". one should "create a virtual ↵ | Steve Piercy | |
| environment" | |||
| 2016-04-12 | Merge pull request #2481 from stevepiercy/docs/easy-install-to-pip.2104 | Steve Piercy | |
| update testing.rst | |||
| 2016-04-12 | update testing.rst | Steve Piercy | |
| - replace nose with py.test - use pip - use literalinclude of MyProject/setup.py instead of copy-pasta | |||
| 2016-04-12 | Merge pull request #2480 from stevepiercy/docs/easy-install-to-pip.2104 | Steve Piercy | |
| quick_tour cleanup; rename testing_extras to tests_require | |||
| 2016-04-12 | - use an environment variable and venv. See ↵ | Steve Piercy | |
| https://github.com/Pylons/pyramid/pull/2468#discussion_r59311019 - rename stanza from `testing_extras` to `tests_require` - switch from nose to pytest | |||
| 2016-04-12 | Merge remote-tracking branch 'upstream/docs/easy-install-to-pip.2104' into ↵ | Steve Piercy | |
| docs/easy-install-to-pip.2104 | |||
| 2016-04-12 | Merge pull request #2479 from stevepiercy/docs/easy-install-to-pip.2104 | Steve Piercy | |
| Docs/easy install to pip.2104 | |||
| 2016-04-12 | Merge remote-tracking branch 'upstream/docs/easy-install-to-pip.2104' into ↵ | Steve Piercy | |
| docs/easy-install-to-pip.2104 | |||
| 2016-04-12 | - replace `python -m` with `python3 -m` | Steve Piercy | |
| 2016-04-12 | - replace `pyvenv` with `python3 -m venv` | Steve Piercy | |
| 2016-04-12 | - removed "now" per ↵ | Steve Piercy | |
| https://github.com/Pylons/pyramid/pull/2468#discussion_r59310317 | |||
| 2016-04-12 | Merge pull request #2478 from stevepiercy/docs/easy-install-to-pip.2104 | Steve Piercy | |
| fix readme in narr/MyProject (used in project.rst and testing.rst) | |||
| 2016-04-12 | - fix readme in quick_tour/sqla_demo | Steve Piercy | |
| 2016-04-12 | - fix readme in narr/MyProject (used in project.rst and testing.rst) | Steve Piercy | |
| 2016-04-11 | fix extras_requires to extras_require | Michael Merickel | |
| 2016-04-11 | Merge branch 'master' into docs/easy-install-to-pip.2104 | Michael Merickel | |
| 2016-04-11 | remove theme.min.css, it serves no purpose | Michael Merickel | |
| 2016-04-11 | fix readme to show directions in both alchemy and zodb | Michael Merickel | |
| 2016-04-11 | Merge pull request #2472 from stevepiercy/docs/easy-install-to-pip.2104 | Steve Piercy | |
| - upgrade setuptools, too, in the two wikis | |||
| 2016-04-11 | - upgrade setuptools, too, in the two wikis | Steve Piercy | |
