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
/
_iomodule.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #15989: Fix several occurrences of integer overflow
Serhiy Storchaka
2013-01-19
1
-3/+4
*
Issue #16714: use 'raise' exceptions, don't 'throw'.
Andrew Svetlov
2012-12-18
1
-1/+1
*
#15796: Fix \n in readline docstring. Patch by Serhiy Storchaka.
Ezio Melotti
2012-09-18
1
-1/+1
*
open() / TextIOWrapper doc: make it explicit than newline='\n' doesn't
Victor Stinner
2012-08-03
1
-3/+3
*
Fix typo in “seperat{or,ion}”
Éric Araujo
2012-02-26
1
-1/+1
*
Fix the _io module leaking references when a sub-interpreter is created.
Antoine Pitrou
2012-01-18
1
-48/+36
*
In open(), only set the buffer size from st.st_blksize when it is greater
Antoine Pitrou
2010-10-27
1
-1/+1
*
Issue #5506: BytesIO objects now have a getbuffer() method exporting a
Antoine Pitrou
2010-09-06
1
-0/+2
*
#9184: fix default value for "buffering" param of open().
Georg Brandl
2010-07-11
1
-1/+1
*
#7417: add signature to open() docstring.
Georg Brandl
2009-12-23
1
-0/+3
*
Merged revisions 76896,76898 via svnmerge from
Antoine Pitrou
2009-12-19
1
-4/+14
*
Merged revisions 76805 via svnmerge from
Benjamin Peterson
2009-12-13
1
-0/+26
*
move to a naming scheme with all lowercase and underscores
Benjamin Peterson
2009-06-12
1
-4/+4
*
Issue #5006: Better handling of unicode byte-order marks (BOM) in the io libr...
Antoine Pitrou
2009-05-14
1
-0/+6
*
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
1
-0/+760