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

Python 3 compatibility fixes #65

Open
wants to merge 35 commits into
base: master
Choose a base branch
from
Open

Python 3 compatibility fixes #65

wants to merge 35 commits into from

Commits on Feb 9, 2014

  1. Configuration menu
    Copy the full SHA
    5caae66 View commit details
    Browse the repository at this point in the history
  2. Explicitly import the minifier module from the slimit package, for

    Python 3 compatibility
    lelit committed Feb 9, 2014
    Configuration menu
    Copy the full SHA
    52eb8df View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    10840fb View commit details
    Browse the repository at this point in the history
  4. Do not use ur"unicode-raw" strings, not supported by Python 3

    Use plain unicode strings instead, doubling backslashes when needed.
    lelit committed Feb 9, 2014
    Configuration menu
    Copy the full SHA
    57a3193 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a61e12d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    85d7e8e View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2015

  1. Always set slimit.parser.*tab to strings

    These values are expected by ply to be module names, not module
    instances. ply 3.6 will crash if actual modules are passed.
    moses-palmer committed Jul 16, 2015
    Configuration menu
    Copy the full SHA
    9be727b View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2015

  1. Configuration menu
    Copy the full SHA
    91603ef View commit details
    Browse the repository at this point in the history
  2. Fixed a bug where object atributes with special

    characters (e.g. someObj[':']) would incorrectly
    have the brackets/quotes removed.  See slimit issue rspivak#47:
    rspivak#47 (was easier to fix than
    I thought 👍).
    liftoff authored and moses-palmer committed Oct 2, 2015
    Configuration menu
    Copy the full SHA
    bd8879a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    acff8c9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    17ee1d8 View commit details
    Browse the repository at this point in the history
  5. Explicitly import the minifier module from the slimit package, for

    Python 3 compatibility
    lelit authored and moses-palmer committed Oct 2, 2015
    Configuration menu
    Copy the full SHA
    94c134b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3062026 View commit details
    Browse the repository at this point in the history
  7. Do not use ur"unicode-raw" strings, not supported by Python 3

    Use plain unicode strings instead, doubling backslashes when needed.
    lelit authored and moses-palmer committed Oct 2, 2015
    Configuration menu
    Copy the full SHA
    e833165 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5dbb884 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9f49840 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5339f8d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5dd062c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8357730 View commit details
    Browse the repository at this point in the history
  13. Group visitor testing in one file

    acatton authored and moses-palmer committed Oct 2, 2015
    Configuration menu
    Copy the full SHA
    df3a6fb View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    dcd49db View commit details
    Browse the repository at this point in the history
  15. Bugfix: isolate the closure

    acatton authored and moses-palmer committed Oct 2, 2015
    Configuration menu
    Copy the full SHA
    32ddbb7 View commit details
    Browse the repository at this point in the history
  16. Make sure parsing is stable

    acatton authored and moses-palmer committed Oct 2, 2015
    Configuration menu
    Copy the full SHA
    7a71fe4 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    6c7fb07 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    31c257f View commit details
    Browse the repository at this point in the history
  19. fixed dot and bracket accessors on immediate numbers

    Waldemar Kornewald authored and moses-palmer committed Oct 2, 2015
    Configuration menu
    Copy the full SHA
    93d75b5 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    37cb9dd View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    07f3a2d View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    bf5b4bb View commit details
    Browse the repository at this point in the history
  23. Expose the tracking option through the Parser

    Neil Smith authored and moses-palmer committed Oct 2, 2015
    Configuration menu
    Copy the full SHA
    6aa92d6 View commit details
    Browse the repository at this point in the history
  24. Update lineno at the end of lines and block comments

    Neil Smith authored and moses-palmer committed Oct 2, 2015
    Configuration menu
    Copy the full SHA
    8f9a39c View commit details
    Browse the repository at this point in the history
  25. Track lineno and lexpos through nodes in the AST

    Neil Smith authored and moses-palmer committed Oct 2, 2015
    Configuration menu
    Copy the full SHA
    08e6042 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    f3df9b7 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2016

  1. Configuration menu
    Copy the full SHA
    9482add View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2016

  1. Configuration menu
    Copy the full SHA
    cd76bde View commit details
    Browse the repository at this point in the history