Jason R. Coombs
|
746e1b2664
|
Fix test failures on Python 2 by wrapping cli calls in unicode_to_argv.
|
2021-02-15 12:47:26 -05:00 |
|
Jason R. Coombs
|
d59d64d6bd
|
Fully port test_runner. Introduces three new errors on Python 2.
|
2021-02-15 12:38:37 -05:00 |
|
Jason R. Coombs
|
3c93605ead
|
Add docstring to types_.
|
2021-02-15 12:15:41 -05:00 |
|
Jason R. Coombs
|
30f5c71a49
|
Encode expected message. Fixes remaining test failures in test_runner.
|
2021-02-15 09:36:07 -05:00 |
|
Jason R. Coombs
|
f183be9d6a
|
Decode config file on read and expect bytes in the stdout. Fixes an additional test on Python 3.
|
2021-02-15 09:33:54 -05:00 |
|
Jason R. Coombs
|
3acad6544e
|
Decode config file on read and expect bytes in the stdout. Fixes an additional test on Python 3.
|
2021-02-15 09:28:14 -05:00 |
|
Jason R. Coombs
|
dc883c0440
|
Decode config file on read. Fixes two test failures on Python 3.
|
2021-02-15 09:24:16 -05:00 |
|
Jason R. Coombs
|
eefb7004c9
|
Add test_runner to the ported test modules. Selectively decode sys.argv on Python 2 only. Fixes 6 test failures on Python 3.
|
2021-02-15 09:20:45 -05:00 |
|
Jason R. Coombs
|
df137cca0a
|
Merge branch 'master' into 3603.scripts
|
2021-02-12 16:08:31 -05:00 |
|
Jean-Paul Calderone
|
11e1fabbe4
|
Change the platform check to one mypy can recognize :/
|
2021-02-12 13:10:31 -05:00 |
|
Jean-Paul Calderone
|
8ffb083d38
|
Merge remote-tracking branch 'origin/master' into 3581.unicode_to_argv.1
|
2021-02-12 13:08:51 -05:00 |
|
Jean-Paul Calderone
|
585c554081
|
Clarify _TwoLoggers
|
2021-02-12 10:22:17 -05:00 |
|
Jean-Paul Calderone
|
9a9b4bb232
|
Use a monkey patching library for monkey patching
|
2021-02-12 10:14:23 -05:00 |
|
Jean-Paul Calderone
|
ff25ee3f71
|
Merge remote-tracking branch 'origin/master' into 3600.eliotutil-vs-skips
|
2021-02-12 10:07:44 -05:00 |
|
Jean-Paul Calderone
|
9ad4d31d9d
|
Merge pull request #968 from LeastAuthority/3592.convergence-hasher-tag-tests
convergence hasher tag tests
Fixes: ticket:3592
|
2021-02-11 16:25:41 -05:00 |
|
Jean-Paul Calderone
|
a8b1c204d2
|
Mark the expected result literal as the correct type, bytes
|
2021-02-11 16:06:18 -05:00 |
|
Jean-Paul Calderone
|
5568170c24
|
Slightly better docs for the share count limits on convergence hash tag
|
2021-02-11 15:46:04 -05:00 |
|
Itamar Turner-Trauring
|
e5806301d3
|
Merge pull request #976 from tahoe-lafs/3596.test-web-python-3-even-more
Port test_web.py to Python 3
Fixes ticket:3596
|
2021-02-10 14:21:22 -05:00 |
|
Jean-Paul Calderone
|
9b2a9e14ae
|
Re-add the check so we still get early failure if this ever happens
|
2021-02-09 21:21:31 -05:00 |
|
Jean-Paul Calderone
|
3beacc9c8f
|
Merge remote-tracking branch 'origin/master' into 3581.unicode_to_argv.1
|
2021-02-09 21:18:58 -05:00 |
|
Jean-Paul Calderone
|
845e33061e
|
Merge pull request #964 from LeastAuthority/3588.use-pywin32-more
Use pywin32 more
Fixes: ticket:3588
|
2021-02-09 21:15:34 -05:00 |
|
Jean-Paul Calderone
|
28acc5ccb4
|
Duplicate the fix for the other Windows-only module
|
2021-02-09 14:50:29 -05:00 |
|
Jean-Paul Calderone
|
b26652cad1
|
Try to get Mypy to recognize it this way?
|
2021-02-09 14:36:19 -05:00 |
|
Jean-Paul Calderone
|
27fcfe94dd
|
The code is 3-clause BSD licensed now.
|
2021-02-09 10:24:46 -05:00 |
|
Jean-Paul Calderone
|
541d7043d7
|
Some comments about unicode handling in this UnicodeOutput thing
|
2021-02-09 10:20:14 -05:00 |
|
Jean-Paul Calderone
|
ddcb43561d
|
Try to convince Mypy it's okay
|
2021-02-08 19:49:02 -05:00 |
|
Jean-Paul Calderone
|
ab57746a85
|
Merge pull request #969 from LeastAuthority/3593.get_encryption_key-test
Add FileHandle.get_encryption_key test
Fixes: ticket:3593
|
2021-02-07 07:41:44 -05:00 |
|
Itamar Turner-Trauring
|
cb99b27b78
|
Nothing to see here, move along.
|
2021-02-03 10:21:41 -05:00 |
|
Itamar Turner-Trauring
|
2595e25258
|
Improve coverage, specifically of values that are bytes.
|
2021-02-03 10:16:34 -05:00 |
|
Itamar Turner-Trauring
|
a1add9a512
|
Clarify.
|
2021-02-03 10:13:19 -05:00 |
|
Itamar Turner-Trauring
|
c26f28584e
|
Clarify what it does.
|
2021-02-03 10:11:30 -05:00 |
|
Itamar Turner-Trauring
|
0b57fb9df1
|
Merge remote-tracking branch 'origin/master' into 3596.test-web-python-3-even-more
|
2021-02-02 15:28:49 -05:00 |
|
Itamar Turner-Trauring
|
51bd4b719c
|
Fix lint.
|
2021-02-02 15:28:12 -05:00 |
|
Itamar Turner-Trauring
|
fa3bef5b25
|
Port to Python 3.
|
2021-02-02 15:27:15 -05:00 |
|
Itamar Turner-Trauring
|
489b9f87b3
|
All tests pass on Python 3.
|
2021-02-02 15:14:44 -05:00 |
|
Itamar Turner-Trauring
|
26560a4212
|
More passing tests on Python 3.
|
2021-02-02 14:25:01 -05:00 |
|
Itamar Turner-Trauring
|
abf6413a89
|
More passing tests on Python 3.
|
2021-02-01 11:50:33 -05:00 |
|
Itamar Turner-Trauring
|
a27dc83920
|
More passing tests on Python 3.
|
2021-02-01 11:42:09 -05:00 |
|
Itamar Turner-Trauring
|
73537351a7
|
More passing tests on Python 3.
|
2021-02-01 11:05:36 -05:00 |
|
Itamar Turner-Trauring
|
438933ec8d
|
Fix tests on Python 2.
|
2021-02-01 11:02:00 -05:00 |
|
Itamar Turner-Trauring
|
20c04f4ddb
|
Make sure it's non-UTF-8-encodable bytes, just to make sure it's roundtripping correctly.
|
2021-02-01 10:46:08 -05:00 |
|
Itamar Turner-Trauring
|
be59682532
|
Fix issue with file uploads being Unicode on Python 3.
|
2021-02-01 10:44:14 -05:00 |
|
Jason R. Coombs
|
621ae58abe
|
Avoid overthinking encoding when handling usage errors. 'test_unicode_arguments_and_output' still passes on Python 2. Ref #3603.
|
2021-01-31 11:13:59 -05:00 |
|
Jason R. Coombs
|
57cb88638a
|
In scripts.create_node, set the encoding once and write text.
|
2021-01-30 12:46:44 -05:00 |
|
Jason R. Coombs
|
d6082d853a
|
Declare scripts.create_node as ported.
|
2021-01-30 12:23:16 -05:00 |
|
Jason R. Coombs
|
36b7fdaecf
|
Apply futurize to create_node.
|
2021-01-30 12:15:36 -05:00 |
|
Jason R. Coombs
|
5fc9674d3a
|
Update escape_path for Python 3 compatibility.
|
2021-01-30 11:47:53 -05:00 |
|
Jason R. Coombs
|
210eb5b529
|
Add test for escape_path.
|
2021-01-30 11:44:36 -05:00 |
|
Jason R. Coombs
|
2bd244dde9
|
Declare scripts.runner as ported. Ref #3603.
|
2021-01-30 11:24:06 -05:00 |
|
Jason R. Coombs
|
5bf2b09b81
|
In scripts.runner, replace hard failure on Python 3 with 'experimental' warning. Ref #3603. Closes #3035.
|
2021-01-30 11:12:01 -05:00 |
|