This website requires JavaScript.
Explore
Help
Sign In
ada
/
cpython
Watch
0
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/AdaCore/cpython.git
synced
2026-02-12 12:57:15 -08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
61baebd0e125ba281c2b1f40c210ce286e2e4f0d
cpython
/
Modules
/
_io
History
Antoine Pitrou
bb5b92d324
Merge refleak fixes from 3.2
2012-01-18 16:19:19 +01:00
..
_iomodule.c
Merge refleak fixes from 3.2
2012-01-18 16:19:19 +01:00
_iomodule.h
…
bufferedio.c
Issue
#13322
: Fix BufferedWriter.write() to ensure that BlockingIOError is
2011-11-21 20:22:01 +01:00
bytesio.c
…
fileio.c
Issue
#12760
: Refer to the new 'x' open mode as "exclusive creation" mode.
2012-01-14 11:51:00 +01:00
iobase.c
Replace {Get,Set,Has}AttrString with *AttrId.
2011-10-14 15:35:36 +02:00
stringio.c
Fix misuse of PyUnicode_GET_SIZE() => PyUnicode_GET_LENGTH()
2011-11-21 02:49:52 +01:00
textio.c
Fix compiler warnings
2011-11-22 02:30:47 +01:00