1. bdca942 fix __future__ imports when multiple features are given by Benjamin Peterson · 16 years ago
  2. 3c60833 Patch #2477: Added from __future__ import unicode_literals by Christian Heimes · 16 years ago
  3. 7c47894 Backport of the print function, using a __future__ import. by Eric Smith · 16 years ago
  4. a10d3af Fix a bug in the parser's future statement handling that led to "with" by Georg Brandl · 18 years ago
  5. 1149002 Fix the code in Parser/ to also compile with C++. This was mostly casts for by Anthony Baxter · 18 years ago
  6. 2c4e4f9 SF patch #1467512, fix double free with triple quoted string in standard build. by Neal Norwitz · 18 years ago
  7. 49c5da1 Patch #1440601: Add col_offset attribute to AST nodes. by Martin v. Löwis · 18 years ago
  8. 8ae1295 Make 'as' an actual keyword when with's future statement is used. Not by Thomas Wouters · 18 years ago
  9. 34aa7ba from __future__ import with_statement addon for 'with', mostly written by Neal. by Thomas Wouters · 18 years ago
  10. c155dd4 Disable the parser hacks that allowed the "yield" keyword to be enabled by Neil Schemenauer · 22 years ago
  11. 1ca1296 The parser doesn't need its own implementation of assert, and having its by Tim Peters · 23 years ago
  12. 3c03323 Fis SF bug #442647: not all forms of legal future statements were by Guido van Rossum · 23 years ago
  13. b09f7ed Preliminary support for "from __future__ import generators" to enable by Guido van Rossum · 23 years ago
  14. e3c3b27 Fix a bug in stack overflow error handling. This fixes half of Bug #115555. by Guido van Rossum · 24 years ago
  15. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  16. 23c9e00 Mass ANSIfication. by Thomas Wouters · 24 years ago
  17. 85f3639 Create two new exceptions: IndentationError and TabError. These are by Fred Drake · 24 years ago
  18. dbd9ba6 Nuke all remaining occurrences of Py_PROTO and Py_FPROTO. by Tim Peters · 24 years ago
  19. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  20. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  21. 9498806 Add new parser error code, E_OVERFLOW. This error is returned when by Jeremy Hylton · 24 years ago
  22. 86bea46 Another directory quickly renamed. by Guido van Rossum · 27 years ago
  23. 408027e Rename DEBUG macro to Py_DEBUG by Guido van Rossum · 28 years ago
  24. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  25. b9f8d6e Added 1995 to copyright message. by Guido van Rossum · 30 years ago
  26. 588633d Parser/tokenizer.c (tok_nextc): zap tok->buf after freeing; by Guido van Rossum · 30 years ago
  27. 1d5735e Merge back to main trunk by Guido van Rossum · 30 years ago
  28. 9bfef44 * Changed all copyright messages to include 1993. by Guido van Rossum · 31 years ago
  29. cf7448b Correct debug printing code by Guido van Rossum · 32 years ago
  30. bab9d03 Copyright for 1992 added by Guido van Rossum · 32 years ago
  31. f70e43a Added copyright notice. by Guido van Rossum · 33 years ago
  32. 3f5da24 "Compiling" version by Guido van Rossum · 34 years ago
  33. 99f02d4 Free parse tree when deleting parser. by Guido van Rossum · 34 years ago
  34. 85a5fbb Initial revision by Guido van Rossum · 34 years ago