Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #26581: Use the first coding cookie on a line, not the last one. | Serhiy Storchaka | 2016-03-20 | 1 | -1/+1 |
| | |||||
* | Issue #22221: Backported fixes from Python 3 (issue #18960). | Serhiy Storchaka | 2014-09-05 | 1 | -1/+3 |
| | | | | | | | | | | | | | * Now the source encoding declaration on the second line isn't effective if the first line contains anything except a comment. This affects compile(), eval() and exec() too. * IDLE now ignores the source encoding declaration on the second line if the first line contains anything except a comment. * 2to3 and the findnocoding.py script now ignore the source encoding declaration on the second line if the first line contains anything except a comment. | ||||
* | Remove the use of non-existing re.ASCII. | Serhiy Storchaka | 2013-09-17 | 1 | -1/+1 |
| | | | | (fixes a regression in 3d46ef0c62c5, issue #18873) | ||||
* | Issue #18873: IDLE, 2to3, and the findnocoding.py script now detect Python | Serhiy Storchaka | 2013-09-16 | 1 | -3/+3 |
| | | | | source code encoding only in comment lines. | ||||
* | don't use a catch-all | Benjamin Peterson | 2008-10-25 | 1 | -1/+1 |
| | |||||
* | Fix name. | Georg Brandl | 2006-10-06 | 1 | -1/+1 |
| | |||||
* | Whitespace normalization (via reindent.py). | Tim Peters | 2005-08-26 | 1 | -8/+6 |
| | |||||
* | Patch [ 784089 ] A program to scan python files and list those require coding | Georg Brandl | 2005-08-24 | 1 | -0/+106 |