index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
/
tempfile.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a source parameter to warnings.warn()
Victor Stinner
2016-03-23
1
-1
/
+0
*
Issue #26385: Cleanup NamedTemporaryFile if open() fails, by SilentGhost
Martin Panter
2016-02-28
1
-1
/
+2
*
Issue #26261: Clarify NamedTemporaryFile name attribute vs file.name
Martin Panter
2016-02-22
1
-2
/
+2
*
Issue #25064: Adjust documentation according to new mkstemp signature
Martin Panter
2015-11-07
1
-8
/
+9
*
Issue #21515: Elaborate tempfile.TemporaryFile() comment
Victor Stinner
2015-10-21
1
-2
/
+10
*
Issue 24230: The tempfile module now accepts bytes for prefix, suffix and dir
Gregory P. Smith
2015-05-22
1
-26
/
+89
*
Issue #22107: tempfile.gettempdir() and tempfile.mkdtemp() now try again
Serhiy Storchaka
2015-05-20
1
-1
/
+17
|
\
|
*
Issue #22107: tempfile.gettempdir() and tempfile.mkdtemp() now try again
Serhiy Storchaka
2015-05-20
1
-1
/
+17
*
|
Issue #23865: close() methods in multiple modules now are idempotent and more
Serhiy Storchaka
2015-04-10
1
-0
/
+26
|
\
\
|
|
/
|
/
|
|
*
Merge: #23700: fix/improve comment
R David Murray
2015-03-22
1
-0
/
+26
|
|
\
|
|
*
Issue #23700: NamedTemporaryFile iterator closed underlied file object in
Serhiy Storchaka
2015-03-20
1
-3
/
+5
|
|
|
\
|
|
*
\
Issue #23700: Iterator of NamedTemporaryFile now keeps a reference to
Serhiy Storchaka
2015-03-19
1
-1
/
+3
|
|
|
\
\
|
|
*
|
|
tempfile: Fix docstring. Issue #21397, patch by R. David Murray.
Yury Selivanov
2014-09-26
1
-5
/
+5
|
|
*
|
|
Issue #22427: TemporaryDirectory no longer attempts to clean up twice when
Serhiy Storchaka
2014-09-24
1
-12
/
+3
|
|
|
\
\
\
|
|
*
|
|
|
Issue #21515: Fix typo in a comment, thanks Arfrever for the report
Victor Stinner
2014-06-09
1
-1
/
+1
|
|
*
|
|
|
Issue #21515: tempfile.TemporaryFile now uses os.O_TMPFILE flag is available
Victor Stinner
2014-06-05
1
-0
/
+26
*
|
|
|
|
|
Issue #23865: close() methods in multiple modules now are idempotent and more
Serhiy Storchaka
2015-04-10
1
-3
/
+5
|
/
/
/
/
/
*
|
|
|
|
#23700: fix/improve comment
R David Murray
2015-03-22
1
-2
/
+4
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Issue #23700: NamedTemporaryFile iterator closed underlied file object in
Serhiy Storchaka
2015-03-20
1
-3
/
+5
|
|
_
|
/
|
/
|
|
*
|
|
Issue #23700: Iterator of NamedTemporaryFile now keeps a reference to
Serhiy Storchaka
2015-03-19
1
-1
/
+3
*
|
|
tempfile: Fix docstring. Issue #21397, patch by R. David Murray.
Yury Selivanov
2014-09-26
1
-5
/
+5
|
|
/
|
/
|
*
|
Issue #22427: TemporaryDirectory no longer attempts to clean up twice when
Serhiy Storchaka
2014-09-24
1
-12
/
+3
|
/
*
Issue #21058: Fix a leak of file descriptor in tempfile.NamedTemporaryFile(),
Victor Stinner
2014-03-25
1
-3
/
+7
*
Issue #20978: pyflakes: fix undefined names
Victor Stinner
2014-03-20
1
-1
/
+1
*
Remove redundant emty line at the end of file.
Serhiy Storchaka
2014-01-27
1
-1
/
+0
*
Issue #19077: tempfile.TemporaryDirectory cleanup no longer fails when
Serhiy Storchaka
2014-01-27
1
-73
/
+23
|
\
|
*
Issue #18879: When a method is looked up on a temporary file, avoid closing t...
Antoine Pitrou
2013-12-21
1
-28
/
+7
|
|
\
|
|
*
Issue14255 Don't flatten case of tempdir
Tim Golden
2013-10-25
1
-1
/
+1
|
|
*
Issue #18849: Fixed a Windows-specific tempfile bug where collision with an
Eli Bendersky
2013-09-06
1
-0
/
+7
|
|
|
\
|
|
*
\
Issue #18743: Fix references to non-existant "StringIO" module
Serhiy Storchaka
2013-08-29
1
-27
/
+6
|
|
|
\
\
|
|
|
*
|
Issue #18571: Implementation of the PEP 446: file descriptors and file handles
Victor Stinner
2013-08-28
1
-24
/
+2
|
|
|
*
|
#18705: merge with 3.3.
Ezio Melotti
2013-08-17
1
-1
/
+1
|
|
|
|
\
\
|
|
|
*
|
|
Close #12015: The tempfile module now uses a suffix of 8 random characters
Victor Stinner
2013-08-14
1
-1
/
+1
|
|
|
*
|
|
Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)
Brett Cannon
2013-07-04
1
-2
/
+2
|
|
|
*
|
|
Issue #18200: Update the stdlib (except tests) to use
Brett Cannon
2013-06-13
1
-2
/
+2
|
|
|
*
|
|
Fix for issue #16800: Use buffered write to handle EINTR.
Serhiy Storchaka
2013-02-13
1
-2
/
+2
|
|
|
|
\
\
\
|
|
|
*
\
\
\
Issue #16800: tempfile.gettempdir() no longer left temporary files when
Serhiy Storchaka
2013-02-13
1
-5
/
+8
|
|
|
|
\
\
\
\
|
|
|
*
\
\
\
\
Issue #17169: Restore errno in tempfile exceptions.
Serhiy Storchaka
2013-02-09
1
-4
/
+10
|
|
|
|
\
\
\
\
\
|
|
|
*
\
\
\
\
\
Issue #10355: SpooledTemporaryFile properties now work for unrolled files.
Serhiy Storchaka
2013-02-09
1
-4
/
+5
|
|
|
|
\
\
\
\
\
\
|
|
|
|
*
\
\
\
\
\
Issue #17147. Mention BytesIO in SpooledTemporaryFile documentation.
Serhiy Storchaka
2013-02-09
1
-4
/
+5
|
|
|
|
|
\
\
\
\
\
\
|
|
|
|
|
*
|
|
|
|
|
Issue #16860: In tempfile, use O_CLOEXEC when available to set the
Charles-Fran?ois Natali
2013-01-04
1
-0
/
+2
|
|
|
|
|
*
|
|
|
|
|
Issue #16706: get rid of os.error
Andrew Svetlov
2012-12-18
1
-4
/
+3
*
|
|
|
|
|
|
|
|
|
|
Issue #19077: tempfile.TemporaryDirectory cleanup is now most likely
Serhiy Storchaka
2014-01-27
1
-49
/
+46
|
/
/
/
/
/
/
/
/
/
/
*
|
|
|
|
|
|
|
|
|
Issue #18879: When a method is looked up on a temporary file, avoid closing t...
Antoine Pitrou
2013-12-21
1
-32
/
+64
|
|
_
|
_
|
_
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
Issue #18849: Fixed a Windows-specific tempfile bug where collision with an
Eli Bendersky
2013-09-06
1
-0
/
+7
|
/
/
/
/
/
/
/
/
*
|
|
|
|
|
|
|
Issue #18743: Fix references to non-existant "StringIO" module
Serhiy Storchaka
2013-08-29
1
-1
/
+1
|
|
_
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
*
|
|
|
|
|
|
#18705: fix a number of typos. Patch by F?vry Thibault.
Ezio Melotti
2013-08-17
1
-1
/
+1
|
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
|
|
Fix for issue #16800: Use buffered write to handle EINTR.
Serhiy Storchaka
2013-02-13
1
-2
/
+2
|
\
\
\
\
\
\
|
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Fix for issue #16800: Use buffered write to handle EINTR.
Serhiy Storchaka
2013-02-13
1
-2
/
+2
*
|
|
|
|
|
Issue #16800: tempfile.gettempdir() no longer left temporary files when
Serhiy Storchaka
2013-02-13
1
-5
/
+8
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
|
|
|
|
/
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
[next]