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
bfc6d74b257277d61395ed077e10a6fb9cfb583e
cpython
/
Modules
/
_io
History
Nadeem Vawda
72d6a13413
Merge
#13159
: Replace FileIO's quadratic-time buffer growth algorithm with a linear-time one.
...
Also fix the bz2 module, which suffered from the same problem.
2011-10-13 13:38:14 +02:00
..
_iomodule.c
PEP 3151 / issue
#12555
: reworking the OS and IO exception hierarchy.
2011-10-12 02:54:14 +02:00
_iomodule.h
PEP 3151 / issue
#12555
: reworking the OS and IO exception hierarchy.
2011-10-12 02:54:14 +02:00
bufferedio.c
PEP 3151 / issue
#12555
: reworking the OS and IO exception hierarchy.
2011-10-12 02:54:14 +02:00
bytesio.c
Issue
#8914
: fix various warnings from the Clang static analyzer v254.
2011-02-22 20:15:44 +00:00
fileio.c
Merge
#13159
: Replace FileIO's quadratic-time buffer growth algorithm with a linear-time one.
2011-10-13 13:38:14 +02:00
iobase.c
Add API for static strings, primarily good for identifiers.
2011-10-09 10:38:36 +02:00
stringio.c
Fix misuse of PyUnicode_GET_SIZE, use PyUnicode_GET_LENGTH instead
2011-10-11 22:11:42 +02:00
textio.c
Add API for static strings, primarily good for identifiers.
2011-10-09 10:38:36 +02:00