1. 2a65ecb Issue #26130: Remove redundant variable 's' from Parser/parser.c by Berker Peksag · 8 years ago
  2. c679227 Issue #1772673: The type of `char*` arguments now changed to `const char*`. by Serhiy Storchaka · 11 years ago
  3. 9ed5f27 Issue #18722: Remove uses of the "register" keyword in C code. by Antoine Pitrou · 11 years ago
  4. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  5. e3944a5 The BDFL has retired! Long live the FLUFL (Friendly Language Uncle For Life)! by Brett Cannon · 15 years ago
  6. 9aebc61 Merged revisions 67030-67031 via svnmerge from by Benjamin Peterson · 16 years ago
  7. 4d6ec85 Merged revisions 61952-61953 via svnmerge from by Christian Heimes · 16 years ago
  8. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 17 years ago
  9. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  10. 45aecf4 Checkpoint. 218 tests are okay; 53 are failing. Done so far: by Guido van Rossum · 18 years ago
  11. 49c5da1 Patch #1440601: Add col_offset attribute to AST nodes. by Martin v. Löwis · 18 years ago
  12. 8ae1295 Make 'as' an actual keyword when with's future statement is used. Not by Thomas Wouters · 18 years ago
  13. 34aa7ba from __future__ import with_statement addon for 'with', mostly written by Neal. by Thomas Wouters · 18 years ago
  14. c155dd4 Disable the parser hacks that allowed the "yield" keyword to be enabled by Neil Schemenauer · 22 years ago
  15. 1ca1296 The parser doesn't need its own implementation of assert, and having its by Tim Peters · 22 years ago
  16. 3c03323 Fis SF bug #442647: not all forms of legal future statements were by Guido van Rossum · 23 years ago
  17. b09f7ed Preliminary support for "from __future__ import generators" to enable by Guido van Rossum · 23 years ago
  18. e3c3b27 Fix a bug in stack overflow error handling. This fixes half of Bug #115555. by Guido van Rossum · 24 years ago
  19. 8586991 REMOVED all CWI, CNRI and BeOpen copyright markings. by Guido van Rossum · 24 years ago
  20. 23c9e00 Mass ANSIfication. by Thomas Wouters · 24 years ago
  21. 85f3639 Create two new exceptions: IndentationError and TabError. These are by Fred Drake · 24 years ago
  22. dbd9ba6 Nuke all remaining occurrences of Py_PROTO and Py_FPROTO. by Tim Peters · 24 years ago
  23. ffcc381 Change copyright notice - 2nd try. by Guido van Rossum · 24 years ago
  24. fd71b9e Change copyright notice. by Guido van Rossum · 24 years ago
  25. 9498806 Add new parser error code, E_OVERFLOW. This error is returned when by Jeremy Hylton · 24 years ago
  26. 86bea46 Another directory quickly renamed. by Guido van Rossum · 27 years ago
  27. 408027e Rename DEBUG macro to Py_DEBUG by Guido van Rossum · 27 years ago
  28. d266eb4 New permission notice, includes CNRI. by Guido van Rossum · 28 years ago
  29. b9f8d6e Added 1995 to copyright message. by Guido van Rossum · 29 years ago
  30. 588633d Parser/tokenizer.c (tok_nextc): zap tok->buf after freeing; by Guido van Rossum · 29 years ago
  31. 1d5735e Merge back to main trunk by Guido van Rossum · 30 years ago
  32. 9bfef44 * Changed all copyright messages to include 1993. by Guido van Rossum · 31 years ago
  33. cf7448b Correct debug printing code by Guido van Rossum · 32 years ago
  34. bab9d03 Copyright for 1992 added by Guido van Rossum · 32 years ago
  35. f70e43a Added copyright notice. by Guido van Rossum · 33 years ago
  36. 3f5da24 "Compiling" version by Guido van Rossum · 33 years ago
  37. 99f02d4 Free parse tree when deleting parser. by Guido van Rossum · 34 years ago
  38. 85a5fbb Initial revision by Guido van Rossum · 34 years ago