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.3 support #124

Closed
wants to merge 9 commits into from
Closed

Python 3.3 support #124

wants to merge 9 commits into from

Commits on Nov 22, 2013

  1. core: fix for working with python 3.3

    The unfixed parse_querystring() raises the following exception
    in Python 3.3:
    
      TypeError: Type str doesn't support the buffer API
    
    Also removed iteritems() as it is deprecated and no longer
    supported in Python 3.x
    melor authored and gabrielfalcao committed Nov 22, 2013
    Configuration menu
    Copy the full SHA
    0477012 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b426ab0 View commit details
    Browse the repository at this point in the history
  3. more fixes

    gabrielfalcao committed Nov 22, 2013
    Configuration menu
    Copy the full SHA
    4ccb696 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2013

  1. fix(travis): reqs.pip -> reqs.txt

    Alejandro Cabrera committed Dec 13, 2013
    Configuration menu
    Copy the full SHA
    aee3308 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #128 from cabrera/travis

    fix(travis): reqs.pip -> reqs.txt
    gabrielfalcao committed Dec 13, 2013
    Configuration menu
    Copy the full SHA
    4cedf58 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #129 from cabrera/tox_support

    feat: tox support
    gabrielfalcao committed Dec 13, 2013
    Configuration menu
    Copy the full SHA
    123fc6c View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2013

  1. Configuration menu
    Copy the full SHA
    2b79481 View commit details
    Browse the repository at this point in the history
  2. more fixes

    gabrielfalcao authored and CyrilRoelandteNovance committed Dec 18, 2013
    Configuration menu
    Copy the full SHA
    a66d25b View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2014

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