-
Notifications
You must be signed in to change notification settings - Fork 886
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
initial work to remove py2 from the codebase #3421
Commits on Nov 13, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 6b0e462 - Browse repository at this point
Copy the full SHA 6b0e462View commit details -
Configuration menu - View commit details
-
Copy full SHA for b1a257b - Browse repository at this point
Copy the full SHA b1a257bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4cb6a96 - Browse repository at this point
Copy the full SHA 4cb6a96View commit details -
Configuration menu - View commit details
-
Copy full SHA for d879bdf - Browse repository at this point
Copy the full SHA d879bdfView commit details -
Configuration menu - View commit details
-
Copy full SHA for e2c7bbf - Browse repository at this point
Copy the full SHA e2c7bbfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 656ce2b - Browse repository at this point
Copy the full SHA 656ce2bView commit details
Commits on Nov 15, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 9ead1d8 - Browse repository at this point
Copy the full SHA 9ead1d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e73610 - Browse repository at this point
Copy the full SHA 5e73610View commit details -
Configuration menu - View commit details
-
Copy full SHA for a480acf - Browse repository at this point
Copy the full SHA a480acfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c0cbe3 - Browse repository at this point
Copy the full SHA 8c0cbe3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b57022 - Browse repository at this point
Copy the full SHA 0b57022View commit details -
Configuration menu - View commit details
-
Copy full SHA for a705f56 - Browse repository at this point
Copy the full SHA a705f56View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78dcc6d - Browse repository at this point
Copy the full SHA 78dcc6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f8ede0 - Browse repository at this point
Copy the full SHA 2f8ede0View commit details -
Configuration menu - View commit details
-
Copy full SHA for d4ce9d3 - Browse repository at this point
Copy the full SHA d4ce9d3View commit details
Commits on Nov 16, 2018
-
Remove most Python 2 mentions from docs. Exclusions:
- `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.
Configuration menu - View commit details
-
Copy full SHA for a6d8b49 - Browse repository at this point
Copy the full SHA a6d8b49View commit details -
Configuration menu - View commit details
-
Copy full SHA for 699bd87 - Browse repository at this point
Copy the full SHA 699bd87View commit details
Commits on Nov 17, 2018
-
- Remove Python 2 items, and remove explicit mention of Python 3.
Configuration menu - View commit details
-
Copy full SHA for 6de8255 - Browse repository at this point
Copy the full SHA 6de8255View commit details -
Configuration menu - View commit details
-
Copy full SHA for e6beded - Browse repository at this point
Copy the full SHA e6bededView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4863dfe - Browse repository at this point
Copy the full SHA 4863dfeView commit details -
Configuration menu - View commit details
-
Copy full SHA for f845825 - Browse repository at this point
Copy the full SHA f845825View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f59fb7 - Browse repository at this point
Copy the full SHA 5f59fb7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 087dc33 - Browse repository at this point
Copy the full SHA 087dc33View commit details -
Configuration menu - View commit details
-
Copy full SHA for c2fabed - Browse repository at this point
Copy the full SHA c2fabedView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b7705f - Browse repository at this point
Copy the full SHA 8b7705fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1662edc - Browse repository at this point
Copy the full SHA 1662edcView commit details -
Update Python source files in docs to use
from html import escape
, ……now that we ripped it out from `pyramid.compat`.
Configuration menu - View commit details
-
Copy full SHA for 5ec8226 - Browse repository at this point
Copy the full SHA 5ec8226View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5e93f9 - Browse repository at this point
Copy the full SHA c5e93f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae94537 - Browse repository at this point
Copy the full SHA ae94537View commit details
Commits on Nov 18, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 54fba39 - Browse repository at this point
Copy the full SHA 54fba39View commit details -
Configuration menu - View commit details
-
Copy full SHA for a05a466 - Browse repository at this point
Copy the full SHA a05a466View commit details -
Remove
docs/api/compat.rst
. The remaining items were moved into `py……ramid.util`, but we don't want to document anything in that module.
Configuration menu - View commit details
-
Copy full SHA for fe1740a - Browse repository at this point
Copy the full SHA fe1740aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 82c2307 - Browse repository at this point
Copy the full SHA 82c2307View commit details -
Configuration menu - View commit details
-
Copy full SHA for 847d183 - Browse repository at this point
Copy the full SHA 847d183View commit details -
Configuration menu - View commit details
-
Copy full SHA for 880fcbd - Browse repository at this point
Copy the full SHA 880fcbdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 80cce18 - Browse repository at this point
Copy the full SHA 80cce18View commit details
Commits on Nov 19, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 8f2fbe3 - Browse repository at this point
Copy the full SHA 8f2fbe3View commit details -
Configuration menu - View commit details
-
Copy full SHA for e0fcb74 - Browse repository at this point
Copy the full SHA e0fcb74View commit details -
Configuration menu - View commit details
-
Copy full SHA for 336e91d - Browse repository at this point
Copy the full SHA 336e91dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f779571 - Browse repository at this point
Copy the full SHA f779571View commit details -
Configuration menu - View commit details
-
Copy full SHA for cfaedc5 - Browse repository at this point
Copy the full SHA cfaedc5View commit details -
Merge pull request #6 from stevepiercy/drop-py2
unpin webtest; s/url/URL when acronym
Configuration menu - View commit details
-
Copy full SHA for e5253db - Browse repository at this point
Copy the full SHA e5253dbView commit details
Commits on Nov 20, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 8c94350 - Browse repository at this point
Copy the full SHA 8c94350View commit details -
Configuration menu - View commit details
-
Copy full SHA for a08763a - Browse repository at this point
Copy the full SHA a08763aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1007fa3 - Browse repository at this point
Copy the full SHA 1007fa3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9eec989 - Browse repository at this point
Copy the full SHA 9eec989View commit details -
Configuration menu - View commit details
-
Copy full SHA for c9d5832 - Browse repository at this point
Copy the full SHA c9d5832View commit details -
Configuration menu - View commit details
-
Copy full SHA for b1c500c - Browse repository at this point
Copy the full SHA b1c500cView commit details -
Merge pull request #7 from stevepiercy/drop-py2
miscellaneous grammar and syntax fixes
Configuration menu - View commit details
-
Copy full SHA for 6918b28 - Browse repository at this point
Copy the full SHA 6918b28View commit details
Commits on Nov 23, 2018
-
Configuration menu - View commit details
-
Copy full SHA for b404d4b - Browse repository at this point
Copy the full SHA b404d4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f6b0ae2 - Browse repository at this point
Copy the full SHA f6b0ae2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f6b195 - Browse repository at this point
Copy the full SHA 8f6b195View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4fe2cc3 - Browse repository at this point
Copy the full SHA 4fe2cc3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c2373c - Browse repository at this point
Copy the full SHA 9c2373cView commit details -
Correct grammar, use shorter sentences, rewrap to one sentence per li…
…ne, inline links, update outputs.
Configuration menu - View commit details
-
Copy full SHA for 7d2124c - Browse repository at this point
Copy the full SHA 7d2124cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 638bb50 - Browse repository at this point
Copy the full SHA 638bb50View commit details
Commits on Nov 24, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 76ada71 - Browse repository at this point
Copy the full SHA 76ada71View commit details -
Configuration menu - View commit details
-
Copy full SHA for f326582 - Browse repository at this point
Copy the full SHA f326582View commit details -
Configuration menu - View commit details
-
Copy full SHA for feedf4c - Browse repository at this point
Copy the full SHA feedf4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c4e11c - Browse repository at this point
Copy the full SHA 0c4e11cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 29d6b3b - Browse repository at this point
Copy the full SHA 29d6b3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c1091c - Browse repository at this point
Copy the full SHA 9c1091cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b770c31 - Browse repository at this point
Copy the full SHA b770c31View commit details -
Configuration menu - View commit details
-
Copy full SHA for a4b1059 - Browse repository at this point
Copy the full SHA a4b1059View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd2aefc - Browse repository at this point
Copy the full SHA dd2aefcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 28f6598 - Browse repository at this point
Copy the full SHA 28f6598View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ccf01a - Browse repository at this point
Copy the full SHA 4ccf01aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d42b654 - Browse repository at this point
Copy the full SHA d42b654View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a06b64 - Browse repository at this point
Copy the full SHA 3a06b64View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2296426 - Browse repository at this point
Copy the full SHA 2296426View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f6ea7a - Browse repository at this point
Copy the full SHA 3f6ea7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1955333 - Browse repository at this point
Copy the full SHA 1955333View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a2a68d - Browse repository at this point
Copy the full SHA 5a2a68dView commit details -
Configuration menu - View commit details
-
Copy full SHA for dc97176 - Browse repository at this point
Copy the full SHA dc97176View commit details -
Configuration menu - View commit details
-
Copy full SHA for af7c9c4 - Browse repository at this point
Copy the full SHA af7c9c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for bed4277 - Browse repository at this point
Copy the full SHA bed4277View commit details -
Configuration menu - View commit details
-
Copy full SHA for 90036b6 - Browse repository at this point
Copy the full SHA 90036b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d77f50 - Browse repository at this point
Copy the full SHA 3d77f50View commit details -
Configuration menu - View commit details
-
Copy full SHA for abba3f3 - Browse repository at this point
Copy the full SHA abba3f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for af62fed - Browse repository at this point
Copy the full SHA af62fedView commit details -
Configuration menu - View commit details
-
Copy full SHA for b33a177 - Browse repository at this point
Copy the full SHA b33a177View commit details -
Configuration menu - View commit details
-
Copy full SHA for 07c5639 - Browse repository at this point
Copy the full SHA 07c5639View commit details
Commits on Nov 25, 2018
-
Configuration menu - View commit details
-
Copy full SHA for b4c32b1 - Browse repository at this point
Copy the full SHA b4c32b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for faa25d6 - Browse repository at this point
Copy the full SHA faa25d6View commit details -
Fix imports, contexts, paths to templates, and refactor
content
to ……`page_text` (there's too many "content" already and is confusing)
Configuration menu - View commit details
-
Copy full SHA for 9161c6a - Browse repository at this point
Copy the full SHA 9161c6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for db22157 - Browse repository at this point
Copy the full SHA db22157View commit details -
Configuration menu - View commit details
-
Copy full SHA for 047394e - Browse repository at this point
Copy the full SHA 047394eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3176aa1 - Browse repository at this point
Copy the full SHA 3176aa1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8af7634 - Browse repository at this point
Copy the full SHA 8af7634View commit details -
Configuration menu - View commit details
-
Copy full SHA for 57d8d1f - Browse repository at this point
Copy the full SHA 57d8d1fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 890ecc6 - Browse repository at this point
Copy the full SHA 890ecc6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 51c36cf - Browse repository at this point
Copy the full SHA 51c36cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 65deab3 - Browse repository at this point
Copy the full SHA 65deab3View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef5bbad - Browse repository at this point
Copy the full SHA ef5bbadView commit details -
Configuration menu - View commit details
-
Copy full SHA for c54405f - Browse repository at this point
Copy the full SHA c54405fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9548bae - Browse repository at this point
Copy the full SHA 9548baeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 99d9194 - Browse repository at this point
Copy the full SHA 99d9194View commit details -
Configuration menu - View commit details
-
Copy full SHA for 097381f - Browse repository at this point
Copy the full SHA 097381fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 622a98d - Browse repository at this point
Copy the full SHA 622a98dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7672298 - Browse repository at this point
Copy the full SHA 7672298View commit details -
rewrap review, shorter sentences, fix grammar.
align line numbers with code.
Configuration menu - View commit details
-
Copy full SHA for 6f16b8f - Browse repository at this point
Copy the full SHA 6f16b8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9495e5d - Browse repository at this point
Copy the full SHA 9495e5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f5355df - Browse repository at this point
Copy the full SHA f5355dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 248d92e - Browse repository at this point
Copy the full SHA 248d92eView commit details
Commits on Nov 26, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 9a47083 - Browse repository at this point
Copy the full SHA 9a47083View commit details -
Configuration menu - View commit details
-
Copy full SHA for c2092ff - Browse repository at this point
Copy the full SHA c2092ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for b2c7fc1 - Browse repository at this point
Copy the full SHA b2c7fc1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e1da57 - Browse repository at this point
Copy the full SHA 2e1da57View commit details -
Add note about docutils deprecation warnings.
Submitted a PR to fix the warnings in WebTest Pylons/webtest#207, which usually gets reviewed and merged rapidly, so didn't bother to include a warning for it.
Configuration menu - View commit details
-
Copy full SHA for 971e764 - Browse repository at this point
Copy the full SHA 971e764View commit details -
Configuration menu - View commit details
-
Copy full SHA for 766bdda - Browse repository at this point
Copy the full SHA 766bddaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 05292fb - Browse repository at this point
Copy the full SHA 05292fbView commit details -
Merge pull request #8 from stevepiercy/drop-py2
Drop py2 from wiki (traversal and zodb)
Configuration menu - View commit details
-
Copy full SHA for 81171e8 - Browse repository at this point
Copy the full SHA 81171e8View commit details