| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-123803: Support arbitrary code page encodings on Windows (GH-123804) | Serhiy Storchaka | 2024-11-18 | 1 | -0/+7 |
|
|
* | docs: module page titles should not start with a link to themselves (#117099) | Ned Batchelder | 2024-05-08 | 1 | -2/+2 |
|
|
* | Docs: add link roles with Sphinx extlinks (#117850) | Hugo van Kemenade | 2024-04-15 | 1 | -1/+1 |
|
|
* | gh-115664: Fix chronological ordering of versionadded and versionchanged dire... | Brian Schubert | 2024-02-19 | 1 | -3/+3 |
|
|
* | gh-102388: Add windows_31j to aliases for cp932 codec (#102389) | Masayuki Moriyama | 2024-02-19 | 1 | -1/+2 |
|
|
* | gh-101100: Fix sphinx warnings in `library/codecs.rst` (#110979) | Nikita Sobolev | 2023-10-19 | 1 | -33/+36 |
|
|
* | gh-109634: Fix `:samp:` syntax (GH-110073) | Jacob Coffee | 2023-09-29 | 1 | -1/+1 |
|
|
* | gh-109634: Use :samp: role (GH-109635) | Serhiy Storchaka | 2023-09-23 | 1 | -11/+15 |
|
|
* | gh-51511: Note that codecs.open()'s encoding parameter affects automatic conv... | Stanley | 2022-10-21 | 1 | -1/+2 |
|
|
* | gh-95415: Make availability directive consistent (GH-95416) | Christian Heimes | 2022-07-29 | 1 | -1/+1 |
|
|
* | bpo-38056: overhaul Error Handlers section in codecs documentation (#15732) | Ma Lin | 2022-05-09 | 1 | -73/+116 |
|
|
* | Doc: Fix link formatting typo (GH-91659) | slateny | 2022-04-19 | 1 | -1/+1 |
|
|
* | codecs docs: fix grammar mistake (GH-29462) | 180909 | 2022-04-02 | 1 | -1/+1 |
|
|
* | bpo-21910: Clarify docs for codecs writelines method (GH-31245) | slateny | 2022-03-03 | 1 | -2/+3 |
|
|
* | bpo-45277: Fix typo in codecs doc (GH-28555) | Terry Jan Reedy | 2021-09-25 | 1 | -1/+1 |
|
|
* | bpo-37330: open() no longer accept 'U' in file mode (GH-28118) | Victor Stinner | 2021-09-02 | 1 | -0/+3 |
|
|
* | bpo-37751: Update `codecs.register()` doc. (GH-25643) | Inada Naoki | 2021-04-28 | 1 | -3/+7 |
|
|
* | bpo-17305: Link to the third-party idna package. (GH-25208) | Gregory P. Smith | 2021-04-06 | 1 | -0/+3 |
|
|
* | bpo-14014: Clarify StreamWriter.reset() documentation (GH-13716) | Berker Peksag | 2021-01-06 | 1 | -2/+2 |
|
|
* | bpo-41842: Add codecs.unregister() function (GH-22360) | Hai Shi | 2020-09-28 | 1 | -4/+7 |
|
|
* | bpo-39674: Revert "bpo-37330: open() no longer accept 'U' in file mode (GH-16... | Victor Stinner | 2020-03-04 | 1 | -3/+0 |
|
|
* | bpo-37330: open() no longer accept 'U' in file mode (GH-16959) | Victor Stinner | 2019-10-28 | 1 | -0/+3 |
|
|
* | Correct typos in the codecs module documentation (#15135) | Géry Ogam | 2019-09-12 | 1 | -60/+61 |
|
|
* | bpo-35551: encodings update (GH-11446) | Ashwin Ramaswami | 2019-06-05 | 1 | -1/+2 |
|
|
* | bpo-36778: Update cp65001 codec documentation (GH-13240) | Victor Stinner | 2019-05-13 | 1 | -5/+4 |
|
|
* | bpo-36778: cp65001 encoding becomes an alias to utf_8 (GH-13230) | Victor Stinner | 2019-05-10 | 1 | -2/+1 |
|
|
* | Doc: fix typo in IncrementalDecoder.setstate (GH-12724) | Christopher Thorne | 2019-04-11 | 1 | -1/+1 |
|
|
* | bpo-36297: remove "unicode_internal" codec (GH-12342) | Inada Naoki | 2019-03-18 | 1 | -10/+4 |
|
|
* | bpo-35110: Fix unintentional spaces around hyphens and dashes. (GH-10231) | Serhiy Storchaka | 2018-10-31 | 1 | -4/+4 |
|
|
* | bpo-35054: Add yet more index entries for symbols. (GH-10121) | Serhiy Storchaka | 2018-10-28 | 1 | -0/+8 |
|
|
* | bpo-32236: open() emits RuntimeWarning if buffering=1 for binary mode (GH-4842) | Alexey Izbyshev | 2018-10-20 | 1 | -3/+3 |
|
|
* | bpo-11233: Create availability directive for documentation (GH-9692) | Cheryl Sabella | 2018-10-12 | 1 | -1/+1 |
|
|
* | bpo-33641: Convert RFC references into links. (GH-7103) | Serhiy Storchaka | 2018-05-31 | 1 | -3/+1 |
|
|
* | bpo-28393: Update encoding lookup docs wrt bpo-27938 (#4871) | Ville Skyttä | 2017-12-15 | 1 | -4/+8 |
|
|
* | bpo-31824: Document default value of 'errors' parameters (GH-4328) | Pablo Galindo | 2017-11-10 | 1 | -2/+2 |
|
|
* | Improve IncrementalEncoder documentation (GH-2746) | Zhiming Wang | 2017-09-10 | 1 | -9/+9 |
|
|
* | Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges | Serhiy Storchaka | 2016-11-26 | 1 | -3/+3 |
|\ |
|
| * | Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges | Serhiy Storchaka | 2016-11-26 | 1 | -3/+3 |
|
|
* | | Issue #23231: Merge codecs doc from 3.5 into 3.6 | Martin Panter | 2016-10-15 | 1 | -0/+9 |
|\ \
| |/ |
|
| * | Issue #23231: Document codecs.iterencode(), iterdecode() shortcomings | Martin Panter | 2016-10-15 | 1 | -0/+9 |
|
|
* | | Issue #27959: Documents new encoding and alias. | Steve Dower | 2016-09-07 | 1 | -2/+8 |
|/ |
|
* | Issue #22558: Add remaining doc links to source code for Python-coded modules. | Terry Jan Reedy | 2016-06-11 | 1 | -0/+3 |
|
|
* | Issue #27075: Link to StreamReader and StreamWriter docs | Berker Peksag | 2016-05-21 | 1 | -4/+4 |
|
|
* | Corrections for a/an in code comments and documentation | Martin Panter | 2016-05-08 | 1 | -1/+1 |
|
|
* | Issue #26736: Used HTTPS for external links in the documentation if possible. | Serhiy Storchaka | 2016-05-07 | 1 | -1/+1 |
|
|
* | Merge 3.4 (codecs, issue #24894) | Victor Stinner | 2015-09-24 | 1 | -0/+2 |
|\ |
|
| * | Issue #24894: Document the codec iso8859_11 | Victor Stinner | 2015-09-24 | 1 | -0/+2 |
|
|
* | | Issue #16473: Merge codecs doc and test from 3.4 into 3.5 | Martin Panter | 2015-09-12 | 1 | -8/+8 |
|\ \
| |/ |
|
| * | Issue #16473: Fix byte transform codec documentation; test quotetabs=True | Martin Panter | 2015-09-12 | 1 | -8/+8 |
|
|
* | | Issue #12160: Fix incorrect StreamCodec references in Codec.encode() and Code... | Berker Peksag | 2015-07-30 | 1 | -4/+4 |
|\ \
| |/ |
|