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

Moving to python3 #34

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

Moving to python3 #34

wants to merge 18 commits into from

Commits on Jun 25, 2016

  1. Configuration menu
    Copy the full SHA
    fc6877b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49043bb View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2016

  1. Add compat module for Python3 compatibility

    It provides a nice overview of the tweaks which we see in the codebase,
    so that it supports both Python2 and Python3.
    johbo committed Jun 26, 2016
    Configuration menu
    Copy the full SHA
    b65327a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    190f70e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f00414 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6e3e3f6 View commit details
    Browse the repository at this point in the history
  5. Encode switch names into bytes

    Background idea is that we use string types as switch names and if we do
    this consistently, then the keys can be encoded into bytes objects.
    
    At least the RedisDict as storage will otherwise happily take str
    instances and return bytes instances. Result is that the Manager cannot
    find the switches anymore and we see issues due to mixing up str and
    bytes.
    johbo committed Jun 26, 2016
    Configuration menu
    Copy the full SHA
    ed92642 View commit details
    Browse the repository at this point in the history
  6. Rich comparison handling for Python3

    __cmp__ is ignored and cmp() is gone. Only one way left to compare.
    johbo committed Jun 26, 2016
    Configuration menu
    Copy the full SHA
    4e34985 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    11bdbb9 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2022

  1. add env for redis host

    Zdrul committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    8f6837a View commit details
    Browse the repository at this point in the history
  2. add simple docker-compose file

    Zdrul committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    a7f2ddf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f0bd30a View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2022

  1. remove .nix

    Zdrul committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    494f36c View commit details
    Browse the repository at this point in the history
  2. update travis config

    Zdrul committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    c08283f View commit details
    Browse the repository at this point in the history
  3. remove django dependency

    Zdrul committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    23327d8 View commit details
    Browse the repository at this point in the history
  4. use docker-compose for testing

    Zdrul committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    094c8cc View commit details
    Browse the repository at this point in the history
  5. use docker-compose for testing

    Zdrul committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    41d7368 View commit details
    Browse the repository at this point in the history
  6. little cleanup

    Zdrul committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    385a6d0 View commit details
    Browse the repository at this point in the history