summaryrefslogtreecommitdiff
path: root/tests/functional/u/unspecified_encoding_py38.py
Commit message (Expand)AuthorAgeFilesLines
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-291-5/+5
* Fix crash when open is called with an integer mode (#6415)Pierre Sassoulas2022-04-211-0/+3
* Fix crash when providing None to mode arg of open() (#5732)Jacob Walls2022-01-271-0/+3
* Fix #5638: Allow for encoding to be supplied as a positional argument (#5641)Jacob Walls2022-01-061-0/+13
* Fix crash on ``open()`` calls for non-string ``mode`` arguments (#5332)Daniël van Noord2021-11-201-1/+63
* Fix ``unspecified-encoding`` for ``Path.read_text()``Daniël van Noord2021-09-171-0/+1
* Fix ``unspecified-encoding`` for `Path()`Daniël van Noord2021-09-161-0/+8
* Extend ``unspecified-encoding`` checkerDaniël van Noord2021-09-011-0/+19
* Add unspecified-encoding checker #3826 (#4753)Daniël van Noord2021-07-281-0/+55