summaryrefslogtreecommitdiffstats
path: root/Lib/test/coding20731.py
Commit message (Collapse)AuthorAgeFilesLines
* [3.11] gh-108303: Move tokenize-related data to Lib/test/tokenizedata ↵Victor Stinner2023-09-211-4/+0
| | | | | | | | | | | | | | | (GH-109265) (#109678) * gh-108303: Move tokenize-related data to Lib/test/tokenizedata (GH-109265) (cherry picked from commit 1110c5bc828218086f6397ec05a9312fb73ea30a) * gh-108303: Add `Lib/test/tokenizedata` to `TESTSUBDIRS` (#109314) (cherry picked from commit 42ab2cbd7b5e76e919b70883ae683e789dbd913d) --------- Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
* Revert an invalid change to a test (from 6b4be19). (#1770)Eric Snow2017-05-231-4/+4
|
* bpo-22257: Small changes for PEP 432. (#1728)Eric Snow2017-05-231-4/+4
| | | PEP 432 specifies a number of large changes to interpreter startup code, including exposing a cleaner C-API. The major changes depend on a number of smaller changes. This patch includes all those smaller changes.
* Merge with 3.3Martin v. Löwis2014-02-281-4/+4
|
* Issue #20731: Properly position in source code files even if theyMartin v. Löwis2014-02-281-0/+4
are opened in text mode. Patch by Serhiy Storchaka.