Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #18048: Rename test_pep263.py to test_source_encoding.py. | Serhiy Storchaka | 2013-06-13 | 1 | -71/+0 |
| | |||||
* | complain if the codec doesn't return unicode | Benjamin Peterson | 2013-12-28 | 1 | -0/+5 |
| | |||||
* | Issue #18038: SyntaxError raised during compilation sources with illegal | Serhiy Storchaka | 2013-06-09 | 1 | -0/+18 |
| | | | | encoding now always contains an encoding name. | ||||
* | Issue #7820: The parser tokenizer restores all bytes in the right if the BOM | Victor Stinner | 2010-03-02 | 1 | -0/+11 |
| | | | | | | check fails. Fix an assertion in pydebug mode. | ||||
* | do a backport of r75928 | Benjamin Peterson | 2009-10-29 | 1 | -0/+7 |
| | | | | | The added test does not fail without the patch, but we still fix the issue of surrogates being used in wide builds where they should not be. | ||||
* | this needn't be a shebang line | Benjamin Peterson | 2009-02-14 | 1 | -1/+1 |
| | |||||
* | we're no longer using CVS, so this doesn't have to be binary | Benjamin Peterson | 2009-02-14 | 1 | -31/+30 |
| | |||||
* | Issue #1882: when compiling code from a string, encoding cookies in the | Georg Brandl | 2008-01-21 | 1 | -1/+9 |
| | | | | second line of code were not always recognized correctly. | ||||
* | Add a comment explaining -kb. | Martin v. Löwis | 2004-10-13 | 1 | -0/+1 |
| | |||||
* | SF patch #736962: Port tests to unittest | Raymond Hettinger | 2003-08-30 | 1 | -3/+22 |
| | | | | | | | | (Contributed by Walter Dörwald). * Convert three test modules to unittest format. * Expanded coverage in test_structseq.py. * Raymond added a new test in test_sets.py | ||||
* | Fix escaping of non-ASCII characters. | Martin v. Löwis | 2002-09-09 | 1 | -0/+1 |
| | |||||
* | Test whether a Cyrillic text correctly appears in a Unicode literal. | Martin v. Löwis | 2002-08-05 | 1 | -0/+2 |