1. b58dda7 Merged revisions 68633,68648,68667,68706,68718,68720-68721,68724-68727,68739 via svnmerge from by Benjamin Peterson · 16 years ago
  2. d3c827b Merged revisions 67590 via svnmerge from by Mark Dickinson · 16 years ago
  3. d951e7b check the return value of NEW_IDENTIFIER in some more places by Benjamin Peterson · 16 years ago
  4. 50d5a1c Make ast.c compile on Windows again. by Thomas Heller · 16 years ago
  5. 3076006 Merged revisions 67373 via svnmerge from by Benjamin Peterson · 16 years ago
  6. 6f7fad1 Merged revisions 67320 via svnmerge from by Benjamin Peterson · 16 years ago
  7. bde1676 Merged revisions 67171 via svnmerge from by Benjamin Peterson · 16 years ago
  8. da78043 Latin-1 source code was not being properly decoded when passed through by Brett Cannon · 16 years ago
  9. 2d735bc allow keyword args after *args in a function call by Benjamin Peterson · 16 years ago
  10. 4cc0f24 Rename PyUnicode_AsString -> _PyUnicode_AsString and by Marc-André Lemburg · 16 years ago
  11. e921e02 Fix uninitialized memory read for cases like def(f, *): pass by Jeremy Hylton · 16 years ago
  12. 07a1f94 Merged revisions 64622 via svnmerge from by Benjamin Peterson · 16 years ago
  13. 9c74b14 Merged revisions 64114 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  14. 72b710a Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  15. 81ee3ef Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,62463,62465-62466,62469,62474,62476-62478,62480,62485,62492,62497-62498,62500,62507,62513-62514,62516,62521,62531,62535,62545-62546,62548-62551,62553-62559,62569,62574,62577,62593,62595,62604-62606,62608,62616,62626-62627,62636,62638,62644-62645,62647-62648,62651-62653,62656,62661,62663,62680,62686-62687,62696,62699-62703,62711 via svnmerge from by Christian Heimes · 16 years ago
  16. 8dbca06 Reverted r62128 on Guido's orders by Benjamin Peterson · 16 years ago
  17. 7afb766 #2541 Allow unicode escapes in raw strings by Benjamin Peterson · 16 years ago
  18. ad74aa8 Merged revisions 62047 via svnmerge from by Neal Norwitz · 16 years ago
  19. 4d6ec85 Merged revisions 61952-61953 via svnmerge from by Christian Heimes · 16 years ago
  20. d5e2b6f Merged revisions 61538-61540,61556,61559-61560,61563,61565,61571,61575-61576,61580-61582,61586,61591,61593,61595,61605-61606,61613-61616,61618,61621-61623,61625,61627,61631-61634 via svnmerge from by Christian Heimes · 16 years ago
  21. dd15f6c Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,61285-61286,61288-61290,61298,61303-61305,61312-61314,61317,61329,61332,61344,61350-61351,61363-61376,61378-61379,61382-61383,61387-61388,61392,61395-61396,61402-61403 via svnmerge from by Christian Heimes · 16 years ago
  22. 09aaa88 Patch from Georg Brandl: Fix co_lineno of decorated function and class objects. If you see an error in test_inspect please delete all pyc files. by Christian Heimes · 16 years ago
  23. 819b8bf More PyImport_ImportModule -> PyImport_ImportModuleNoBlock by Christian Heimes · 17 years ago
  24. 90aa764 #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. by Christian Heimes · 17 years ago
  25. 40d3a67 Issue #1573, second attempt: "def f(*, **kw)" now raises a SyntaxError. by Amaury Forgeot d'Arc · 17 years ago
  26. bc87341 Fixed #1573: Improper use of the keyword-only syntax makes the parser crash by Christian Heimes · 17 years ago
  27. 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 17 years ago
  28. 0d3fb8a Merged revisions 59107-59186 via svnmerge from by Guido van Rossum · 17 years ago
  29. 39599dc PyString_AsString is permissive and accepts unicode strings. by Amaury Forgeot d'Arc · 17 years ago
  30. 29fd712 Minimal change that disables (AFAICT) the interpolation of \u and \U inside by Guido van Rossum · 17 years ago
  31. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  32. 8ce8a78 Merged revisions 58221-58741 via svnmerge from by Guido van Rossum · 17 years ago
  33. 828f04a Issue #1066: implement PEP 3109, 2/3 of PEP 3134. by Collin Winter · 17 years ago
  34. 4738340 Implement PEP 3131. Add isidentifier to str. by Martin v. Löwis · 17 years ago
  35. 2614e1d Remove obsolete ifdef. by Martin v. Löwis · 17 years ago
  36. c76a250 Merged revisions 56782-56847 via svnmerge from by Guido van Rossum · 17 years ago
  37. 447d33e Implement PEP 3120. by Martin v. Löwis · 17 years ago
  38. b5a755e Merged revisions 56301-56442 via svnmerge from by Guido van Rossum · 17 years ago
  39. 992d4a3 Merged revisions 56154-56264 via svnmerge from by Guido van Rossum · 17 years ago
  40. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  41. 5397039 Minimal changes to make the "freeze" tool work again. by Guido van Rossum · 17 years ago
  42. 5b22213 Make identifiers str (not str8) objects throughout. by Martin v. Löwis · 17 years ago
  43. e7ba495 Merged revisions 55631-55794 via svnmerge from by Guido van Rossum · 17 years ago
  44. d59da4b Merged revisions 55407-55513 via svnmerge from by Guido van Rossum · 17 years ago
  45. 1bc535d Merged revisions 55328-55341 via svnmerge from by Guido van Rossum · 17 years ago
  46. 360e4b8 Merged revisions 55325-55327 via svnmerge from by Guido van Rossum · 17 years ago
  47. 0368b72 Merged revisions 55225-55227,55229-55269 via svnmerge from by Guido van Rossum · 17 years ago
  48. bdde011 Remove support for u"..." literals. by Guido van Rossum · 17 years ago
  49. f15a29f More coding by random modification. by Guido van Rossum · 17 years ago
  50. 8d30cc0 Get rid of all #ifdef Py_USING_UNICODE (it is always present now). by Guido van Rossum · 17 years ago
  51. 572dbf8 Checkpoint. Manipulated things so that string literals are always by Guido van Rossum · 17 years ago
  52. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  53. 71011e2 Allow decorators and return annotations to be used together (fixes SF#1697248) by Nick Coghlan · 17 years ago
  54. 4d2adcc Make it compile with C89. by Guido van Rossum · 17 years ago
  55. 650f0d0 Hide list comp variables and support set comprehensions by Nick Coghlan · 17 years ago
  56. e66c8c7 "from ... import x" should not be a syntax error... make by Georg Brandl · 17 years ago
  57. dde0028 Make ELLIPSIS a separate token. This makes it a syntax error to write ". . ." for Ellipsis. by Georg Brandl · 17 years ago
  58. 52cc1d8 Implement PEP 3115 -- new metaclass syntax and semantics. by Guido van Rossum · 17 years ago
  59. 81e9502 Provisional implementation of PEP 3104. by Jeremy Hylton · 17 years ago
  60. 6baa4c4 Whoops, fix build breakage. There were still a few uses of the bool type. by Neal Norwitz · 17 years ago
  61. 00e41de Bytes literal. by Thomas Wouters · 17 years ago
  62. 452bf51 Essential changes for print function changes. by Guido van Rossum · 17 years ago
  63. 16be03e Some more changes related to the new except syntax and semantics, by Guido van Rossum · 18 years ago
  64. c150536 PEP 3107 - Function Annotations thanks to Tony Lownds by Neal Norwitz · 18 years ago
  65. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  66. 4f72a78 Jiwon Seo's PEP 3102 implementation. by Guido van Rossum · 18 years ago
  67. 52318d6 Patch #1550786: ellipsis literal. by Georg Brandl · 18 years ago
  68. 7cae87c Patch #1550800: make exec a function. by Georg Brandl · 18 years ago
  69. 86e58e2 SF patch 1547796 by Georg Brandl -- set literals. by Guido van Rossum · 18 years ago
  70. e2e23ef Remove the UNARY_CONVERT opcode (was used for backticks). Also bumped up the by Brett Cannon · 18 years ago
  71. cf588f6 Remove support for backticks from the grammar and compiler. by Brett Cannon · 18 years ago
  72. b053cd8 Killed the <> operator. You must now use !=. by Guido van Rossum · 18 years ago
  73. 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago
  74. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  75. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  76. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  77. 4af5c8c SF #1444030: Fix several potential defects found by Coverity. by Hye-Shik Chang · 18 years ago
  78. 49c5da1 Patch #1440601: Add col_offset attribute to AST nodes. by Martin v. Löwis · 18 years ago
  79. 65b3dab Fix uninitialized value. (Why are we using bools instead of ints, like we do by Thomas Wouters · 18 years ago
  80. 8ae1295 Make 'as' an actual keyword when with's future statement is used. Not by Thomas Wouters · 18 years ago
  81. a829313 Remove asdl_seq_APPEND() and simplify asdl seq implementation. by Jeremy Hylton · 18 years ago
  82. f7f438b SF patch #1438387, PEP 328: relative and absolute imports. by Thomas Wouters · 18 years ago
  83. c2e2074 PEP 343 -- the with-statement. by Guido van Rossum · 18 years ago
  84. c7d3726 Fix parsing of subscriptlist. by Jeremy Hylton · 18 years ago
  85. 8622e93 And some more cleanup. by Thomas Wouters · 18 years ago
  86. 106203c Clean up from-import handling. by Thomas Wouters · 18 years ago
  87. 9ebfbf0 Simplify ast_for_trailer() in anticipation of more changes. by Jeremy Hylton · 18 years ago
  88. aa8b6c5 Fix old not-reading-pep-308-right artifact. by Thomas Wouters · 18 years ago
  89. fa443cd Fix assertion errors in debug build, brought on by PEP 308 patch. by Thomas Wouters · 18 years ago
  90. dca3b9c PEP 308 implementation, including minor refdocs and some testcases. It by Thomas Wouters · 18 years ago
  91. 96e48d4 Use C-style comment by Neal Norwitz · 19 years ago
  92. c960f26 Improved handling of syntax errors. by Jeremy Hylton · 19 years ago
  93. e93e64f Repair bizarre indentation created by VC 7.1. by Tim Peters · 19 years ago
  94. 5db42c4 alias_for_import_name(): Dueling compiler warnings ;-) by Tim Peters · 19 years ago
  95. 46b7bda Fix icc warnings: conversion from "long" to "int" may lose significant bits by Neal Norwitz · 19 years ago
  96. 406c640 Fix icc warnings: shadowing local variables by Neal Norwitz · 19 years ago
  97. 24f0fa9 SF#1391872 by Fredrik Lundh · 19 years ago
  98. 30b5c5d Fix SF bug #1072182, problems with signed characters. by Neal Norwitz · 19 years ago
  99. 84456bd Cleanup a bit and make things more consistent. by Neal Norwitz · 19 years ago
  100. f599f42 SF patch #1355913, PEP 341 - Unification of try/except and try/finally by Neal Norwitz · 19 years ago