Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | spacing to pass style check | Alex Chavkin | 2023-02-16 | 1 | -0/+2 |
* | Update tests for #2173 | Alex Chavkin | 2023-02-16 | 1 | -1/+17 |
* | Just change a faux-misspelt surname in an example text snippet | Jeff Forcier | 2023-01-27 | 1 | -3/+3 |
* | Twiddle File test to lack faux-misspellings in its cut-up strings | Jeff Forcier | 2023-01-27 | 1 | -2/+3 |
* | Twiddle ProxyCommand read test to not have faux misspellings, and to be way m... | Jeff Forcier | 2023-01-27 | 1 | -4/+10 |
* | Tweak silly test constant to be a real word | Jeff Forcier | 2023-01-27 | 1 | -1/+1 |
* | Revert "RF test to use "12345" and "to" instead of misspelling components" | Jeff Forcier | 2023-01-27 | 1 | -2/+2 |
* | [DATALAD RUNCMD] Run codespell -w | Yaroslav Halchenko | 2023-01-24 | 3 | -3/+3 |
* | RF test to use "12345" and "to" instead of misspelling components | Yaroslav Halchenko | 2023-01-24 | 1 | -2/+2 |
* | Nuke retry_on_signal, pointless on modern Py3 | Jeff Forcier | 2023-01-16 | 1 | -34/+0 |
* | Stop stripping ProxyCommand none, make it None | Jeff Forcier | 2023-01-16 | 1 | -10/+10 |
* | flake8 | Jeff Forcier | 2023-01-16 | 1 | -1/+0 |
* | Nuke now extraneous chmod | Jeff Forcier | 2023-01-16 | 1 | -3/+1 |
* | blacken | Jeff Forcier | 2023-01-16 | 3 | -13/+7 |
* | well that's just super()! | Jeff Forcier | 2023-01-16 | 3 | -3/+3 |
* | No more (object)ions | Jeff Forcier | 2023-01-16 | 8 | -21/+21 |
* | s/%/fstrings/g | Jeff Forcier | 2023-01-16 | 5 | -69/+68 |
* | Twiddle a test to not shadow hex builtin (and nuke %) | Jeff Forcier | 2023-01-16 | 1 | -3/+3 |
* | Swap around __bytes__/__str__ for some classes | Jeff Forcier | 2023-01-12 | 1 | -0/+6 |
* | We live in the future now | Jeff Forcier | 2023-01-12 | 2 | -2/+0 |
* | Update a bunch of no/low impact python2/3 references/comments | Jeff Forcier | 2023-01-12 | 2 | -6/+6 |
* | flake8 | Jeff Forcier | 2023-01-11 | 1 | -1/+0 |
* | blacken | Jeff Forcier | 2023-01-11 | 7 | -22/+21 |
* | Missed a spot re: b,u helpers now in util | Jeff Forcier | 2023-01-11 | 1 | -0/+1 |
* | No idea when self.fail worked or didn't. old code is old? | Jeff Forcier | 2023-01-11 | 1 | -8/+3 |
* | Import shuffle | Jeff Forcier | 2023-01-11 | 1 | -1/+1 |
* | Set up icecream in test harness | Jeff Forcier | 2023-01-10 | 1 | -0/+6 |
* | Nix old todo | Jeff Forcier | 2023-01-10 | 1 | -4/+0 |
* | s/mock/unittest.mock/g | Jeff Forcier | 2023-01-09 | 7 | -7/+7 |
* | Remove sys.version_info checks | Jeff Forcier | 2023-01-09 | 1 | -9/+0 |
* | Update encode/decodebytes | Jeff Forcier | 2023-01-09 | 1 | -1/+1 |
* | py3compat.bytes -> builtin or literal depending | Jeff Forcier | 2023-01-09 | 2 | -4/+2 |
* | py3compat.builtins -> stdlib builtins | Jeff Forcier | 2023-01-09 | 1 | -1/+1 |
* | string_types -> str | Jeff Forcier | 2023-01-09 | 1 | -3/+1 |
* | Move b, u helpers to util module for now | Jeff Forcier | 2023-01-09 | 3 | -3/+4 |
* | Update BytesIO | Jeff Forcier | 2023-01-09 | 1 | -1/+1 |
* | Remove py3compat.PY2, including related streamlining | Jeff Forcier | 2023-01-09 | 3 | -12/+8 |
* | Update StringIO | Jeff Forcier | 2023-01-09 | 2 | -2/+3 |
* | Migrate some byte related helpers around | Jeff Forcier | 2023-01-09 | 4 | -5/+6 |
* | Write basic test re #2125, including kwarg default value tweak | Jeff Forcier | 2022-11-04 | 1 | -0/+34 |
* | Merge branch '2.10' into 2.11 | Jeff Forcier | 2022-06-03 | 1 | -0/+18 |
|\ | |||||
| * | Merge branch '2.9' into 2.10 | Jeff Forcier | 2022-06-03 | 1 | -0/+18 |
| |\ | |||||
| | * | Merge branch '2.8' into 2.92.9 | Jeff Forcier | 2022-06-03 | 1 | -0/+18 |
| | |\ | |||||
| | | * | Add test proving basic behavior of #18222.8 | Jeff Forcier | 2022-06-03 | 1 | -0/+18 |
* | | | | Merge branch '2.10' into 2.11 | Jeff Forcier | 2022-06-03 | 1 | -1/+6 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch '2.9' into 2.10 | Jeff Forcier | 2022-06-03 | 1 | -1/+6 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge branch '2.8' into 2.9 | Jeff Forcier | 2022-06-03 | 1 | -1/+6 |
| | |\ \ | | | |/ | |||||
| | | * | Skip tests requiring invoke if it's not installed | Michał Górny | 2022-06-03 | 1 | -1/+6 |
* | | | | Merge branch '2.10' into 2.11 | Jeff Forcier | 2022-06-03 | 2 | -7/+6 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch '2.9' into 2.10 | Jeff Forcier | 2022-06-03 | 2 | -7/+6 |
| |\ \ \ | | |/ / |