Age | Commit message (Expand) | Author |
2023-01-11 | Import shuffle | Jeff Forcier |
2023-01-11 | Put back the old faux-long(), kinda, in a few spots only | Jeff Forcier |
2023-01-10 | Set up icecream in test harness | Jeff Forcier |
2023-01-10 | Nix old todo | Jeff Forcier |
2023-01-10 | Improve performance by reducing expensive bytes conversion | Alex Gaynor |
2023-01-09 | Oh right that's why I had specific pins here | Jeff Forcier |
2023-01-09 | Some semi-missed removals of 'long' | Jeff Forcier |
2023-01-09 | s/mock/unittest.mock/g | Jeff Forcier |
2023-01-09 | py3compat.strftime -> time.strftime | Jeff Forcier |
2023-01-09 | Nuke outdated todo | Jeff Forcier |
2023-01-09 | nuke py3compat.input | Jeff Forcier |
2023-01-09 | Remove sys.version_info checks | Jeff Forcier |
2023-01-09 | Update encode/decodebytes | Jeff Forcier |
2023-01-09 | py3compat.bytes -> builtin or literal depending | Jeff Forcier |
2023-01-09 | py3compat.builtins -> stdlib builtins | Jeff Forcier |
2023-01-09 | text_type -> str | Jeff Forcier |
2023-01-09 | bytes_types -> bytes | Jeff Forcier |
2023-01-09 | string_types -> str | Jeff Forcier |
2023-01-09 | Move b, u helpers to util module for now | Jeff Forcier |
2023-01-09 | Remove or transmute all use of long() | Jeff Forcier |
2023-01-09 | Update BytesIO | Jeff Forcier |
2023-01-09 | Remove py3compat.PY2, including related streamlining | Jeff Forcier |
2023-01-09 | integer_types -> int | Jeff Forcier |
2023-01-09 | Update StringIO | Jeff Forcier |
2023-01-09 | Migrate some byte related helpers around | Jeff Forcier |
2023-01-09 | Require modern versions of bcrypt, pynacl | Jeff Forcier |
2023-01-09 | Move to cryptography 3.3 as baseline dep | Jeff Forcier |
2023-01-09 | Tidy up requires/entrypoints/install docs | Jeff Forcier |
2023-01-09 | Make py3compat drop its own changelog entry, and nix the file itself | Jeff Forcier |
2023-01-09 | Classifiers, python_requires update | Jeff Forcier |
2023-01-09 | Bump invoke requirement to modern rev | Jeff Forcier |
2023-01-09 | Changelog entry for py2 drop | Jeff Forcier |
2023-01-09 | Overhaul dev-reqs again: modern stuff and less pinning | Jeff Forcier |
2023-01-09 | Add 3.11 to test matrix too | Jeff Forcier |
2023-01-09 | add 3.10 to test matrix | Paul Kehrer |
2023-01-09 | update dev-requirements pins | Paul Kehrer |
2023-01-09 | CI config tweaks | Jeff Forcier |
2023-01-09 | bump dev version | Jeff Forcier |
2022-11-04 | Cut 2.12.0 | Jeff Forcier |
2022-11-04 | Merge branch '2.11' | Jeff Forcier |
2022-11-04 | Cut 2.11.1 | Jeff Forcier |
2022-11-04 | Merge branch '2.11' | Jeff Forcier |
2022-11-04 | Merge branch '2.10' into 2.11 | Jeff Forcier |
2022-11-04 | Merge branch '2.11' | Jeff Forcier |
2022-11-04 | Fix busted merge, le whoops | Jeff Forcier |
2022-11-04 | Cut 2.10.6 | Jeff Forcier |
2022-11-04 | Merge branch '2.11' | Jeff Forcier |
2022-11-04 | Merge branch '2.10' into 2.11 | Jeff Forcier |
2022-11-04 | Fix changelog link | Jeff Forcier |
2022-11-04 | Docstring tweaks, changelog entry, re #2125 | Jeff Forcier |