| Commit message (Expand) | Author | Age | Files | Lines |
* | Do not reset the line number because we already set file position to correct | Serhiy Storchaka | 2014-01-09 | 1 | -8/+0 |
|\ |
|
| * | Do not reset the line number because we already set file position to correct | Serhiy Storchaka | 2014-01-09 | 1 | -8/+0 |
|
|
* | | Issue #18960: Fix bugs with Python source code encoding in the second line. | Serhiy Storchaka | 2014-01-09 | 1 | -4/+22 |
|\ \
| |/ |
|
| * | Issue #18960: Fix bugs with Python source code encoding in the second line. | Serhiy Storchaka | 2014-01-09 | 1 | -4/+22 |
|
|
* | | Issue #1772673: The type of `char*` arguments now changed to `const char*`. | Serhiy Storchaka | 2013-10-19 | 1 | -3/+4 |
|
|
* | | Issue #18571: Implementation of the PEP 446: file descriptors and file handles | Victor Stinner | 2013-08-27 | 1 | -0/+5 |
|
|
* | | Issue #18722: Remove uses of the "register" keyword in C code. | Antoine Pitrou | 2013-08-13 | 1 | -6/+6 |
|
|
* | | merge 3.3 | Benjamin Peterson | 2013-07-16 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | move declaration to top of block | Benjamin Peterson | 2013-07-16 | 1 | -1/+2 |
|
|
* | | merge 3.3 (closes #18470) | Benjamin Peterson | 2013-07-16 | 1 | -36/+46 |
|\ \
| |/ |
|
| * | check the return value of new_string() (closes #18470) | Benjamin Peterson | 2013-07-16 | 1 | -36/+46 |
|
|
* | | Issue #18038: SyntaxError raised during compilation sources with illegal | Serhiy Storchaka | 2013-06-09 | 1 | -7/+7 |
|\ \
| |/ |
|
| * | Issue #18038: SyntaxError raised during compilation sources with illegal | Serhiy Storchaka | 2013-06-09 | 1 | -7/+7 |
|
|
* | | Issue #9566: Fix compiler warning on Windows 64-bit | Victor Stinner | 2013-06-04 | 1 | -1/+2 |
|
|
* | | make _PyParser_TokenNames const | Benjamin Peterson | 2012-10-24 | 1 | -1/+1 |
|/ |
|
* | Issue #15096: Drop support for the ur string prefix | Christian Heimes | 2012-06-20 | 1 | -2/+3 |
|
|
* | Basic support for PEP 414 without docs or tests. | Armin Ronacher | 2012-03-04 | 1 | -3/+7 |
|
|
* | Issue #13748: Raw bytes literals can now be written with the `rb` prefix as w... | Antoine Pitrou | 2012-01-12 | 1 | -7/+9 |
|
|
* | Rename _Py_identifier to _Py_IDENTIFIER. | Martin v. Löwis | 2011-10-14 | 1 | -2/+2 |
|
|
* | Use identifier API for PyObject_GetAttrString. | Martin v. Löwis | 2011-10-10 | 1 | -1/+2 |
|
|
* | Add API for static strings, primarily good for identifiers. | Martin v. Löwis | 2011-10-09 | 1 | -1/+2 |
|
|
* | Implement PEP 393. | Martin v. Löwis | 2011-09-28 | 1 | -2/+4 |
|
|
* | Revert bb62908896fe, but keep the test | Jesus Cea | 2011-04-25 | 1 | -13/+6 |
|
|
* | Correctly merging #9319 into 3.3? | Jesus Cea | 2011-04-25 | 1 | -6/+13 |
|\ |
|
| * | Issue #9319: Fix a crash on parsing a Python source code without encoding | Victor Stinner | 2011-04-22 | 1 | -1/+4 |
|
|
* | | Issue #9319: Include the filename in "Non-UTF8 code ..." syntax error. | Victor Stinner | 2011-04-04 | 1 | -14/+27 |
|
|
* | | Issue #10785: Store the filename as Unicode in the Python parser. | Victor Stinner | 2011-04-04 | 1 | -13/+22 |
|/ |
|
* | Issue #10841: don't translate newlines for pgen | Victor Stinner | 2011-01-07 | 1 | -1/+1 |
|
|
* | Issue #10841: set binary mode on files; the parser translates newlines | Victor Stinner | 2011-01-07 | 1 | -0/+7 |
|
|
* | Remove arbitrary string length limits | Victor Stinner | 2011-01-05 | 1 | -1/+1 |
|
|
* | Issue #10778: decoding_fgets() decodes the filename from the filesystem | Victor Stinner | 2010-12-27 | 1 | -6/+11 |
|
|
* | Issue #10095: fp_setreadl() doesn't reopen the file, reuse instead the file | Victor Stinner | 2010-10-14 | 1 | -6/+9 |
|
|
* | Recorded merge of revisions 81029 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -1384/+1384 |
|
|
* | Use PyErr_Format() in decoding_fgets() | Victor Stinner | 2010-04-28 | 1 | -3/+1 |
|
|
* | Merged revisions 79725 via svnmerge from | Benjamin Peterson | 2010-04-03 | 1 | -11/+1 |
|
|
* | Merged revisions 79723 via svnmerge from | Benjamin Peterson | 2010-04-03 | 1 | -1/+11 |
|
|
* | Merged revisions 78826 via svnmerge from | Victor Stinner | 2010-03-12 | 1 | -5/+12 |
|
|
* | Merged revisions 78603 via svnmerge from | Victor Stinner | 2010-03-03 | 1 | -23/+28 |
|
|
* | Merged revisions 76052,76522,76591,76689,76697,76733 via svnmerge from | Benjamin Peterson | 2009-12-13 | 1 | -12/+11 |
|
|
* | Merged revisions 75149,75260-75263,75265-75267,75292,75300,75376,75405,75429-... | Benjamin Peterson | 2009-11-13 | 1 | -11/+23 |
|
|
* | Merged revisions 76230 via svnmerge from | Benjamin Peterson | 2009-11-13 | 1 | -18/+74 |
|
|
* | Issue 7147 - remove ability to attempt to build Python without complex number... | Skip Montanaro | 2009-10-18 | 1 | -6/+0 |
|
|
* | Merged revisions 73004,73439,73496,73509,73529,73564,73576-73577,73595-73596,... | Benjamin Peterson | 2009-06-28 | 1 | -4/+1 |
|
|
* | The BDFL has retired! Long live the FLUFL (Friendly Language Uncle For Life)! | Brett Cannon | 2009-04-01 | 1 | -0/+1 |
|
|
* | ignore the coding cookie in compile(), exec(), and eval() if the source is a ... | Benjamin Peterson | 2009-03-02 | 1 | -0/+22 |
|
|
* | Fix an issue in the tokenizer, where a file is opened by fd, but the underlyi... | Kristján Valur Jónsson | 2008-12-18 | 1 | -2/+2 |
|
|
* | Latin-1 source code was not being properly decoded when passed through | Brett Cannon | 2008-10-17 | 1 | -2/+2 |
|
|
* | Issues #2384 and #3975: Tracebacks were not correctly printed when the source... | Amaury Forgeot d'Arc | 2008-10-09 | 1 | -0/+8 |
|
|
* | Follow-up of #3773: In PyTokenizer_FindEncoding, remove the call to PyErr_NoM... | Amaury Forgeot d'Arc | 2008-09-04 | 1 | -2/+0 |
|
|
* | #3773: Check for errors around the use of PyTokenizer_FindEncoding(). | Amaury Forgeot d'Arc | 2008-09-04 | 1 | -1/+4 |
|
|