issues
search
jezdez
/
envdir
A Python port of daemontools' envdir.
https://envdir.readthedocs.io/
MIT License
229
stars
28
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
WIP: Use `os.execvpe` with `run`, fix `shell`
#29
blueyed
closed
10 years ago
1
Can not catch KeyboardInterrupt exception
#28
alibozorgkhan
closed
10 years ago
1
Allow envdir to expand existing shell values
#27
jdunck
opened
10 years ago
7
Optionally use `os.environ.setdefault` / only set non-existent env vars
#26
blueyed
closed
10 years ago
1
Set ENVDIR variable?
#25
blueyed
closed
10 years ago
1
Change `isenvvar()` to only check for `=` in var names
#24
hltbra
closed
10 years ago
0
mod_wsgi Signal Handler Warning
#23
mattbriancon
closed
10 years ago
1
Add setsignals and call it for shell and run only
#22
blueyed
closed
10 years ago
1
AttributeError: 'Runner' object has no attribute 'process' when using the Python API
#21
blueyed
closed
10 years ago
1
envdir should only forward SIGINT / KeyboardInterrupt
#20
blueyed
closed
10 years ago
6
Keep file descriptors with Popen (for `is_windows`)
#19
blueyed
closed
10 years ago
0
Fix kill: forward SIGINT and wait after SIGINT/SIGTERM before SIGKILL
#18
blueyed
closed
10 years ago
3
envdir setup is not easily greppable / envprint utility?
#17
blueyed
closed
10 years ago
3
close_fds with subprocess.Popen breaks circus/chaussette socket handling
#16
blueyed
closed
10 years ago
0
Properly terminate the process including all children.
#15
jezdez
closed
10 years ago
1
envdir doesn't propagate TERM event properly to subprocess.
#14
zerok
closed
10 years ago
4
envdir "inheritance"
#13
amitu
closed
10 years ago
2
envdir.Env._get() should first look up in os.environ
#12
amitu
opened
10 years ago
5
._get() should cache the content of file in memory
#11
amitu
opened
10 years ago
6
Kill child process
#10
ticosax
closed
11 years ago
5
envdir.write implementation
#9
jqb
closed
10 years ago
3
envdir.write
#8
jqb
closed
10 years ago
12
null chars are not handled correctly
#7
quiver
closed
11 years ago
2
check if envdir is a directory
#6
quiver
closed
11 years ago
1
add *pyc to .gitignore
#5
quiver
closed
11 years ago
2
typo in README.rst
#4
quiver
closed
11 years ago
0
Cannot make the tests pass
#3
mbaechtold
closed
11 years ago
2
envdir.read() will not overwrite existing environment variables
#2
mbaechtold
closed
11 years ago
3
Fixed a typo in the README
#1
zerok
closed
11 years ago
1
Previous