summaryrefslogtreecommitdiff
path: root/Lib/chunk.py
Commit message (Expand)AuthorAgeFilesLines
* 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