| Commit message (Expand) | Author | Age | Files | Lines |
* | Getting rid of macfs. | Jack Jansen | 2003-03-21 | 1 | -6/+6 |
|
|
* | Use the dummy_thread module in Queue.py and tempfile.py. | Guido van Rossum | 2002-12-30 | 1 | -6/+3 |
|
|
* | Comment out the warnings about mktemp(). These are too annoying, and | Guido van Rossum | 2002-11-22 | 1 | -3/+3 |
|
|
* | _RandomNameSequence(): style guide changes, small speedup, don't | Tim Peters | 2002-11-21 | 1 | -8/+8 |
|
|
* | _TemporaryFileWrapper: changed self.close_called to a proper bool. | Tim Peters | 2002-11-21 | 1 | -2/+2 |
|
|
* | Get rid of _once(); inlining it takes less code. :-) | Guido van Rossum | 2002-08-17 | 1 | -36/+41 |
|
|
* | tempfile's mkstemp(): Changed last argument from | Tim Peters | 2002-08-14 | 1 | -10/+10 |
|
|
* | Patch #595014: Cygwin tempfile patch | Jason Tishler | 2002-08-14 | 1 | -3/+3 |
|
|
* | mkstemp(): Repaired error in docstring (the sense of the 'binary' flag | Tim Peters | 2002-08-14 | 1 | -2/+2 |
|
|
* | mkstemp(): The optional "binary" argument is clearly intended to be a | Tim Peters | 2002-08-13 | 1 | -1/+1 |
|
|
* | NamedTemporaryFile(), TemporaryFile(): removed needless local vrbl 'bin'. | Tim Peters | 2002-08-13 | 1 | -6/+8 |
|
|
* | template: removed special-casing for NT; there isn't an 8-character limit. | Tim Peters | 2002-08-13 | 1 | -4/+1 |
|
|
* | _once(): Removed obfuscating aliasing of _once_lock. | Tim Peters | 2002-08-13 | 1 | -4/+2 |
|
|
* | _once(): Simplified dict manipulation. | Tim Peters | 2002-08-13 | 1 | -2/+2 |
|
|
* | Whitespace normalization. | Tim Peters | 2002-08-09 | 1 | -6/+9 |
|
|
* | Check-in of the most essential parts of SF 589982 (tempfile.py | Guido van Rossum | 2002-08-09 | 1 | -225/+396 |
|
|
* | SF 563203. Replaced 'has_key()' with 'in'. | Raymond Hettinger | 2002-06-01 | 1 | -1/+1 |
|
|
* | If possible, set FD_CLOEXEC flag on file descriptors opened using | Neil Schemenauer | 2002-03-24 | 1 | -0/+12 |
|
|
* | Thanks to Detlef Lannert for pointing out a typo in the code that | Tim Peters | 2002-01-30 | 1 | -1/+1 |
|
|
* | New TemporaryFile implementation for Windows: this doesn't need a | Tim Peters | 2002-01-30 | 1 | -1/+17 |
|
|
* | SF bug #509805 tempfile.gettempdir not threadsafe | Tim Peters | 2002-01-28 | 1 | -2/+28 |
|
|
* | TemporaryFileWrapper: fixed typo in new comment. | Tim Peters | 2001-12-18 | 1 | -1/+1 |
|
|
* | TemporaryFileWrapper: cache the value of os.unlink for use by __del__, | Tim Peters | 2001-12-18 | 1 | -1/+8 |
|
|
* | SF bug #476138: tempfile behavior across platforms | Tim Peters | 2001-10-29 | 1 | -4/+6 |
|
|
* | SF patch #474590 -- RISC OS support | Guido van Rossum | 2001-10-24 | 1 | -1/+5 |
|
|
* | Search /tmp before /var/tmp and /usr/tmp -- this seems preferred. | Guido van Rossum | 2001-03-02 | 1 | -1/+1 |
|
|
* | final round of __all__ lists (I hope) - skipped urllib2 because Moshe may be | Skip Montanaro | 2001-03-01 | 1 | -0/+2 |
|
|
* | fix long line | Jeremy Hylton | 2001-02-19 | 1 | -1/+2 |
|
|
* | Whitespace normalization. | Tim Peters | 2001-01-15 | 1 | -25/+25 |
|
|
* | Reverting a dumb experimental version I checked in by mistake. | Tim Peters | 2001-01-14 | 1 | -9/+2 |
|
|
* | SF bug 128713: type(mmap_object) blew up on Linux. | Tim Peters | 2001-01-14 | 1 | -2/+9 |
|
|
* | Guido found a brand new race in tempfile on Linux, due to Linux changing | Tim Peters | 2001-01-13 | 1 | -16/+31 |
|
|
* | A variant of SF patch 103028 (Make tempfile.mktemp threadsafe). | Tim Peters | 2001-01-12 | 1 | -12/+45 |
|
|
* | 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 |
|
|