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

Runnable with both Python3 and Python2, with PyQt4 #2249

Open
wants to merge 60 commits into
base: v0.6
Choose a base branch
from

Commits on May 20, 2024

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

Commits on May 22, 2024

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

Commits on May 23, 2024

  1. stop using QString

    kashikoibumi committed May 23, 2024
    Configuration menu
    Copy the full SHA
    046a29e View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

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

Commits on May 25, 2024

  1. use six.PY2 and six.PY3

    kashikoibumi committed May 25, 2024
    Configuration menu
    Copy the full SHA
    f37a973 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46d56c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    21a7bdb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    81a6bdb View commit details
    Browse the repository at this point in the history

Commits on May 26, 2024

  1. use six.moves

    kashikoibumi committed May 26, 2024
    Configuration menu
    Copy the full SHA
    a11df0c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ee9986 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d4bb580 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e0c2976 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ba49d32 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4309cb3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a4c4338 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5ccfd52 View commit details
    Browse the repository at this point in the history
  9. read from and write to SQLite database in binary mode

    This modification is a preparation for migration to Python3.
    kashikoibumi committed May 26, 2024
    Configuration menu
    Copy the full SHA
    0f858bc View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d38f425 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. refined: read from and write to SQLite database in binary mode

    This modification is a preparation for migration to Python3.
    kashikoibumi committed May 27, 2024
    Configuration menu
    Copy the full SHA
    96c764b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a0d2d3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c64db0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b9bfa51 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5fa08f4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6ec9fb1 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Configuration menu
    Copy the full SHA
    df2631c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0fa71f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    10e5563 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c3d083d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    822b90e View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. fix types

    kashikoibumi committed May 29, 2024
    Configuration menu
    Copy the full SHA
    e5c0654 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c39dd18 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Configuration menu
    Copy the full SHA
    d9efe1c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d676ea3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    35abdf2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    01296a8 View commit details
    Browse the repository at this point in the history
  5. fix careless mistakes

    kashikoibumi committed May 30, 2024
    Configuration menu
    Copy the full SHA
    0795359 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    31dcbd6 View commit details
    Browse the repository at this point in the history
  7. fix imports

    kashikoibumi committed May 30, 2024
    Configuration menu
    Copy the full SHA
    0ff6b43 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0739f53 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f07af4e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e166116 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a6e980d View commit details
    Browse the repository at this point in the history
  12. workaround to invalid tag type

    tag sometimes contains str type, which causes an error in Python3.
    kashikoibumi committed May 30, 2024
    Configuration menu
    Copy the full SHA
    a1d633d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    08650d5 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5af72b0 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. fix to pass tests

    kashikoibumi committed May 31, 2024
    Configuration menu
    Copy the full SHA
    5973725 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba8ccfc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f9d2364 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f8919a8 View commit details
    Browse the repository at this point in the history
  5. fix SOCKS

    kashikoibumi committed May 31, 2024
    Configuration menu
    Copy the full SHA
    9adcd1b View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2024

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

Commits on Jun 3, 2024

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

Commits on Jun 22, 2024

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

Commits on Jun 24, 2024

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

Commits on Jun 25, 2024

  1. add comments

    kashikoibumi committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    8bfcc4c View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2024

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

Commits on Aug 2, 2024

  1. Configuration menu
    Copy the full SHA
    c194943 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37bbe44 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2024

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