Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #22427: TemporaryDirectory no longer attempts to clean up twice when | Serhiy Storchaka | 2014-09-24 | 1 | -0/+24 |
| | | | | used in the with statement in generator. | ||||
* | Issue #18174: Fix leak of file descriptor in test_tempfile | Victor Stinner | 2014-07-28 | 1 | -0/+4 |
| | |||||
* | Issue #21058: fix typo in a comment. Patch written by Vajrasky Kok. | Victor Stinner | 2014-03-25 | 1 | -1/+1 |
| | |||||
* | Issue #21058: Fix a leak of file descriptor in tempfile.NamedTemporaryFile(), | Victor Stinner | 2014-03-25 | 1 | -0/+24 |
| | | | | close the file descriptor if io.open() fails | ||||
* | Issue #19077: tempfile.TemporaryDirectory cleanup no longer fails when | Serhiy Storchaka | 2014-01-27 | 1 | -47/+39 |
|\ | | | | | | | | | called during shutdown. Emitting resource warning in __del__ no longer fails. Original patch by Antoine Pitrou. | ||||
| * | Issue #19077: tempfile.TemporaryDirectory cleanup is now most likely | Serhiy Storchaka | 2014-01-27 | 1 | -47/+37 |
| | | | | | | | | | | | | successful when called during nulling out of modules during shutdown. Misleading exception no longer raised when resource warning is emitted during shutdown. | ||||
* | | Issue #18879: When a method is looked up on a temporary file, avoid closing ↵ | Antoine Pitrou | 2013-12-21 | 1 | -0/+17 |
|\ \ | |/ | | | | | the file before the method is possibly called. | ||||
| * | Issue #18879: When a method is looked up on a temporary file, avoid closing ↵ | Antoine Pitrou | 2013-12-21 | 1 | -0/+17 |
| | | | | | | | | the file before the method is possibly called. | ||||
* | | Issue 19572: More silently skipped tests explicitly skipped. | Zachary Ware | 2013-12-08 | 1 | -8/+4 |
|\ \ | |/ | |||||
| * | Issue 19572: More silently skipped tests explicitly skipped. | Zachary Ware | 2013-12-08 | 1 | -8/+4 |
| | | |||||
* | | Issue14255 Don't flatten case of tempdir | Tim Golden | 2013-10-25 | 1 | -0/+14 |
| | | |||||
* | | Issue #18945: Add tests for tempfile name collision handling. | Eli Bendersky | 2013-09-13 | 1 | -22/+65 |
|\ \ | |/ | | | | | Patch by Vlad Shcherbina | ||||
| * | Issue #18945: Add tests for tempfile name collision handling. | Eli Bendersky | 2013-09-13 | 1 | -22/+65 |
| | | | | | | | | Patch by Vlad Shcherbina | ||||
* | | Issue #18849: Fixed a Windows-specific tempfile bug where collision with an | Eli Bendersky | 2013-09-06 | 1 | -0/+26 |
|\ \ | |/ | | | | | | | existing directory caused mkstemp and related APIs to fail instead of retrying. Report and fix by Vlad Shcherbina. | ||||
| * | Issue #18849: Fixed a Windows-specific tempfile bug where collision with an | Eli Bendersky | 2013-09-06 | 1 | -0/+26 |
| | | | | | | | | | | existing directory caused mkstemp and related APIs to fail instead of retrying. Report and fix by Vlad Shcherbina. | ||||
* | | Issue #18571: Implementation of the PEP 446: file descriptors and file handles | Victor Stinner | 2013-08-27 | 1 | -0/+1 |
| | | | | | | | | | | are now created non-inheritable; add functions os.get/set_inheritable(), os.get/set_handle_inheritable() and socket.socket.get/set_inheritable(). | ||||
* | | Close #12015: The tempfile module now uses a suffix of 8 random characters | Victor Stinner | 2013-08-13 | 1 | -2/+2 |
| | | | | | | | | | | | | instead of 6, to reduce the risk of filename collision. The entropy was reduced when uppercase letters were removed from the charset used to generate random characters. | ||||
* | | Issue #16800: tempfile.gettempdir() no longer left temporary files when | Serhiy Storchaka | 2013-02-12 | 1 | -1/+39 |
|\ \ | |/ | | | | | the disk is full. Original patch by Amir Szekely. | ||||
| * | Issue #16800: tempfile.gettempdir() no longer left temporary files when | Serhiy Storchaka | 2013-02-12 | 1 | -1/+39 |
| |\ | | | | | | | | | | the disk is full. Original patch by Amir Szekely. | ||||
| | * | Issue #16800: tempfile.gettempdir() no longer left temporary files when | Serhiy Storchaka | 2013-02-12 | 1 | -2/+44 |
| | | | | | | | | | | | | the disk is full. Original patch by Amir Szekely. | ||||
* | | | Fix a test for SpooledTemporaryFile (added in issue #10355). | Serhiy Storchaka | 2013-02-10 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Fix a test for SpooledTemporaryFile (added in issue #10355). | Serhiy Storchaka | 2013-02-10 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Fix a test for SpooledTemporaryFile (added in issue #10355). | Serhiy Storchaka | 2013-02-10 | 1 | -1/+1 |
| | | | |||||
* | | | Issue #17169: Restore errno in tempfile exceptions. | Serhiy Storchaka | 2013-02-09 | 1 | -1/+3 |
|\ \ \ | |/ / | |||||
| * | | Issue #17169: Restore errno in tempfile exceptions. | Serhiy Storchaka | 2013-02-09 | 1 | -1/+3 |
| | | | |||||
* | | | Issue #10355: SpooledTemporaryFile properties now work for unrolled files. | Serhiy Storchaka | 2013-02-09 | 1 | -0/+39 |
|\ \ \ | |/ / | | | | | | | Remove obsoleted xreadline method. | ||||
| * | | Issue #10355: SpooledTemporaryFile properties now work for unrolled files. | Serhiy Storchaka | 2013-02-09 | 1 | -0/+39 |
| |\ \ | | |/ | | | | | | | Remove obsoleted xreadline method. | ||||
| | * | Issue #10355: SpooledTemporaryFile properties now work for unrolled files. | Serhiy Storchaka | 2013-02-09 | 1 | -0/+39 |
| | | | | | | | | | | | | Remove obsoleted xreadline method. | ||||
* | | | Issue #16706: get rid of os.error | Andrew Svetlov | 2012-12-18 | 1 | -2/+2 |
| | | | |||||
* | | | Get rig of EnvironmentError (#16705) | Andrew Svetlov | 2012-12-17 | 1 | -1/+1 |
| | | | |||||
* | | | #16135: Removal of OS/2 support (Python code partial cleanup) | Jesus Cea | 2012-10-05 | 1 | -3/+3 |
|/ / | |||||
* | | PEP8-ize test names | Antoine Pitrou | 2012-03-10 | 1 | -82/+54 |
| | | |||||
* | | Remove useless failOnException() method | Antoine Pitrou | 2012-03-10 | 1 | -86/+32 |
| | | |||||
* | | Issue #12856: Ensure child processes do not inherit the parent's random seed ↵ | Antoine Pitrou | 2011-11-25 | 1 | -0/+32 |
|\ \ | |/ | | | | | | | | | for filename generation in the tempfile module. Patch by Brian Harring. | ||||
| * | Issue #12856: Ensure child processes do not inherit the parent's random seed ↵ | Antoine Pitrou | 2011-11-25 | 1 | -0/+32 |
| | | | | | | | | | | | | for filename generation in the tempfile module. Patch by Brian Harring. | ||||
* | | Issue #9957: SpooledTemporaryFile.truncate() now accepts an optional size ↵ | Antoine Pitrou | 2011-11-25 | 1 | -0/+21 |
| | | | | | | | | | | | | parameter, as other file-like objects. Patch by Ryan Kelly. | ||||
* | | Issue #12326: don't test the major version of sys.platform | Victor Stinner | 2011-08-17 | 1 | -1/+1 |
|/ | | | | | Use startswith, instead of ==, when testing sys.platform to support new platforms like Linux 3 or OpenBSD 5. | ||||
* | Issue #12464: tempfile.TemporaryDirectory.cleanup() should not follow symlinks: | Charles-François Natali | 2011-07-29 | 1 | -0/+21 |
| | | | | fix it. Patch by Petri Lehtinen. | ||||
* | Merge #11488 patch from 3.1. | R David Murray | 2011-03-14 | 1 | -0/+17 |
|\ | |||||
| * | #11488: Add tests for writelines method of SpooledTemporaryFile. | R David Murray | 2011-03-14 | 1 | -0/+17 |
| | | | | | | | | Patch by Evan Dandrea. | ||||
| * | Merged revisions 86596 via svnmerge from | Ezio Melotti | 2010-11-21 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86596 | ezio.melotti | 2010-11-20 21:04:17 +0200 (Sat, 20 Nov 2010) | 1 line #9424: Replace deprecated assert* methods in the Python test suite. ........ | ||||
| * | Merged revisions 76593 via svnmerge from | Amaury Forgeot d'Arc | 2009-11-30 | 1 | -2/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r76593 | amaury.forgeotdarc | 2009-11-30 01:08:56 +0100 (lun., 30 nov. 2009) | 5 lines #6077: on Windows, fix truncation of a tempfile.TemporaryFile opened in "wt+" mode: files opened with os.open() stop on the first \x1a (Ctrl-Z) unless os.O_BINARY is used. Will backport to 3.1 ........ | ||||
| * | Merged revisions 73715 via svnmerge from | Georg Brandl | 2009-08-13 | 1 | -56/+56 |
| | | | | | | | | | | | | | | | | | | | | svn+ssh://svn.python.org/python/branches/py3k ........ r73715 | benjamin.peterson | 2009-07-01 01:06:06 +0200 (Mi, 01 Jul 2009) | 1 line convert old fail* assertions to assert* ........ | ||||
* | | Captured IO streams with embedded backslashes are always such a fun ↵ | Nick Coghlan | 2010-12-13 | 1 | -2/+8 |
| | | | | | | | | combination... | ||||
* | | Actually finish the tests for r87182 | Nick Coghlan | 2010-12-13 | 1 | -3/+5 |
| | | |||||
* | | Issue #10188 (partial resolution): tidy up some behaviour in the new ↵ | Nick Coghlan | 2010-12-12 | 1 | -6/+43 |
| | | | | | | | | tempfile.TemporaryDirectory context manager | ||||
* | | #9424: Replace deprecated assert* methods in the Python test suite. | Ezio Melotti | 2010-11-20 | 1 | -2/+2 |
| | | |||||
* | | Issue 5178: Add tempfile.TemporaryDirectory (original patch by Neil Schemenauer) | Nick Coghlan | 2010-10-24 | 1 | -1/+103 |
| | | |||||
* | | Remove traces of MacOS9 support. | Ronald Oussoren | 2010-05-05 | 1 | -5/+3 |
| | | | | | | | | Fix for issue #7908 | ||||
* | | Clean up warnings filter use in test_tempfile. | Brett Cannon | 2010-03-20 | 1 | -3/+13 |
| | |