1. 4cc0f24 Rename PyUnicode_AsString -> _PyUnicode_AsString and by Marc-André Lemburg · 16 years ago
  2. 9c74b14 Merged revisions 64114 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  3. eec3d71 #3021: Antoine Pitrou's Lexical exception handlers by Benjamin Peterson · 16 years ago
  4. 72b710a Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  5. e9f305f Merged revisions 63208-63209,63211-63212,63214-63217,63219-63224,63226-63227,63229-63232,63234-63235,63237-63239,63241,63243-63246,63250-63254,63256-63259,63261,63263-63264,63266-63267,63269-63270,63272-63273,63275-63276,63278,63280-63281,63283-63284,63286-63287,63289-63290,63292-63293,63295-63296,63298-63299,63301-63302,63304-63305,63307,63309-63314,63316-63322,63324-63325,63327-63335,63337-63338,63340-63342,63344-63346,63348 via svnmerge from by Alexandre Vassalotti · 16 years ago
  6. 36e6310 Fix refleak with nested classes. Fix originally by Amaury in r62015. by Neal Norwitz · 16 years ago
  7. ad74aa8 Merged revisions 62047 via svnmerge from by Neal Norwitz · 16 years ago
  8. 618dc5e Merged revisions 62004 via svnmerge from by Martin v. Löwis · 16 years ago
  9. 08976cb Merged revisions 61404-61407 via svnmerge from by Christian Heimes · 16 years ago
  10. 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
  11. deef674 Fix crasher in unpacking assignments with star, where the size constraints by Thomas Wouters · 16 years ago
  12. 77c02eb Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617-60678 via svnmerge from by Christian Heimes · 16 years ago
  13. 2202f87 Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60568-60598,60600-60616 via svnmerge from by Christian Heimes · 17 years ago
  14. 400adb0 Merged revisions 60475-60479,60481-60488 via svnmerge from by Christian Heimes · 17 years ago
  15. fe82e77 Merged revisions 60379-60382 via svnmerge from by Christian Heimes · 17 years ago
  16. 969fe57 Merged revisions 60245-60277 via svnmerge from by Christian Heimes · 17 years ago
  17. 5fb7c2a Merged revisions 59565-59594 via svnmerge from by Christian Heimes · 17 years ago
  18. 99170a5 Merged revisions 59541-59561 via svnmerge from by Christian Heimes · 17 years ago
  19. 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 17 years ago
  20. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  21. 00bc0e0 Patch #1272, by Christian Heimes and Alexandre Vassalotti. by Guido van Rossum · 17 years ago
  22. ce272b6 Merged revisions 58203-58210 via svnmerge from by Thomas Wouters · 17 years ago
  23. 828f04a Issue #1066: implement PEP 3109, 2/3 of PEP 3134. by Collin Winter · 17 years ago
  24. d2cf20e Remove the simple slicing API. All slicing is now done with slice objects. by Thomas Wouters · 17 years ago
  25. 41103bf Ensure that code object names (co_name) are unicode. by Neal Norwitz · 17 years ago
  26. 04110fb Merged revisions 57221-57391 via svnmerge from by Guido van Rossum · 17 years ago
  27. 992d4a3 Merged revisions 56154-56264 via svnmerge from by Guido van Rossum · 17 years ago
  28. bdbb395 Looks like an oopsie -- I ignored a warning at my peril. by Guido van Rossum · 17 years ago
  29. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  30. 5b22213 Make identifiers str (not str8) objects throughout. by Martin v. Löwis · 17 years ago
  31. 573c08c Change PyErr_Format() to generate a unicode string (by using by Walter Dörwald · 17 years ago
  32. d59da4b Merged revisions 55407-55513 via svnmerge from by Guido van Rossum · 17 years ago
  33. 1bc535d Merged revisions 55328-55341 via svnmerge from by Guido van Rossum · 17 years ago
  34. 0368b72 Merged revisions 55225-55227,55229-55269 via svnmerge from by Guido van Rossum · 17 years ago
  35. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  36. 650f0d0 Hide list comp variables and support set comprehensions by Nick Coghlan · 17 years ago
  37. 3a38362 Fix refleak in compiler. by Guido van Rossum · 17 years ago
  38. 52cc1d8 Implement PEP 3115 -- new metaclass syntax and semantics. by Guido van Rossum · 17 years ago
  39. 81e9502 Provisional implementation of PEP 3104. by Jeremy Hylton · 17 years ago
  40. 0240b92 Two more patches by Tony Lownds (SF# 1607548). by Guido van Rossum · 17 years ago
  41. 6baa4c4 Whoops, fix build breakage. There were still a few uses of the bool type. by Neal Norwitz · 17 years ago
  42. 00e41de Bytes literal. by Thomas Wouters · 17 years ago
  43. 88fc664 * Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes. by Georg Brandl · 17 years ago
  44. 16be03e Some more changes related to the new except syntax and semantics, by Guido van Rossum · 18 years ago
  45. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  46. c150536 PEP 3107 - Function Annotations thanks to Tony Lownds by Neal Norwitz · 18 years ago
  47. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  48. 4f72a78 Jiwon Seo's PEP 3102 implementation. by Guido van Rossum · 18 years ago
  49. 52318d6 Patch #1550786: ellipsis literal. by Georg Brandl · 18 years ago
  50. 7cae87c Patch #1550800: make exec a function. by Georg Brandl · 18 years ago
  51. 86e58e2 SF patch 1547796 by Georg Brandl -- set literals. by Guido van Rossum · 18 years ago
  52. cf588f6 Remove support for backticks from the grammar and compiler. by Brett Cannon · 18 years ago
  53. fbfe093 Check for exceptions set by PyDict_GetItem(). by Jeremy Hylton · 18 years ago
  54. 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago
  55. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  56. 73e5a5b Merge the rest of the trunk. by Thomas Wouters · 18 years ago
  57. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  58. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  59. e7086d4 INPLACE_DIVIDE is no longer necessary (INPLACE_TRUE_DIVIDE is used). by Neal Norwitz · 18 years ago
  60. c6d210c Get rid of last vestiges of BINARY_DIVIDE. by Neal Norwitz · 18 years ago
  61. 45aecf4 Checkpoint. 218 tests are okay; 53 are failing. Done so far: by Guido van Rossum · 18 years ago
  62. eadee9a Fix SF bug #1448804 and ad a test to ensure that all subscript operations continue to be handled correctly by Nick Coghlan · 18 years ago
  63. f669436 Um, I thought I'd already checked this in. by Guido van Rossum · 18 years ago
  64. 10be2ea SF bug 1442442: LIST_APPEND optimization got lost in the AST merge. Add it back. by Neal Norwitz · 18 years ago
  65. d9cf85f Fix refleak if from __future__ import was not first by Neal Norwitz · 18 years ago
  66. 3a5468e Update known issues to reflect reality by Neal Norwitz · 18 years ago
  67. 49c5da1 Patch #1440601: Add col_offset attribute to AST nodes. by Martin v. Löwis · 18 years ago
  68. e9357b2 Tabify and reflow some long lines. by Jeremy Hylton · 18 years ago
  69. 5e9f1fa Generally inehrit codeflags that are in PyCF_MASK, instead of writing it out by Thomas Wouters · 18 years ago
  70. 34aa7ba from __future__ import with_statement addon for 'with', mostly written by Neal. by Thomas Wouters · 18 years ago
  71. f7f438b SF patch #1438387, PEP 328: relative and absolute imports. by Thomas Wouters · 18 years ago
  72. 1175c43 Clarify C-style exception handling with proper label name. by Thomas Wouters · 18 years ago
  73. bfe51ea Fix assertions. by Thomas Wouters · 18 years ago
  74. c2e2074 PEP 343 -- the with-statement. by Guido van Rossum · 18 years ago
  75. dca3b9c PEP 308 implementation, including minor refdocs and some testcases. It by Thomas Wouters · 18 years ago
  76. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 18 years ago
  77. 08b401f Fix icc warnings: single bit fields should be unsigned, shadowing local variables by Neal Norwitz · 19 years ago
  78. 9496261 Adjust usage of compiler_use_new_block to its return type. by Martin v. Löwis · 19 years ago
  79. 93d69a7 fixed compilation with an ordinary C89 compiler by Fredrik Lundh · 19 years ago
  80. 51abbc7 Fix Armin's bug 1333982. He found it, he didn't created it :-) by Neal Norwitz · 19 years ago
  81. 4e6bf49 Handle more error conditions with SystemError by Neal Norwitz · 19 years ago
  82. 87b801c Set MemoryError when alloc fails by Neal Norwitz · 19 years ago
  83. adb69fc Merge from ast-arena. This reduces the code in Python/ast.c by ~300 lines, by Neal Norwitz · 19 years ago
  84. 28b32ac Simplify logic for handling import * by Neal Norwitz · 19 years ago
  85. 3715c3e Fix a few more ref leaks. Backport candidate by Neal Norwitz · 19 years ago
  86. 7bcabc6 Fix a few more memory leaks by Neal Norwitz · 19 years ago
  87. 4737b23 Last batch of ref leaks in new AST code. by Neal Norwitz · 19 years ago
  88. 944d3eb Correctly handle identifiers for anonymous scopes and align genexpr name with symtable.c by Nick Coghlan · 19 years ago
  89. b6fc9df Fix a lot of memory and ref leaks in error paths. by Neal Norwitz · 19 years ago
  90. 2744c6c make internal method static by Neal Norwitz · 19 years ago
  91. c396d9e Ensure that compiler_exit_scope() is called as necessary to free memory by Neil Schemenauer · 19 years ago
  92. f1d5068 Fix problem handling EXTENDED_ARGs from SF bug # 1333982 by Neal Norwitz · 19 years ago
  93. 7d37f2f cleanup a bit and reuse instrsize (instruction size). working towards fixing problems with EXTENDED_ARG by Neal Norwitz · 19 years ago
  94. dad06a1 Remove unnecessary local variable. by Neil Schemenauer · 19 years ago
  95. 8b528b2 Fix private name mangling. The symtable also must do mangles so that by Neil Schemenauer · 19 years ago
  96. 3a44aaa Use PyTuple_Pack instead of Py_BuildValue. by Neil Schemenauer · 19 years ago
  97. d403c45 Fix arigo's funky LOAD_NAME bug: implicit globals inside classes have by Neil Schemenauer · 19 years ago
  98. ac699ef Don't stop generating code for import statements after the first "import as" by Neil Schemenauer · 19 years ago
  99. ccd1921 Use <lamba> as the function name for lambdas (matches old compiler). by Neil Schemenauer · 19 years ago
  100. 3144130 ANSI-C-ify the placement of local var declarations. by Armin Rigo · 19 years ago