1. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 18 years ago
  2. 650f0d0 Hide list comp variables and support set comprehensions by Nick Coghlan · 18 years ago
  3. 3a38362 Fix refleak in compiler. by Guido van Rossum · 18 years ago
  4. 52cc1d8 Implement PEP 3115 -- new metaclass syntax and semantics. by Guido van Rossum · 18 years ago
  5. 81e9502 Provisional implementation of PEP 3104. by Jeremy Hylton · 18 years ago
  6. 0240b92 Two more patches by Tony Lownds (SF# 1607548). by Guido van Rossum · 18 years ago
  7. 6baa4c4 Whoops, fix build breakage. There were still a few uses of the bool type. by Neal Norwitz · 18 years ago
  8. 00e41de Bytes literal. by Thomas Wouters · 18 years ago
  9. 88fc664 * Remove PRINT_ITEM(_TO), PRINT_NEWLINE(_TO) opcodes. by Georg Brandl · 18 years ago
  10. 16be03e Some more changes related to the new except syntax and semantics, by Guido van Rossum · 18 years ago
  11. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  12. c150536 PEP 3107 - Function Annotations thanks to Tony Lownds by Neal Norwitz · 18 years ago
  13. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  14. 4f72a78 Jiwon Seo's PEP 3102 implementation. by Guido van Rossum · 19 years ago
  15. 52318d6 Patch #1550786: ellipsis literal. by Georg Brandl · 19 years ago
  16. 7cae87c Patch #1550800: make exec a function. by Georg Brandl · 19 years ago
  17. 86e58e2 SF patch 1547796 by Georg Brandl -- set literals. by Guido van Rossum · 19 years ago
  18. cf588f6 Remove support for backticks from the grammar and compiler. by Brett Cannon · 19 years ago
  19. fbfe093 Check for exceptions set by PyDict_GetItem(). by Jeremy Hylton · 19 years ago
  20. 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 19 years ago
  21. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 19 years ago
  22. 73e5a5b Merge the rest of the trunk. by Thomas Wouters · 19 years ago
  23. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 19 years ago
  24. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 19 years ago
  25. e7086d4 INPLACE_DIVIDE is no longer necessary (INPLACE_TRUE_DIVIDE is used). by Neal Norwitz · 19 years ago
  26. c6d210c Get rid of last vestiges of BINARY_DIVIDE. by Neal Norwitz · 19 years ago
  27. 45aecf4 Checkpoint. 218 tests are okay; 53 are failing. Done so far: by Guido van Rossum · 19 years ago
  28. eadee9a Fix SF bug #1448804 and ad a test to ensure that all subscript operations continue to be handled correctly by Nick Coghlan · 19 years ago
  29. f669436 Um, I thought I'd already checked this in. by Guido van Rossum · 19 years ago
  30. 10be2ea SF bug 1442442: LIST_APPEND optimization got lost in the AST merge. Add it back. by Neal Norwitz · 19 years ago
  31. d9cf85f Fix refleak if from __future__ import was not first by Neal Norwitz · 19 years ago
  32. 3a5468e Update known issues to reflect reality by Neal Norwitz · 19 years ago
  33. 49c5da1 Patch #1440601: Add col_offset attribute to AST nodes. by Martin v. Löwis · 19 years ago
  34. e9357b2 Tabify and reflow some long lines. by Jeremy Hylton · 19 years ago
  35. 5e9f1fa Generally inehrit codeflags that are in PyCF_MASK, instead of writing it out by Thomas Wouters · 19 years ago
  36. 34aa7ba from __future__ import with_statement addon for 'with', mostly written by Neal. by Thomas Wouters · 19 years ago
  37. f7f438b SF patch #1438387, PEP 328: relative and absolute imports. by Thomas Wouters · 19 years ago
  38. 1175c43 Clarify C-style exception handling with proper label name. by Thomas Wouters · 19 years ago
  39. bfe51ea Fix assertions. by Thomas Wouters · 19 years ago
  40. c2e2074 PEP 343 -- the with-statement. by Guido van Rossum · 19 years ago
  41. dca3b9c PEP 308 implementation, including minor refdocs and some testcases. It by Thomas Wouters · 19 years ago
  42. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 19 years ago
  43. 08b401f Fix icc warnings: single bit fields should be unsigned, shadowing local variables by Neal Norwitz · 19 years ago
  44. 9496261 Adjust usage of compiler_use_new_block to its return type. by Martin v. Löwis · 19 years ago
  45. 93d69a7 fixed compilation with an ordinary C89 compiler by Fredrik Lundh · 19 years ago
  46. 51abbc7 Fix Armin's bug 1333982. He found it, he didn't created it :-) by Neal Norwitz · 19 years ago
  47. 4e6bf49 Handle more error conditions with SystemError by Neal Norwitz · 19 years ago
  48. 87b801c Set MemoryError when alloc fails by Neal Norwitz · 19 years ago
  49. adb69fc Merge from ast-arena. This reduces the code in Python/ast.c by ~300 lines, by Neal Norwitz · 19 years ago
  50. 28b32ac Simplify logic for handling import * by Neal Norwitz · 19 years ago
  51. 3715c3e Fix a few more ref leaks. Backport candidate by Neal Norwitz · 19 years ago
  52. 7bcabc6 Fix a few more memory leaks by Neal Norwitz · 19 years ago
  53. 4737b23 Last batch of ref leaks in new AST code. by Neal Norwitz · 19 years ago
  54. 944d3eb Correctly handle identifiers for anonymous scopes and align genexpr name with symtable.c by Nick Coghlan · 19 years ago
  55. b6fc9df Fix a lot of memory and ref leaks in error paths. by Neal Norwitz · 20 years ago
  56. 2744c6c make internal method static by Neal Norwitz · 20 years ago
  57. c396d9e Ensure that compiler_exit_scope() is called as necessary to free memory by Neil Schemenauer · 20 years ago
  58. f1d5068 Fix problem handling EXTENDED_ARGs from SF bug # 1333982 by Neal Norwitz · 20 years ago
  59. 7d37f2f cleanup a bit and reuse instrsize (instruction size). working towards fixing problems with EXTENDED_ARG by Neal Norwitz · 20 years ago
  60. dad06a1 Remove unnecessary local variable. by Neil Schemenauer · 20 years ago
  61. 8b528b2 Fix private name mangling. The symtable also must do mangles so that by Neil Schemenauer · 20 years ago
  62. 3a44aaa Use PyTuple_Pack instead of Py_BuildValue. by Neil Schemenauer · 20 years ago
  63. d403c45 Fix arigo's funky LOAD_NAME bug: implicit globals inside classes have by Neil Schemenauer · 20 years ago
  64. ac699ef Don't stop generating code for import statements after the first "import as" by Neil Schemenauer · 20 years ago
  65. ccd1921 Use <lamba> as the function name for lambdas (matches old compiler). by Neil Schemenauer · 20 years ago
  66. 3144130 ANSI-C-ify the placement of local var declarations. by Armin Rigo · 20 years ago
  67. 3e0055f Merge ast-branch to head by Jeremy Hylton · 20 years ago
  68. ea9dcdc com_yield_expr(): Squash new compiler wng about unreferenced local. by Tim Peters · 20 years ago
  69. 0d6615f PEP 342 implementation. Per Guido's comments, the generator throw() by Phillip J. Eby · 20 years ago
  70. c9371d4 Fix signedness of various char variables to stop causing a warning under gcc 4. by Brett Cannon · 20 years ago
  71. 409d8f2 Allow classes to be defined with empty parentheses. This means that by Brett Cannon · 20 years ago
  72. 5dc8ced Silence a gcc warning about putting in parentheses around && expressions mixed by Brett Cannon · 20 years ago
  73. e63a078 Preserve sign of -0.0 when result is run through marshal. by Raymond Hettinger · 20 years ago
  74. 07359a7 Document how the pattern recognizer keeps all of its references in bounds. by Raymond Hettinger · 20 years ago
  75. 8012149 Teach the peepholer to fold unary operations on constants. by Raymond Hettinger · 20 years ago
  76. b615bf0 Remove the set conversion which didn't work with: [] in (0,) by Raymond Hettinger · 20 years ago
  77. 5e54796 Have set conversion replace existing constant if not used elsewhere. by Raymond Hettinger · 20 years ago
  78. 7fcb786 Adopt Skip's idea to optimize lists of constants in the context by Raymond Hettinger · 20 years ago
  79. a164574 Transform "x in (1,2,3)" to "x in frozenset([1,2,3])". by Raymond Hettinger · 20 years ago
  80. 9feb267 Do not fold a constant if a large sequence will result. by Raymond Hettinger · 20 years ago
  81. 664b43b Re-running python with/without the -Qnew flag uses incorrectly optimized by Armin Rigo · 20 years ago
  82. c34f867 Teach the peephole optimizer to fold simple constant expressions. by Raymond Hettinger · 20 years ago
  83. 16b0479 SF patch 1025636: Check for NULL returns in compile.c:com_import_stmt by Jeremy Hylton · 21 years ago
  84. 5dec096 Maintain peepholer's cumlc invariant by updating the running total by Raymond Hettinger · 21 years ago
  85. 099ecfb Simplify and future proof NOP counting in the peepholer. by Raymond Hettinger · 21 years ago
  86. d7bcf4d Fixed a comment and added another one. by Armin Rigo · 21 years ago
  87. effb393 Adopt some peepholer suggestions from Armin Rigo: by Raymond Hettinger · 21 years ago
  88. 23109ef SF bug #1053819: Segfault in tuple_of_constants by Raymond Hettinger · 21 years ago
  89. 9047c8f SF bug #1048870: call arg of lambda not updating by Raymond Hettinger · 21 years ago
  90. fec0c46 Improve error message for augmented assignments to genexps or listcomps. by Raymond Hettinger · 21 years ago
  91. 8ffc141 Fix two erroneous error messages. by Raymond Hettinger · 21 years ago
  92. 06cc973 Replaced a test with an assertion. (Suggested by Michael Hudson.) by Raymond Hettinger · 21 years ago
  93. 2c31a05 SF patch #1031667: Fold tuples of constants into a single constant by Raymond Hettinger · 21 years ago
  94. 1a4ddae SF patch #1007189, multi-line imports, for instance: by Anthony Baxter · 21 years ago
  95. 1792bfb Bypass peepholing of code with lineno tables having intervals >= 255. by Raymond Hettinger · 21 years ago
  96. 65d3c05 Fix typo in comment and add clarification. by Raymond Hettinger · 21 years ago
  97. ef0a82b Simplify chains of conditional jumps. (Suggested by Neal Norwitz.) by Raymond Hettinger · 21 years ago
  98. a12fa14 Incorporate review comments courtesy of Neal Norwitz: by Raymond Hettinger · 21 years ago
  99. fd2d1f7 SF Patch #1013667: Cleanup Peepholer Output by Raymond Hettinger · 21 years ago
  100. 1a78929 Move the bytecode optimizer upstream so that its results are saved in pyc by Raymond Hettinger · 21 years ago