Itamar Turner-Trauring
|
47f2c143d0
|
Tests pass on Python 3.
|
2021-03-15 11:07:03 -04:00 |
|
Itamar Turner-Trauring
|
01ee67fa43
|
Port to Python 3.
|
2021-03-15 11:03:39 -04:00 |
|
Itamar Turner-Trauring
|
dee9f622a9
|
Tests pass on Python 3.
|
2021-03-15 11:01:56 -04:00 |
|
Itamar Turner-Trauring
|
9a7add2599
|
It was empty.
|
2021-03-09 11:36:11 -05:00 |
|
Itamar Turner-Trauring
|
183b80fe25
|
Fix flake.
|
2021-03-09 11:33:52 -05:00 |
|
Itamar Turner-Trauring
|
4b0b3e9a4d
|
Port to Python 3.
|
2021-03-09 11:30:47 -05:00 |
|
Itamar Turner-Trauring
|
ba6c4adba0
|
All tests pass on Python 3 (albeit skipping some CLI-specific tests).
|
2021-03-09 11:14:17 -05:00 |
|
Itamar Turner-Trauring
|
6f264a60e3
|
A couple tests passing on Python 3.
|
2021-03-09 11:10:48 -05:00 |
|
Itamar Turner-Trauring
|
6fc44f7a31
|
get_name() should always return bytes, apparently.
|
2021-03-01 10:53:25 -05:00 |
|
Itamar Turner-Trauring
|
9d13e82db7
|
Fix flake.
|
2021-02-24 14:44:29 -05:00 |
|
Itamar Turner-Trauring
|
70c0607789
|
Enable BytesWarning across all tests ported to Python 3, fixing problems that caught.
|
2021-02-24 14:36:15 -05:00 |
|
Itamar Turner-Trauring
|
5b4428b968
|
Merge remote-tracking branch 'origin/master' into 3611.web-python-3-part-2
|
2021-02-15 11:38:30 -05:00 |
|
Itamar Turner-Trauring
|
06cd015647
|
Merge remote-tracking branch 'origin/master' into 3606.test_system-web-python3
|
2021-02-15 11:14:41 -05:00 |
|
Itamar Turner-Trauring
|
e41ff1a17d
|
Merge pull request #979 from tahoe-lafs/3607.web-python-3-part-1
Port allmydata.web.common to Python 3
Fixes ticket:3607
|
2021-02-15 11:13:34 -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 |
|
Itamar Turner-Trauring
|
42c4bac845
|
Fix test failure.
|
2021-02-12 12:01:43 -05:00 |
|
Itamar Turner-Trauring
|
c5a426b797
|
More unicode-of-bytes fixes.
|
2021-02-12 11:47:11 -05:00 |
|
Itamar Turner-Trauring
|
5561f9fa16
|
Merge remote-tracking branch 'origin/master' into 3607.web-python-3-part-1
|
2021-02-12 11:22:34 -05:00 |
|
Itamar Turner-Trauring
|
681572b1a5
|
Merge remote-tracking branch 'origin/3606.test_system-web-python3' into 3611.web-python-3-part-2
|
2021-02-12 10:30: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 |
|
Itamar Turner-Trauring
|
eebeca31f5
|
Fix some more unicode()-of-bytestring bugs.
|
2021-02-11 13:11:34 -05:00 |
|
Itamar Turner-Trauring
|
05a85b0ce2
|
Fix some unicode(bytes_object) bugs.
|
2021-02-11 12:53:48 -05:00 |
|
Itamar Turner-Trauring
|
3abbe76d6a
|
Merge branch '3607.web-python-3-part-1' into 3611.web-python-3-part-2
|
2021-02-10 14:33:00 -05:00 |
|
Itamar Turner-Trauring
|
166c1a537e
|
Fix Python 3 failure.
|
2021-02-10 14:26:23 -05:00 |
|
Itamar Turner-Trauring
|
3fd90640f3
|
Merge remote-tracking branch 'origin/master' into 3606.test_system-web-python3
|
2021-02-10 14:23:53 -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 |
|
Itamar Turner-Trauring
|
d237dcab15
|
Restore test coverage.
|
2021-02-10 14:06:42 -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
|
27fcfe94dd
|
The code is 3-clause BSD licensed now.
|
2021-02-09 10:24:46 -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
|
8fdbb6db6e
|
Nail down types.
|
2021-02-04 11:22:48 -05:00 |
|
Itamar Turner-Trauring
|
6b38c8d1c9
|
More of test_system now passes on Python 3.
|
2021-02-03 11:24:47 -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
|
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
|
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 |
|