| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #25555: Fix parser and AST: fill lineno and col_offset of "arg" node when | Victor Stinner | 2015-11-06 | 1 | -2/+10 |
|
|
* | remove duplicated imports (closes #25502) | Benjamin Peterson | 2015-10-29 | 1 | -1/+0 |
|
|
* | Issue #24619: Simplify async/await tokenization. | Yury Selivanov | 2015-07-23 | 2 | -102/+45 |
|
|
* | Issue #24619: New approach for tokenizing async/await. | Yury Selivanov | 2015-07-22 | 2 | -41/+85 |
|
|
* | 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 | 3 | -1/+82 |
|
|
* | PEP 448: additional unpacking generalizations (closes #2292) | Benjamin Peterson | 2015-05-06 | 1 | -6/+3 |
|
|
* | 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 |
|
|
* | | Removed trailing whitespaces in miscalenous files. | Serhiy Storchaka | 2015-04-03 | 1 | -8/+8 |
|
|
* | | Got rid of warnings "suggest braces around empty body in an ‘else’ statem... | Serhiy Storchaka | 2015-04-03 | 1 | -2/+3 |
|
|
* | | Issue #22823: Use set literals instead of creating a set from a list | Raymond Hettinger | 2014-11-09 | 1 | -2/+1 |
|
|
* | | Silenced some warnings about comparison between signed and unsigned integer | Serhiy Storchaka | 2014-09-05 | 3 | -7/+9 |
|
|
* | | Fix bootstrapping asdl -- it didn't work with Python 2.7. | Guido van Rossum | 2014-07-08 | 1 | -2/+2 |
|
|
* | | 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 |
|
|
* | | Issue #19655: Replace the ASDL parser carried with CPython | Eli Bendersky | 2014-05-10 | 3 | -1202/+289 |
|
|
* | | PEP 465: a dedicated infix operator for matrix multiplication (closes #21176) | Benjamin Peterson | 2014-04-10 | 2 | -2/+8 |
|/ |
|
* | 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 |
|
|
* | | merge 3.3 (#20588) | Benjamin Peterson | 2014-02-11 | 1 | -2/+6 |
|\ \
| |/ |
|
| * | don't put runtime values in array initializer for C89 compliance (closes #20588) | Benjamin Peterson | 2014-02-11 | 1 | -2/+6 |
|
|
* | | 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 #16136: Remove VMS support and VMS-related code | Christian Heimes | 2013-12-21 | 1 | -8/+0 |
|
|
* | | upcast int to size_t to silence two autological-constant-out-of-range-compare... | Christian Heimes | 2013-12-04 | 1 | -1/+1 |
|
|
* | | Fix a compiler warning on Windows 64-bit in parsetok.c | Victor Stinner | 2013-11-18 | 1 | -1/+2 |
|
|
* | | Fix compiler warnings on Windows 64-bit in grammar.c | Victor Stinner | 2013-11-18 | 1 | -2/+2 |
|
|
* | | Issue #1772673: The type of `char*` arguments now changed to `const char*`. | Serhiy Storchaka | 2013-10-19 | 7 | -21/+25 |
|
|
* | | Issue #16742: My fix on PyOS_StdioReadline() was incomplete, PyMem_FREE() was | Victor Stinner | 2013-10-19 | 1 | -3/+3 |
|
|
* | | Issue #4555: All exported C symbols are now prefixed with either "Py" or "_Py". | Antoine Pitrou | 2013-10-12 | 1 | -2/+2 |
|
|
* | | Close #16742: Fix misuse of memory allocations in PyOS_Readline() | Victor Stinner | 2013-10-10 | 1 | -6/+20 |
|
|
* | | Move open outside try/finally | Eli Bendersky | 2013-09-26 | 1 | -1/+1 |
|
|
* | | Don't use fancy new Python features like 'with' - some bots don't have them | Eli Bendersky | 2013-09-26 | 1 | -1/+4 |
|
|
* | | Normalize whitespace | Eli Bendersky | 2013-09-26 | 1 | -1/+1 |
|
|
* | | Small fixes in Parser/asdl.py - no change in functionality. | Eli Bendersky | 2013-09-26 | 1 | -4/+6 |
|
|
* | | Issue #18571: Implementation of the PEP 446: file descriptors and file handles | Victor Stinner | 2013-08-27 | 1 | -0/+5 |
|
|
* | | Close #11619: The parser and the import machinery do not encode Unicode | Victor Stinner | 2013-08-26 | 1 | -14/+65 |
|
|
* | | #18803: merge with 3.3. | Ezio Melotti | 2013-08-25 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | #18803: fix more typos. Patch by Févry Thibault. | Ezio Melotti | 2013-08-25 | 1 | -1/+1 |
|
|
* | | Issue #18722: Remove uses of the "register" keyword in C code. | Antoine Pitrou | 2013-08-13 | 4 | -27/+27 |
|
|
* | | Issue #18368: PyOS_StdioReadline() no longer leaks memory when realloc() fails. | Christian Heimes | 2013-08-06 | 1 | -5/+17 |
|\ \
| |/ |
|
| * | Issue #18368: PyOS_StdioReadline() no longer leaks memory when realloc() fails. | Christian Heimes | 2013-08-06 | 1 | -5/+17 |
|
|
* | | Silence warning about set but unused variable inside compile_atom() in non-de... | Christian Heimes | 2013-07-31 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | Silence warning about set but unused variable inside compile_atom() in non-de... | Christian Heimes | 2013-07-31 | 1 | -0/+1 |
|
|
* | | Issue #18552: Check return value of PyArena_AddPyObject() in obj2ast_object(). | Christian Heimes | 2013-07-26 | 1 | -3/+7 |
|\ \
| |/ |
|
| * | Issue #18552: Check return value of PyArena_AddPyObject() in obj2ast_object(). | Christian Heimes | 2013-07-26 | 1 | -3/+7 |
|
|
* | | (Merge 3.3) Parser/asdl_c.py: use Py_CLEAR() | Victor Stinner | 2013-07-26 | 1 | -2/+1 |
|\ \
| |/ |
|