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

Fixes signal that only works in main thread of the main interpreter #133

Merged
merged 18 commits into from
Mar 27, 2024

Commits on May 20, 2023

  1. Configuration menu
    Copy the full SHA
    244e677 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86904ca View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. Merge branch 'main' into main

    Cadair authored Sep 12, 2023
    Configuration menu
    Copy the full SHA
    dfdb8e7 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into main

    Cadair authored Sep 12, 2023
    Configuration menu
    Copy the full SHA
    2a8c02d View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Update warning message

    Co-authored-by: Stuart Mumford <stuart@cadair.com>
    AthKouloumvakos and Cadair authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    8b394b4 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. Adds a test that a warning is raised

    Adds a test that a warning is raised when download has been started in a thread which is not the main thread.
    AthKouloumvakos committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    3581273 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f38c21 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    87bd14c View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. Configuration menu
    Copy the full SHA
    a5dd3b7 View commit details
    Browse the repository at this point in the history
  2. [pre-commit.ci] auto fixes from pre-commit.com hooks

    for more information, see https://pre-commit.ci
    pre-commit-ci[bot] authored and Cadair committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    65f4bf6 View commit details
    Browse the repository at this point in the history
  3. Update warning message

    Co-authored-by: Stuart Mumford <stuart@cadair.com>
    AthKouloumvakos and Cadair committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    fb15ddb View commit details
    Browse the repository at this point in the history
  4. Adds a test that a warning is raised

    Adds a test that a warning is raised when download has been started in a thread which is not the main thread.
    AthKouloumvakos authored and Cadair committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    47f269a View commit details
    Browse the repository at this point in the history
  5. [pre-commit.ci] auto fixes from pre-commit.com hooks

    for more information, see https://pre-commit.ci
    pre-commit-ci[bot] authored and Cadair committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    016c5d9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    be175a0 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2023

  1. Configuration menu
    Copy the full SHA
    fab5970 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07ae272 View commit details
    Browse the repository at this point in the history
  3. Skip test_download_out_of_main_thread for Windows

    The test_download_out_of_main_thread fails for windows and this is normal because the UserWarning is never emitted because initially the _add_shutdown_signals is skipped for windows. So this commit fix this issue.
    AthKouloumvakos committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    33cf20b View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

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