summaryrefslogtreecommitdiff
path: root/testing/code
AgeCommit message (Expand)Author
2018-08-22py.builtin._reraise -> six.reraiseAnthony Sottile
2018-08-22py.builtin.exec_ => six.exec_Anthony Sottile
2018-08-22py.builtins._totext -> string literals or six.text_typeAnthony Sottile
2018-08-22pyupgrade 1.4: testsAnthony Sottile
2018-08-15Fix traceback reporting for exceptions with `__cause__` cycles.Anthony Sottile
2018-07-15Merge pull request #3685 from nicoddemus/merge-master-into-featuresBruno Oliveira
2018-07-15Fix truncated locals in verbose modeTadek Teleżyński
2018-07-08Remove unused fix-lint tox environmentAnthony Sottile
2018-06-26Fix test offset after black moved codeAnthony Sottile
2018-06-26Upgrade pre-commit hooks except pyupgradeAnthony Sottile
2018-06-03Use six to import queue instead of py.builtin._tryimportAnthony Sottile
2018-05-24run black on test_source_multiline_block.pyRonny Pfannschmidt
2018-05-23restore formatting of test_source_multiline_blockRonny Pfannschmidt
2018-05-23fix test_sourceRonny Pfannschmidt
2018-05-23sort out flake8 issues and unicode name usageRonny Pfannschmidt
2018-05-23run blackRonny Pfannschmidt
2018-05-23run pyupgradeRonny Pfannschmidt
2018-05-13Spelling and grammar fixesVille Skyttä
2018-01-09Replace py.std with stdlib importsAnthony Sottile
2017-12-22Remove unnecessary `# noqa` comments.Anthony Sottile
2017-12-11remove _ast reference from test cases as wellSrinivas Reddy Thatiparthy
2017-11-10Merge remote-tracking branch 'upstream/master' into merge-master-into-featuresBruno Oliveira
2017-11-04Fix linting E722: do not use bare exceptBruno Oliveira
2017-11-04Fix linting E741: ambiguous variable nameBruno Oliveira
2017-10-10Remove unused importhugovk
2017-10-10Remove code for unsupported Python versionshugovk
2017-09-12Remove xfail mark from passing test in py26Bruno Oliveira
2017-08-30fixes #2731 ReprFuncArgs with mixed unicode and utf-8 argsFernando Macedo
2017-07-29Support PEP-415's Exception.__suppress_context__Jordan Moldow
2017-07-20Add "fix-lint" tox environment to fix linting errorsBruno Oliveira
2017-07-17Fixed E701 flake8 errorsAndras Tim
2017-07-17Fixed E402 flake8 errorsAndras Tim
2017-07-17Fixed E303 flake8 errorsAndras Tim
2017-07-17Fixed E302 flake8 errorsAndras Tim
2017-07-17Fixed E301 flake8 errorsAndras Tim
2017-07-17Fixed E265 flake8 errorsAndras Tim
2017-07-17Fixed E261 flake8 errorsAndras Tim
2017-07-17Fixed E231 flake8 errorsAndras Tim
2017-07-17Fixed E226 flake8 errorsAndras Tim
2017-07-17Fixed E225 flake8 errorsAndras Tim
2017-07-17Fixed E221 flake8 errorsAndras Tim
2017-07-17Fixed E202 flake8 errorsAndras Tim
2017-07-17Fixed E131 flake8 errorsAndras Tim
2017-07-17Fixed E128 flake8 errorsAndras Tim
2017-07-17Fixed E127 flake8 errorsAndras Tim
2017-07-17Fixed E126 flake8 errorsAndras Tim
2017-07-17Fixed E124 flake8 errorsAndras Tim
2017-07-17Fixed flake8 warningsAndras Tim
2017-06-09Fix internal error when trying to detect the start of a recursive traceback.Bruno Oliveira
2017-06-07Fix internal error with recursive tracebacks with that frames contain objects...Bruno Oliveira