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
fd39e2a6845f33a74fbb0671c434c0d84a5ec2f3
cpython
/
Modules
/
_io
History
INADA Naoki
4cde4bdcc8
bpo-31095: Fix potential crash during GC (GH-3197)
...
(cherry picked from commit
a6296d34a4
)
2017-09-04 12:31:41 +09: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
Issue
#28768
: Fix implicit declaration of function _setmode. Patch by Masayuki Yamamoto
2016-12-28 15:41:09 -08:00
iobase.c
[2.7] bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() (GH-1096) (GH-1180) (
#1183
)
2017-04-19 22:34:58 +03:00
stringio.c
Fix spelling (inital), grammar (may translates) in documentation, comments
2016-04-19 04:03:41 +00:00
textio.c
[2.7] bpo-31243: Fixed PyArg_ParseTuple failure checks. (GH-3171) (
#3235
)
2017-08-29 19:16:12 +03:00