summaryrefslogtreecommitdiff
path: root/Lib/tempfile.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-33522: Enable CI builds on Visual Studio Team Services (GH-6865) (GH-6926)Miss Islington (bot)2018-05-171-1/+3
* Update docstring of tempfile._RandomNameSequence (GH-6414)Miss Islington (bot)2018-04-081-1/+1
* bpo-31370: Remove support for threads-less builds (#3385)Antoine Pitrou2017-09-071-5/+1
* bpo-30030: Revert f50354ad (tempfile) (#1187)Victor Stinner2017-04-191-12/+23
* Reimplement tempfile._RandomNameSequence using a generator function. (#1075)Serhiy Storchaka2017-04-111-23/+12
* Add a source parameter to warnings.warn()Victor Stinner2016-03-231-1/+0
* Issue #26385: Cleanup NamedTemporaryFile if open() fails, by SilentGhostMartin Panter2016-02-281-1/+2
* Issue #26261: Clarify NamedTemporaryFile name attribute vs file.nameMartin Panter2016-02-221-2/+2
* Issue #25064: Adjust documentation according to new mkstemp signatureMartin Panter2015-11-071-8/+9
* Issue #21515: Elaborate tempfile.TemporaryFile() commentVictor Stinner2015-10-211-2/+10
* Issue 24230: The tempfile module now accepts bytes for prefix, suffix and dirGregory P. Smith2015-05-221-26/+89
* Issue #22107: tempfile.gettempdir() and tempfile.mkdtemp() now try againSerhiy Storchaka2015-05-201-1/+17
|\
| * Issue #22107: tempfile.gettempdir() and tempfile.mkdtemp() now try againSerhiy Storchaka2015-05-201-1/+17
* | Issue #23865: close() methods in multiple modules now are idempotent and moreSerhiy Storchaka2015-04-101-3/+5
|\ \ | |/
| * Issue #23865: close() methods in multiple modules now are idempotent and moreSerhiy Storchaka2015-04-101-3/+5
* | Merge: #23700: fix/improve commentR David Murray2015-03-221-2/+4
|\ \ | |/
| * #23700: fix/improve commentR David Murray2015-03-221-2/+4
* | Issue #23700: NamedTemporaryFile iterator closed underlied file object inSerhiy Storchaka2015-03-201-3/+5
|\ \ | |/
| * Issue #23700: NamedTemporaryFile iterator closed underlied file object inSerhiy Storchaka2015-03-201-3/+5
* | Issue #23700: Iterator of NamedTemporaryFile now keeps a reference toSerhiy Storchaka2015-03-191-1/+3
|\ \ | |/
| * Issue #23700: Iterator of NamedTemporaryFile now keeps a reference toSerhiy Storchaka2015-03-191-1/+3
| * tempfile: Fix docstring. Issue #21397, patch by R. David Murray.Yury Selivanov2014-09-261-5/+5
* | tempfile: Fix docstring. Issue #21397, patch by R. David Murray.Yury Selivanov2014-09-261-5/+5
* | Issue #22427: TemporaryDirectory no longer attempts to clean up twice whenSerhiy Storchaka2014-09-241-12/+3
|\ \ | |/
| * Issue #22427: TemporaryDirectory no longer attempts to clean up twice whenSerhiy Storchaka2014-09-241-12/+3
* | Issue #21515: Fix typo in a comment, thanks Arfrever for the reportVictor Stinner2014-06-091-1/+1
* | Issue #21515: tempfile.TemporaryFile now uses os.O_TMPFILE flag is availableVictor Stinner2014-06-051-0/+26
|/
* Issue #21058: Fix a leak of file descriptor in tempfile.NamedTemporaryFile(),Victor Stinner2014-03-251-3/+7
* Issue #20978: pyflakes: fix undefined namesVictor Stinner2014-03-201-1/+1
* Remove redundant emty line at the end of file.Serhiy Storchaka2014-01-271-1/+0
* Issue #19077: tempfile.TemporaryDirectory cleanup no longer fails whenSerhiy Storchaka2014-01-271-62/+30
|\
| * Issue #19077: tempfile.TemporaryDirectory cleanup is now most likelySerhiy Storchaka2014-01-271-49/+46
* | Issue #18879: When a method is looked up on a temporary file, avoid closing t...Antoine Pitrou2013-12-211-32/+64
|\ \ | |/
| * Issue #18879: When a method is looked up on a temporary file, avoid closing t...Antoine Pitrou2013-12-211-32/+64
* | Issue14255 Don't flatten case of tempdirTim Golden2013-10-251-1/+1
* | Issue #18849: Fixed a Windows-specific tempfile bug where collision with anEli Bendersky2013-09-061-0/+7
|\ \ | |/
| * Issue #18849: Fixed a Windows-specific tempfile bug where collision with anEli Bendersky2013-09-061-0/+7
* | Issue #18743: Fix references to non-existant "StringIO" moduleSerhiy Storchaka2013-08-291-1/+1
|\ \ | |/
| * Issue #18743: Fix references to non-existant "StringIO" moduleSerhiy Storchaka2013-08-291-1/+1
* | Issue #18571: Implementation of the PEP 446: file descriptors and file handlesVictor Stinner2013-08-281-24/+2
* | #18705: merge with 3.3.Ezio Melotti2013-08-171-1/+1
|\ \ | |/
| * #18705: fix a number of typos. Patch by FĂ©vry Thibault.Ezio Melotti2013-08-171-1/+1
* | Close #12015: The tempfile module now uses a suffix of 8 random charactersVictor Stinner2013-08-141-1/+1
* | Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)Brett Cannon2013-07-041-2/+2
* | Issue #18200: Update the stdlib (except tests) to useBrett Cannon2013-06-131-2/+2
* | Fix for issue #16800: Use buffered write to handle EINTR.Serhiy Storchaka2013-02-131-2/+2
|\ \ | |/
| * Fix for issue #16800: Use buffered write to handle EINTR.Serhiy Storchaka2013-02-131-2/+2
| |\
| | * Fix for issue #16800: Use buffered write to handle EINTR.Serhiy Storchaka2013-02-131-2/+2
* | | Issue #16800: tempfile.gettempdir() no longer left temporary files whenSerhiy Storchaka2013-02-131-5/+8
|\ \ \ | |/ /
| * | Issue #16800: tempfile.gettempdir() no longer left temporary files whenSerhiy Storchaka2013-02-131-5/+8
| |\ \ | | |/