| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-05-16 | close resources and 80-char line width | Michael Merickel | |
| 2014-05-16 | Expand tests - make sure pdf, jpeg types also are not annotated with a charset. | Dobes Vandermeer | |
| 2014-05-16 | Add tests for the content_type fix. | Dobes Vandermeer | |
| 2014-05-16 | Don't incorrectly default charset on FileResponse | dobesv | |
| By passing the content_type into the constructor to Response, we can allow it to decide intelligently whether the default charset should apply. Otherwise we'd have to replicate that logic somehow, or live with weird charset annotations on images, pdfs, and zips. | |||
| 2014-05-13 | Merge pull request #1341 from bertjwregeer/fix.typo | Michael Merickel | |
| Update hooks.rst | |||
| 2014-05-13 | Update hooks.rst | synthomat | |
| 'self' param was omitted in the constructor of simple_tween_factory class | |||
| 2014-05-07 | Merge branch 'master' of https://github.com/ftravers/pyramid into pull.1325 | Michael Merickel | |
| 2014-05-06 | Added required notes to changes/contributors file. | Fenton Travers | |
| 2014-05-05 | Merge pull request #1322 from Pylons/fix.setUp-relative-package | Michael Merickel | |
| modify p.testing.setUp() to configure the package relative to caller | |||
| 2014-05-05 | modify p.testing.setUp() to configure the package relative to caller | Michael Merickel | |
| 2014-05-05 | Merge branch 'master' of github.com:Pylons/pyramid | Chris McDonough | |
| 2014-05-05 | fix merge conflicts | Chris McDonough | |
| 2014-05-05 | Merge pull request #1335 from flibustenet/patch-3 | Michael Merickel | |
| Order of response_callback in the docstring | |||
| 2014-05-05 | modify changes wrt logging config stripping | Chris McDonough | |
| 2014-05-05 | Merge branch 'redundant_totuorial_logging_config' | Chris McDonough | |
| 2014-05-05 | Merge branch 'master' into redundant_totuorial_logging_config | Chris McDonough | |
| 2014-05-05 | Order of response_callback in the docstring | flibustenet | |
| 2014-05-03 | Merge pull request #1333 from stevepiercy/master | Steve Piercy | |
| - add a reference | |||
| 2014-05-03 | - add a reference | Steve Piercy | |
| 2014-05-03 | Merge pull request #1332 from stevepiercy/master | Steve Piercy | |
| - looks like _ are now - in RTD | |||
| 2014-05-03 | - looks like _ are now - in RTD | Steve Piercy | |
| 2014-05-03 | Merge pull request #1331 from stevepiercy/master | Steve Piercy | |
| - add cookbook to intersphinx mapping | |||
| 2014-05-03 | - add cookbook to intersphinx mapping | Steve Piercy | |
| 2014-05-03 | Merge pull request #1330 from stevepiercy/master | Steve Piercy | |
| - spelling | |||
| 2014-05-03 | - spelling | Steve Piercy | |
| 2014-05-01 | fix #1253 | Michael Merickel | |
| 2014-04-29 | require ISession.invalidate to leave behind a usable session | Michael Merickel | |
| 2014-04-27 | Merge pull request #1327 from invisibleroads/patch-1 | Steve Piercy | |
| Replaced five minutes with one hour | |||
| 2014-04-27 | Update static.py | Roy Hyunjin Han | |
| 2014-04-27 | Replaced five minutes with one hour | Roy Hyunjin Han | |
| 2014-04-24 | Replaced non-ascii copyright character with HTML equivalent. | Fenton Travers | |
| 2014-04-24 | The copyright symbol causes this error: | Fenton Travers | |
| UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 2559: ordinal not in range(128) | |||
| 2014-04-24 | Merge pull request #1321 from omidraha/patch-1 | Steve Piercy | |
| Improving `X-Vhm-Root` paragraphs. | |||
| 2014-04-24 | Merge pull request #1323 from bmess/narrative_typo | Michael Merickel | |
| Typo found in second Declarative code block | |||
| 2014-04-23 | Typo found in second Declarative code block | bobby | |
| There were two import statements for Configurator. I removed the second import statement in the "__main__" since most of the documentation declares all imports on the top of the source. modified: configuration.rst | |||
| 2014-04-23 | remove redundant tests | Michael Merickel | |
| 2014-04-23 | Merge pull request #1320 from bertjwregeer/feature.raise_valueerror_wsgi | Michael Merickel | |
| Feature: raise ValueError if wrapped is None in wsgiapp/wsgiapp2 | |||
| 2014-04-24 | Improving `X-Vhm-Root` paragraphs. | Omid Raha | |
| Improving text of `X-Vhm-Root` paragraphs in `Other Backwards Incompatibilities` section. | |||
| 2014-04-23 | Remove repeated word. | Omid Raha | |
| Remove repeated `use` word. | |||
| 2014-04-22 | Update CHANGES for wsgiapp and wsgiapp2 | Bert JW Regeer | |
| 2014-04-22 | Verify that wrapped is not None | Bert JW Regeer | |
| If wrapped is None we raise a ValueError to let the user know that we are unable to continue. | |||
| 2014-04-21 | Merge pull request #1318 from stevepiercy/master | Steve Piercy | |
| port to master branch - Update background section same as quick_tour.rst | |||
| 2014-04-21 | Update background section same as quick_tour.rst | Steve Piercy | |
| Update text of ``background`` section same as ``sessions`` section of ``quick_tour.rst`` | |||
| 2014-04-20 | Merge pull request #1313 from goodwillcoding/scaffold_version | goodwillcoding | |
| Issue: #1300, pyramid versiona and scaffold docs, add correct handling for dev docs which now points to 'master' docs | |||
| 2014-04-20 | add correct handling for dev docs which now points to 'master' docs | goodwillcoding | |
| 2014-04-20 | Merge branch 'pull.1300' | Michael Merickel | |
| 2014-04-20 | remove special case for dev branches | Michael Merickel | |
| the way pyramid's RTD works is that doc changes are rendered automatically on each release branch, so dev versions should actually point at their parent branch for the most up-to-date docs | |||
| 2014-04-20 | update the version detection to use better regex matching for version | goodwillcoding | |
| and add more test cases | |||
| 2014-04-20 | refine language some more to say 'Pyramid' less | goodwillcoding | |
| 2014-04-20 | standardize on scaffold over template naming | goodwillcoding | |
