summaryrefslogtreecommitdiff
path: root/Doc/library/codecs.rst
Commit message (Expand)AuthorAgeFilesLines
* gh-51511: Note that codecs.open()'s encoding parameter affects automatic conv...Stanley2022-10-211-1/+2
* gh-95415: Make availability directive consistent (GH-95416)Christian Heimes2022-07-291-1/+1
* bpo-38056: overhaul Error Handlers section in codecs documentation (#15732)Ma Lin2022-05-081-73/+116
* Doc: Fix link formatting typo (GH-91659)slateny2022-04-191-1/+1
* codecs docs: fix grammar mistake (GH-29462)1809092022-04-021-1/+1
* bpo-21910: Clarify docs for codecs writelines method (GH-31245)slateny2022-03-021-2/+3
* bpo-45277: Fix typo in codecs doc (GH-28555)Terry Jan Reedy2021-09-241-1/+1
* bpo-37330: open() no longer accept 'U' in file mode (GH-28118)Victor Stinner2021-09-021-0/+3
* bpo-37751: Update `codecs.register()` doc. (GH-25643)Inada Naoki2021-04-281-3/+7
* bpo-17305: Link to the third-party idna package. (GH-25208)Gregory P. Smith2021-04-061-0/+3
* bpo-14014: Clarify StreamWriter.reset() documentation (GH-13716)Berker Peksag2021-01-061-2/+2
* bpo-41842: Add codecs.unregister() function (GH-22360)Hai Shi2020-09-281-4/+7
* bpo-39674: Revert "bpo-37330: open() no longer accept 'U' in file mode (GH-16...Victor Stinner2020-03-041-3/+0
* bpo-37330: open() no longer accept 'U' in file mode (GH-16959)Victor Stinner2019-10-281-0/+3
* Correct typos in the codecs module documentation (#15135)Géry Ogam2019-09-121-60/+61
* bpo-35551: encodings update (GH-11446)Ashwin Ramaswami2019-06-051-1/+2
* bpo-36778: Update cp65001 codec documentation (GH-13240)Victor Stinner2019-05-131-5/+4
* bpo-36778: cp65001 encoding becomes an alias to utf_8 (GH-13230)Victor Stinner2019-05-101-2/+1
* Doc: fix typo in IncrementalDecoder.setstate (GH-12724)Christopher Thorne2019-04-111-1/+1
* bpo-36297: remove "unicode_internal" codec (GH-12342)Inada Naoki2019-03-181-10/+4
* bpo-35110: Fix unintentional spaces around hyphens and dashes. (GH-10231)Serhiy Storchaka2018-10-311-4/+4
* bpo-35054: Add yet more index entries for symbols. (GH-10121)Serhiy Storchaka2018-10-281-0/+8
* bpo-32236: open() emits RuntimeWarning if buffering=1 for binary mode (GH-4842)Alexey Izbyshev2018-10-201-3/+3
* bpo-11233: Create availability directive for documentation (GH-9692)Cheryl Sabella2018-10-121-1/+1
* bpo-33641: Convert RFC references into links. (GH-7103)Serhiy Storchaka2018-05-311-3/+1
* bpo-28393: Update encoding lookup docs wrt bpo-27938 (#4871)Ville Skyttä2017-12-151-4/+8
* bpo-31824: Document default value of 'errors' parameters (GH-4328)Pablo Galindo2017-11-111-2/+2
* Improve IncrementalEncoder documentation (GH-2746)Zhiming Wang2017-09-091-9/+9
* Issue #28763: Use double hyphens (rendered as en-dashes) in numerical rangesSerhiy Storchaka2016-11-261-3/+3
|\
| * Issue #28763: Use double hyphens (rendered as en-dashes) in numerical rangesSerhiy Storchaka2016-11-261-3/+3
* | Issue #23231: Merge codecs doc from 3.5 into 3.6Martin Panter2016-10-151-0/+9
|\ \ | |/
| * Issue #23231: Document codecs.iterencode(), iterdecode() shortcomingsMartin Panter2016-10-151-0/+9
* | Issue #27959: Documents new encoding and alias.Steve Dower2016-09-061-2/+8
|/
* Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-0/+3
* Issue #27075: Link to StreamReader and StreamWriter docsBerker Peksag2016-05-211-4/+4
* Corrections for a/an in code comments and documentationMartin Panter2016-05-081-1/+1
* Issue #26736: Used HTTPS for external links in the documentation if possible.Serhiy Storchaka2016-05-071-1/+1
* Merge 3.4 (codecs, issue #24894)Victor Stinner2015-09-241-0/+2
|\
| * Issue #24894: Document the codec iso8859_11Victor Stinner2015-09-241-0/+2
* | Issue #16473: Merge codecs doc and test from 3.4 into 3.5Martin Panter2015-09-121-8/+8
|\ \ | |/
| * Issue #16473: Fix byte transform codec documentation; test quotetabs=TrueMartin Panter2015-09-121-8/+8
* | Issue #12160: Fix incorrect StreamCodec references in Codec.encode() and Code...Berker Peksag2015-07-301-4/+4
|\ \ | |/
| * Issue #12160: Fix incorrect StreamCodec references in Codec.encode() and Code...Berker Peksag2015-07-301-4/+4
| * Checking in this change LOCAL ONLY NO UPLOAD ANYWHEREv3.4.3Larry Hastings2015-02-251-1/+1
* | Issue #22681: Added support for the koi8_t encoding.Serhiy Storchaka2015-05-121-0/+4
* | Issue #22682: Added support for the kz1048 encoding.Serhiy Storchaka2015-05-121-0/+4
* | Merge with 3.4Georg Brandl2015-02-251-1/+1
|\ \
| * | Remove unsupported (in latex) character from the source.Georg Brandl2015-02-251-1/+1
| |/
| * Issue #23181: More "codepoint" -> "code point".Serhiy Storchaka2015-01-181-6/+6
* | Issue #22286: The "backslashreplace" error handlers now works withSerhiy Storchaka2015-01-251-5/+9