summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-11-21Merge pull request #1469 from Pylons/testing-add-pypy3Michael Merickel
Add support for testing 'pypy3' under Tox / Travis.
2014-11-21Add support for testing 'pypy3' under Tox / Travis.Tres Seaver
2014-11-19Merge pull request #1468 from mgrbyte/fix.hackingdotxt-glitchMichael Merickel
Correct url in git remote command.
2014-11-19Correct url in git remote command.Matt Russell
2014-11-19Merge pull request #1466 from mgrbyte/fix.rst-requires-escaping-starstarkwMichael Merickel
Fixes breaking docs build due to unquoted asterisks in doc string.
2014-11-19Fixes breaking docs build due to unquoted asterisks in doc string.Matt Russell
2014-11-17Merge pull request #1399 from Pylons/feature.security-docs-enhancementsMichael Merickel
security docs enhancements
2014-11-17Merge pull request #1448 from Pylons/feature.pshell-pythonstartupMichael Merickel
enable PYTHONSTARTUP support in pshell
2014-11-17Merge branch 'feature.override-asset-with-absolute-path'Michael Merickel
2014-11-17Merge pull request #1463 from stevepiercy/masterSteve Piercy
- add step for badges in README.rst
2014-11-17- add step for badges in README.rstSteve Piercy
2014-11-17Merge pull request #1461 from sontek/add_badgesSteve Piercy
We need some steenkin badges. Thank you!
2014-11-17Use pylonsproject.org link for docs, point to master branchJohn Anderson
2014-11-17Don't fail coverage check on systems w/ locale set.Tres Seaver
See: http://jenkins.pylonsproject.org/job/pyramid/1617/console.
2014-11-17Use direct link to docsJohn Anderson
2014-11-17Add RTD and Travis badges in the READMEJohn Anderson
2014-11-17Merge branch 'master' into feature.override-asset-with-absolute-pathMichael Merickel
2014-11-17Merge branch 'master' into feature.pshell-pythonstartupMichael Merickel
2014-11-17Merge branch 'master' into feature.security-docs-enhancementsMichael Merickel
2014-11-17Merge pull request #1460 from sontek/fix_proutes_coverageMichael Merickel
Added coverage for MultiView and long names in proutes
2014-11-17Merge branch 'master' into feature.security-docs-enhancementsMichael Merickel
2014-11-16Merge branch 'master' of https://github.com/Pylons/pyramid into ↵John Anderson
fix_proutes_coverage
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-16Merge branch 'master' of https://github.com/Pylons/pyramid into ↵John Anderson
fix_proutes_coverage
2014-11-17reference appropriate PRMichael 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-17improve the docs for absolute path overridesMichael Merickel
2014-11-16Switch to using tox for travis so coverage is ranJohn Anderson
2014-11-16Added coverage for MultiView and long names in proutesJohn 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-16attempt to clarify the benefit of these changesMichael Merickel
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-12Merge branch 'master' of github.com:Pylons/pyramidChris McDonough
2014-11-11adjust tests to work even when someone has defined PYTHONSTARTUP in their shellMichael Merickel
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-11enable PYTHONSTARTUP support in pshellMichael Merickel
Fixes #1299