This website requires JavaScript.
Explore
Help
Sign In
traverseda
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
c49f63c176
cpython
/
Modules
/
_io
History
Serhiy Storchaka
1462234baf
[2.7] bpo-8765: Deprecate writing unicode to binary streams in Py3k mode. (GH-11127)
2019-01-15 14:34:48 +02:00
..
_iomodule.c
Issue
#25523
: Correct "a" article to "an" article
2015-11-02 03:37:02 +00:00
_iomodule.h
Issue
#22413
: Document newline effect on StringIO initializer and getvalue
2015-10-10 02:52:30 +00:00
bufferedio.c
[2.7] bpo-8765: Deprecate writing unicode to binary streams in Py3k mode. (GH-11127)
2019-01-15 14:34:48 +02:00
bytesio.c
bpo-31095: Fix potential crash during GC (GH-3197)
2017-09-04 12:31:41 +09:00
fileio.c
[2.7] bpo-8765: Deprecate writing unicode to binary streams in Py3k mode. (GH-11127)
2019-01-15 14:34:48 +02:00
iobase.c
[2.7] bpo-34068: iobase_close could call PyObject_SetAttrString with an exception set (GH-8282). (GH-8312) (GH-8314)
2018-07-17 18:15:46 +03:00
stringio.c
[2.7] bpo-25862: Fix several bugs in the _io module. (GH-8026) (GH-8033)
2018-12-04 12:02:48 +02:00
textio.c
bpo-35504: Fix segfaults and SystemErrors when deleting certain attrs. (GH-11175) (GH-11249)
2018-12-20 19:38:52 +02:00