Skip to content
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

Merged
merged 112 commits into from
Nov 26, 2018
Merged

Commits on Nov 13, 2018

  1. Configuration menu
    Copy the full SHA
    6b0e462 View commit details
    Browse the repository at this point in the history
  2. get rid of type aliases

    mmerickel committed Nov 13, 2018
    Configuration menu
    Copy the full SHA
    b1a257b View commit details
    Browse the repository at this point in the history
  3. get rid of pickle alias

    mmerickel committed Nov 13, 2018
    Configuration menu
    Copy the full SHA
    4cb6a96 View commit details
    Browse the repository at this point in the history
  4. remove exec alias

    mmerickel committed Nov 13, 2018
    Configuration menu
    Copy the full SHA
    d879bdf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e2c7bbf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    656ce2b View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2018

  1. Configuration menu
    Copy the full SHA
    9ead1d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e73610 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a480acf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8c0cbe3 View commit details
    Browse the repository at this point in the history
  5. remove urllib.parse shims

    mmerickel committed Nov 15, 2018
    Configuration menu
    Copy the full SHA
    0b57022 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a705f56 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    78dcc6d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2f8ede0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d4ce9d3 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2018

  1. 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.
    stevepiercy committed Nov 16, 2018
    Configuration menu
    Copy the full SHA
    a6d8b49 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    699bd87 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2018

  1. Remove *_types per b1a257b

    - Remove Python 2 items, and remove explicit mention of Python 3.
    stevepiercy committed Nov 17, 2018
    Configuration menu
    Copy the full SHA
    6de8255 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6beded View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4863dfe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f845825 View commit details
    Browse the repository at this point in the history
  5. Remove reraise

    stevepiercy committed Nov 17, 2018
    Configuration menu
    Copy the full SHA
    5f59fb7 View commit details
    Browse the repository at this point in the history
  6. Remove is_nonstr_iter

    stevepiercy committed Nov 17, 2018
    Configuration menu
    Copy the full SHA
    087dc33 View commit details
    Browse the repository at this point in the history
  7. Remove urllib.parse shims

    stevepiercy committed Nov 17, 2018
    Configuration menu
    Copy the full SHA
    c2fabed View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8b7705f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1662edc View commit details
    Browse the repository at this point in the history
  10. Update Python source files in docs to use from html import escape, …

    …now that we ripped it out from `pyramid.compat`.
    stevepiercy committed Nov 17, 2018
    Configuration menu
    Copy the full SHA
    5ec8226 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c5e93f9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ae94537 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2018

  1. Unpin webtest and pytest

    stevepiercy committed Nov 18, 2018
    Configuration menu
    Copy the full SHA
    54fba39 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a05a466 View commit details
    Browse the repository at this point in the history
  3. 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.
    stevepiercy committed Nov 18, 2018
    Configuration menu
    Copy the full SHA
    fe1740a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    82c2307 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    847d183 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #5 from stevepiercy/drop-py2

    Drop py2
    mmerickel authored Nov 18, 2018
    Configuration menu
    Copy the full SHA
    880fcbd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    80cce18 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2018

  1. stop using u-prefix strings

    mmerickel committed Nov 19, 2018
    Configuration menu
    Copy the full SHA
    8f2fbe3 View commit details
    Browse the repository at this point in the history
  2. fix up some more docstrings

    mmerickel committed Nov 19, 2018
    Configuration menu
    Copy the full SHA
    e0fcb74 View commit details
    Browse the repository at this point in the history
  3. fix moar strings

    mmerickel committed Nov 19, 2018
    Configuration menu
    Copy the full SHA
    336e91d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f779571 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cfaedc5 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #6 from stevepiercy/drop-py2

    unpin webtest; s/url/URL when acronym
    mmerickel authored Nov 19, 2018
    Configuration menu
    Copy the full SHA
    e5253db View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2018

  1. Configuration menu
    Copy the full SHA
    8c94350 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a08763a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1007fa3 View commit details
    Browse the repository at this point in the history
  4. grammar fixes

    stevepiercy committed Nov 20, 2018
    Configuration menu
    Copy the full SHA
    9eec989 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c9d5832 View commit details
    Browse the repository at this point in the history
  6. s/msgid/msgid as needed

    stevepiercy committed Nov 20, 2018
    Configuration menu
    Copy the full SHA
    b1c500c View commit details
    Browse the repository at this point in the history
  7. Merge pull request #7 from stevepiercy/drop-py2

    miscellaneous grammar and syntax fixes
    mmerickel authored Nov 20, 2018
    Configuration menu
    Copy the full SHA
    6918b28 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2018

  1. Configuration menu
    Copy the full SHA
    b404d4b View commit details
    Browse the repository at this point in the history
  2. always use compare_digest

    mmerickel committed Nov 23, 2018
    Configuration menu
    Copy the full SHA
    f6b0ae2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f6b195 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4fe2cc3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9c2373c View commit details
    Browse the repository at this point in the history
  6. Correct grammar, use shorter sentences, rewrap to one sentence per li…

    …ne, inline links, update outputs.
    stevepiercy committed Nov 23, 2018
    Configuration menu
    Copy the full SHA
    7d2124c View commit details
    Browse the repository at this point in the history
  7. remove extra whitespace

    stevepiercy committed Nov 23, 2018
    Configuration menu
    Copy the full SHA
    638bb50 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2018

  1. Configuration menu
    Copy the full SHA
    76ada71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f326582 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    feedf4c View commit details
    Browse the repository at this point in the history
  4. Synch up src files

    stevepiercy committed Nov 24, 2018
    Configuration menu
    Copy the full SHA
    0c4e11c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    29d6b3b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9c1091c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b770c31 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a4b1059 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    dd2aefc View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    28f6598 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4ccf01a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d42b654 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3a06b64 View commit details
    Browse the repository at this point in the history
  14. Synch up src/models files

    stevepiercy committed Nov 24, 2018
    Configuration menu
    Copy the full SHA
    2296426 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    3f6ea7a View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    1955333 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    5a2a68d View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    dc97176 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    af7c9c4 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    bed4277 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    90036b6 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    3d77f50 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    abba3f3 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    af62fed View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    b33a177 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    07c5639 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2018

  1. Configuration menu
    Copy the full SHA
    b4c32b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    faa25d6 View commit details
    Browse the repository at this point in the history
  3. Fix imports, contexts, paths to templates, and refactor content to …

    …`page_text` (there's too many "content" already and is confusing)
    stevepiercy committed Nov 25, 2018
    Configuration menu
    Copy the full SHA
    9161c6a View commit details
    Browse the repository at this point in the history
  4. Delete obsolete views.py

    stevepiercy committed Nov 25, 2018
    Configuration menu
    Copy the full SHA
    db22157 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    047394e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3176aa1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8af7634 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    57d8d1f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    890ecc6 View commit details
    Browse the repository at this point in the history
  10. Add section for notfound

    stevepiercy committed Nov 25, 2018
    Configuration menu
    Copy the full SHA
    51c36cf View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    65deab3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ef5bbad View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c54405f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    9548bae View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    99d9194 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    097381f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    622a98d View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    7672298 View commit details
    Browse the repository at this point in the history
  19. rewrap review, shorter sentences, fix grammar.

    align line numbers with code.
    stevepiercy committed Nov 25, 2018
    Configuration menu
    Copy the full SHA
    6f16b8f View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    9495e5d View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    f5355df View commit details
    Browse the repository at this point in the history
  22. Fix path to template

    stevepiercy committed Nov 25, 2018
    Configuration menu
    Copy the full SHA
    248d92e View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2018

  1. Configuration menu
    Copy the full SHA
    9a47083 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2092ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b2c7fc1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2e1da57 View commit details
    Browse the repository at this point in the history
  5. 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.
    stevepiercy committed Nov 26, 2018
    Configuration menu
    Copy the full SHA
    971e764 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    766bdda View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    05292fb View commit details
    Browse the repository at this point in the history
  8. Merge pull request #8 from stevepiercy/drop-py2

    Drop py2 from wiki (traversal and zodb)
    mmerickel authored Nov 26, 2018
    Configuration menu
    Copy the full SHA
    81171e8 View commit details
    Browse the repository at this point in the history