Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
86b21c190ae6696f2faea6dd25a4a343e771ef02
/
Modules
/
_io
e1b60d4
Merged revisions 75258 via svnmerge from
by Amaury Forgeot d'Arc
· 15 years ago
ca767bd
Merged revisions 75007 via svnmerge from
by Antoine Pitrou
· 15 years ago
ccd686a
Merged revisions 74581 via svnmerge from
by Amaury Forgeot d'Arc
· 15 years ago
a0ceb73
Merged revisions 74336 via svnmerge from
by Antoine Pitrou
· 15 years ago
ba5c743
Issue 5449: Fix io.BytesIO to not accept arbitrary keywords
by Alexandre Vassalotti
· 15 years ago
cf76e1a
Issue #6218: Make io.BytesIO and io.StringIO picklable.
by Alexandre Vassalotti
· 15 years ago
d2bb18b
Issue #6241: Better type checking for the arguments of io.StringIO.
by Alexandre Vassalotti
· 15 years ago
fc47704
Issue #6242: Fix deallocator of io.StringIO and io.BytesIO.
by Alexandre Vassalotti
· 15 years ago
892a37a
Merged revisions 73603 via svnmerge from
by Hirokazu Yamamoto
· 16 years ago
6a38ced
just throw a normal AttributeError for no buffer attribute
by Benjamin Peterson
· 16 years ago
680bf1a
move to a naming scheme with all lowercase and underscores
by Benjamin Peterson
· 16 years ago
2cfca79
stop throwing out all errors when PyObject_GetAttr fails
by Benjamin Peterson
· 16 years ago
0926ad1
give the C implementation of TextIOWrapper the errors property #6217
by Benjamin Peterson
· 16 years ago
716c444
Issue #5761: Add the name of the underlying file to the repr() of various IO objects.
by Antoine Pitrou
· 16 years ago
8223c24
Merged revisions 72698-72699 via svnmerge from
by Hirokazu Yamamoto
· 16 years ago
c3583b2
Silence a compiler warning.
by Raymond Hettinger
· 16 years ago
81971ea
correctly handle invalid operations on streams (like writing on a non-writable one)
by Benjamin Peterson
· 16 years ago
e450185
Issue #5006: Better handling of unicode byte-order marks (BOM) in the io library.
by Antoine Pitrou
· 16 years ago
43c5778
Rename utf8b error handler to surrogateescape.
by Martin v. Löwis
· 16 years ago
011e842
Issue #5915: Implement PEP 383, Non-decodable Bytes in
by Martin v. Löwis
· 16 years ago
d2e0c79
implement a detach() method for BufferedIOBase and TextIOBase #5883
by Benjamin Peterson
· 16 years ago
1fea321
use NULL for the ends of tables
by Benjamin Peterson
· 16 years ago
cf4c749
Issue #5734: BufferedRWPair was poorly tested and had several glaring bugs.
by Antoine Pitrou
· 16 years ago
711af3a
#5502: accelerate binary buffered IO (especially small operations).
by Antoine Pitrou
· 16 years ago
dfd7344
Merge revision 71222 from trunk: #5615: make it possible to configure --without-threads again.
by Georg Brandl
· 16 years ago
8f2b665
fix typo #5687
by Benjamin Peterson
· 16 years ago
8d8d630
Issue 5682: Move _io module into its own subdirectory.
by Alexandre Vassalotti
· 16 years ago