index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
/
chunk.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #25523: Correct "a" article to "an" article
Martin Panter
2015-11-02
1
-1
/
+1
*
Issue #24608: chunk.Chunk.read() now always returns bytes, not str.
Serhiy Storchaka
2015-07-10
1
-1
/
+1
*
Issue #23865: close() methods in multiple modules now are idempotent and more
Serhiy Storchaka
2015-04-10
1
-2
/
+4
*
Replace IOError with OSError (#16715)
Andrew Svetlov
2012-12-25
1
-3
/
+3
*
Raise statement normalization in Lib/.
Collin Winter
2007-08-30
1
-6
/
+6
*
Make a few more tests pass with the new I/O library.
Guido van Rossum
2007-04-12
1
-1
/
+1
*
Patch #1373643: The chunk module can now read chunks larger than
Georg Brandl
2006-02-18
1
-1
/
+1
*
Partial introduction of bools where appropriate.
Guido van Rossum
2002-04-07
1
-10
/
+10
*
Clean up bare except: when determining whether a file is seekable.
Fred Drake
2001-05-11
1
-2
/
+2
*
Fix typo in attribute name (chunk_size should be chunksize) found by
Guido van Rossum
2001-04-15
1
-1
/
+1
*
removed __all__ from several modules
Skip Montanaro
2001-02-18
1
-2
/
+0
*
Whitespace normalization.
Tim Peters
2001-01-21
1
-1
/
+1
*
added __all__ lists to a number of Python modules
Skip Montanaro
2001-01-20
1
-0
/
+2
*
Whitespace normalization.
Tim Peters
2001-01-14
1
-8
/
+7
*
Sjoerd Mullender writes:
Guido van Rossum
1999-08-26
1
-3
/
+12
*
Patch from Sjoerd Mullender:
Fred Drake
1999-06-25
1
-12
/
+12
*
Sjoerd Mullender:
Guido van Rossum
1999-06-16
1
-8
/
+24
*
Oops, Sjoerd was in a hurry. This patch from him fixes some length
Guido van Rossum
1999-06-09
1
-0
/
+1
*
Patch/new code by Sjoerd Mullender:
Guido van Rossum
1999-06-09
1
-0
/
+142