summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-10-31prep 1.10Michael Merickel
2018-10-29Merge pull request #3404 from kpinc/hackingSteve Piercy
Docs are built in .tox/docs/, not docs/_build/
2018-10-29Docs are built in .tox/docs/, not docs/_build/Karl O. Pinc
2018-10-28Merge pull request #3403 from Pylons/remove-double-slashMichael Merickel
Remove double-slash when URL is generated
2018-10-28Use https for wiki.python.orgSteve Piercy
2018-10-28Revert "use twine check instead of setup.py check"Michael Merickel
This reverts commit 9e3a9d1cc48c624e7dda9d9ee56d575b852d7164.
2018-10-28prep 1.10b1Michael Merickel
2018-10-28use twine check instead of setup.py checkMichael Merickel
2018-10-26Merge pull request #3401 from mmerickel/project-url-metadataMichael Merickel
add project_urls metadata to the package
2018-10-25add changelog for #3400Michael Merickel
2018-10-25Merge pull request #3400 from mmerickel/flake8-errorsMichael Merickel
fix new lint errors from flake8
2018-10-25add project_urls metadata to the packageMichael Merickel
2018-10-25fix new lint errors from flake8Michael Merickel
2018-10-25Merge pull request #3397 from mmerickel/refactor-actionsMichael Merickel
refactor configurator actions and predicates into mixins
2018-10-18fix coverageMichael Merickel
2018-10-18leave a shim in for pyramid_zcml compatibilityMichael Merickel
2018-10-18move predicate-related code into pyramid.config.predicatesMichael Merickel
2018-10-18move action-related code into pyramid.config.actionsMichael Merickel
2018-10-17Merge pull request #3396 from mmerickel/fix-dummy-request-acceptMichael Merickel
fix the dummy request to support the new accept apis
2018-10-17fix the dummy request to support the new accept apisMichael Merickel
2018-10-17move docs for argument before exampleMichael Merickel
2018-10-17Merge pull request #3393 from Pylons/docs-cookiecutter-universalMichael Merickel
Update docstring of pcreate to universal pyramid-cookiecutter-starter
2018-10-17Merge pull request #3395 from Pylons/releasing-update-linkMichael Merickel
Use https for wiki.python.org
2018-10-17Use https for wiki.python.orgSteve Piercy
2018-10-17Update docstring of pcreate to universal pyramid-cookiecutter-starterSteve Piercy
2018-10-16fix the docs for route_prefix_context to avoid showing up as a doctestMichael Merickel
2018-10-16change webtest link to httpsMichael Merickel
2018-10-16commaMichael Merickel
2018-10-15add route_prefix_context to api docsMichael Merickel
2018-10-15fix whatsnew syntaxMichael Merickel
2018-10-15typoMichael Merickel
2018-10-15Merge pull request #3390 from mmerickel/whatsnew-1.10Michael Merickel
prep 1.10a1
2018-10-15point cookiecutters at 1.10-branchMichael Merickel
2018-10-15drop hacking-tox.iniMichael Merickel
2018-10-15fix scaffold testsMichael Merickel
2018-10-15add changes for #3387 and #3388Michael Merickel
2018-10-15prep 1.10a1Michael Merickel
2018-10-15Merge pull request #3389 from Pylons/remove-sudo-from-hackingMichael Merickel
Update HACKING.txt and contributing.md
2018-10-15Rename section from Prerequisites to DevelopingSteve Piercy
2018-10-15Remove documentation building section, now that we got a tox env for thatSteve Piercy
2018-10-15Remove by hand method. We use tox.Steve Piercy
Remove reference to hacking-tox.ini and let developer decide how to start a project. Update Coding Style for Black, removing previous style. Move nose testing instructions after tox, but before pytest. Update links.
2018-10-15disable build isolation in `tox -e build`Michael Merickel
2018-10-15Merge pull request #3388 from mmerickel/blackMichael Merickel
format source using black
2018-10-15fix lint on srcMichael Merickel
2018-10-15fix lint on testsMichael Merickel
2018-10-15remove bare exceptsMichael Merickel
2018-10-15format source using blackMichael Merickel
2018-10-15configure black and update flake8Michael Merickel
2018-10-15Merge pull request #3387 from mmerickel/src-folder-refactorMichael Merickel
refactor pyramid tests into a tests folder and package into a src folder
2018-10-15add a "tox -e build" for building the distributionMichael Merickel