| Commit message (Expand) | Author | Age | Files | Lines |
* | [3.10] bpo-25130: Add calls of gc.collect() in tests to support PyPy (GH-2800... | Serhiy Storchaka | 2021-09-08 | 1 | -0/+2 |
|
|
* | bpo-14853: add back the stdin test, skip if stdin is redirected (GH-27694) | Miss Islington (bot) | 2021-08-10 | 1 | -0/+16 |
|
|
* | bpo-43651: Fix EncodingWarning in test_file and test_file_eintr (GH-25109) | Inada Naoki | 2021-04-01 | 1 | -1/+1 |
|
|
* | bpo-40275: Use new test.support helper submodules in tests (GH-21315) | Hai Shi | 2020-07-06 | 1 | -5/+6 |
|
|
* | bpo-32236: open() emits RuntimeWarning if buffering=1 for binary mode (GH-4842) | Alexey Izbyshev | 2018-10-20 | 1 | -13/+24 |
|
|
* | bpo-34031: fix incorrect usage of self.fail in two tests (GH-8091) | Bradley Laney | 2018-07-10 | 1 | -2/+1 |
|
|
* | bpo-33751: Fix test_file. (GH-7378) | Serhiy Storchaka | 2018-06-05 | 1 | -84/+78 |
|
|
* | Issue #23277: Remove unused support.run_unittest import. | Serhiy Storchaka | 2016-04-24 | 1 | -1/+1 |
|
|
* | Issue #20557: Use specific asserts in io tests. | Serhiy Storchaka | 2015-08-02 | 1 | -2/+2 |
|\ |
|
| * | Issue #20557: Use specific asserts in io tests. | Serhiy Storchaka | 2015-08-02 | 1 | -2/+2 |
|
|
* | | - Issue #2091: error correctly on open() with mode 'U' and '+' | Robert Collins | 2015-07-25 | 1 | -1/+1 |
|/ |
|
* | #14853: merge with 3.3. | Ezio Melotti | 2013-07-25 | 1 | -10/+0 |
|\ |
|
| * | #14853: remove test that was making too many assumptions about stdin. Patch ... | Ezio Melotti | 2013-07-25 | 1 | -10/+0 |
|
|
* | | #17163: merge with 3.3. | Ezio Melotti | 2013-02-15 | 1 | -14/+10 |
|\ \
| |/ |
|
| * | #17163: test_file now works with unittest test discovery. Patch by Zachary W... | Ezio Melotti | 2013-02-15 | 1 | -14/+10 |
|
|
* | | Replace IOError with OSError (#16715) | Andrew Svetlov | 2012-12-25 | 1 | -5/+5 |
|/ |
|
* | #9424: Replace deprecated assert* methods in the Python test suite. | Ezio Melotti | 2010-11-20 | 1 | -7/+7 |
|
|
* | Fix resource warning in test_file. Patch by Brian Brazil. | Antoine Pitrou | 2010-10-30 | 1 | -0/+2 |
|
|
* | Issue #8990: array.fromstring() and array.tostring() get renamed to | Antoine Pitrou | 2010-09-01 | 1 | -2/+2 |
|
|
* | Merged revisions 79024 via svnmerge from | Ezio Melotti | 2010-03-18 | 1 | -1/+1 |
|
|
* | Merged revisions 78093 via svnmerge from | Georg Brandl | 2010-03-14 | 1 | -1/+1 |
|
|
* | Remove AtheOS support, as per PEP 11 (which claims that all code was removed ... | Antoine Pitrou | 2009-10-24 | 1 | -2/+1 |
|
|
* | convert old fail* assertions to assert* | Benjamin Peterson | 2009-06-30 | 1 | -4/+4 |
|
|
* | merge the io-c branch: C implementation of the io module | Benjamin Peterson | 2009-03-04 | 1 | -15/+32 |
|
|
* | Merged revisions 67908 via svnmerge from | Skip Montanaro | 2008-12-23 | 1 | -0/+2 |
|
|
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -1/+1 |
|
|
* | Move UserList to collections. | Raymond Hettinger | 2008-02-12 | 1 | -1/+1 |
|
|
* | The final occurrences of exception slicing. | Georg Brandl | 2008-01-06 | 1 | -1/+1 |
|
|
* | Patch # 1323 by Amaury Forgeot d'Arc. | Guido van Rossum | 2007-10-25 | 1 | -7/+6 |
|
|
* | More changes needed to make things work once bytes and str are truly divorced. | Guido van Rossum | 2007-08-27 | 1 | -3/+3 |
|
|
* | Fix test_file.py. It was passing on OSX for the wrong reason | Guido van Rossum | 2007-07-10 | 1 | -2/+2 |
|
|
* | Add proper tests for closed files to various I/O operations, | Guido van Rossum | 2007-07-10 | 1 | -10/+20 |
|
|
* | Made test_file pass. This meant adding support for read(-1) and read() | Guido van Rossum | 2007-07-10 | 1 | -57/+32 |
|
|
* | Rip out all the u"..." literals and calls to unicode(). | Guido van Rossum | 2007-05-02 | 1 | -1/+1 |
|
|
* | PEP 3114: rename .next() to .__next__() and add next() builtin. | Georg Brandl | 2007-04-21 | 1 | -3/+3 |
|
|
* | When removing indexing/slicing on exceptions some places were changed | Brett Cannon | 2007-03-21 | 1 | -1/+1 |
|
|
* | Remove the ability to slice/index on exceptions per PEP 352. | Brett Cannon | 2007-02-27 | 1 | -1/+1 |
|
|
* | Kill off softspace completely (except in formatter.py which seems to have | Guido van Rossum | 2007-02-09 | 1 | -4/+0 |
|
|
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 | 1 | -2/+2 |
|
|
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 | 1 | -2/+2 |
|
|
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -30/+48 |
|
|
* | Merge the rest of the trunk. | Thomas Wouters | 2006-06-08 | 1 | -343/+312 |
|
|
* | Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. | Thomas Wouters | 2006-05-27 | 1 | -1/+1 |
|
|
* | Added much functionality to the bytes type. | Guido van Rossum | 2006-04-24 | 1 | -4/+15 |
|
|
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -5/+11 |
|
|
* | Get rid of xreadlines() (methods). | Neal Norwitz | 2006-03-17 | 1 | -1/+1 |
|
|
* | 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 |
|
|