| Commit message (Expand) | Author | Age |
* | 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 |
* | Implement PEP 238 in its (almost) full glory. | Guido van Rossum | 2001-08-08 |
* | future.c: insert a cosmetic space. | Tim Peters | 2001-07-16 |
* | Part way to allowing "from __future__ import generators" to communicate | Tim Peters | 2001-07-16 |
* | Preliminary support for "from __future__ import generators" to enable | Guido van Rossum | 2001-07-15 |
* | When iterating over the names imported in a future statement, ignore the | Fred Drake | 2001-03-10 |
* | Improve SyntaxErrors for bad future statements. Set file and location | Jeremy Hylton | 2001-02-28 |
* | Need to support single_input explicitly so from __future__ imports | Jeremy Hylton | 2001-02-28 |
* | Presumed correct compiler pass for future statements | Jeremy Hylton | 2001-02-28 |
* | Improved __future__ parser; still more to do | Jeremy Hylton | 2001-02-27 |