summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-11-17Merge branch 'master' into feature.security-docs-enhancementsMichael Merickel
2014-11-17fix travis.yml to use the correct TOXENV varMichael Merickel
2014-11-17note the deprecation in the todoMichael Merickel
2014-11-17Merge branch 'master' into feature.security-docs-enhancementsMichael Merickel
2014-11-17Merge pull request #1459 from sontek/use_tox_for_travisMichael Merickel
Switch to using tox for travis so coverage is ran
2014-11-16Use travis_retry in case of timeouts, remove -e $OTX_ENVJohn Anderson
2014-11-17Merge pull request #1457 from Pylons/feature.string-timing-attacksMichael Merickel
use hmac.compare_digest if available
2014-11-16Switch to using tox for travis so coverage is ranJohn Anderson
2014-11-17Merge pull request #1458 from sontek/fail_coverage_under_hundredMichael Merickel
Make sure tox fails the cover build if it isn't at 100%
2014-11-16Make sure tox fails the cover build if it isn't at 100%John Anderson
2014-11-16use hmac.compare_digest if availableMichael Merickel
2014-11-13Merge pull request #1377 from tilgovi/package-root-static-view-specMichael Merickel
Static view registrations with package root asset specifications
2014-11-13update changelog for fixes from #1453Michael Merickel
2014-11-13Merge pull request #1453 from sontek/prettify_proutes_without_request_methodMichael Merickel
Format proutes output and include module instead of repr of view
2014-11-13Remove duplicate codeChristophe de Vienne
2014-11-11Format proutes output and include module instead of repr of viewJohn Anderson
2014-11-11Merge pull request #1451 from stevepiercy/masterSteve Piercy
fix grammar
2014-11-11fix grammarSteve Piercy
2014-11-11Add myself to contributorsRandall Leeds
2014-11-11Fix static views with package root spec patternsRandall Leeds
2014-11-11add failing test for package root spec static viewRandall Leeds
2014-11-11update changelogMichael Merickel
2014-11-11Merge pull request #1447 from ↵Michael Merickel
iElectric/add_notfound_view/default_exceptionresponse_view Add notfound view/default exceptionresponse view
2014-11-11update changelogMichael Merickel
2014-11-11Merge pull request #1446 from iElectric/guess_mimtype_test_fixMichael Merickel
fixes #1405
2014-11-11if view argument is not passed to config.add_forbidden_view, use ↵Domen Kožar
default_exceptionresponse_view
2014-11-11properly detect undefined viewDomen Kožar
2014-11-11if view argument is not passed to config.add_notfound_view, use ↵Domen Kožar
default_exceptionresponse_view
2014-11-11fixes #1405Domen Kožar
2014-11-10Merge pull request #1445 from bertjwregeer/fix.exceptionsSteve Piercy
Change autoclass to autoexception
2014-11-10Change autoclass to autoexceptionBert JW Regeer
Fixes #1388 or part thereof
2014-11-10moar changelogs!Michael Merickel
2014-11-10update changelogMichael Merickel
2014-11-10update the public api for rememberMichael Merickel
2014-11-10re-add missing Interface parentMichael Merickel
2014-11-10Merge branch 'master' into feature.security-docs-enhancementsMichael Merickel
2014-11-10update changelog with new http exceptions from #1372Michael Merickel
2014-11-10Merge pull request #1372 from marinewater/feature.httpexceptionsMichael Merickel
Additional HTTP Status Codes
2014-11-10Merge branch 'feature.generic-log-formatter'Michael Merickel
2014-11-10update changelogMichael Merickel
2014-11-10continue #1326 by adding line numbers to development.iniMichael Merickel
2014-11-10Merge pull request #1326 from geonetix/linenumberlogsMichael Merickel
added line numbers to generic log formatter
2014-11-09update changelog for #1373Michael Merickel
2014-11-09Merge pull request #1373 from dobesv/patch-5Michael Merickel
Allow the last callback called to add a callback
2014-11-09update changelog from #1376Michael Merickel
2014-11-09Merge pull request #1376 from invisibleroads/patch-3Michael Merickel
Allow hyphens in project name
2014-11-09Merge pull request #1442 from stevepiercy/masterSteve Piercy
minor rewrapping, grammar fixes to QT docs
2014-11-09- add missing "has"Steve Piercy
2014-11-09- rewrapSteve Piercy
- add missing clause in last paragraph
2014-11-09Merge pull request #1438 from stevepiercy/masterSteve Piercy
- add Translation Context term to Glossary to allow Sphinx to build docs...