COMMITS
/ Lib/tempfile.py May 19, 2021
C
bpo-4928: Document NamedTemporaryFile non-deletion after SIGKILL (#26198)
Catherine Devlin committed
March 29, 2021
I
bpo-43510: Implement PEP 597 opt-in EncodingWarning. (GH-19481)
Inada Naoki committed
March 14, 2021
C
bpo-29982: Add "ignore_cleanup_errors" param to tempfile.TemporaryDirectory() (GH-24793)
CAM Gerlach committed
March 3, 2021
November 1, 2020
I
tempfile: Use random.choises() instead of choise() (GH-23068)
Inada Naoki committed
October 31, 2020
I
Revert "bpo-42160: tempfile: Reduce overhead of pid check. (GH-22997)"
Inada Naoki committed
October 30, 2020
E
bpo-42160: tempfile: Reduce overhead of pid check. (GH-22997)
Eric W committed
August 14, 2020
R
bpo-41410: Fix outdated info in mkstemp docs (GH-21701)
Rishav Kundu committed
April 17, 2020
I
bpo-40287: Fix SpooledTemporaryFile.seek() return value (GH-19540)
Inada Naoki committed
April 10, 2020
B
bpo-39481: PEP 585 for a variety of modules (GH-19423)
Batuhan Taşkaya committed
April 7, 2020
G
bpo-39481: Implementation for PEP 585 (#18239)
Guido van Rossum committed
March 17, 2020
S
bpo-39719: Remove softspace from tempfile.SpooledTemporaryFile (GH-18599)
Shantanu committed
December 30, 2019
B
bpo-39019: Implement missing __class_getitem__ for SpooledTemporaryFile (GH-17560)
Batuhan Taşkaya committed
November 27, 2019
I
bpo-26730: Fix SpooledTemporaryFile data corruption (GH-17400)
Inada Naoki committed
June 24, 2019
S
bpo-37363: Add audit events for a range of modules (GH-14301)
Steve Dower committed
May 31, 2019
S
bpo-26660, bpo-35144: Fix permission errors in TemporaryDirectory cleanup. (GH-10320)
Serhiy Storchaka committed
February 25, 2019
A
Clean up code which checked presence of os.{stat,lstat,chmod} (#11643)
Anthony Sottile committed
May 23, 2018
May 16, 2018
S
bpo-33522: Enable CI builds on Visual Studio Team Services (#6865)
Steve Dower committed
April 9, 2018
W
Update docstring of tempfile._RandomNameSequence (GH-6414)
Wolfgang Maier committed
September 7, 2017
A
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou committed
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