summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-11-17Remove *_types per b1a257bacc1c4ac2c1401ed02c51d9c6c03685d2Steve Piercy
- Remove Python 2 items, and remove explicit mention of Python 3.
2018-11-16Remove virtualenv and explicit py3 mentionsSteve Piercy
2018-11-16Remove most Python 2 mentions from docs. Exclusions:Steve Piercy
- `docs/tutorials/wiki/*` was written for Python 2 and supposedly won't run on Python 3. - `docs/api/compat.rst` because it drops some stuff and moves other bits into `pyramid.util` and should be part of another PR. - Ignored a couple of times where `env27` and `Python 2.` appear in command output, but they are inconsequential.
2018-11-14move WIN and PYPY tests into pyramid.utilMichael Merickel
2018-11-14move text_, bytes_ and ascii_ to pyramid.util and remove native_Michael Merickel
2018-11-14remove several places supporting bytes for py2Michael Merickel
2018-11-14rely on webob for request.path_info and request.schemeMichael Merickel
2018-11-14remove urllib.parse shimsMichael Merickel
2018-11-14move is_nonstr_iter to pyramid.utilMichael Merickel
2018-11-14move reraise to pyramid.utilMichael Merickel
2018-11-14remove SimpleCookie and escape shimsMichael Merickel
2018-11-14move is_unbound_method to pyramid.utilMichael Merickel
2018-11-13get rid of some unnecessary constantsMichael Merickel
2018-11-12get rid of NativeIO alias and a few othersMichael Merickel
2018-11-12remove exec aliasMichael Merickel
2018-11-12get rid of pickle aliasMichael Merickel
2018-11-12get rid of type aliasesMichael Merickel
2018-11-12initial work to remove py2 from the codebaseMichael Merickel
2018-11-12Merge pull request #3420 from mmerickel/bare-route-prefix-2Michael Merickel
support inherit_slash=True on add_route
2018-11-12use code blocksMichael Merickel
2018-11-12try to fix docsMichael Merickel
2018-11-11use inherit_slash=True on add_route to opt-in to no trailing slashMichael Merickel
2018-11-11principals_allowed_by_permission returned all principals regardless if ↵Gerhard Schmidt
permissiv is true or false. It should return a empty list if permissive is False.
2018-11-06Merge pull request #3417 from mmerickel/fix-registryMichael Merickel
call fix_registry so that queryAdapterOrSelf is available
2018-11-06call fix_registry so that queryAdapterOrSelf is availableMichael Merickel
fixes #3416
2018-11-06Merge pull request #3414 from kpinc/indexupgradeSteve Piercy
Add "upgrading pyramid" to the index
2018-11-04add changelog for #3414Michael Merickel
2018-11-04Merge branch 'pr/1639' into bare-route-prefixMichael Merickel
2018-11-04Merge pull request #3413 from mmerickel/json-sessionsMichael Merickel
change to use JSONSerializer for SignedCookieSessionFactory
2018-11-03Add "upgrading pyramid" to the indexKarl O. Pinc
2018-11-03fix wordingBert JW Regeer
Co-Authored-By: mmerickel <github@m.merickel.org>
2018-11-03change to use JSONSerializer for SignedCookieSessionFactoryMichael Merickel
2018-11-03Merge pull request #3412 from mmerickel/remove-unencrypted-session-configMichael Merickel
remove UnencryptedCookieSessionFactoryConfig and signed_(de)serialize
2018-11-03remove UnencryptedCookieSessionFactoryConfig and signed_(de)serializeMichael Merickel
2018-11-03Merge pull request #3411 from mmerickel/drop-media-rangesMichael Merickel
remove deprecated media range support from add_view and add_route
2018-11-02remove deprecated media range support from add_view and add_routeMichael Merickel
2018-11-01Merge pull request #3410 from mmerickel/remove-deprecated-security-functionsMichael Merickel
remove deprecated security functions
2018-11-01remove deprecated security functionsMichael Merickel
2018-11-01Merge pull request #3409 from mmerickel/remove-deprecated-interfaceMichael Merickel
remove ITemplateRenderer interface
2018-10-31remove ITemplateRenderer interfaceMichael Merickel
2018-10-31add changelog for #3406Michael Merickel
2018-10-31Merge pull request #3406 from mmerickel/drop-pcreateMichael Merickel
initial work removing pcreate
2018-10-31Merge pull request #3408 from Pylons/releasing-cleanupSteve Piercy
Use correct filename on trypyramid.com
2018-10-31Use correct filename on trypyramid.comSteve Piercy
2018-10-31blackifyMichael Merickel
2018-10-31remove the scaffolding chapterMichael Merickel
2018-10-31no longer need virtualenvMichael Merickel
2018-10-31remove docs/api/scaffolds.rstMichael Merickel
2018-10-31initial work removing pcreateMichael Merickel
2018-10-31move master to 2.0.dev0Michael Merickel