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

py3 friendly #5

Open
wants to merge 68 commits into
base: py3
Choose a base branch
from
Open

py3 friendly #5

wants to merge 68 commits into from

Commits on Oct 13, 2019

  1. py3first in

    doomedraven committed Oct 13, 2019
    Configuration menu
    Copy the full SHA
    08e0a6c View commit details
    Browse the repository at this point in the history
  2. Update setup.py

    doomedraven committed Oct 13, 2019
    Configuration menu
    Copy the full SHA
    31e5ab5 View commit details
    Browse the repository at this point in the history
  3. Update setup.py

    doomedraven committed Oct 13, 2019
    Configuration menu
    Copy the full SHA
    60ff544 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1d93385 View commit details
    Browse the repository at this point in the history
  5. fix bytes vs string

    doomedraven committed Oct 13, 2019
    Configuration menu
    Copy the full SHA
    0b3c54f View commit details
    Browse the repository at this point in the history
  6. more py3 friendly and better error handling

    try/except in socks5 needed for timeout to not raise error `AttributeError: module 'socket' has no attribute '_socketobject'`
    doomedraven committed Oct 13, 2019
    Configuration menu
    Copy the full SHA
    f05cfea View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b3aeffa View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2019

  1. remove six, pure py3, tests update

    few tests still fails, if you can check them also would be great
    
    tests/test_config.py .....F.....                                                                                                                                                                                                       [  8%]
    tests/test_config_values.py ....                                                                                                                                                                                                       [ 12%]
    tests/test_database.py ....F................................                                                                                                                                                                           [ 41%]
    tests/test_helpers.py .........FF.......                                                                                                                                                                                               [ 56%]
    tests/test_logs.py .                                                                                                                                                                                                                   [ 56%]
    tests/test_manager.py ............................                                                                                                                                                                                     [ 79%]
    tests/test_misc.py .......                                                                                                                                                                                                             [ 84%]
    tests/test_socks5.py .........F....                                                                                                                                                                                                    [ 96%]
    tests/test_tools.py .....
    doomedraven committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    8543e18 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2019

  1. Update .travis.yml

    doomedraven authored Oct 17, 2019
    Configuration menu
    Copy the full SHA
    7ec61a0 View commit details
    Browse the repository at this point in the history
  2. Update test_socks5.py

    doomedraven committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    51a3e5a View commit details
    Browse the repository at this point in the history
  3. coerceutf8

    doomedraven committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    4cfa302 View commit details
    Browse the repository at this point in the history
  4. no coerce utf-8

    doomedraven committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    5e8981e View commit details
    Browse the repository at this point in the history
  5. fixes

    doomedraven committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    c07d5bd View commit details
    Browse the repository at this point in the history
  6. fix them all yey

    doomedraven committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    e8dfdbf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    96889f1 View commit details
    Browse the repository at this point in the history
  8. fix travis and appveyor

    doomedraven committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    ac2db90 View commit details
    Browse the repository at this point in the history
  9. test

    doomedraven authored Oct 17, 2019
    Configuration menu
    Copy the full SHA
    060fca4 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2019

  1. Configuration menu
    Copy the full SHA
    3db7c65 View commit details
    Browse the repository at this point in the history
  2. Update .travis.yml

    doomedraven authored Oct 18, 2019
    Configuration menu
    Copy the full SHA
    53b4efd View commit details
    Browse the repository at this point in the history
  3. few fixes

    doomedraven committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    5da3629 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2ff616c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7a19065 View commit details
    Browse the repository at this point in the history
  6. sync

    doomedraven committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    c2c0453 View commit details
    Browse the repository at this point in the history
  7. test

    doomedraven committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    07049d8 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2019

  1. Configuration menu
    Copy the full SHA
    1927d62 View commit details
    Browse the repository at this point in the history
  2. Update helpers.py

    doomedraven committed Oct 20, 2019
    Configuration menu
    Copy the full SHA
    9edcc2b View commit details
    Browse the repository at this point in the history
  3. fixes

    doomedraven committed Oct 20, 2019
    Configuration menu
    Copy the full SHA
    1d7d615 View commit details
    Browse the repository at this point in the history
  4. improve main

    doomedraven committed Oct 20, 2019
    Configuration menu
    Copy the full SHA
    5ad5d32 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f4ef76a View commit details
    Browse the repository at this point in the history
  6. fix unit tests

    doomedraven committed Oct 20, 2019
    Configuration menu
    Copy the full SHA
    0edeac7 View commit details
    Browse the repository at this point in the history
  7. Update .travis.yml

    doomedraven authored Oct 20, 2019
    Configuration menu
    Copy the full SHA
    12ed669 View commit details
    Browse the repository at this point in the history
  8. test me hard

    doomedraven authored Oct 20, 2019
    Configuration menu
    Copy the full SHA
    0392f4d View commit details
    Browse the repository at this point in the history
  9. Update .travis.yml

    doomedraven authored Oct 20, 2019
    Configuration menu
    Copy the full SHA
    3b42c15 View commit details
    Browse the repository at this point in the history
  10. Update .travis.yml

    doomedraven authored Oct 20, 2019
    Configuration menu
    Copy the full SHA
    e9f2af8 View commit details
    Browse the repository at this point in the history
  11. Update .travis.yml

    doomedraven authored Oct 20, 2019
    Configuration menu
    Copy the full SHA
    9685d0e View commit details
    Browse the repository at this point in the history
  12. Update .travis.yml

    doomedraven authored Oct 20, 2019
    Configuration menu
    Copy the full SHA
    777ddab View commit details
    Browse the repository at this point in the history
  13. Update .travis.yml

    doomedraven authored Oct 20, 2019
    Configuration menu
    Copy the full SHA
    be81c9c View commit details
    Browse the repository at this point in the history
  14. Update .travis.yml

    doomedraven authored Oct 20, 2019
    Configuration menu
    Copy the full SHA
    8c7cf2b View commit details
    Browse the repository at this point in the history
  15. Update .travis.yml

    doomedraven authored Oct 20, 2019
    Configuration menu
    Copy the full SHA
    a316a69 View commit details
    Browse the repository at this point in the history
  16. Update .travis.yml

    doomedraven authored Oct 20, 2019
    Configuration menu
    Copy the full SHA
    1c3af42 View commit details
    Browse the repository at this point in the history
  17. Update .travis.yml

    doomedraven authored Oct 20, 2019
    Configuration menu
    Copy the full SHA
    a9fbc6d View commit details
    Browse the repository at this point in the history
  18. Update .travis.yml

    doomedraven authored Oct 20, 2019
    Configuration menu
    Copy the full SHA
    c24137b View commit details
    Browse the repository at this point in the history
  19. Update pythonpackage.yml

    doomedraven authored Oct 20, 2019
    Configuration menu
    Copy the full SHA
    413a4f7 View commit details
    Browse the repository at this point in the history
  20. Update pythonpackage.yml

    doomedraven authored Oct 20, 2019
    Configuration menu
    Copy the full SHA
    dce11c3 View commit details
    Browse the repository at this point in the history
  21. Update pythonpackage.yml

    doomedraven authored Oct 20, 2019
    Configuration menu
    Copy the full SHA
    5af2016 View commit details
    Browse the repository at this point in the history
  22. Update pythonpackage.yml

    doomedraven authored Oct 20, 2019
    Configuration menu
    Copy the full SHA
    921e467 View commit details
    Browse the repository at this point in the history
  23. Update pythonpackage.yml

    doomedraven authored Oct 20, 2019
    Configuration menu
    Copy the full SHA
    a37f34c View commit details
    Browse the repository at this point in the history
  24. Update pythonpackage.yml

    doomedraven authored Oct 20, 2019
    Configuration menu
    Copy the full SHA
    401b446 View commit details
    Browse the repository at this point in the history
  25. Delete pythonpackage.yml

    doomedraven authored Oct 20, 2019
    Configuration menu
    Copy the full SHA
    9918103 View commit details
    Browse the repository at this point in the history
  26. Create pythonpackage.yml

    doomedraven authored Oct 20, 2019
    Configuration menu
    Copy the full SHA
    56c1dd6 View commit details
    Browse the repository at this point in the history
  27. Delete .travis.yml

    doomedraven authored Oct 20, 2019
    Configuration menu
    Copy the full SHA
    8fd5de8 View commit details
    Browse the repository at this point in the history
  28. Delete appveyor.yml

    doomedraven authored Oct 20, 2019
    Configuration menu
    Copy the full SHA
    a430cfb View commit details
    Browse the repository at this point in the history
  29. Update pythonpackage.yml

    doomedraven authored Oct 20, 2019
    Configuration menu
    Copy the full SHA
    552ee34 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    f2f089e View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2019

  1. Update setup.py

    doomedraven authored Oct 31, 2019
    Configuration menu
    Copy the full SHA
    ad0f33b View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2020

  1. Update pythonpackage.yml

    Ubuntu 20.04	ubuntu-20.04
    Ubuntu 18.04	ubuntu-latest or ubuntu-18.04
    doomedraven authored Jun 2, 2020
    Configuration menu
    Copy the full SHA
    f5398b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f79974f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c53ccaa View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2020

  1. Update setup.py

    doomedraven authored Jun 4, 2020
    Configuration menu
    Copy the full SHA
    3f5193e View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2021

  1. Update requirements.txt

    doomedraven authored Feb 15, 2021
    Configuration menu
    Copy the full SHA
    d207af2 View commit details
    Browse the repository at this point in the history
  2. Create requirements.txt

    doomedraven authored Feb 15, 2021
    Configuration menu
    Copy the full SHA
    dd4c2cd View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2021

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

Commits on Jun 24, 2021

  1. Update setup.py

    doomedraven authored Jun 24, 2021
    Configuration menu
    Copy the full SHA
    9695020 View commit details
    Browse the repository at this point in the history
  2. Update pythonpackage.yml

    doomedraven authored Jun 24, 2021
    Configuration menu
    Copy the full SHA
    7b335d0 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

  1. Update pythonpackage.yml

    doomedraven authored Jan 20, 2023
    Configuration menu
    Copy the full SHA
    7d02d40 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

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

Commits on Mar 10, 2023

  1. fixed #1

    federicofantini committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    7526c0d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #11 from federicofantini/master

    fixed sqlalchemy Dialect.has_table() error
    doomedraven authored Mar 10, 2023
    Configuration menu
    Copy the full SHA
    0fbe295 View commit details
    Browse the repository at this point in the history