Logo
Explore Help
Sign In
ada/cpython
0
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
36003003f26d0c30fc15ec4dc3b0d7697dff908e
cpython/Modules/_io
History
Miss Islington (bot) 05acd44ad6 bpo-35062: Fix parsing _io.IncrementalNewlineDecoder's *translate* argument. (GH-10217)
_io.IncrementalNewlineDecoder's initializer possibly assigns out-of-range
value to the bitwise struct field.
(cherry picked from commit b08746bfdf)

Co-authored-by: Xiang Zhang <angwerzx@126.com>
2018-10-31 05:37:06 -07: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
Issue #20699: Document that “io” methods should accept memoryview
2016-06-03 05:59:20 +00: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-32186: Release the GIL during fstat and lseek calls (#4651)
2017-12-07 21:25:39 +01: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
Fix spelling (inital), grammar (may translates) in documentation, comments
2016-04-19 04:03:41 +00:00
textio.c
bpo-35062: Fix parsing _io.IncrementalNewlineDecoder's *translate* argument. (GH-10217)
2018-10-31 05:37:06 -07:00
Powered by Gitea Page: 158ms Template: 12ms
English
English
Licenses API