This website requires JavaScript.
Explore
Help
Register
Sign In
PublicArchive
/
cpython
Watch
2
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-05-11 15:12:20 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
6f5b6d7e8f8aa5ed94dea62a7fd1df57b8fd713d
cpython
/
Modules
/
_io
T
History
Charles-François Natali
d612de10e5
Issue
#12760
: Refer to the new 'x' open mode as "exclusive creation" mode.
2012-01-14 11:51:00 +01:00
..
_iomodule.c
Issue
#12760
: Add a create mode to open(). Patch by David Townshend.
2012-01-09 22:40:02 +01:00
_iomodule.h
PEP 3151 / issue
#12555
: reworking the OS and IO exception hierarchy.
2011-10-12 02:54:14 +02:00
bufferedio.c
Issue
#13322
: Fix BufferedWriter.write() to ensure that BlockingIOError is
2011-11-21 20:22:01 +01:00
bytesio.c
Issue
#8914
: fix various warnings from the Clang static analyzer v254.
2011-02-22 20:15:44 +00:00
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