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
/
bufferedio.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Modules/_io/bufferedio.c (buffered_dealloc_warn): Make it static.
Matthias Klose
2010-11-16
1
-1/+1
*
Issue #10180: Pickling file objects is now explicitly forbidden, since
Antoine Pitrou
2010-11-05
1
-0/+14
*
Issue #10093: ResourceWarnings are now issued when files and sockets are
Antoine Pitrou
2010-10-29
1
-1/+30
*
Issue #9617: Signals received during a low-level write operation aren't
Antoine Pitrou
2010-08-21
1
-0/+10
*
Issue #9550: a BufferedReader could issue an additional read when the
Antoine Pitrou
2010-08-11
1
-1/+4
*
Issue #9448: Fix a leak of OS resources (mutexes or semaphores) when
Antoine Pitrou
2010-08-01
1
-0/+2
*
Merged revisions 80720 via svnmerge from
Antoine Pitrou
2010-05-03
1
-5/+1
*
Merged revisions 76805 via svnmerge from
Benjamin Peterson
2009-12-13
1
-4/+2
*
Merged revisions 76502 via svnmerge from
Mark Dickinson
2009-11-24
1
-2/+4
*
Merged revisions 76007 via svnmerge from
Antoine Pitrou
2009-11-01
1
-3/+5
*
Merged revisions 75939 via svnmerge from
Mark Dickinson
2009-10-29
1
-4/+2
*
Merged revisions 75879 via svnmerge from
Mark Dickinson
2009-10-27
1
-2/+2
*
Merged revisions 75728 via svnmerge from
Mark Dickinson
2009-10-26
1
-2/+4
*
Merged revisions 75258 via svnmerge from
Amaury Forgeot d'Arc
2009-10-05
1
-6/+7
*
Merged revisions 74336 via svnmerge from
Antoine Pitrou
2009-08-06
1
-0/+13
*
move to a naming scheme with all lowercase and underscores
Benjamin Peterson
2009-06-12
1
-303/+301
*
Issue #5761: Add the name of the underlying file to the repr() of various IO ...
Antoine Pitrou
2009-05-23
1
-3/+24
*
implement a detach() method for BufferedIOBase and TextIOBase #5883
Benjamin Peterson
2009-05-01
1
-4/+52
*
use NULL for the ends of tables
Benjamin Peterson
2009-04-19
1
-4/+4
*
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
*
Issue 5682: Move _io module into its own subdirectory.
Alexandre Vassalotti
2009-04-04
1
-0/+2139