Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-16 | s/%/fstrings/g | Jeff Forcier | |
Except in one spot where it was too complicated to bother for now XD | |||
2023-01-16 | Twiddle a test to not shadow hex builtin (and nuke %) | Jeff Forcier | |
2023-01-12 | Swap around __bytes__/__str__ for some classes | Jeff Forcier | |
Plus related updates to tests, docstrings, changelog | |||
2023-01-12 | We live in the future now | Jeff Forcier | |
2023-01-12 | Update a bunch of no/low impact python2/3 references/comments | Jeff Forcier | |
2023-01-11 | flake8 | Jeff Forcier | |
2023-01-11 | blacken | Jeff Forcier | |
2023-01-11 | Missed a spot re: b,u helpers now in util | Jeff Forcier | |
2023-01-11 | No idea when self.fail worked or didn't. old code is old? | Jeff Forcier | |
2023-01-11 | Import shuffle | Jeff Forcier | |
2023-01-10 | Set up icecream in test harness | Jeff Forcier | |
2023-01-10 | Nix old todo | Jeff Forcier | |
2023-01-09 | s/mock/unittest.mock/g | 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 | string_types -> str | Jeff Forcier | |
2023-01-09 | Move b, u helpers to util module for now | Jeff Forcier | |
Later on we can likely nuke many uses of these | |||
2023-01-09 | Update BytesIO | Jeff Forcier | |
2023-01-09 | Remove py3compat.PY2, including related streamlining | Jeff Forcier | |
2023-01-09 | Update StringIO | Jeff Forcier | |
2023-01-09 | Migrate some byte related helpers around | Jeff Forcier | |
I feel like we should be able to just nuke byte_chr and friends at this point, but it's not entirely obvious, so let's rock that boat later. | |||
2022-11-04 | Write basic test re #2125, including kwarg default value tweak | Jeff Forcier | |
2022-06-03 | Merge branch '2.10' into 2.11 | Jeff Forcier | |
2022-06-03 | Merge branch '2.9' into 2.10 | Jeff Forcier | |
2022-06-03 | Merge branch '2.8' into 2.9 | Jeff Forcier | |
2022-06-03 | Add test proving basic behavior of #1822 | Jeff Forcier | |
2022-06-03 | Merge branch '2.10' into 2.11 | Jeff Forcier | |
2022-06-03 | Merge branch '2.9' into 2.10 | Jeff Forcier | |
2022-06-03 | Merge branch '2.8' into 2.9 | Jeff Forcier | |
2022-06-03 | Skip tests requiring invoke if it's not installed | Michał Górny | |
Since invoke is an optional dependency and only one group of tests require it, skip them gracefully rather than failing if it's not present. | |||
2022-06-03 | Merge branch '2.10' into 2.11 | Jeff Forcier | |
2022-06-03 | Merge branch '2.9' into 2.10 | Jeff Forcier | |
2022-06-03 | Merge branch '2.8' into 2.9 | Jeff Forcier | |
2022-06-03 | Fix broken unittesty skipTest in locale decorator | Jeff Forcier | |
2022-06-03 | sftp tests: Replace unittest parts | Stanislav Levin | |
The original PR https://github.com/paramiko/paramiko/pull/992 introduced several tests for sftp functionality. These tests made use of unittest's stuff like `assertTrue` and `assertEqual` because at that moment the tests were grouped under the `unittest.TestCase`-based class (`SFTPTest`). Before PR merge `unittest.TestCase` was refactored out from sftp tests (667bd74b139ed86f9b261d3abf5b6042ba80920b) but PR was not updated. The sftp tests are marked with `slow` and that's why they are not failed in CI (slow tests are excluded by default). Fixes: https://github.com/paramiko/paramiko/issues/1941 Signed-off-by: Stanislav Levin <slev@altlinux.org> | |||
2022-05-20 | Mark new tests that require SHA1 | Paul Howarth | |
Like https://github.com/paramiko/paramiko/pull/2011 | |||
2022-05-20 | Merge branch '2.10' into 2.11 | Jeff Forcier | |
2022-05-20 | Merge branch '2.9' into 2.10 | Jeff Forcier | |
2022-05-20 | Revert "Mark new tests that require SHA1" | Jeff Forcier | |
This reverts commit dca52aa8a2ddbc32fc874a8d235652c68e1dc3b9. Forgot this decorator wasn't ported back this far, heh. | |||
2022-05-20 | Merge branch '2.10' into 2.11 | Jeff Forcier | |
2022-05-20 | Merge branch '2.9' into 2.10 | Jeff Forcier | |
2022-05-20 | Mark new tests that require SHA1 | Paul Howarth | |
Like https://github.com/paramiko/paramiko/pull/2011 | |||
2022-05-20 | Merge branch '2.10' into 2.11 | Jeff Forcier | |
2022-05-20 | Merge branch '2.9' into 2.10 | Jeff Forcier | |
2022-05-20 | Add test proving #1599 | Jeff Forcier | |
2022-05-16 | Merge branch '2.10' | Jeff Forcier | |
2022-05-16 | Merge branch '2.9' into 2.10 | Jeff Forcier | |
2022-05-16 | Fix OpenSSH<7.8 + RSA-CERT use re: SHA2 | Jeff Forcier | |
Closes #2017 |