1. 992d4a3 Merged revisions 56154-56264 via svnmerge from by Guido van Rossum · 17 years ago
  2. e7ba495 Merged revisions 55631-55794 via svnmerge from by Guido van Rossum · 17 years ago
  3. d59da4b Merged revisions 55407-55513 via svnmerge from by Guido van Rossum · 17 years ago
  4. 1bc535d Merged revisions 55328-55341 via svnmerge from by Guido van Rossum · 17 years ago
  5. 0368b72 Merged revisions 55225-55227,55229-55269 via svnmerge from by Guido van Rossum · 17 years ago
  6. 650f0d0 Hide list comp variables and support set comprehensions by Nick Coghlan · 17 years ago
  7. a4335b1 Looks like this file wasn't checked in. by Guido van Rossum · 17 years ago
  8. dde0028 Make ELLIPSIS a separate token. This makes it a syntax error to write ". . ." for Ellipsis. by Georg Brandl · 17 years ago
  9. 52cc1d8 Implement PEP 3115 -- new metaclass syntax and semantics. by Guido van Rossum · 17 years ago
  10. 81e9502 Provisional implementation of PEP 3104. by Jeremy Hylton · 17 years ago
  11. 452bf51 Essential changes for print function changes. by Guido van Rossum · 17 years ago
  12. 16be03e Some more changes related to the new except syntax and semantics, by Guido van Rossum · 17 years ago
  13. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 17 years ago
  14. c150536 PEP 3107 - Function Annotations thanks to Tony Lownds by Neal Norwitz · 18 years ago
  15. 4f72a78 Jiwon Seo's PEP 3102 implementation. by Guido van Rossum · 18 years ago
  16. 52318d6 Patch #1550786: ellipsis literal. by Georg Brandl · 18 years ago
  17. 7cae87c Patch #1550800: make exec a function. by Georg Brandl · 18 years ago
  18. 86e58e2 SF patch 1547796 by Georg Brandl -- set literals. by Guido van Rossum · 18 years ago
  19. cf588f6 Remove support for backticks from the grammar and compiler. by Brett Cannon · 18 years ago
  20. b053cd8 Killed the <> operator. You must now use !=. by Guido van Rossum · 18 years ago
  21. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  22. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  23. 45aecf4 Checkpoint. 218 tests are okay; 53 are failing. Done so far: by Guido van Rossum · 18 years ago
  24. 8ae1295 Make 'as' an actual keyword when with's future statement is used. Not by Thomas Wouters · 18 years ago
  25. f7f438b SF patch #1438387, PEP 328: relative and absolute imports. by Thomas Wouters · 18 years ago
  26. c2e2074 PEP 343 -- the with-statement. by Guido van Rossum · 18 years ago
  27. dca3b9c PEP 308 implementation, including minor refdocs and some testcases. It by Thomas Wouters · 18 years ago
  28. 59090a7 Oops, I forgot to check this in with the change to Grammar/Grammar. by Neal Norwitz · 18 years ago
  29. 3c52c5a Wrap long lines in the grammar by Neal Norwitz · 19 years ago
  30. f599f42 SF patch #1355913, PEP 341 - Unification of try/except and try/finally by Neal Norwitz · 19 years ago
  31. 37c0844 Fix SF bug #1167751, Argument genexp corner case by Neal Norwitz · 19 years ago
  32. 0d6615f PEP 342 implementation. Per Guido's comments, the generator throw() by Phillip J. Eby · 19 years ago
  33. 409d8f2 Allow classes to be defined with empty parentheses. This means that by Brett Cannon · 19 years ago
  34. 1a4ddae SF patch #1007189, multi-line imports, for instance: by Anthony Baxter · 20 years ago
  35. 0ccff07 This is Mark Russell's patch: by Michael W. Hudson · 20 years ago
  36. c2a5a63 PEP-0318, @decorator-style. In Guido's words: by Anthony Baxter · 20 years ago
  37. 354433a SF patch #872326: Generator expression implementation by Raymond Hettinger · 20 years ago
  38. 00f1e3f Patch #534304: Implement phase 1 of PEP 263. by Martin v. Löwis · 22 years ago
  39. 2d3b986 Disambiguate the grammar for backtick. by Guido van Rossum · 22 years ago
  40. 84ee323 John Aycock correctly pointed out that the grammar for by Tim Peters · 22 years ago
  41. 1c91707 Very subtle syntax change: in a list comprehension, the testlist in by Guido van Rossum · 23 years ago
  42. 4668b00 Implement PEP 238 in its (almost) full glory. by Guido van Rossum · 23 years ago
  43. 5ca576e Merging the gen-branch into the main line, at Guido's direction. Yay! by Tim Peters · 23 years ago
  44. 434d082 Support for three-token characters (**=, >>=, <<=) which was written by by Thomas Wouters · 24 years ago
  45. 46dfa5f require list comprehensions to start with a for clause by Skip Montanaro · 24 years ago
  46. 23c9ec8 PEP 214, Extended print Statement, has been accepted by the BDFL. by Barry Warsaw · 24 years ago
  47. 5215225 Apply SF patch #101135, adding 'import module as m' and 'from module import by Thomas Wouters · 24 years ago
  48. 803d6e5 list comprehensions. see by Skip Montanaro · 24 years ago
  49. 7690151 slightly modified version of Greg Ewing's extended call syntax patch by Jeremy Hylton · 24 years ago
  50. d295f12 Make first raise argument optional by Guido van Rossum · 26 years ago
  51. ee2373b Oops, missed some renamings. by Guido van Rossum · 27 years ago
  52. 03a7466 OK, ready to make 'assert' a keyword (instead of '__assert__'). by Guido van Rossum · 27 years ago
  53. 8ecd1ad Added assert grammar. by Guido van Rossum · 27 years ago
  54. 0dfcf75 Disable support for access statement by Guido van Rossum · 28 years ago
  55. 8861b74 Changes for slice and ellipses by Guido van Rossum · 28 years ago
  56. beeda8a changes for power (**) operator by Guido van Rossum · 28 years ago
  57. e40bddc new grammar by Guido van Rossum · 29 years ago
  58. a10f512 Grammar changed by Guido van Rossum · 30 years ago
  59. 9717991 Merge back to main trunk by Guido van Rossum · 30 years ago
  60. 57531fe change syntactical position of lambdef (was an atom, now is a test) by Guido van Rossum · 31 years ago
  61. 590baa4 * import.c (get_module): pass .py filename to parse_file, not .pyc filename! by Guido van Rossum · 31 years ago
  62. 3b71604 Committing the correct graminit.c; also changed confusing comments in Grammar. by Guido van Rossum · 31 years ago
  63. 12d12c5 * compile.[ch]: support for lambda() by Guido van Rossum · 31 years ago
  64. db3165e * bltinmodule.c: removed exec() built-in function. by Guido van Rossum · 31 years ago
  65. 234f942 * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c. by Guido van Rossum · 31 years ago
  66. 2583165 Several changes in one: by Guido van Rossum · 31 years ago
  67. 74b31c9 Latest gramamr by Guido van Rossum · 32 years ago
  68. 2c81957 tightened try statement syntax by Guido van Rossum · 32 years ago
  69. c1b5cec *** empty log message *** by Guido van Rossum · 32 years ago
  70. ef09851 New grammar (semicolons, continue, no multiple NEWLINES) by Guido van Rossum · 33 years ago
  71. f70e43a Added copyright notice. by Guido van Rossum · 33 years ago
  72. 3f5da24 "Compiling" version by Guido van Rossum · 34 years ago
  73. 3ccb617 removed dir statement. Function arguments may now be tests. by Guido van Rossum · 34 years ago
  74. 85a5fbb Initial revision by Guido van Rossum · 34 years ago