FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
gh-95023: Added os.setns and os.unshare to easily switch between namespaces on Linux by noamcohen97 · Pull Request #95046 · python/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.3k
Star
74.7k
Code
Issues
5k+
Pull requests
2.5k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
gh-95023: Added os.setns and os.unshare to easily switch between namespaces on Linux
- #95046
#95046
Merged
vstinner
merged 48 commits into
python:main
python/cpython:main
from
noamcohen97:namespaces
noamcohen97/cpython:namespaces
Copy head branch name to clipboard
Oct 20, 2022
Conversation
Commits
48
(48)
Checks
Files changed
Merged
gh-95023: Added os.setns and os.unshare to easily switch between namespaces on Linux
#95046
vstinner
merged 48 commits into
python:main
python/cpython:main
from
noamcohen97:namespaces
noamcohen97/cpython:namespaces
Copy head branch name to clipboard
Commits
Commits on Jul 20, 2022
gh-95023: added os.setns and os.unshare for namespaces switching on Linux
noamcohen97
committed
0bdd8bc
View commit details
Copy full SHA for 0bdd8bc
Browse repository at this point
remove gil release
noamcohen97
committed
3685a27
View commit details
Copy full SHA for 3685a27
Browse repository at this point
Commits on Jul 21, 2022
better setns, unshare doc
noamcohen97
committed
8f22740
View commit details
Copy full SHA for 8f22740
Browse repository at this point
added example to setns
noamcohen97
committed
5115c8a
View commit details
Copy full SHA for 5115c8a
Browse repository at this point
added note about fileno for setns
noamcohen97
committed
8845a86
View commit details
Copy full SHA for 8845a86
Browse repository at this point
added see also section for os.unshare
noamcohen97
committed
d7bb582
View commit details
Copy full SHA for d7bb582
Browse repository at this point
Commits on Jul 26, 2022
Update configure.ac
Show description for 987613a
noamcohen97
and
tiran
authored
987613a
View commit details
Copy full SHA for 987613a
Browse repository at this point
Revert "remove gil release"
Show description for 4c91413
noamcohen97
committed
4c91413
View commit details
Copy full SHA for 4c91413
Browse repository at this point
better docs
noamcohen97
committed
7d23963
View commit details
Copy full SHA for 7d23963
Browse repository at this point
assume Linux platform has a working readlink
noamcohen97
committed
b7abf20
View commit details
Copy full SHA for b7abf20
Browse repository at this point
change ifdefs
noamcohen97
committed
af74db5
View commit details
Copy full SHA for af74db5
Browse repository at this point
added missing `CLONE_*` consts
Show description for 5181126
noamcohen97
committed
5181126
View commit details
Copy full SHA for 5181126
Browse repository at this point
run unshare in a different process
noamcohen97
committed
3a37ac2
View commit details
Copy full SHA for 3a37ac2
Browse repository at this point
reformat doc
noamcohen97
committed
1386833
View commit details
Copy full SHA for 1386833
Browse repository at this point
indent test code
noamcohen97
committed
ae4b661
View commit details
Copy full SHA for ae4b661
Browse repository at this point
Apply suggestions from code review
Show description for 57b2c84
noamcohen97
and
tiran
authored
57b2c84
View commit details
Copy full SHA for 57b2c84
Browse repository at this point
better doc
noamcohen97
committed
b2df7f7
View commit details
Copy full SHA for b2df7f7
Browse repository at this point
Merge branch 'main' into namespaces
noamcohen97
committed
b4a68b6
View commit details
Copy full SHA for b4a68b6
Browse repository at this point
remove whitespaces from doc
noamcohen97
committed
dc51d01
View commit details
Copy full SHA for dc51d01
Browse repository at this point
fix NEWS entry
noamcohen97
committed
5a3cff5
View commit details
Copy full SHA for 5a3cff5
Browse repository at this point
move test code to another file
noamcohen97
committed
1d45196
View commit details
Copy full SHA for 1d45196
Browse repository at this point
add glibc requirements to doc
noamcohen97
committed
84c4b8c
View commit details
Copy full SHA for 84c4b8c
Browse repository at this point
Revert "move test code to another file"
Show description for b9d3a34
noamcohen97
committed
b9d3a34
View commit details
Copy full SHA for b9d3a34
Browse repository at this point
proofreaders review fixes
noamcohen97
committed
51c60d4
View commit details
Copy full SHA for 51c60d4
Browse repository at this point
fix doc whitespaces
noamcohen97
committed
225e06b
View commit details
Copy full SHA for 225e06b
Browse repository at this point
Commits on Jul 27, 2022
better documentation
Show description for fb64bb7
noamcohen97
and
CAM-Gerlach
authored
fb64bb7
View commit details
Copy full SHA for fb64bb7
Browse repository at this point
fix docs
noamcohen97
committed
01d4af4
View commit details
Copy full SHA for 01d4af4
Browse repository at this point
remove bitwise or explanation
noamcohen97
committed
15e6d8b
View commit details
Copy full SHA for 15e6d8b
Browse repository at this point
Commits on Jul 28, 2022
Apply suggestions from code review
Show description for 375165b
noamcohen97
and
CAM-Gerlach
authored
375165b
View commit details
Copy full SHA for 375165b
Browse repository at this point
fix typo
noamcohen97
committed
7e2b44c
View commit details
Copy full SHA for 7e2b44c
Browse repository at this point
ref
noamcohen97
committed
3ae952c
View commit details
Copy full SHA for 3ae952c
Browse repository at this point
fix doc whitespace
noamcohen97
committed
432d274
View commit details
Copy full SHA for 432d274
Browse repository at this point
Merge remote-tracking branch 'upstream/main' into namespaces
noamcohen97
committed
afa9a00
View commit details
Copy full SHA for afa9a00
Browse repository at this point
Merge remote-tracking branch 'upstream/main' into namespaces
noamcohen97
committed
54c7bce
View commit details
Copy full SHA for 54c7bce
Browse repository at this point
regen posixmodule
noamcohen97
committed
01713ec
View commit details
Copy full SHA for 01713ec
Browse repository at this point
add name to `Misc/ACKS`
noamcohen97
committed
a6bb345
View commit details
Copy full SHA for a6bb345
Browse repository at this point
Commits on Aug 17, 2022
Merge remote-tracking branch 'upstream/main' into namespaces
noamcohen97
committed
1c0fb83
View commit details
Copy full SHA for 1c0fb83
Browse repository at this point
fix doc availability
noamcohen97
committed
dac402a
View commit details
Copy full SHA for dac402a
Browse repository at this point
regen global strings
noamcohen97
committed
ff7f961
View commit details
Copy full SHA for ff7f961
Browse repository at this point
Commits on Oct 7, 2022
Merge remote-tracking branch 'upstream/main' into namespaces
noamcohen97
committed
cc44f01
View commit details
Copy full SHA for cc44f01
Browse repository at this point
Merge branch 'main' into namespaces
noamcohen97
authored
58bc8a6
View commit details
Copy full SHA for 58bc8a6
Browse repository at this point
Merge remote-tracking branch 'upstream/main' into namespaces
noamcohen97
committed
b14396e
View commit details
Copy full SHA for b14396e
Browse repository at this point
Commits on Oct 14, 2022
Merge branch 'main' into namespaces
noamcohen97
authored
50c4809
View commit details
Copy full SHA for 50c4809
Browse repository at this point
Commits on Oct 17, 2022
do not use stdout for test
noamcohen97
committed
de7dd3d
View commit details
Copy full SHA for de7dd3d
Browse repository at this point
Commits on Oct 19, 2022
move all test login to subprocess
noamcohen97
committed
5c1bbdd
View commit details
Copy full SHA for 5c1bbdd
Browse repository at this point
Commits on Oct 20, 2022
Update Lib/test/test_posix.py
Show description for 29129d9
noamcohen97
and
vstinner
authored
29129d9
View commit details
Copy full SHA for 29129d9
Browse repository at this point
add comments to tests
noamcohen97
committed
94883a4
View commit details
Copy full SHA for 94883a4
Browse repository at this point
bugfix in test while handling `ENOSPC`
noamcohen97
committed
3e365d2
View commit details
Copy full SHA for 3e365d2
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL