| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #28489: Fix comment in tokenizer.c | Berker Peksag | 2017-02-05 | 1 | -1/+1 |
|
|
* | Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize | Serhiy Storchaka | 2016-11-20 | 1 | -1/+1 |
|
|
* | merge 3.5 (#24022) | Benjamin Peterson | 2016-09-19 | 1 | -1/+1 |
|\ |
|
| * | merge 3.4 | Benjamin Peterson | 2016-09-19 | 1 | -1/+1 |
| |\ |
|
| | * | properly handle the single null-byte file (closes #24022) | Benjamin Peterson | 2016-09-19 | 1 | -1/+1 |
|
|
* | | | merge 3.5 (#27981) | Benjamin Peterson | 2016-09-13 | 1 | -15/+17 |
|\ \ \
| |/ / |
|
| * | | restructure fp_setreadl so as to avoid refleaks (closes #27981) | Benjamin Peterson | 2016-09-13 | 1 | -15/+17 |
|
|
* | | | Issue #26331: Implement the parsing part of PEP 515. | Brett Cannon | 2016-09-09 | 1 | -68/+162 |
|
|
* | | | Skip unused value in tokenizer code | Christian Heimes | 2016-09-08 | 1 | -1/+1 |
|
|
* | | | Issue #22570: Renamed Py_SETREF to Py_XSETREF. | Serhiy Storchaka | 2016-04-06 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Issue #22570: Renamed Py_SETREF to Py_XSETREF. | Serhiy Storchaka | 2016-04-06 | 1 | -1/+1 |
|
|
* | | | remove duplicated check for fractions and complex numbers (closes #26076) | Benjamin Peterson | 2016-03-25 | 1 | -4/+0 |
|
|
* | | | Issue #26581: Use the first coding cookie on a line, not the last one. | Serhiy Storchaka | 2016-03-20 | 1 | -0/+1 |
|\ \ \
| |/ / |
|
| * | | Issue #26581: Use the first coding cookie on a line, not the last one. | Serhiy Storchaka | 2016-03-20 | 1 | -0/+1 |
|
|
* | | | Issue #25923: Added more const qualifiers to signatures of static and private... | Serhiy Storchaka | 2015-12-25 | 1 | -3/+3 |
|
|
* | | | Issue #20440: Massive replacing unsafe attribute setting code with special | Serhiy Storchaka | 2015-12-24 | 1 | -2/+1 |
|\ \ \
| |/ / |
|
| * | | Issue #20440: Massive replacing unsafe attribute setting code with special | Serhiy Storchaka | 2015-12-24 | 1 | -2/+1 |
|
|
* | | | Issue #25388: Fixed tokenizer crash when processing undecodable source code | Serhiy Storchaka | 2015-11-14 | 1 | -8/+6 |
|\ \ \
| |/ / |
|
| * | | Issue #25388: Fixed tokenizer crash when processing undecodable source code | Serhiy Storchaka | 2015-11-14 | 1 | -8/+6 |
| |\ \
| | |/ |
|
| | * | Issue #25388: Fixed tokenizer crash when processing undecodable source code | Serhiy Storchaka | 2015-11-14 | 1 | -8/+6 |
|
|
* | | | Issue #24965: Implement PEP 498 "Literal String Interpolation". Documentation... | Eric V. Smith | 2015-09-19 | 1 | -3/+5 |
|
|
* | | | Fixed indentation. | Eric V. Smith | 2015-09-12 | 1 | -1/+1 |
|/ / |
|
* | | Issue #24619: Simplify async/await tokenization. | Yury Selivanov | 2015-07-23 | 1 | -87/+39 |
|
|
* | | Issue #24619: New approach for tokenizing async/await. | Yury Selivanov | 2015-07-22 | 1 | -35/+70 |
|
|
* | | Issue 24226: Fix parsing of many sequential one-line 'def' statements. | Yury Selivanov | 2015-05-18 | 1 | -8/+17 |
|
|
* | | PEP 0492 -- Coroutines with async and await syntax. Issue #24017. | Yury Selivanov | 2015-05-12 | 1 | -0/+68 |
|
|
* | | merge 3.4 (#24022) | Benjamin Peterson | 2015-04-21 | 1 | -4/+3 |
|\ \
| |/ |
|
| * | do not call into python api if an exception is set (#24022) | Benjamin Peterson | 2015-04-21 | 1 | -4/+3 |
|
|
* | | merge 3.4 (#21642) | Benjamin Peterson | 2014-06-07 | 1 | -5/+14 |
|\ \
| |/ |
|
| * | allow the keyword else immediately after (no space) an integer (closes #21642) | Benjamin Peterson | 2014-06-07 | 1 | -5/+14 |
|
|
* | | PEP 465: a dedicated infix operator for matrix multiplication (closes #21176) | Benjamin Peterson | 2014-04-10 | 1 | -1/+7 |
|/ |
|
* | Merge with 3.3 | Martin v. Löwis | 2014-02-28 | 1 | -2/+12 |
|\ |
|
| * | Issue #20731: Properly position in source code files even if they | Martin v. Löwis | 2014-02-28 | 1 | -2/+12 |
|
|
* | | 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 |
|
|