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-12 07:30:13 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
bfce0f977d20be0781f2b6f201ec309a67bf6099
cpython
/
Modules
/
_io
T
History
Steve Dower
bfce0f977d
Issue
#28768
: Fix implicit declaration of function _setmode. Patch by Masayuki Yamamoto
2016-12-28 15:41:09 -08:00
..
clinic
Issue
#27810
: Regenerate Argument Clinic.
2016-09-11 21:25:45 +03:00
_iomodule.c
Merge from 3.5.
2016-12-07 13:31:47 +02:00
_iomodule.h
Issue
#28217
: Adds _testconsole module to test console input. Fixes some issues found by the tests.
2016-10-03 09:04:58 -07:00
bufferedio.c
…
bytesio.c
…
fileio.c
Issue
#28768
: Fix implicit declaration of function _setmode. Patch by Masayuki Yamamoto
2016-12-28 15:41:09 -08:00
iobase.c
Issue
#27895
: Spelling fixes (Contributed by Ville Skyttä).
2016-09-07 12:03:06 +00:00
stringio.c
Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize
2016-11-20 09:13:07 +02:00
textio.c
Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize
2016-11-20 09:13:07 +02:00
winconsoleio.c
Issue
#28701
: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString.
2016-11-16 10:19:20 +02:00