| Commit message (Expand) | Author | Age |
* | bpo-38605: Revert making 'from __future__ import annotations' the default (GH... | Pablo Galindo | 2021-04-21 |
* | bpo-43244: Add pycore_compile.h header file (GH-25000) | Victor Stinner | 2021-03-24 |
* | bpo-43244: Add pycore_ast.h header file (GH-24908) | Victor Stinner | 2021-03-17 |
* | bpo-38605: Make 'from __future__ import annotations' the default (GH-20434) | Batuhan Taskaya | 2020-10-06 |
* | bpo-41746: Add type information to asdl_seq objects (GH-22223) | Pablo Galindo | 2020-09-16 |
* | bpo-40939: Remove the old parser (Part 2) (GH-21005) | Lysandros Nikolaou | 2020-06-20 |
* | bpo-34683: Make SyntaxError column offsets consistently 1-indexed (gh-9338) | Ammar Askar | 2018-09-24 |
* | bpo-33691: Add _PyAST_GetDocString(). (GH-7236) | Serhiy Storchaka | 2018-05-30 |
* | bpo-32911: Revert bpo-29463. (GH-7121) (GH-7197) | Serhiy Storchaka | 2018-05-29 |
* | bpo-32670: Enforce PEP 479. (#5327) | Yury Selivanov | 2018-01-26 |
* | String annotations [PEP 563] (#4390) | Guido van Rossum | 2018-01-26 |
* | bpo-29463: Add docstring field to some AST nodes. (#46) | INADA Naoki | 2017-02-22 |
* | Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize | Serhiy Storchaka | 2016-11-20 |
* | Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualT... | Serhiy Storchaka | 2016-11-16 |
|\ |
|
| * | Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualT... | Serhiy Storchaka | 2016-11-16 |
* | | Add ast.Constant | Victor Stinner | 2016-01-26 |
|/ |
|
* | PEP 479: Change StopIteration handling inside generators. | Yury Selivanov | 2015-05-09 |
* | Close #11619: The parser and the import machinery do not encode Unicode | Victor Stinner | 2013-08-26 |
* | C89 compliance | Benjamin Peterson | 2013-03-16 |
* | reject non-docs strings between future imports (closes #17434) | Benjamin Peterson | 2013-03-16 |
* | Fix typo when "PyObject*" was changed to "identifier" | Kristján Valur Jónsson | 2012-03-23 |
* | this should technicaly be identifier | Benjamin Peterson | 2012-03-22 |
* | check for NULL | Benjamin Peterson | 2012-03-22 |
* | check by equality for __future__ not identity (closes #14378) | Benjamin Peterson | 2012-03-22 |
* | Remove redundant includes of headers that are already included by Python.h. | Georg Brandl | 2010-11-30 |
* | add column offset to all syntax errors | Benjamin Peterson | 2010-09-20 |
* | Recorded merge of revisions 81029 via svnmerge from | Antoine Pitrou | 2010-05-09 |
* | The BDFL has retired! Long live the FLUFL (Friendly Language Uncle For Life)! | Brett Cannon | 2009-04-01 |
* | Merged revisions 67028,67040,67044,67046,67052,67065,67070,67077,67082 via sv... | Benjamin Peterson | 2008-11-03 |
* | Rename PyUnicode_AsString -> _PyUnicode_AsString and | Marc-André Lemburg | 2008-08-07 |
* | Merged revisions 61952-61953 via svnmerge from | Christian Heimes | 2008-03-26 |
* | Add __future__ import for print_function. It's a no-op in 3.0, but it needs ... | Eric Smith | 2008-03-20 |
* | Copied doc for reload() from trunk's function.rst to imp.rst | Christian Heimes | 2008-01-07 |
* | Use unicode | Neal Norwitz | 2007-08-25 |
* | Make identifiers str (not str8) objects throughout. | Martin v. Löwis | 2007-06-10 |
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 |
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 |
* | Checkpoint. 218 tests are okay; 53 are failing. Done so far: | Guido van Rossum | 2006-03-15 |
* | from __future__ import with_statement addon for 'with', mostly written by | Thomas Wouters | 2006-02-28 |
* | SF patch #1438387, PEP 328: relative and absolute imports. | Thomas Wouters | 2006-02-28 |
* | Reduce scope of feature | Neal Norwitz | 2005-12-06 |
* | Remove unused macro, check is done elsewhere | Neal Norwitz | 2005-12-06 |
* | Prevent name pollution by making lots of internal functions static. | Neal Norwitz | 2005-11-13 |
* | Merge ast-branch to head | Jeremy Hylton | 2005-10-20 |
* | Fix bug that allowed future statements virtually anywhere in a module. | Jeremy Hylton | 2005-02-04 |
* | SF patch #1007189, multi-line imports, for instance: | Anthony Baxter | 2004-08-31 |
* | Constify filenames and scripts. Fixes #651362. | Martin v. Löwis | 2002-12-11 |
* | Removed more hair in support of future-generator stmts. | Tim Peters | 2002-04-12 |
* | Fix SF bug [ #450245 ] Error in parsing future stmts | Jeremy Hylton | 2001-08-20 |
* | Refactor future feature handling | Jeremy Hylton | 2001-08-10 |