Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #28003: Implement PEP 525 -- Asynchronous Generators. | Yury Selivanov | 2016-09-08 | 1 | -5/+8 |
* | Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations. | Yury Selivanov | 2016-09-08 | 1 | -1/+214 |
* | replace PY_SIZE_MAX with SIZE_MAX | Benjamin Peterson | 2016-09-07 | 1 | -2/+2 |
* | replace Py_(u)intptr_t with the c99 standard types | Benjamin Peterson | 2016-09-06 | 1 | -3/+3 |
* | Issue #27078: Added BUILD_STRING opcode. Optimized f-strings evaluation. | Serhiy Storchaka | 2016-09-06 | 1 | -24/+2 |
* | Issue #27594: Prevent assertion error when running test_ast with coverage | Ned Deily | 2016-08-17 | 1 | -1/+1 |
* | merge 3.5 (#27514) | Benjamin Peterson | 2016-07-14 | 1 | -245/+496 |
|\ | |||||
| * | Issue #27301: Fixed incorrect return codes for errors in compile.c. | Serhiy Storchaka | 2016-06-15 | 1 | -24/+38 |
| |\ | |||||
| * | | Issue #27095: Simplified MAKE_FUNCTION and removed MAKE_CLOSURE opcodes. | Serhiy Storchaka | 2016-06-12 | 1 | -111/+136 |
| * | | Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. Calling | Serhiy Storchaka | 2016-06-12 | 1 | -1/+1 |
| |\ \ | |||||
| * | | | Issue #27140: Added BUILD_CONST_KEY_MAP opcode. | Serhiy Storchaka | 2016-06-12 | 1 | -29/+156 |
| * | | | Issue #26647: Python interpreter now uses 16-bit wordcode instead of bytecode. | Serhiy Storchaka | 2016-05-24 | 1 | -54/+27 |
| * | | | Issue #22570: Renamed Py_SETREF to Py_XSETREF. | Serhiy Storchaka | 2016-04-06 | 1 | -60/+176 |
| |\ \ \ | |||||
| | * | | | compiler.c: fix compiler warnings on Windows | Victor Stinner | 2016-03-23 | 1 | -7/+9 |
| | * | | | Update assertion in compiler_addop_i() | Victor Stinner | 2016-03-01 | 1 | -4/+8 |
| | * | | | compile.c: inline compiler_use_new_block() | Victor Stinner | 2016-02-27 | 1 | -26/+9 |
| | * | | | compiler: don't emit SyntaxWarning on const stmt | Victor Stinner | 2016-02-08 | 1 | -22/+2 |
| | * | | | compiler now ignores constant statements | Victor Stinner | 2016-02-08 | 1 | -11/+30 |
| | * | | | Add ast.Constant | Victor Stinner | 2016-01-26 | 1 | -13/+47 |
| | * | | | code_richcompare() now uses the constants types | Victor Stinner | 2016-01-22 | 1 | -48/+10 |
| | * | | | co_lnotab supports negative line number delta | Victor Stinner | 2016-01-20 | 1 | -7/+18 |
| | * | | | Issue #20440: Massive replacing unsafe attribute setting code with special | Serhiy Storchaka | 2015-12-24 | 1 | -3/+86 |
| | |\ \ \ | |||||
| | | * | | | Issue 25483: Add an opcode to make f-string formatting more robust. | Eric V. Smith | 2015-11-03 | 1 | -65/+33 |
| | | * | | | Issue #25523: Merge a-to-an corrections from 3.5 | Martin Panter | 2015-11-02 | 1 | -1/+1 |
| | | |\ \ \ | |||||
| | | * | | | | Issue #24965: Implement PEP 498 "Literal String Interpolation". Documentation... | Eric V. Smith | 2015-09-19 | 1 | -1/+116 |
| | | * | | | | merge 3.5 (#25060) | Benjamin Peterson | 2015-09-10 | 1 | -1/+1 |
| | | |\ \ \ \ | |||||
| | | * \ \ \ \ | Fix refleak. | Stefan Krah | 2015-07-27 | 1 | -1/+3 |
| | | |\ \ \ \ \ | |||||
| | | * \ \ \ \ \ | Merge 3.5 (Issue #24687) | Yury Selivanov | 2015-07-23 | 1 | -2/+2 |
| | | |\ \ \ \ \ \ | |||||
| | | | * \ \ \ \ \ | Merge 3.5 (Issue #24619) | Yury Selivanov | 2015-07-22 | 1 | -2/+2 |
| | | | |\ \ \ \ \ \ | |||||
| | | | | * \ \ \ \ \ | Merge 3.5 (Issue #24528) | Yury Selivanov | 2015-06-30 | 1 | -1/+4 |
| | | | | |\ \ \ \ \ \ | |||||
| | | | | * \ \ \ \ \ \ | Issue #24400: Merge 3.5 | Yury Selivanov | 2015-06-22 | 1 | -2/+2 |
| | | | | |\ \ \ \ \ \ \ | |||||
| | | | | | * \ \ \ \ \ \ | Fixed indentation of Python examples in C comments. | Serhiy Storchaka | 2015-06-11 | 1 | -2/+2 |
| | | | | | |\ \ \ \ \ \ \ | |||||
* | | | | | | | | | | | | | | make too many nested blocks be a SyntaxError instead of a SystemError (closes... | Benjamin Peterson | 2016-07-14 | 1 | -1/+1 |
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | Issue #27301: Fixed incorrect return codes for errors in compile.c. | Serhiy Storchaka | 2016-06-15 | 1 | -16/+20 |
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |||||
* | | | | | | | | | | | | Issue #27286: Fixed compiling BUILD_MAP_UNPACK_WITH_CALL opcode. Calling | Serhiy Storchaka | 2016-06-12 | 1 | -1/+1 |
|/ / / / / / / / / / / | |||||
* | | | | | | | | | | | Issue #22570: Renamed Py_SETREF to Py_XSETREF. | Serhiy Storchaka | 2016-04-06 | 1 | -1/+1 |
* | | | | | | | | | | | code_richcompare() now uses the constants types | Victor Stinner | 2016-01-22 | 1 | -48/+10 |
|/ / / / / / / / / / | |||||
* | | | | | | | | | | Issue #20440: Massive replacing unsafe attribute setting code with special | Serhiy Storchaka | 2015-12-24 | 1 | -2/+1 |
| |_|_|_|_|_|_|_|/ |/| | | | | | | | | |||||
* | | | | | | | | | Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5 | Martin Panter | 2015-11-02 | 1 | -132/+530 |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | | | |||||
| * | | | | | | | | compute stack effect of BUILD_MAP correctly (closes #25060) | Benjamin Peterson | 2015-09-10 | 1 | -1/+1 |
| | |_|_|_|_|_|/ | |/| | | | | | | |||||
| * | | | | | | | Fix refleak. | Stefan Krah | 2015-07-27 | 1 | -1/+3 |
| |/ / / / / / | |||||
| * | | | | | | Issue #24687: Plug refleak on SyntaxError in function parameters annotations. | Yury Selivanov | 2015-07-23 | 1 | -14/+13 |
| |/ / / / / | |||||
| * | | | | | Issue #24619: More tests; fix nits in compiler.c | Yury Selivanov | 2015-07-22 | 1 | -3/+2 |
| | |_|_|/ | |/| | | | |||||
| * | | | | Issue #24528: Improve error message for awaits in comprehensions | Yury Selivanov | 2015-06-30 | 1 | -1/+4 |
| |/ / / | |||||
| * | | | Issue #24400: Introduce a distinct type for 'async def' coroutines. | Yury Selivanov | 2015-06-22 | 1 | -6/+4 |
| |/ / | |||||
| * | | Fixed indentation of Python examples in C comments. | Serhiy Storchaka | 2015-06-11 | 1 | -2/+2 |
| |\ \ | | |/ | |/| | |||||
| * | | remove STORE_MAP, since it's unused | Benjamin Peterson | 2015-05-28 | 1 | -2/+0 |
| * | | in dict displays, evaluate the key before the value (closes #11205) | Benjamin Peterson | 2015-05-28 | 1 | -2/+2 |
| * | | PEP 0492 -- Coroutines with async and await syntax. Issue #24017. | Yury Selivanov | 2015-05-11 | 1 | -15/+273 |
| * | | Merge 3.4 | Benjamin Peterson | 2015-05-07 | 1 | -5/+4 |
| |\ \ |