| Commit message (Expand) | Author | Age | Files | Lines |
* | 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-12 | 1 | -2/+2 |
|\ |
|
| * | Fix for issue #16800: Use buffered write to handle EINTR. | Serhiy Storchaka | 2013-02-12 | 1 | -2/+2 |
|
|
* | | Issue #16800: tempfile.gettempdir() no longer left temporary files when | Serhiy Storchaka | 2013-02-12 | 1 | -5/+8 |
|\ \
| |/ |
|
| * | Issue #16800: tempfile.gettempdir() no longer left temporary files when | Serhiy Storchaka | 2013-02-12 | 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 | -10/+20 |
|\ \
| |/ |
|
| * | Issue #10355: SpooledTemporaryFile properties now work for unrolled files. | Serhiy Storchaka | 2013-02-09 | 1 | -10/+20 |
|
|
* | | Issue #17147. Mention BytesIO in SpooledTemporaryFile documentation. | Serhiy Storchaka | 2013-02-09 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Issue #17147. Mention BytesIO in SpooledTemporaryFile documentation. | Serhiy Storchaka | 2013-02-09 | 1 | -2/+2 |
|
|
* | | Issue #16714: use 'raise' exceptions, don't 'throw'. | Andrew Svetlov | 2012-12-18 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Issue #16714: use 'raise' exceptions, don't 'throw'. | Andrew Svetlov | 2012-12-18 | 1 | -1/+1 |
|
|
* | | Issue #12856: Ensure child processes do not inherit the parent's random seed ... | Antoine Pitrou | 2011-11-25 | 1 | -2/+7 |
|\ \
| |/ |
|
| * | Issue #12856: Ensure child processes do not inherit the parent's random seed ... | Antoine Pitrou | 2011-11-25 | 1 | -2/+7 |
|
|
* | | Issue #9957: SpooledTemporaryFile.truncate() now accepts an optional size par... | Antoine Pitrou | 2011-11-25 | 1 | -2/+7 |
|
|
* | | Remove no-op code from previous commit. | Florent Xicluna | 2011-10-28 | 1 | -4/+1 |
|
|
* | | Simplify and remove few dependencies on 'errno', thanks to PEP 3151. | Florent Xicluna | 2011-10-28 | 1 | -24/+18 |
|
|
* | | Issue #12464: tempfile.TemporaryDirectory.cleanup() should not follow symlinks: | Charles-François Natali | 2011-07-29 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | Issue #12464: tempfile.TemporaryDirectory.cleanup() should not follow symlinks: | Charles-François Natali | 2011-07-29 | 1 | -1/+2 |
|
|
* | | #10354: remove last public mentions of 'template' and comment as private. | R David Murray | 2011-06-23 | 1 | -2/+2 |
|/ |
|
* | Issue #10188 (partial resolution): tidy up some behaviour in the new tempfile... | Nick Coghlan | 2010-12-12 | 1 | -8/+27 |
|
|
* | Avoid AttributeError(_closed) when a TemporaryDirectory is deallocated whose ... | Georg Brandl | 2010-12-11 | 1 | -0/+2 |
|
|
* | Simplify code | Raymond Hettinger | 2010-11-09 | 1 | -14/+3 |
|
|
* | Issue 5178: Add tempfile.TemporaryDirectory (original patch by Neil Schemenauer) | Nick Coghlan | 2010-10-24 | 1 | -1/+64 |
|
|
* | #6077: on Windows, fix truncation of a tempfile.TemporaryFile opened in "wt+"... | Amaury Forgeot d'Arc | 2009-11-30 | 1 | -10/+3 |
|
|
* | Merged revisions 73744 via svnmerge from | Benjamin Peterson | 2009-07-01 | 1 | -1/+1 |
|
|
* | Merged revisions 73710 via svnmerge from | Benjamin Peterson | 2009-06-30 | 1 | -0/+3 |
|
|
* | Fixed test_tempfile. | Alexandre Vassalotti | 2008-06-12 | 1 | -1/+1 |
|
|
* | Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875. | Georg Brandl | 2008-05-25 | 1 | -2/+2 |
|
|
* | Merged revisions 63119-63128,63130-63131,63133,63135-63144,63146-63148,63151-... | Alexandre Vassalotti | 2008-05-16 | 1 | -13/+1 |
|
|
* | Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,... | Christian Heimes | 2008-05-04 | 1 | -9/+4 |
|
|
* | As Guido says | Christian Heimes | 2008-02-28 | 1 | -2/+2 |
|
|
* | iter() doesn't use __getattr__ to find an __iter__ method. I'm not sure if th... | Christian Heimes | 2008-02-28 | 1 | -0/+4 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-09 | 1 | -2/+33 |
|
|
* | Merging the py3k-pep3137 branch back into the py3k branch. | Guido van Rossum | 2007-11-06 | 1 | -1/+1 |
|
|
* | fix typo | Fred Drake | 2007-10-29 | 1 | -1/+1 |
|
|
* | Issue 1340 by Amaury Forgeot d'Arc (with help from Christian Heimes, | Guido van Rossum | 2007-10-29 | 1 | -1/+4 |
|
|
* | Fix exception indexing. | Georg Brandl | 2007-10-22 | 1 | -1/+1 |
|
|
* | Raise statement normalization in Lib/. | Collin Winter | 2007-08-30 | 1 | -5/+5 |
|
|
* | Patch # 1033 by Adam Hupp: | Guido van Rossum | 2007-08-28 | 1 | -14/+27 |
|
|
* | some RiscOS stuff I missed before (was only looking for "RISCOS") | Skip Montanaro | 2007-08-17 | 1 | -3/+0 |
|
|
* | Patch suggested Paul Colomiets fixes test_threaded_import.py. | Guido van Rossum | 2007-08-13 | 1 | -2/+2 |
|
|
* | Move tempfile over to the io module. Makes test_threaded_import pass. | Brett Cannon | 2007-08-05 | 1 | -3/+3 |
|
|
* | Make test_tempfile.py work. Make SpooledTempFile work in text and binary mode. | Guido van Rossum | 2007-07-09 | 1 | -3/+5 |
|
|
* | Merged revisions 55817-55961 via svnmerge from | Guido van Rossum | 2007-06-13 | 1 | -3/+3 |
|
|
* | Change some uses of cStringIO.StringIO to io.StringIO. | Guido van Rossum | 2007-05-18 | 1 | -4/+1 |
|
|
* | Merged revisions 55007-55179 via svnmerge from | Guido van Rossum | 2007-05-07 | 1 | -4/+4 |
|
|
* | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 | 1 | -7/+124 |
|
|