| Commit message (Expand) | Author | Age | Files | Lines |
* | Add ast.Constant | Victor Stinner | 2016-01-26 | 1 | -1/+4 |
* | PEP 479: Change StopIteration handling inside generators. | Yury Selivanov | 2015-05-09 | 1 | -0/+2 |
* | Close #11619: The parser and the import machinery do not encode Unicode | Victor Stinner | 2013-08-26 | 1 | -6/+21 |
* | C89 compliance | Benjamin Peterson | 2013-03-16 | 1 | -1/+2 |
* | reject non-docs strings between future imports (closes #17434) | Benjamin Peterson | 2013-03-16 | 1 | -11/+14 |
* | Fix typo when "PyObject*" was changed to "identifier" | Kristján Valur Jónsson | 2012-03-23 | 1 | -1/+1 |
* | this should technicaly be identifier | Benjamin Peterson | 2012-03-22 | 1 | -1/+1 |
* | check for NULL | Benjamin Peterson | 2012-03-22 | 1 | -1/+2 |
* | check by equality for __future__ not identity (closes #14378) | Benjamin Peterson | 2012-03-22 | 1 | -8/+2 |
* | Remove redundant includes of headers that are already included by Python.h. | Georg Brandl | 2010-11-30 | 1 | -1/+0 |
* | add column offset to all syntax errors | Benjamin Peterson | 2010-09-20 | 1 | -4/+3 |
* | Recorded merge of revisions 81029 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -116/+116 |
* | The BDFL has retired! Long live the FLUFL (Friendly Language Uncle For Life)! | Brett Cannon | 2009-04-01 | 1 | -0/+2 |
* | Merged revisions 67028,67040,67044,67046,67052,67065,67070,67077,67082 via sv... | Benjamin Peterson | 2008-11-03 | 1 | -0/+2 |
* | Rename PyUnicode_AsString -> _PyUnicode_AsString and | Marc-André Lemburg | 2008-08-07 | 1 | -1/+1 |
* | Merged revisions 61952-61953 via svnmerge from | Christian Heimes | 2008-03-26 | 1 | -0/+2 |
* | Add __future__ import for print_function. It's a no-op in 3.0, but it needs ... | Eric Smith | 2008-03-20 | 1 | -0/+2 |
* | Copied doc for reload() from trunk's function.rst to imp.rst | Christian Heimes | 2008-01-07 | 1 | -1/+1 |
* | Use unicode | Neal Norwitz | 2007-08-25 | 1 | -1/+1 |
* | Make identifiers str (not str8) objects throughout. | Martin v. Löwis | 2007-06-10 | 1 | -1/+1 |
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -1/+3 |
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -5/+5 |
* | Checkpoint. 218 tests are okay; 53 are failing. Done so far: | Guido van Rossum | 2006-03-15 | 1 | -3/+3 |
* | from __future__ import with_statement addon for 'with', mostly written by | Thomas Wouters | 2006-02-28 | 1 | -0/+2 |
* | SF patch #1438387, PEP 328: relative and absolute imports. | Thomas Wouters | 2006-02-28 | 1 | -0/+2 |
* | Reduce scope of feature | Neal Norwitz | 2005-12-06 | 1 | -2/+1 |
* | Remove unused macro, check is done elsewhere | Neal Norwitz | 2005-12-06 | 1 | -1/+0 |
* | Prevent name pollution by making lots of internal functions static. | Neal Norwitz | 2005-11-13 | 1 | -1/+1 |
* | Merge ast-branch to head | Jeremy Hylton | 2005-10-20 | 1 | -202/+74 |
* | Fix bug that allowed future statements virtually anywhere in a module. | Jeremy Hylton | 2005-02-04 | 1 | -2/+1 |
* | SF patch #1007189, multi-line imports, for instance: | Anthony Baxter | 2004-08-31 | 1 | -12/+13 |
* | Constify filenames and scripts. Fixes #651362. | Martin v. Löwis | 2002-12-11 | 1 | -4/+4 |
* | Removed more hair in support of future-generator stmts. | Tim Peters | 2002-04-12 | 1 | -1/+1 |
* | Fix SF bug [ #450245 ] Error in parsing future stmts | Jeremy Hylton | 2001-08-20 | 1 | -3/+18 |
* | Refactor future feature handling | Jeremy Hylton | 2001-08-10 | 1 | -6/+4 |
* | Implement PEP 238 in its (almost) full glory. | Guido van Rossum | 2001-08-08 | 1 | -0/+3 |
* | future.c: insert a cosmetic space. | Tim Peters | 2001-07-16 | 1 | -1/+1 |
* | Part way to allowing "from __future__ import generators" to communicate | Tim Peters | 2001-07-16 | 1 | -1/+2 |
* | Preliminary support for "from __future__ import generators" to enable | Guido van Rossum | 2001-07-15 | 1 | -0/+2 |
* | When iterating over the names imported in a future statement, ignore the | Fred Drake | 2001-03-10 | 1 | -1/+1 |
* | Improve SyntaxErrors for bad future statements. Set file and location | Jeremy Hylton | 2001-02-28 | 1 | -10/+24 |
* | Need to support single_input explicitly so from __future__ imports | Jeremy Hylton | 2001-02-28 | 1 | -0/+8 |
* | Presumed correct compiler pass for future statements | Jeremy Hylton | 2001-02-28 | 1 | -25/+98 |
* | Improved __future__ parser; still more to do | Jeremy Hylton | 2001-02-27 | 1 | -0/+146 |