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

Add parallel install with fall-back to serial install when no multiprocessing available #8215

Closed
wants to merge 20 commits into from

Commits on Apr 7, 2021

  1. Add parallel (multi-process) install, if multiprocessing Pool is not …

    …available fall-back to serial installation
    bmartinn committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    d2f61ec View commit details
    Browse the repository at this point in the history
  2. Add multiprocessing feature news

    bmartinn committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    dd9cbf9 View commit details
    Browse the repository at this point in the history
  3. CI pep8, flake8, mypy, py27

    bmartinn committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    02301f1 View commit details
    Browse the repository at this point in the history
  4. Restored code after bad rebase

    bmartinn committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    8c47179 View commit details
    Browse the repository at this point in the history
  5. Fix rebase

    bmartinn committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    8133130 View commit details
    Browse the repository at this point in the history
  6. Fix linter

    bmartinn committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    1fac1ed View commit details
    Browse the repository at this point in the history
  7. Fix rebase

    bmartinn committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    f57a66d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c8e8a41 View commit details
    Browse the repository at this point in the history
  9. Rename internal function __ to _

    bmartinn committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    78851ea View commit details
    Browse the repository at this point in the history
  10. Fix comments

    bmartinn committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    29c614e View commit details
    Browse the repository at this point in the history
  11. Refactor requirements installation loop

    bmartinn committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    e1e2018 View commit details
    Browse the repository at this point in the history
  12. Update news/8187.feature.rst

    Co-authored-by: Tzu-ping Chung <uranusjr@gmail.com>
    2 people authored and bmartinn committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    db2794e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    fe81fa2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    50dae8d View commit details
    Browse the repository at this point in the history
  15. Improve code readability

    bmartinn committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    647be53 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    de4d416 View commit details
    Browse the repository at this point in the history
  17. Add test parallel install debug logs

    bmartinn committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    18d16d9 View commit details
    Browse the repository at this point in the history
  18. Rename variables, add documentation

    bmartinn committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    5a71062 View commit details
    Browse the repository at this point in the history
  19. Move freeze_support from __main__ to main()

    bmartinn committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    5e7332e View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2021

  1. Remove old comment

    bmartinn committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    274b108 View commit details
    Browse the repository at this point in the history