index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_file.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
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