index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
tempfile.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Patch by tg@FreeBSD.org to try /var/tmp first.
Guido van Rossum
2000-08-29
1
-1/+1
*
Security patch for Unix by Chris McDonough.
Guido van Rossum
2000-04-24
1
-7/+21
*
The third and final doc-string sweep by Ka-Ping Yee.
Guido van Rossum
2000-02-04
1
-8/+6
*
In class TemporaryFileWrapper, don't cache attributes of tpye int --
Guido van Rossum
1999-06-01
1
-1/+2
*
Improvement to the previous fix suggested by Thomas Bellman: if the
Guido van Rossum
1998-10-24
1
-2/+6
*
The TemporaryFile() function has a security leak -- because the
Guido van Rossum
1998-10-24
1
-5/+6
*
Fix so that after a fork() -- on Unix only -- the template gets
Guido van Rossum
1998-10-14
1
-3/+9
*
On the Mac, create the Temporary Items folder if it does not exist yet.
Guido van Rossum
1998-04-28
1
-1/+1
*
When getcwd() doesn't exist or raises an exception, don't fail but
Guido van Rossum
1998-04-09
1
-1/+5
*
Mass check-in after untabifying all files that need it.
Guido van Rossum
1998-03-26
1
-58/+58
*
Add new optional parameter 'suffix' (default ''), which is appended to
Guido van Rossum
1997-12-19
1
-10/+11
*
On NT, use a better template, ~XXX- where XXX is os.getpid().
Guido van Rossum
1997-12-15
1
-0/+2
*
Added TemporaryFile and wrapper class by Jim Fulton.
Guido van Rossum
1997-08-12
1
-2/+41
*
(Jack:) Better MacOS support.
Guido van Rossum
1997-04-11
1
-0/+10
*
Attempt at Windows-NT compatibility.
Guido van Rossum
1996-08-20
1
-1/+4
*
Restore 1.3 behavior of gettempdir(): if tempdir is already set, believe it.
Guido van Rossum
1996-08-08
1
-0/+2
*
Be more careful about default temp dir
Guido van Rossum
1996-05-28
1
-10/+20
*
Mostly rewritten to be more flexible and more portable
Guido van Rossum
1992-03-31
1
-18/+41
*
Use $TMPDIR if it is set in the environment.
Guido van Rossum
1992-01-14
1
-1/+6
*
Use 'global' instead of struct kludge.
Guido van Rossum
1991-12-26
1
-6/+5
*
New class syntax.
Guido van Rossum
1991-12-26
1
-1/+1
*
Initial revision
Guido van Rossum
1991-11-12
1
-0/+32