1. 00f1e3f Patch #534304: Implement phase 1 of PEP 263. by Martin v. Löwis · 22 years ago
  2. 2d3b986 Disambiguate the grammar for backtick. by Guido van Rossum · 22 years ago
  3. 84ee323 John Aycock correctly pointed out that the grammar for by Tim Peters · 22 years ago
  4. 1c91707 Very subtle syntax change: in a list comprehension, the testlist in by Guido van Rossum · 23 years ago
  5. 4668b00 Implement PEP 238 in its (almost) full glory. by Guido van Rossum · 23 years ago
  6. 5ca576e Merging the gen-branch into the main line, at Guido's direction. Yay! by Tim Peters · 23 years ago
  7. bb40dc4 remove commented-out vestiges of access statement by Jeremy Hylton · 23 years ago
  8. 693291b Superseded by $(srcdir)/Makefile.pre.in. by Neil Schemenauer · 23 years ago
  9. 0cdfc92 Fix typo: config.stat --> config.status by Fred Drake · 24 years ago
  10. 434d082 Support for three-token characters (**=, >>=, <<=) which was written by by Thomas Wouters · 24 years ago
  11. abca14d Added note stating that the parser module will need updating for most by Fred Drake · 24 years ago
  12. 46dfa5f require list comprehensions to start with a for clause by Skip Montanaro · 24 years ago
  13. 0360663 PEP 214, Extended print Statement, has been accepted by the BDFL. by Barry Warsaw · 24 years ago
  14. 9b18adc Ignore Grammar/Makefile now that it's a made Makefile. by Thomas Wouters · 24 years ago
  15. 5215225 Apply SF patch #101135, adding 'import module as m' and 'from module import by Thomas Wouters · 24 years ago
  16. 59bb080 Fix up problems when compiling in a directory other than the source directory. by Sjoerd Mullender · 24 years ago
  17. 9f6e6c6 add dummy 'add2lib' target to Grammar/Makefile so non-GNU makes don't bail out by Trent Mick · 24 years ago
  18. 803d6e5 list comprehensions. see by Skip Montanaro · 24 years ago
  19. c9bac09 added .cvsignore so cvs doesn't complain about the generated graminit.h and by Skip Montanaro · 24 years ago
  20. 7690151 slightly modified version of Greg Ewing's extended call syntax patch by Jeremy Hylton · 24 years ago
  21. d295f12 Make first raise argument optional by Guido van Rossum · 26 years ago
  22. 03a7466 OK, ready to make 'assert' a keyword (instead of '__assert__'). by Guido van Rossum · 27 years ago
  23. 556440d Added __assert__ statement (later to be renamed) by Guido van Rossum · 27 years ago
  24. 0dfcf75 Disable support for access statement by Guido van Rossum · 28 years ago
  25. 14f4451 Changes for stride in slices (x[a:b:c]) and ellipses (x[a,...,z]) by Guido van Rossum · 28 years ago
  26. 0bfd6c3 Added power (**) operator by Guido van Rossum · 28 years ago
  27. a996b91 new grammar for 3rd raise arg and keyword parameters by Guido van Rossum · 29 years ago
  28. 4a1da26 changed import to support NAME.NAME...NAME by Guido van Rossum · 29 years ago
  29. e5f6f45 Got rid of history (was beginning to get silly). by Guido van Rossum · 30 years ago
  30. a322862 Added #diagram:... comments for Kees Blom's railroad diagram generator by Guido van Rossum · 30 years ago
  31. da5d518 Bring alpha100 revision back to mainline by Guido van Rossum · 30 years ago
  32. 6d5ebe2 Added (dummy) depend target by Guido van Rossum · 31 years ago
  33. 1dfec14 Py -> Include by Guido van Rossum · 31 years ago
  34. 6fa6343 None by Guido van Rossum · 31 years ago
  35. 248a50c * Grammar: corrected old typo (class instead of 'class') by Guido van Rossum · 31 years ago
  36. 57531fe change syntactical position of lambdef (was an atom, now is a test) by Guido van Rossum · 31 years ago
  37. 590baa4 * import.c (get_module): pass .py filename to parse_file, not .pyc filename! by Guido van Rossum · 31 years ago
  38. 3b71604 Committing the correct graminit.c; also changed confusing comments in Grammar. by Guido van Rossum · 31 years ago
  39. 12d12c5 * compile.[ch]: support for lambda() by Guido van Rossum · 31 years ago
  40. db3165e * bltinmodule.c: removed exec() built-in function. by Guido van Rossum · 31 years ago
  41. b3f7258 * Lots of small changes related to access. by Guido van Rossum · 31 years ago
  42. 2583165 Several changes in one: by Guido van Rossum · 31 years ago
  43. cf49ac5 Added missing change log entries by Guido van Rossum · 32 years ago
  44. 02334d2 Use only '*' for varargs list by Guido van Rossum · 32 years ago
  45. af82141 Tighten syntax for try statements by Guido van Rossum · 32 years ago
  46. e785fbc Allow NEWLINE* after eval input. by Guido van Rossum · 32 years ago
  47. 610cdc5 Add '*' for varargs list. by Guido van Rossum · 32 years ago
  48. 526e909 Added varargs syntax "def f(a, b, +c): ..." by Guido van Rossum · 32 years ago
  49. 09cea47 Don't allow '==' at top level yet, to catch conversion errors. by Guido van Rossum · 33 years ago
  50. 6cf1273 Allow trailing comma after fplist; '=' is no longer comparison; by Guido van Rossum · 33 years ago
  51. 68fc349 Added 'global' and new class syntax. by Guido van Rossum · 33 years ago
  52. 9eb4f53 Added shifting and masking operators. by Guido van Rossum · 33 years ago
  53. a76fb5b Comparison operators '<=' '>' '<>' are now 1 token. by Guido van Rossum · 33 years ago
  54. 7ac4a88 Change treatment of multiple NEWLINES by Guido van Rossum · 33 years ago
  55. 56f7837 Added 'continue', semicolons and dictionary displays. by Guido van Rossum · 33 years ago
  56. 4dae216 Removed 'dir' statement. by Guido van Rossum · 33 years ago
  57. 85a5fbb Initial revision by Guido van Rossum · 34 years ago