summaryrefslogtreecommitdiff
path: root/src/_pytest/pastebin.py
AgeCommit message (Expand)Author
2020-10-05py36+: com2annAnthony Sottile
2020-10-03py36+: pyupgrade: py36+Anthony Sottile
2020-08-01Format docstrings in a consistent styleRan Benita
2020-06-12Finish deprecation of "slave"Zac-HD
2020-06-05Type annotate some more hooks & implsRan Benita
2020-06-05Type annotate some hookspecs & implsRan Benita
2020-04-30terminalwriter: remove TerminalWriter's stringio argumentRan Benita
2020-02-28Add a typing-compatible mechanism for ad-hoc attributes on various objectsRan Benita
2019-08-30Fix "lexer" being used when uploading to bpaste.netMichael Goerz
2019-08-26Gracefully handle HTTP errors from pastebinMichael Goerz
2019-08-24Fix TypeErrorlinchiwei123
2019-06-03pre-commit run pyupgrade --all-filesAnthony Sottile
2019-06-03pre-commit run reorder-python-imports --all-filesAnthony Sottile
2019-06-03pre-commit run fix-encoding-pragma --all-filesAnthony Sottile
2019-06-02Drop Python 2.7 and 3.4 supportBruno Oliveira
2019-05-14Use fix-encoding-pragma pre-commit hookAnthony Sottile
2018-10-25Apply reorder-python-imports to all filesAnthony Sottile
2018-05-26switch to src layoutRonny Pfannschmidt