index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
chunk.py
Commit message (
Expand
)
Author
Age
*
Raise statement normalization in Lib/.
Collin Winter
2007-08-30
*
Make a few more tests pass with the new I/O library.
Guido van Rossum
2007-04-12
*
Patch #1373643: The chunk module can now read chunks larger than
Georg Brandl
2006-02-18
*
Partial introduction of bools where appropriate.
Guido van Rossum
2002-04-07
*
Clean up bare except: when determining whether a file is seekable.
Fred Drake
2001-05-11
*
Fix typo in attribute name (chunk_size should be chunksize) found by
Guido van Rossum
2001-04-15
*
removed __all__ from several modules
Skip Montanaro
2001-02-18
*
Whitespace normalization.
Tim Peters
2001-01-21
*
added __all__ lists to a number of Python modules
Skip Montanaro
2001-01-20
*
Whitespace normalization.
Tim Peters
2001-01-14
*
Sjoerd Mullender writes:
Guido van Rossum
1999-08-26
*
Patch from Sjoerd Mullender:
Fred Drake
1999-06-25
*
Sjoerd Mullender:
Guido van Rossum
1999-06-16
*
Oops, Sjoerd was in a hurry. This patch from him fixes some length
Guido van Rossum
1999-06-09
*
Patch/new code by Sjoerd Mullender:
Guido van Rossum
1999-06-09