| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 86596 via svnmerge from | Ezio Melotti | 2010-11-21 | 1 | -7/+7 |
|
|
* | Use "x in y" instead of y.find(x) != -1. | Ezio Melotti | 2010-03-17 | 1 | -1/+1 |
|
|
* | Remove unused imports in test modules. | Georg Brandl | 2010-02-07 | 1 | -1/+1 |
|
|
* | #7092: Silence more py3k warnings. Patch by Florent Xicluna. | Ezio Melotti | 2010-02-03 | 1 | -1/+1 |
|
|
* | Reverting the Revision: 77368. I committed Flox's big patch for tests by | Senthil Kumaran | 2010-01-08 | 1 | -1/+1 |
|
|
* | Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. ... | Senthil Kumaran | 2010-01-08 | 1 | -1/+1 |
|
|
* | convert usage of fail* to assert* | Benjamin Peterson | 2009-06-30 | 1 | -4/+4 |
|
|
* | Try to restore the old test_file and test_univnewlines as new, different files | Antoine Pitrou | 2009-06-12 | 1 | -0/+3 |
|
|
* | Issue #6215: backport the 3.1 io lib | Antoine Pitrou | 2009-06-12 | 1 | -326/+95 |
|
|
* | issue 4804: Provide checks for the format string of strftime, and for the "m... | Kristján Valur Jónsson | 2009-02-04 | 1 | -1/+1 |
|
|
* | #4764 set IOError.filename when trying to open a directory on POSIX platforms | Benjamin Peterson | 2008-12-29 | 1 | -0/+13 |
|
|
* | As a result of a regression that snuck into 2.5.3 add a test case that | Skip Montanaro | 2008-12-23 | 1 | -0/+2 |
|
|
* | Issue 4597: Fix several cases in EvalFrameEx where an exception could be | Jeffrey Yasskin | 2008-12-08 | 1 | -0/+14 |
|
|
* | #3965: on Windows, open() crashes if the filename or the mode is invalid, | Amaury Forgeot d'Arc | 2008-09-25 | 1 | -0/+10 |
|
|
* | #3242: fix a crash in "print", if sys.stdout is set to a custom object, | Amaury Forgeot d'Arc | 2008-07-01 | 1 | -1/+19 |
|
|
* | Make file objects as thread safe as the underlying libc FILE* implementation. | Gregory P. Smith | 2008-04-06 | 1 | -1/+167 |
|
|
* | #2067: file.__exit__() now calls subclasses' close() method. | Georg Brandl | 2008-02-23 | 1 | -1/+17 |
|
|
* | Test file.__exit__. | Georg Brandl | 2006-06-09 | 1 | -1/+11 |
|
|
* | Fix grammar and reflow | Neal Norwitz | 2006-06-09 | 1 | -2/+2 |
|
|
* | testUnicodeOpen(): I have no idea why, but making this | Tim Peters | 2006-06-09 | 1 | -1/+8 |
|
|
* | AutoFileTests.tearDown(): Removed mysterious undocumented | Tim Peters | 2006-06-09 | 1 | -27/+28 |
|
|
* | Whitespace normalization. | Tim Peters | 2006-06-09 | 1 | -1/+1 |
|
|
* | Convert test_file to unittest. | Georg Brandl | 2006-06-08 | 1 | -332/+305 |
|
|
* | Bug #1462152: file() now checks more thoroughly for invalid mode | Georg Brandl | 2006-05-18 | 1 | -1/+1 |
|
|
* | Skip the test for sys.stdin.seek(-1) on OSF/1 (Tru64) since it does Bad Things | Neal Norwitz | 2006-04-03 | 1 | -5/+11 |
|
|
* | New test code failed to close the file. This caused | Tim Peters | 2006-02-14 | 1 | -13/+12 |
|
|
* | SF patch #1397960: When mixing file-iteration and | Thomas Wouters | 2006-02-12 | 1 | -1/+111 |
|
|
* | Revert r41662 and the part of 41552 that originally caused the problem | Neal Norwitz | 2005-12-15 | 1 | -7/+0 |
|
|
* | mwh spotted a copied error message, make it unique (and correct) | Neal Norwitz | 2005-12-05 | 1 | -1/+1 |
|
|
* | Fix SF #1373161, r41552 broke test_file on OS X | Neal Norwitz | 2005-12-05 | 1 | -1/+1 |
|
|
* | Improve test coverage. Hope the test_file changes work the same on windows. | Neal Norwitz | 2005-11-27 | 1 | -0/+33 |
|
|
* | Disallow opening files with modes 'aU' or 'wU' as specified by PEP | Skip Montanaro | 2005-05-20 | 1 | -0/+10 |
|
|
* | Fix tests dependent on the exception raised by non-settable descriptors. | Barry Warsaw | 2005-04-20 | 1 | -2/+2 |
|
|
* | Add weakref support to array.array and file objects. | Raymond Hettinger | 2004-05-31 | 1 | -0/+15 |
|
|
* | If a file is opened with an explicit buffer size >= 1, repeated | Andrew MacIntyre | 2004-04-04 | 1 | -0/+17 |
|
|
* | SF bug 801631: file.truncate fault on windows. | Tim Peters | 2003-09-07 | 1 | -0/+28 |
|
|
* | Somewhere along the way, the softspace attr of file objects became read- | Tim Peters | 2003-05-04 | 1 | -0/+20 |
|
|
* | Add next and __iter__ to the list of file methods that should raise | Guido van Rossum | 2002-08-06 | 1 | -1/+3 |
|
|
* | Complete the absolute import patch for the test suite. All relative | Barry Warsaw | 2002-07-30 | 1 | -1/+1 |
|
|
* | Patch #488073: AtheOS port. | Martin v. Löwis | 2002-06-11 | 1 | -1/+6 |
|
|
* | There is no TestError, use TestFailed appropriately | Neal Norwitz | 2002-04-01 | 1 | -8/+8 |
|
|
* | Convert file.readinto() to stop using METH_OLDARGS & PyArg_Parse. | Neal Norwitz | 2002-04-01 | 1 | -0/+15 |
|
|
* | SF Patch #494867 test file methods | Neal Norwitz | 2002-01-01 | 1 | -0/+29 |
|
|
* | Fiddle with new test cases -- verify that we get a sensible error | Jeremy Hylton | 2001-11-09 | 1 | -4/+7 |
|
|
* | Fix SF buf #476953: Bad more for opening file gives bad msg. | Jeremy Hylton | 2001-11-09 | 1 | -0/+11 |
|
|
* | This patch removes all uses of "assert" in the regression test suite | Marc-André Lemburg | 2001-01-17 | 1 | -2/+2 |
|
|
* | Clean up the temporary file when done with it. | Fred Drake | 2000-10-23 | 1 | -0/+4 |
|
|
* | New test suite for file objects by Jeremy Hilton. This will need | Marc-André Lemburg | 2000-08-25 | 1 | -0/+45 |
|
|