summaryrefslogtreecommitdiffstats
path: root/Lib/tempfile.py
Commit message (Expand)AuthorAgeFilesLines
* Whitespace normalization.Tim Peters2001-01-151-25/+25
* Reverting a dumb experimental version I checked in by mistake.Tim Peters2001-01-141-9/+2
* SF bug 128713: type(mmap_object) blew up on Linux.Tim Peters2001-01-141-2/+9
* Guido found a brand new race in tempfile on Linux, due to Linux changingTim Peters2001-01-131-16/+31
* A variant of SF patch 103028 (Make tempfile.mktemp threadsafe).Tim Peters2001-01-121-12/+45
* Patch by tg@FreeBSD.org to try /var/tmp first.Guido van Rossum2000-08-291-1/+1
* Security patch for Unix by Chris McDonough.Guido van Rossum2000-04-241-7/+21
* The third and final doc-string sweep by Ka-Ping Yee.Guido van Rossum2000-02-041-8/+6
* In class TemporaryFileWrapper, don't cache attributes of tpye int --Guido van Rossum1999-06-011-1/+2
* Improvement to the previous fix suggested by Thomas Bellman: if theGuido van Rossum1998-10-241-2/+6
* The TemporaryFile() function has a security leak -- because theGuido van Rossum1998-10-241-5/+6
* Fix so that after a fork() -- on Unix only -- the template getsGuido van Rossum1998-10-141-3/+9
* On the Mac, create the Temporary Items folder if it does not exist yet.Guido van Rossum1998-04-281-1/+1
* When getcwd() doesn't exist or raises an exception, don't fail butGuido van Rossum1998-04-091-1/+5
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-261-58/+58
* Add new optional parameter 'suffix' (default ''), which is appended toGuido van Rossum1997-12-191-10/+11
* On NT, use a better template, ~XXX- where XXX is os.getpid().Guido van Rossum1997-12-151-0/+2
* Added TemporaryFile and wrapper class by Jim Fulton.Guido van Rossum1997-08-121-2/+41
* (Jack:) Better MacOS support.Guido van Rossum1997-04-111-0/+10
* Attempt at Windows-NT compatibility.Guido van Rossum1996-08-201-1/+4
* Restore 1.3 behavior of gettempdir(): if tempdir is already set, believe it.Guido van Rossum1996-08-081-0/+2
* Be more careful about default temp dirGuido van Rossum1996-05-281-10/+20
* Mostly rewritten to be more flexible and more portableGuido van Rossum1992-03-311-18/+41
* Use $TMPDIR if it is set in the environment.Guido van Rossum1992-01-141-1/+6
* Use 'global' instead of struct kludge.Guido van Rossum1991-12-261-6/+5
* New class syntax.Guido van Rossum1991-12-261-1/+1
* Initial revisionGuido van Rossum1991-11-121-0/+32