Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
bec04a9032606c7d34c52252b9e3e0ca01e6e6e8
/
Lib
/
test
/
test_file.py
ab91fde
Merged revisions 73715 via svnmerge from
by Georg Brandl
· 15 years ago
4fa88fa
merge the io-c branch: C implementation of the io module
by Benjamin Peterson
· 16 years ago
80072cb
Merged revisions 67908 via svnmerge from
by Skip Montanaro
· 16 years ago
ee8712c
#2621 rename test.test_support to test.support
by Benjamin Peterson
· 16 years ago
53dbe39
Move UserList to collections.
by Raymond Hettinger
· 17 years ago
50da60c
The final occurrences of exception slicing.
by Georg Brandl
· 17 years ago
79b79ee
Patch # 1323 by Amaury Forgeot d'Arc.
by Guido van Rossum
· 17 years ago
e22905a
More changes needed to make things work once bytes and str are truly divorced.
by Guido van Rossum
· 17 years ago
535a5ef
Fix test_file.py. It was passing on OSX for the wrong reason
by Guido van Rossum
· 17 years ago
4b5386f
Add proper tests for closed files to various I/O operations,
by Guido van Rossum
· 17 years ago
7165cb1
Made test_file pass. This meant adding support for read(-1) and read()
by Guido van Rossum
· 17 years ago
ef87d6e
Rip out all the u"..." literals and calls to unicode().
by Guido van Rossum
· 18 years ago
a18af4e
PEP 3114: rename .next() to .__next__() and add next() builtin.
by Georg Brandl
· 18 years ago
ca477b2
When removing indexing/slicing on exceptions some places were changed
by Brett Cannon
· 18 years ago
ba7bf49
Remove the ability to slice/index on exceptions per PEP 352.
by Brett Cannon
· 18 years ago
79139b2
Kill off softspace completely (except in formatter.py which seems to have
by Guido van Rossum
· 18 years ago
be19ed7
Fix most trivially-findable print statements.
by Guido van Rossum
· 18 years ago
b940e11
SF patch 1631942 by Collin Winter:
by Guido van Rossum
· 18 years ago
0e3f591
Merged revisions 46753-51188 via svnmerge from
by Thomas Wouters
· 18 years ago
73e5a5b
Merge the rest of the trunk.
by Thomas Wouters
· 18 years ago
477c8d5
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
by Thomas Wouters
· 18 years ago
d624f18
Added much functionality to the bytes type.
by Guido van Rossum
· 19 years ago
49fd7fa
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
by Thomas Wouters
· 19 years ago
7096760
Get rid of xreadlines() (methods).
by Neal Norwitz
· 19 years ago
cffcfed
New test code failed to close the file. This caused
by Tim Peters
· 19 years ago
c45251a
SF patch #1397960: When mixing file-iteration and
by Thomas Wouters
· 19 years ago
a716eab
Revert r41662 and the part of 41552 that originally caused the problem
by Neal Norwitz
· 19 years ago
ec77645
mwh spotted a copied error message, make it unique (and correct)
by Neal Norwitz
· 19 years ago
a6fc397
Fix SF #1373161, r41552 broke test_file on OS X
by Neal Norwitz
· 19 years ago
fcf4435
Improve test coverage. Hope the test_file changes work the same on windows.
by Neal Norwitz
· 19 years ago
bbf12ba
Disallow opening files with modes 'aU' or 'wU' as specified by PEP
by Skip Montanaro
· 19 years ago
b180c06
Fix tests dependent on the exception raised by non-settable descriptors.
by Barry Warsaw
· 20 years ago
cb87bc8
Add weakref support to array.array and file objects.
by Raymond Hettinger
· 20 years ago
4e10ed3
If a file is opened with an explicit buffer size >= 1, repeated
by Andrew MacIntyre
· 21 years ago
f1827cf
SF bug 801631: file.truncate fault on windows.
by Tim Peters
· 21 years ago
015dd82
Somewhere along the way, the softspace attr of file objects became read-
by Tim Peters
· 22 years ago
3c668c1
Add next and __iter__ to the list of file methods that should raise
by Guido van Rossum
· 22 years ago
408b6d3
Complete the absolute import patch for the test suite. All relative
by Barry Warsaw
· 22 years ago
f90ae20
Patch #488073: AtheOS port.
by Martin v. Löwis
· 22 years ago
b1295da
There is no TestError, use TestFailed appropriately
by Neal Norwitz
· 23 years ago
62f5a9d
Convert file.readinto() to stop using METH_OLDARGS & PyArg_Parse.
by Neal Norwitz
· 23 years ago
653d85f
SF Patch #494867 test file methods
by Neal Norwitz
· 23 years ago
734c7fb
Fiddle with new test cases -- verify that we get a sensible error
by Jeremy Hylton
· 23 years ago
41c8321
Fix SF buf #476953: Bad more for opening file gives bad msg.
by Jeremy Hylton
· 23 years ago
3661908
This patch removes all uses of "assert" in the regression test suite
by Marc-André Lemburg
· 24 years ago
2ec80fa
Clean up the temporary file when done with it.
by Fred Drake
· 24 years ago
fa44d79
New test suite for file objects by Jeremy Hilton. This will need
by Marc-André Lemburg
· 24 years ago