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

gh-95023: Added os.setns and os.unshare to easily switch between namespaces on Linux #95046

Merged
merged 48 commits into from
Oct 20, 2022

Commits on Jul 20, 2022

  1. Configuration menu
    Copy the full SHA
    0bdd8bc View commit details
    Browse the repository at this point in the history
  2. remove gil release

    noamcohen97 committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    3685a27 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2022

  1. better setns, unshare doc

    noamcohen97 committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    8f22740 View commit details
    Browse the repository at this point in the history
  2. added example to setns

    noamcohen97 committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    5115c8a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8845a86 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d7bb582 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

  1. Update configure.ac

    Co-authored-by: Christian Heimes <christian@python.org>
    noamcohen97 and tiran committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    987613a View commit details
    Browse the repository at this point in the history
  2. Revert "remove gil release"

    This reverts commit 3685a27.
    noamcohen97 committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    4c91413 View commit details
    Browse the repository at this point in the history
  3. better docs

    noamcohen97 committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    7d23963 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b7abf20 View commit details
    Browse the repository at this point in the history
  5. change ifdefs

    noamcohen97 committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    af74db5 View commit details
    Browse the repository at this point in the history
  6. added missing CLONE_* consts

    also, alphabetically order consts in doc
    noamcohen97 committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    5181126 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3a37ac2 View commit details
    Browse the repository at this point in the history
  8. reformat doc

    noamcohen97 committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    1386833 View commit details
    Browse the repository at this point in the history
  9. indent test code

    noamcohen97 committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    ae4b661 View commit details
    Browse the repository at this point in the history
  10. Apply suggestions from code review

    Co-authored-by: Christian Heimes <christian@python.org>
    noamcohen97 and tiran committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    57b2c84 View commit details
    Browse the repository at this point in the history
  11. better doc

    noamcohen97 committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    b2df7f7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b4a68b6 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    dc51d01 View commit details
    Browse the repository at this point in the history
  14. fix NEWS entry

    noamcohen97 committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    5a3cff5 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    1d45196 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    84c4b8c View commit details
    Browse the repository at this point in the history
  17. Revert "move test code to another file"

    This reverts commit 1d45196.
    noamcohen97 committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    b9d3a34 View commit details
    Browse the repository at this point in the history
  18. proofreaders review fixes

    noamcohen97 committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    51c60d4 View commit details
    Browse the repository at this point in the history
  19. fix doc whitespaces

    noamcohen97 committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    225e06b View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

  1. better documentation

    Apply suggestions from code review
    
    Co-authored-by: CAM Gerlach <CAM.Gerlach@Gerlach.CAM>
    noamcohen97 and CAM-Gerlach committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    fb64bb7 View commit details
    Browse the repository at this point in the history
  2. fix docs

    noamcohen97 committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    01d4af4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    15e6d8b View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2022

  1. Apply suggestions from code review

    Co-authored-by: CAM Gerlach <CAM.Gerlach@Gerlach.CAM>
    noamcohen97 and CAM-Gerlach committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    375165b View commit details
    Browse the repository at this point in the history
  2. fix typo

    noamcohen97 committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    7e2b44c View commit details
    Browse the repository at this point in the history
  3. ref

    noamcohen97 committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    3ae952c View commit details
    Browse the repository at this point in the history
  4. fix doc whitespace

    noamcohen97 committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    432d274 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    afa9a00 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    54c7bce View commit details
    Browse the repository at this point in the history
  7. regen posixmodule

    noamcohen97 committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    01713ec View commit details
    Browse the repository at this point in the history
  8. add name to Misc/ACKS

    noamcohen97 committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    a6bb345 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. Configuration menu
    Copy the full SHA
    1c0fb83 View commit details
    Browse the repository at this point in the history
  2. fix doc availability

    noamcohen97 committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    dac402a View commit details
    Browse the repository at this point in the history
  3. regen global strings

    noamcohen97 committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    ff7f961 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2022

  1. Configuration menu
    Copy the full SHA
    cc44f01 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    58bc8a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b14396e View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2022

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

Commits on Oct 17, 2022

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

Commits on Oct 19, 2022

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

Commits on Oct 20, 2022

  1. Update Lib/test/test_posix.py

    Co-authored-by: Victor Stinner <vstinner@python.org>
    noamcohen97 and vstinner committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    29129d9 View commit details
    Browse the repository at this point in the history
  2. add comments to tests

    noamcohen97 committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    94883a4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e365d2 View commit details
    Browse the repository at this point in the history