Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
27e04206b9bfff4484b4c9433b2bef341de0e388
/
Lib
/
tempfile.py
2457fc2
Improvement to the previous fix suggested by Thomas Bellman: if the
by Guido van Rossum
· 26 years ago
dce3d55
The TemporaryFile() function has a security leak -- because the
by Guido van Rossum
· 26 years ago
b0e5718
Fix so that after a fork() -- on Unix only -- the template gets recalculated.
by Guido van Rossum
· 26 years ago
57a0661
On the Mac, create the Temporary Items folder if it does not exist yet. (Jack)
by Guido van Rossum
· 27 years ago
29e5f5d
When getcwd() doesn't exist or raises an exception, don't fail but
by Guido van Rossum
· 27 years ago
45e2fbc
Mass check-in after untabifying all files that need it.
by Guido van Rossum
· 27 years ago
b8c42c9
Add new optional parameter 'suffix' (default ''), which is appended to
by Guido van Rossum
· 27 years ago
80fb344
On NT, use a better template, ~XXX- where XXX is os.getpid().
by Guido van Rossum
· 27 years ago
ca54982
Added TemporaryFile and wrapper class by Jim Fulton.
by Guido van Rossum
· 27 years ago
f4f756c
(Jack:) Better MacOS support.
by Guido van Rossum
· 28 years ago
3e065ad
Attempt at Windows-NT compatibility.
by Guido van Rossum
· 28 years ago
4033ad7
Restore 1.3 behavior of gettempdir(): if tempdir is already set, believe it.
by Guido van Rossum
· 28 years ago
f4aaf86
Be more careful about default temp dir
by Guido van Rossum
· 28 years ago
41f9503
Mostly rewritten to be more flexible and more portable ./
by Guido van Rossum
· 33 years ago
cff3454
Use $TMPDIR if it is set in the environment.
by Guido van Rossum
· 33 years ago
4a3a41f
Use 'global' instead of struct kludge.
by Guido van Rossum
· 33 years ago
ce08448
New class syntax.
by Guido van Rossum
· 33 years ago
eee9498
Initial revision
by Guido van Rossum
· 33 years ago