GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/pypy.git
master
py3.7
Gentoo fork of PyPy
Python project <python@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pypy
/
module
/
_file
Commit message (
Expand
)
Author
Age
Files
Lines
*
unicode endian test issue in pypy module
Richard Plangger
2016-01-22
1
-1
/
+5
*
Skip this test on 32-bit
Armin Rigo
2015-12-18
1
-1
/
+7
*
more encoding problems
Carl Friedrich Bolz
2015-10-30
1
-2
/
+6
*
Issue #2166: the 'read' function in C returns a ssize_t. Checking if
Armin Rigo
2015-10-20
2
-1
/
+13
*
Write an optimized version of file.readinto(). Some code duplication is
Armin Rigo
2015-08-06
2
-15
/
+92
*
(fijal, arigo)
Armin Rigo
2015-07-30
1
-1
/
+2
*
implement file.readlines more efficiently by not wrapping every individual
Carl Friedrich Bolz
2015-06-29
1
-1
/
+1
*
Fix on OS/X: match the behavior of CPython.
Armin Rigo
2015-05-26
1
-3
/
+13
*
Add a clearer interface
Armin Rigo
2015-02-15
1
-3
/
+3
*
Test (thanks vpelletier on irc) and fix for a case where we'd propagate
Armin Rigo
2015-02-15
2
-6
/
+17
*
Obscure one-time crash of the test: maybe the file descriptor 42 was in use?
Armin Rigo
2014-11-20
1
-2
/
+2
*
Rename 'rctime' to plain 'time'.
Amaury Forgeot d'Arc
2014-11-12
1
-3
/
+3
*
Issue 1895: test and fix for the file's locks on multithreaded apps with fork()
Armin Rigo
2014-11-03
1
-2
/
+6
*
Port the test from 2b5071286e03 here as well, in case we decide
Armin Rigo
2014-10-30
1
-0
/
+18
*
check file mode before read/write
Brian Kearns
2014-08-29
2
-9
/
+25
*
reenable these tests, work on buildbot?
Brian Kearns
2014-08-29
1
-4
/
+0
*
fix this test against cpython on win32
Brian Kearns
2014-08-29
1
-7
/
+9
*
skip these on windows, crash
Brian Kearns
2014-08-29
1
-0
/
+4
*
check fd compatibility with mode in fdopen_as_stream
Brian Kearns
2014-08-27
1
-3
/
+3
*
fix behavior of flush/close after write errors in line buffered streamio
Brian Kearns
2014-08-27
1
-0
/
+3
*
some failing file tests to fix
Brian Kearns
2014-08-24
1
-0
/
+11
*
fix file.writelines handling of buffers
Brian Kearns
2014-08-23
2
-4
/
+8
*
imports of random now require _struct
Philip Jenvey
2014-08-22
1
-3
/
+4
*
Translation fix for 3777204fff8e
Armin Rigo
2014-05-19
1
-4
/
+6
*
check types in file.writelines before writing
Brian Kearns
2014-04-25
2
-14
/
+17
*
test/fix file.writelines(buffer) behavior to match CPython
Brian Kearns
2014-04-25
2
-1
/
+27
*
fix usage of bufferstr_w in _file
Brian Kearns
2014-04-23
1
-3
/
+8
*
merge default
Brian Kearns
2014-04-22
4
-6
/
+19
|
\
|
*
Yet another attempt to unravel the mess that 6dac6407412f exposed.
Armin Rigo
2014-04-16
1
-5
/
+10
|
*
call check_not_dir in fdopen
Brian Kearns
2014-04-09
1
-0
/
+1
|
*
fix test, now raises cpython compatible IOError
Matti Picus
2014-04-03
1
-1
/
+1
|
*
a failing test, and the simplest possible fix
Matti Picus
2014-03-31
1
-0
/
+7
*
|
get tests passing
Brian Kearns
2014-03-21
1
-1
/
+1
|
/
*
more unused
Brian Kearns
2014-03-18
1
-2
/
+1
*
skip this test on older cpythons
Brian Kearns
2014-03-17
1
-0
/
+4
*
fix signal_checker, use in streamio
Brian Kearns
2014-03-07
1
-5
/
+7
*
another approach
Brian Kearns
2014-03-07
1
-1
/
+7
*
wip: checksignals in _file
Brian Kearns
2014-03-07
1
-2
/
+3
*
cleanup
Brian Kearns
2014-03-05
1
-9
/
+3
*
typo
Brian Kearns
2014-03-03
1
-1
/
+1
*
fix test_file failures on windows
Brian Kearns
2014-03-03
2
-5
/
+5
*
fix fileio modes
Brian Kearns
2014-03-01
1
-1
/
+0
*
merge default
Brian Kearns
2014-03-01
1
-3
/
+2
|
\
|
*
shorten operationerrfmt -> oefmt to ease its use all over the place
Philip Jenvey
2014-02-03
1
-3
/
+2
*
|
Merged default into 2.7.4
Alex Gaynor
2013-08-18
3
-13
/
+20
|
\
|
|
*
space.isinstance -> space.isinstance_w
Philip Jenvey
2013-08-15
1
-4
/
+4
|
*
Fixed #1582 -- Corrected the behavior of file.seek(X, os.SEEK_CUR) when it ra...
Alex Gaynor
2013-08-12
1
-0
/
+18
|
*
Remove ootype support from pypy
Ronan Lamy
2013-07-25
1
-12
/
+0
*
|
test and fix for repr(file) to escape file name (cpython issue14161)
Brian Kearns
2013-04-09
2
-7
/
+10
|
/
*
merge remove-list-smm, that removes two of ANY_ANY_ANY
Maciej Fijalkowski
2013-03-22
2
-6
/
+8
|
\
[next]