GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/cpython.git
3.6
3.7
3.8
3.9
backport-e35ca41-3.11
gentoo
gentoo-2.7-vanilla
main
master
Gentoo fork of Python
Python project <python@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
/
chunk.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-29762: More use "raise from None". (#569)
Serhiy Storchaka
2017-04-05
1
-1
/
+1
*
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