summaryrefslogtreecommitdiff
path: root/Lib/chunk.py
Commit message (Expand)AuthorAgeFilesLines
* gh-47061: Deprecate `chunk` (GH-91419)Brett Cannon2022-04-111-0/+4
* bpo-29762: More use "raise from None". (#569)Serhiy Storchaka2017-04-051-1/+1
* Issue #25523: Correct "a" article to "an" articleMartin Panter2015-11-021-1/+1
* Issue #24608: chunk.Chunk.read() now always returns bytes, not str.Serhiy Storchaka2015-07-101-1/+1
* Issue #23865: close() methods in multiple modules now are idempotent and moreSerhiy Storchaka2015-04-101-2/+4
* Replace IOError with OSError (#16715)Andrew Svetlov2012-12-251-3/+3
* Raise statement normalization in Lib/.Collin Winter2007-08-301-6/+6
* Make a few more tests pass with the new I/O library.Guido van Rossum2007-04-121-1/+1
* Patch #1373643: The chunk module can now read chunks larger thanGeorg Brandl2006-02-181-1/+1
* Partial introduction of bools where appropriate.Guido van Rossum2002-04-071-10/+10
* Clean up bare except: when determining whether a file is seekable.Fred Drake2001-05-111-2/+2
* Fix typo in attribute name (chunk_size should be chunksize) found byGuido van Rossum2001-04-151-1/+1
* removed __all__ from several modulesSkip Montanaro2001-02-181-2/+0
* Whitespace normalization.Tim Peters2001-01-211-1/+1
* added __all__ lists to a number of Python modulesSkip Montanaro2001-01-201-0/+2
* Whitespace normalization.Tim Peters2001-01-141-8/+7
* Sjoerd Mullender writes:Guido van Rossum1999-08-261-3/+12
* Patch from Sjoerd Mullender:Fred Drake1999-06-251-12/+12
* Sjoerd Mullender:Guido van Rossum1999-06-161-8/+24
* Oops, Sjoerd was in a hurry. This patch from him fixes some lengthGuido van Rossum1999-06-091-0/+1
* Patch/new code by Sjoerd Mullender:Guido van Rossum1999-06-091-0/+142