tree: 30c7172b2489af6eeea7a497461b5e1cdadf0592 [path history] [tgz]
  1. assignment/
  2. parts/
  3. Annotations.py
  4. Annotations.txt
  5. BadDecoratorNotMethod.py
  6. BadDecoratorNotMethod.txt
  7. BlockWithoutColon.py
  8. BlockWithoutColon.txt
  9. CallInAssignment.py
  10. CallInAssignment.txt
  11. ClassDecorators.py
  12. ClassDecorators.txt
  13. ColonBeforeEof.py
  14. ColonBeforeEof.txt
  15. CommaAfterStarArg.py
  16. CommaAfterStarArg.txt
  17. CommentAfterDecorator.py
  18. CommentAfterDecorator.txt
  19. CommentAtBeginningOfStatementList.py
  20. CommentAtBeginningOfStatementList.txt
  21. CommentAtEndOfMethod.py
  22. CommentAtEndOfMethod.txt
  23. CommentBeforeMethod.py
  24. CommentBeforeMethod.txt
  25. CommentBetweenClasses.py
  26. CommentBetweenClasses.txt
  27. CompoundStatementAfterSemicolon.py
  28. CompoundStatementAfterSemicolon.txt
  29. ComprehensionErrors.py
  30. ComprehensionErrors.txt
  31. ConditionalExpression.py
  32. ConditionalExpression.txt
  33. ConditionalParenLambda.py
  34. ConditionalParenLambda.txt
  35. DecoratedFunction.py
  36. DecoratedFunction.txt
  37. DefaultTupleArguments.py
  38. DefaultTupleArguments.txt
  39. DictComprehension.py
  40. DictComprehension.txt
  41. DictLiteral.py
  42. DictLiteral.txt
  43. DictMissingComma.py
  44. DictMissingComma.txt
  45. DictMissingValue.py
  46. DictMissingValue.txt
  47. Ellipsis.py
  48. Ellipsis.txt
  49. EllipsisInSliceList.py
  50. EllipsisInSliceList.txt
  51. EllipsisInSliceListTail.py
  52. EllipsisInSliceListTail.txt
  53. EllipsisPython3.py
  54. EllipsisPython3.txt
  55. EmptyBlockInFunctionBeforeFunction.py
  56. EmptyBlockInFunctionBeforeFunction.txt
  57. EmptySubscription.py
  58. EmptySubscription.txt
  59. EmptySuperclassList.py
  60. EmptySuperclassList.txt
  61. EqYieldEq.py
  62. EqYieldEq.txt
  63. ErrorInParameterList.py
  64. ErrorInParameterList.txt
  65. ExecPy2.py
  66. ExecPy2.txt
  67. ExecPy3.py
  68. ExecPy3.txt
  69. ExtendedSlices.py
  70. ExtendedSlices.txt
  71. FloorDiv.py
  72. FloorDiv.txt
  73. GeneratorInArgumentList.py
  74. GeneratorInArgumentList.txt
  75. GeneratorList.py
  76. GeneratorList.txt
  77. HelloWorld.py
  78. HelloWorld.txt
  79. IfInList.py
  80. IfInList.txt
  81. IfStatement.py
  82. IfStatement.txt
  83. ImportStmt.py
  84. ImportStmt.txt
  85. IncompleteDict.py
  86. IncompleteDict.txt
  87. IncompleteFor.py
  88. IncompleteFor.txt
  89. IncompleteStatementList.py
  90. IncompleteStatementList.txt
  91. InconsistentDedent.py
  92. InconsistentDedent.txt
  93. KeywordAsClassName.py
  94. KeywordAsClassName.txt
  95. KeywordAsDefaultParameterValue.py
  96. KeywordAsDefaultParameterValue.txt
  97. KeywordAsFunctionName.py
  98. KeywordAsFunctionName.txt
  99. KeywordAsNamedParameter.py
  100. KeywordAsNamedParameter.txt
  101. KeywordOnlyArgument.py
  102. KeywordOnlyArgument.txt
  103. LambdaComprehension.py
  104. LambdaComprehension.txt
  105. LambdaConditional.py
  106. LambdaConditional.txt
  107. ListComprehensionNestedIf.py
  108. ListComprehensionNestedIf.txt
  109. LoneStar.py
  110. LoneStar.txt
  111. LongString.py
  112. LongString.txt
  113. MissingDefaultValue.py
  114. MissingDefaultValue.txt
  115. MissingListSeparators.py
  116. MissingListSeparators.txt
  117. MissingParenInCall.py
  118. MissingParenInCall.txt
  119. NestedGenerators.py
  120. NestedGenerators.txt
  121. Nonlocal.py
  122. Nonlocal.txt
  123. NotClosedBraceDict.py
  124. NotClosedBraceDict.txt
  125. NotClosedBraceSet.py
  126. NotClosedBraceSet.txt
  127. NotClosedSlice.py
  128. NotClosedSlice.txt
  129. OverIndentedComment.py
  130. OverIndentedComment.txt
  131. PrintAsFunction26.py
  132. PrintAsFunction26.txt
  133. Py3KKeywords.py
  134. Py3KKeywords.txt
  135. QualifiedTarget.py
  136. QualifiedTarget.txt
  137. RaiseFrom.py
  138. RaiseFrom.txt
  139. RaiseFromNoExpr.py
  140. RaiseFromNoExpr.txt
  141. RangeAsLHS.py
  142. RangeAsLHS.txt
  143. ResetAfterSemicolon.py
  144. ResetAfterSemicolon.txt
  145. ReturnAtEOF.py
  146. ReturnAtEOF.txt
  147. SetComprehension.py
  148. SetComprehension.txt
  149. SetLiteral.py
  150. SetLiteral.txt
  151. SingleClassBeforeFunction.py
  152. SingleClassBeforeFunction.txt
  153. SingleDefBeforeFunction.py
  154. SingleDefBeforeFunction.txt
  155. SliceList.py
  156. SliceList.txt
  157. StarExpression.py
  158. StarExpression.txt
  159. SubscribedAssignmentLHS.py
  160. SubscribedAssignmentLHS.txt
  161. SuperclassKeywordArguments.py
  162. SuperclassKeywordArguments.txt
  163. TrailingCommaInArgList.py
  164. TrailingCommaInArgList.txt
  165. TrailingCommaInList.py
  166. TrailingCommaInList.txt
  167. TrailingSemicolon.py
  168. TrailingSemicolon.txt
  169. TryExceptAs.py
  170. TryExceptAs.txt
  171. TryExceptFinally.py
  172. TryExceptFinally.txt
  173. TryFinally.py
  174. TryFinally.txt
  175. TupleArguments.py
  176. TupleArguments.txt
  177. TupleAsDictKey.py
  178. TupleAsDictKey.txt
  179. WithMissingID.py
  180. WithMissingID.txt
  181. WithStatement.py
  182. WithStatement.txt
  183. WithStatement2.py
  184. WithStatement2.txt
  185. WithStatement26.py
  186. WithStatement26.txt
  187. WithStatement31.py
  188. WithStatement31.txt
  189. YieldAsArgument.py
  190. YieldAsArgument.txt
  191. YieldFrom.py
  192. YieldFrom.txt
  193. YieldFromNoExpr.py
  194. YieldFromNoExpr.txt
  195. YieldInAssignment.py
  196. YieldInAssignment.txt
  197. YieldInAugAssignment.py
  198. YieldInAugAssignment.txt
  199. YieldInParentheses.py
  200. YieldInParentheses.txt
  201. YieldStatement.py
  202. YieldStatement.txt