COMMITS
/ Lib/tempfile.py April 19, 2017
V
bpo-30030: Revert f50354ad (tempfile) (#1187)
Victor Stinner committed
April 11, 2017
S
Reimplement tempfile._RandomNameSequence using a generator function. (#1075)
Serhiy Storchaka committed
March 22, 2016
V
Add a source parameter to warnings.warn()
Victor Stinner committed
February 28, 2016
M
Issue #26385: Cleanup NamedTemporaryFile if open() fails, by SilentGhost
Martin Panter committed
February 22, 2016
M
Issue #26261: Clarify NamedTemporaryFile name attribute vs file.name
Martin Panter committed
November 7, 2015
M
Issue #25064: Adjust documentation according to new mkstemp signature
Martin Panter committed
October 20, 2015
V
Issue #21515: Elaborate tempfile.TemporaryFile() comment
Victor Stinner committed
May 22, 2015
G
Issue 24230: The tempfile module now accepts bytes for prefix, suffix and dir
Gregory P. Smith committed
May 19, 2015
S
Issue #22107: tempfile.gettempdir() and tempfile.mkdtemp() now try again
Serhiy Storchaka committed
S
Issue #22107: tempfile.gettempdir() and tempfile.mkdtemp() now try again
Serhiy Storchaka committed
April 10, 2015
S
Issue #23865: close() methods in multiple modules now are idempotent and more
Serhiy Storchaka committed
S
Issue #23865: close() methods in multiple modules now are idempotent and more
Serhiy Storchaka committed
March 22, 2015
R
Merge: #23700: fix/improve comment
R David Murray committed
R
#23700: fix/improve comment
R David Murray committed
March 20, 2015
S
Issue #23700: NamedTemporaryFile iterator closed underlied file object in
Serhiy Storchaka committed
S
Issue #23700: NamedTemporaryFile iterator closed underlied file object in
Serhiy Storchaka committed
March 19, 2015
S
Issue #23700: Iterator of NamedTemporaryFile now keeps a reference to
Serhiy Storchaka committed
S
Issue #23700: Iterator of NamedTemporaryFile now keeps a reference to
Serhiy Storchaka committed
September 26, 2014
Y
tempfile: Fix docstring. Issue #21397, patch by R. David Murray.
Yury Selivanov committed
Y
tempfile: Fix docstring. Issue #21397, patch by R. David Murray.
Yury Selivanov committed
September 24, 2014
S
Issue #22427: TemporaryDirectory no longer attempts to clean up twice when
Serhiy Storchaka committed
S
Issue #22427: TemporaryDirectory no longer attempts to clean up twice when
Serhiy Storchaka committed
June 8, 2014
V
Issue #21515: Fix typo in a comment, thanks Arfrever for the report
Victor Stinner committed
June 5, 2014
V
Issue #21515: tempfile.TemporaryFile now uses os.O_TMPFILE flag is available
Victor Stinner committed
March 25, 2014
V
Issue #21058: Fix a leak of file descriptor in tempfile.NamedTemporaryFile(),
Victor Stinner committed
March 20, 2014
V
Issue #20978: pyflakes: fix undefined names
Victor Stinner committed
January 27, 2014
S
Remove redundant emty line at the end of file.
Serhiy Storchaka committed
S
Issue #19077: tempfile.TemporaryDirectory cleanup no longer fails when
Serhiy Storchaka committed
S
Issue #19077: tempfile.TemporaryDirectory cleanup is now most likely
Serhiy Storchaka committed
December 21, 2013
A
October 25, 2013
T
Issue14255 Don't flatten case of tempdir
Tim Golden committed
September 6, 2013
E
Issue #18849: Fixed a Windows-specific tempfile bug where collision with an
Eli Bendersky committed
E
Issue #18849: Fixed a Windows-specific tempfile bug where collision with an
Eli Bendersky committed
August 29, 2013
S
Issue #18743: Fix references to non-existant "StringIO" module
Serhiy Storchaka committed
S
Issue #18743: Fix references to non-existant "StringIO" module
Serhiy Storchaka committed
August 27, 2013
V
Issue #18571: Implementation of the PEP 446: file descriptors and file handles
Victor Stinner committed
August 17, 2013
E
#18705: merge with 3.3.
Ezio Melotti committed
E
#18705: fix a number of typos. Patch by Févry Thibault.
Ezio Melotti committed
August 13, 2013
V
Close #12015: The tempfile module now uses a suffix of 8 random characters
Victor Stinner committed
July 4, 2013
B
Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)
Brett Cannon committed
June 14, 2013
B
Issue #18200: Update the stdlib (except tests) to use
Brett Cannon committed
February 12, 2013
S
Fix for issue #16800: Use buffered write to handle EINTR.
Serhiy Storchaka committed
S
Fix for issue #16800: Use buffered write to handle EINTR.
Serhiy Storchaka committed
S
Fix for issue #16800: Use buffered write to handle EINTR.
Serhiy Storchaka committed
S
Issue #16800: tempfile.gettempdir() no longer left temporary files when
Serhiy Storchaka committed
S
Issue #16800: tempfile.gettempdir() no longer left temporary files when
Serhiy Storchaka committed
S
Issue #16800: tempfile.gettempdir() no longer left temporary files when
Serhiy Storchaka committed
February 9, 2013
S
Issue #17169: Restore errno in tempfile exceptions.
Serhiy Storchaka committed
S
Issue #17169: Restore errno in tempfile exceptions.
Serhiy Storchaka committed