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-23 21:02:58 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
d894027ec1321c2ca5c13d6dad6ef920962caff4
cpython
/
Modules
/
_io
T
History
Serhiy Storchaka
247789cee9
Issue
#24007
: Argument Clinic now writes the format of PyArg_Parse*() at the
...
same line as function name.
2015-04-24 00:40:51 +03:00
..
clinic
Issue
#24007
: Argument Clinic now writes the format of PyArg_Parse*() at the
2015-04-24 00:40:51 +03:00
_iomodule.c
Issue
#20175
: Converted the _io module to Argument Clinic.
2015-04-16 11:19:43 +03:00
_iomodule.h
Issue
#22883
: Got rid of outdated references to PyInt and PyString in comments.
2015-02-17 10:14:30 +02:00
bufferedio.c
Issue
#20175
: Converted the _io module to Argument Clinic.
2015-04-16 11:19:43 +03:00
bytesio.c
Issue
#20175
: Converted the _io module to Argument Clinic.
2015-04-16 11:19:43 +03:00
fileio.c
Issue
#23908
: os functions now reject paths with embedded null character
2015-04-20 10:12:28 +03:00
iobase.c
Issue
#20175
: Converted the _io module to Argument Clinic.
2015-04-16 11:19:43 +03:00
stringio.c
Issue
#20175
: Converted the _io module to Argument Clinic.
2015-04-16 11:19:43 +03:00
textio.c
Use PyArg_ParseTuple (new API) instead of PyArg_Parse (old API) for parsing tuples.
2015-04-19 20:38:19 +03:00