| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
about illegal code points. The codec now supports PEP 293 style error handlers.
(This is a variant of the Nik Haldimann's patch that detects truncated data)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
the code is doing.
|
| |
|
|
|
|
| |
used.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Will backport to 2.4.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
(fixes bug #1119418)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Will backport to 2.4.
|
| |
|
|
|
|
| |
Will backport to 2.4.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Will backport to 2.4.
|
| |
|
| |
|
| |
|
|
|
|
| |
Will backport to 2.4.
|
|
|
|
|
|
| |
even if there is an exception in later lines, resulting in
correct line numbers for decoding errors in source code. Fixes #1178484.
Will backport to 2.4.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Docs were missing the name/bases/dict form of type().
(Much of the wording contributed by Steven Bethard.)
|