summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2023-01-16well that's just super()!Jeff Forcier
2023-01-16No more (object)ionsJeff Forcier
2023-01-16s/%/fstrings/gJeff Forcier
2023-01-16Twiddle a test to not shadow hex builtin (and nuke %)Jeff Forcier
2023-01-16Invoke 2 is now outJeff Forcier
2023-01-13flake8/blackJeff Forcier
2023-01-12No more PKey.__cmp__Jeff Forcier
2023-01-12Can't actually use a set here as it will destroy orderingJeff Forcier
2023-01-12Swap around __bytes__/__str__ for some classesJeff Forcier
2023-01-12Start fixing up blatantly wrong-under-py3 docstring typesJeff Forcier
2023-01-12Upcoming alabaster release with modern sphinx stylesheet fixJeff Forcier
2023-01-12Modern sphinx autodoc settingsJeff Forcier
2023-01-12We live in the future nowJeff Forcier
2023-01-12Update a bunch of no/low impact python2/3 references/commentsJeff Forcier
2023-01-12No need for passthru dunder-init in Py3-only dict subclasses yeyJeff Forcier
2023-01-12Nix setup.cfgJeff Forcier
2023-01-12Last spot of six removalJeff Forcier
2023-01-11flake8Jeff Forcier
2023-01-11blackenJeff Forcier
2023-01-11Missed a spot re: b,u helpers now in utilJeff Forcier
2023-01-11No idea when self.fail worked or didn't. old code is old?Jeff Forcier
2023-01-11Import shuffleJeff Forcier
2023-01-11Put back the old faux-long(), kinda, in a few spots onlyJeff Forcier
2023-01-10Set up icecream in test harnessJeff Forcier
2023-01-10Nix old todoJeff Forcier
2023-01-09Oh right that's why I had specific pins hereJeff Forcier
2023-01-09Some semi-missed removals of 'long'Jeff Forcier
2023-01-09s/mock/unittest.mock/gJeff Forcier
2023-01-09py3compat.strftime -> time.strftimeJeff Forcier
2023-01-09Nuke outdated todoJeff Forcier
2023-01-09nuke py3compat.inputJeff Forcier
2023-01-09Remove sys.version_info checksJeff Forcier
2023-01-09Update encode/decodebytesJeff Forcier
2023-01-09py3compat.bytes -> builtin or literal dependingJeff Forcier
2023-01-09py3compat.builtins -> stdlib builtinsJeff Forcier
2023-01-09text_type -> strJeff Forcier
2023-01-09bytes_types -> bytesJeff Forcier
2023-01-09string_types -> strJeff Forcier
2023-01-09Move b, u helpers to util module for nowJeff Forcier
2023-01-09Remove or transmute all use of long()Jeff Forcier
2023-01-09Update BytesIOJeff Forcier
2023-01-09Remove py3compat.PY2, including related streamliningJeff Forcier
2023-01-09integer_types -> intJeff Forcier
2023-01-09Update StringIOJeff Forcier
2023-01-09Migrate some byte related helpers aroundJeff Forcier
2023-01-09Require modern versions of bcrypt, pynaclJeff Forcier
2023-01-09Move to cryptography 3.3 as baseline depJeff Forcier
2023-01-09Tidy up requires/entrypoints/install docsJeff Forcier
2023-01-09Make py3compat drop its own changelog entry, and nix the file itselfJeff Forcier
2023-01-09Classifiers, python_requires updateJeff Forcier