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

Ported to python 3, compatible with python 2 #41

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

Commits on Jan 23, 2015

  1. fixed many syntax & reference errors; broke compatibility with python…

    … <2.6 so supporting both python 2 & 3 is more reasonable
    simonzack committed Jan 23, 2015
    Configuration menu
    Copy the full SHA
    5d8b31a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    163c41b View commit details
    Browse the repository at this point in the history
  3. fixed next issues

    simonzack committed Jan 23, 2015
    Configuration menu
    Copy the full SHA
    c7aa208 View commit details
    Browse the repository at this point in the history
  4. fixed bool issues

    simonzack committed Jan 23, 2015
    Configuration menu
    Copy the full SHA
    7e96377 View commit details
    Browse the repository at this point in the history
  5. more portable dict check

    simonzack committed Jan 23, 2015
    Configuration menu
    Copy the full SHA
    275fdad View commit details
    Browse the repository at this point in the history
  6. use sorted

    simonzack committed Jan 23, 2015
    Configuration menu
    Copy the full SHA
    ff0dd2d View commit details
    Browse the repository at this point in the history
  7. fixed encoding issues

    simonzack committed Jan 23, 2015
    Configuration menu
    Copy the full SHA
    fa9785f View commit details
    Browse the repository at this point in the history
  8. use __eq__ instead

    simonzack committed Jan 23, 2015
    Configuration menu
    Copy the full SHA
    0932f31 View commit details
    Browse the repository at this point in the history
  9. fixed _join

    simonzack committed Jan 23, 2015
    Configuration menu
    Copy the full SHA
    b15041f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    06b98bc View commit details
    Browse the repository at this point in the history
  11. more type fixes

    simonzack committed Jan 23, 2015
    Configuration menu
    Copy the full SHA
    11894e6 View commit details
    Browse the repository at this point in the history
  12. use unittest.TestCase instead as the name of the builtins module diff…

    …er between python 2 & 3
    simonzack committed Jan 23, 2015
    Configuration menu
    Copy the full SHA
    13d7422 View commit details
    Browse the repository at this point in the history
  13. store exc_info as it will change on the second sys.exc_info() invocat…

    …ion outside the exception handler
    simonzack committed Jan 23, 2015
    Configuration menu
    Copy the full SHA
    bbbb38d View commit details
    Browse the repository at this point in the history
  14. convert to a local variable

    simonzack committed Jan 23, 2015
    Configuration menu
    Copy the full SHA
    9a50898 View commit details
    Browse the repository at this point in the history
  15. convert to list first

    simonzack committed Jan 23, 2015
    Configuration menu
    Copy the full SHA
    2c5fe67 View commit details
    Browse the repository at this point in the history
  16. use ModuleType instead

    simonzack committed Jan 23, 2015
    Configuration menu
    Copy the full SHA
    f01e6e7 View commit details
    Browse the repository at this point in the history
  17. use .data instead

    simonzack committed Jan 23, 2015
    Configuration menu
    Copy the full SHA
    5f5dfe9 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    771fff1 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    9aa1210 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    045968e View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    534bfda View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    3e30198 View commit details
    Browse the repository at this point in the history
  23. fixed repr issues

    simonzack committed Jan 23, 2015
    Configuration menu
    Copy the full SHA
    a4805e5 View commit details
    Browse the repository at this point in the history
  24. Merge branch 'master' into python3

    Conflicts:
    	distribute_setup.py
    	pyamf/adapters/_django_utils_translation.py
    	pyamf/alias.py
    	pyamf/amf3.py
    simonzack committed Jan 23, 2015
    Configuration menu
    Copy the full SHA
    3992abb View commit details
    Browse the repository at this point in the history