◐ Shell
clean mode source ↗

bpo-15216: TextIOWrapper support set encoding, errors and newline after creation by methane · Pull Request #199 · python/cpython

methane

@methane methane changed the title bpo-15216: TextIOWrapper support set encoding, errors and newline after creation [wip] bpo-15216: TextIOWrapper support set encoding, errors and newline after creation

Feb 20, 2017

@methane methane changed the title [wip] bpo-15216: TextIOWrapper support set encoding, errors and newline after creation bpo-15216: TextIOWrapper support set encoding, errors and newline after creation

Feb 22, 2017

@methane

@methane methane deleted the set-encoding-after-creation branch

January 29, 2018 06:05

akruis added a commit to akruis/cpython that referenced this pull request

Jan 6, 2019
Remove an unused static function, add test cases and change-log.

akruis added a commit to akruis/cpython that referenced this pull request

Jan 6, 2019
Remove an unused static function, add test cases and change-log.

akruis added a commit to akruis/cpython that referenced this pull request

Jan 6, 2019

akruis pushed a commit to akruis/cpython that referenced this pull request

Jan 12, 2019
Enable stackless calls of coroutines wrapped in "asyncio._CTask", if soft-switching is enabled.

pablogsal pushed a commit to pablogsal/cpython that referenced this pull request

Nov 29, 2022
* Handle the case where raw-fstrings with curly braces crash

* Ensure we are not ignoring double brackets when skipping backslash

* Handle more variations of escapes in a tidier way for french strs

* Properly handle }} inside f-string format specifiers

* Update Parser/tokenizer.c

jaraco added a commit to jaraco/cpython that referenced this pull request

Feb 17, 2023