aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* unicode endian test issue in pypy moduleRichard Plangger2016-01-221-1/+5
* Skip this test on 32-bitArmin Rigo2015-12-181-1/+7
* more encoding problemsCarl Friedrich Bolz2015-10-301-2/+6
* Issue #2166: the 'read' function in C returns a ssize_t. Checking ifArmin Rigo2015-10-202-1/+13
* Write an optimized version of file.readinto(). Some code duplication isArmin Rigo2015-08-062-15/+92
* (fijal, arigo)Armin Rigo2015-07-301-1/+2
* implement file.readlines more efficiently by not wrapping every individualCarl Friedrich Bolz2015-06-291-1/+1
* Fix on OS/X: match the behavior of CPython.Armin Rigo2015-05-261-3/+13
* Add a clearer interfaceArmin Rigo2015-02-151-3/+3
* Test (thanks vpelletier on irc) and fix for a case where we'd propagateArmin Rigo2015-02-152-6/+17
* Obscure one-time crash of the test: maybe the file descriptor 42 was in use?Armin Rigo2014-11-201-2/+2
* Rename 'rctime' to plain 'time'.Amaury Forgeot d'Arc2014-11-121-3/+3
* Issue 1895: test and fix for the file's locks on multithreaded apps with fork()Armin Rigo2014-11-031-2/+6
* Port the test from 2b5071286e03 here as well, in case we decideArmin Rigo2014-10-301-0/+18
* check file mode before read/writeBrian Kearns2014-08-292-9/+25
* reenable these tests, work on buildbot?Brian Kearns2014-08-291-4/+0
* fix this test against cpython on win32Brian Kearns2014-08-291-7/+9
* skip these on windows, crashBrian Kearns2014-08-291-0/+4
* check fd compatibility with mode in fdopen_as_streamBrian Kearns2014-08-271-3/+3
* fix behavior of flush/close after write errors in line buffered streamioBrian Kearns2014-08-271-0/+3
* some failing file tests to fixBrian Kearns2014-08-241-0/+11
* fix file.writelines handling of buffersBrian Kearns2014-08-232-4/+8
* imports of random now require _structPhilip Jenvey2014-08-221-3/+4
* Translation fix for 3777204fff8eArmin Rigo2014-05-191-4/+6
* check types in file.writelines before writingBrian Kearns2014-04-252-14/+17
* test/fix file.writelines(buffer) behavior to match CPythonBrian Kearns2014-04-252-1/+27
* fix usage of bufferstr_w in _fileBrian Kearns2014-04-231-3/+8
* merge defaultBrian Kearns2014-04-224-6/+19
|\
| * Yet another attempt to unravel the mess that 6dac6407412f exposed.Armin Rigo2014-04-161-5/+10
| * call check_not_dir in fdopenBrian Kearns2014-04-091-0/+1
| * fix test, now raises cpython compatible IOErrorMatti Picus2014-04-031-1/+1
| * a failing test, and the simplest possible fixMatti Picus2014-03-311-0/+7
* | get tests passingBrian Kearns2014-03-211-1/+1
|/
* more unusedBrian Kearns2014-03-181-2/+1
* skip this test on older cpythonsBrian Kearns2014-03-171-0/+4
* fix signal_checker, use in streamioBrian Kearns2014-03-071-5/+7
* another approachBrian Kearns2014-03-071-1/+7
* wip: checksignals in _fileBrian Kearns2014-03-071-2/+3
* cleanupBrian Kearns2014-03-051-9/+3
* typoBrian Kearns2014-03-031-1/+1
* fix test_file failures on windowsBrian Kearns2014-03-032-5/+5
* fix fileio modesBrian Kearns2014-03-011-1/+0
* merge defaultBrian Kearns2014-03-011-3/+2
|\
| * shorten operationerrfmt -> oefmt to ease its use all over the placePhilip Jenvey2014-02-031-3/+2
* | Merged default into 2.7.4Alex Gaynor2013-08-183-13/+20
|\|
| * space.isinstance -> space.isinstance_wPhilip Jenvey2013-08-151-4/+4
| * Fixed #1582 -- Corrected the behavior of file.seek(X, os.SEEK_CUR) when it ra...Alex Gaynor2013-08-121-0/+18
| * Remove ootype support from pypyRonan Lamy2013-07-251-12/+0
* | test and fix for repr(file) to escape file name (cpython issue14161)Brian Kearns2013-04-092-7/+10
|/
* merge remove-list-smm, that removes two of ANY_ANY_ANYMaciej Fijalkowski2013-03-222-6/+8
|\