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

Added initial rework of the concurrent.futures module #5646

Merged
merged 33 commits into from
Sep 3, 2021
Merged

Added initial rework of the concurrent.futures module #5646

merged 33 commits into from
Sep 3, 2021

Commits on Jun 16, 2021

  1. Configuration menu
    Copy the full SHA
    5285d39 View commit details
    Browse the repository at this point in the history
  2. Minor fixes

    HunterAP23 committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    3d8d8ab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    69a5a03 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c408496 View commit details
    Browse the repository at this point in the history
  5. More fixes

    HunterAP23 committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    cf486b1 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2021

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

Commits on Aug 8, 2021

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

Commits on Aug 27, 2021

  1. Tmp commit of changes

    HunterAP23 committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    49150a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf01949 View commit details
    Browse the repository at this point in the history
  3. Minor flake8 fix

    HunterAP23 committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    a7b8a87 View commit details
    Browse the repository at this point in the history
  4. Fixing some issues

    HunterAP23 committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    6c5b37b View commit details
    Browse the repository at this point in the history
  5. Fixed a weakref.ref issue

    HunterAP23 committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    8fe6f7d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cb7843b View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2021

  1. Configuration menu
    Copy the full SHA
    6c82496 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bfdbc03 View commit details
    Browse the repository at this point in the history
  3. More min version fixes

    HunterAP23 committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    c5ec620 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4fb3b5c View commit details
    Browse the repository at this point in the history
  5. Replaced any usage of Optional and Union with proper form as describe…

    …d in the contributions guide
    HunterAP23 committed Aug 28, 2021
    Configuration menu
    Copy the full SHA
    6dc70cc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    261beda View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2021

  1. Configuration menu
    Copy the full SHA
    580cdf8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    563b89b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    50bbdbc View commit details
    Browse the repository at this point in the history
  4. Update stdlib/concurrent/futures/process.pyi

    Co-authored-by: Sebastian Rittau <srittau@rittau.biz>
    HunterAP23 and srittau committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    c7fec25 View commit details
    Browse the repository at this point in the history
  5. Update stdlib/concurrent/futures/process.pyi

    Co-authored-by: Sebastian Rittau <srittau@rittau.biz>
    HunterAP23 and srittau committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    d83538c View commit details
    Browse the repository at this point in the history
  6. Minor fixes

    HunterAP23 committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    26186c0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    aa500af View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1db3c67 View commit details
    Browse the repository at this point in the history
  9. More minor fixes

    HunterAP23 committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    bc4139d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7bf4226 View commit details
    Browse the repository at this point in the history
  11. Removed usage of Union

    HunterAP23 committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    9bae25f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b350059 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    001c56e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d7020fe View commit details
    Browse the repository at this point in the history