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
/
Modules
/
_io
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merged revisions 77895-77896 via svnmerge from
Antoine Pitrou
2010-01-31
5
-35/+55
*
Merged revisions 77781-77782 via svnmerge from
Benjamin Peterson
2010-01-27
1
-1/+1
*
Merged revisions 76900 via svnmerge from
Antoine Pitrou
2009-12-19
1
-4/+14
*
Merged revisions 76806,76808 via svnmerge from
Benjamin Peterson
2009-12-13
6
-14/+36
*
Merged revisions 75941 via svnmerge from
Mark Dickinson
2009-10-29
2
-26/+9
*
Merged revisions 75911 via svnmerge from
Mark Dickinson
2009-10-28
1
-1/+1
*
Merged revisions 75907 via svnmerge from
Mark Dickinson
2009-10-28
1
-2/+2
*
Merged revisions 75881 via svnmerge from
Mark Dickinson
2009-10-27
2
-3/+14
*
Merged revisions 75729 via svnmerge from
Mark Dickinson
2009-10-27
2
-8/+14
*
Merged revisions 75009 via svnmerge from
Antoine Pitrou
2009-09-21
2
-7/+7
*
Merged revisions 74582 via svnmerge from
Amaury Forgeot d'Arc
2009-08-29
1
-4/+9
*
Merged revisions 74126,74130-74131,74149,74155,74157,74180-74183,74398 via sv...
Georg Brandl
2009-08-13
2
-10/+37
*
Merged revisions 74316,74335 via svnmerge from
Georg Brandl
2009-08-13
1
-1/+3
*
Merged revisions 74338 via svnmerge from
Antoine Pitrou
2009-08-06
1
-0/+13
*
just throw a normal AttributeError for no buffer attribute
Benjamin Peterson
2009-06-14
1
-9/+0
*
move to a naming scheme with all lowercase and underscores
Benjamin Peterson
2009-06-12
8
-665/+660
*
stop throwing out all errors when PyObject_GetAttr fails
Benjamin Peterson
2009-06-06
1
-6/+19
*
give the C implementation of TextIOWrapper the errors property #6217
Benjamin Peterson
2009-06-06
2
-18/+21
*
Issue #5761: Add the name of the underlying file to the repr() of various IO ...
Antoine Pitrou
2009-05-23
3
-8/+61
*
Merged revisions 72698-72699 via svnmerge from
Hirokazu Yamamoto
2009-05-17
1
-1/+1
*
Silence a compiler warning.
Raymond Hettinger
2009-05-15
1
-1/+1
*
correctly handle invalid operations on streams (like writing on a non-writabl...
Benjamin Peterson
2009-05-14
1
-1/+6
*
Issue #5006: Better handling of unicode byte-order marks (BOM) in the io libr...
Antoine Pitrou
2009-05-14
3
-22/+112
*
Rename utf8b error handler to surrogateescape.
Martin v. Löwis
2009-05-10
1
-1/+1
*
Issue #5915: Implement PEP 383, Non-decodable Bytes in
Martin v. Löwis
2009-05-05
1
-1/+1
*
implement a detach() method for BufferedIOBase and TextIOBase #5883
Benjamin Peterson
2009-05-01
2
-8/+99
*
use NULL for the ends of tables
Benjamin Peterson
2009-04-19
6
-12/+12
*
Issue #5734: BufferedRWPair was poorly tested and had several glaring bugs.
Antoine Pitrou
2009-04-19
1
-19/+24
*
#5502: accelerate binary buffered IO (especially small operations).
Antoine Pitrou
2009-04-11
1
-104/+154
*
Merge revision 71222 from trunk: #5615: make it possible to configure --witho...
Georg Brandl
2009-04-05
1
-0/+11
*
fix typo #5687
Benjamin Peterson
2009-04-05
1
-1/+1
*
Issue 5682: Move _io module into its own subdirectory.
Alexandre Vassalotti
2009-04-04
8
-0/+8923