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
/
test
/
test_tempfile.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-27300: Add the errors parameter to tempfile classes. (GH-6696)
sth
2018-05-23
1
-1/+10
*
bpo-31160: test_tempfile: Fix reap_children() warning (#3056)
Victor Stinner
2017-08-10
1
-1/+7
*
bpo-30197: Enhance functions swap_attr() and swap_item() in test.support. (#1...
Serhiy Storchaka
2017-04-28
1
-3/+2
*
bpo-30030: Revert f50354ad (tempfile) (#1187)
Victor Stinner
2017-04-19
1
-3/+2
*
Reimplement tempfile._RandomNameSequence using a generator function. (#1075)
Serhiy Storchaka
2017-04-11
1
-2/+3
*
Issue #26385: Cleanup NamedTemporaryFile if open() fails, by SilentGhost
Martin Panter
2016-02-28
1
-1/+9
*
Issue 24230: The tempfile module now accepts bytes for prefix, suffix and dir
Gregory P. Smith
2015-05-22
1
-21/+148
*
Issue #22107: tempfile.gettempdir() and tempfile.mkdtemp() now try again
Serhiy Storchaka
2015-05-19
1
-6/+41
|
\
|
*
Issue #22107: tempfile.gettempdir() and tempfile.mkdtemp() now try again
Serhiy Storchaka
2015-05-19
1
-6/+41
*
|
Issue #9517: Move script_helper to the support package.
Berker Peksag
2015-05-06
1
-1/+2
*
|
Issue #21741: Update 147 test modules to use test discovery.
Zachary Ware
2015-04-13
1
-4/+1
|
/
*
Issue #23700: Iterator of NamedTemporaryFile now keeps a reference to
Serhiy Storchaka
2015-03-19
1
-0/+13
*
Issue #22427: TemporaryDirectory no longer attempts to clean up twice when
Serhiy Storchaka
2014-09-24
1
-0/+24
*
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
*
Issue #19077: tempfile.TemporaryDirectory cleanup no longer fails when
Serhiy Storchaka
2014-01-27
1
-47/+39
|
\
|
*
Issue #19077: tempfile.TemporaryDirectory cleanup is now most likely
Serhiy Storchaka
2014-01-27
1
-47/+37
*
|
Issue #18879: When a method is looked up on a temporary file, avoid closing t...
Antoine Pitrou
2013-12-21
1
-0/+17
|
\
\
|
|
/
|
*
Issue #18879: When a method is looked up on a temporary file, avoid closing t...
Antoine Pitrou
2013-12-21
1
-0/+17
*
|
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
|
\
\
|
|
/
|
*
Issue #18945: Add tests for tempfile name collision handling.
Eli Bendersky
2013-09-13
1
-22/+65
*
|
Issue #18849: Fixed a Windows-specific tempfile bug where collision with an
Eli Bendersky
2013-09-06
1
-0/+26
|
\
\
|
|
/
|
*
Issue #18849: Fixed a Windows-specific tempfile bug where collision with an
Eli Bendersky
2013-09-06
1
-0/+26
*
|
Issue #18571: Implementation of the PEP 446: file descriptors and file handles
Victor Stinner
2013-08-27
1
-0/+1
*
|
Close #12015: The tempfile module now uses a suffix of 8 random characters
Victor Stinner
2013-08-13
1
-2/+2
*
|
Issue #16800: tempfile.gettempdir() no longer left temporary files when
Serhiy Storchaka
2013-02-12
1
-1/+39
|
\
\
|
|
/
|
*
Issue #16800: tempfile.gettempdir() no longer left temporary files when
Serhiy Storchaka
2013-02-12
1
-1/+39
|
|
\
|
|
*
Issue #16800: tempfile.gettempdir() no longer left temporary files when
Serhiy Storchaka
2013-02-12
1
-2/+44
*
|
|
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
|
\
\
\
|
|
/
/
|
*
|
Issue #10355: SpooledTemporaryFile properties now work for unrolled files.
Serhiy Storchaka
2013-02-09
1
-0/+39
|
|
\
\
|
|
|
/
|
|
*
Issue #10355: SpooledTemporaryFile properties now work for unrolled files.
Serhiy Storchaka
2013-02-09
1
-0/+39
*
|
|
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
|
\
\
|
|
/
|
*
Issue #12856: Ensure child processes do not inherit the parent's random seed ...
Antoine Pitrou
2011-11-25
1
-0/+32
*
|
Issue #9957: SpooledTemporaryFile.truncate() now accepts an optional size par...
Antoine Pitrou
2011-11-25
1
-0/+21
*
|
Issue #12326: don't test the major version of sys.platform
Victor Stinner
2011-08-17
1
-1/+1
|
/
*
Issue #12464: tempfile.TemporaryDirectory.cleanup() should not follow symlinks:
Charles-François Natali
2011-07-29
1
-0/+21
[next]