Itamar Turner-Trauring
|
f6b5628ce1
|
Port to Python 3.
|
2021-04-30 11:33:51 -04:00 |
|
Itamar Turner-Trauring
|
463f9fe802
|
Tests pass on Python 3.
|
2021-04-30 11:31:25 -04:00 |
|
Itamar Turner-Trauring
|
da8e0d61aa
|
Port to Python 3.
|
2021-04-30 11:15:48 -04:00 |
|
Itamar Turner-Trauring
|
3846df8e4f
|
All test_create_alias tests pass on Python 3.
|
2021-04-30 11:06:31 -04:00 |
|
Itamar Turner-Trauring
|
46c03f6b75
|
Remove duplication, and add support for testing cases where stdin/stdout/stderr
have to be bytes.
|
2021-04-30 11:05:56 -04:00 |
|
Itamar Turner-Trauring
|
2f6535e26e
|
First test passes on Python 3.
|
2021-04-30 10:33:59 -04:00 |
|
Itamar Turner-Trauring
|
e48d85dd8b
|
Merge branch '3679.more-cli-tests-python-3' into 3687.cli-tests-python-3
|
2021-04-30 10:22:47 -04:00 |
|
Itamar Turner-Trauring
|
904b423b48
|
Merge remote-tracking branch 'origin/master' into 3672.non-utf-8-bytes-in-logs
|
2021-04-28 13:17:07 -04:00 |
|
Itamar Turner-Trauring
|
2ad8a47455
|
Fix flake.
|
2021-04-26 09:59:18 -04:00 |
|
Itamar Turner-Trauring
|
04a09558b6
|
Port to Python 3.
|
2021-04-26 09:54:35 -04:00 |
|
Itamar Turner-Trauring
|
eb5211672c
|
Tests pass on Python 3.
|
2021-04-26 09:46:21 -04:00 |
|
Itamar Turner-Trauring
|
b85d735b8b
|
Even more progress towards Python 3 tests passing.
|
2021-04-22 10:43:55 -04:00 |
|
Itamar Turner-Trauring
|
56e4385103
|
More progress towards Python 3 tests passing.
|
2021-04-22 10:36:10 -04:00 |
|
Itamar Turner-Trauring
|
5927e14ece
|
Merge branch '3678.cli-tests-python-3' into 3679.more-cli-tests-python-3
|
2021-04-22 10:28:26 -04:00 |
|
Itamar Turner-Trauring
|
b675ca2380
|
Lint fix.
|
2021-04-22 10:23:58 -04:00 |
|
Itamar Turner-Trauring
|
416813578a
|
Some progress towards passing tests on Python 3.
|
2021-04-22 10:18:59 -04:00 |
|
Itamar Turner-Trauring
|
86fe350bef
|
Tests pass on Python 2.
|
2021-04-22 10:15:43 -04:00 |
|
Itamar Turner-Trauring
|
567c0f019e
|
Test random bytes.
|
2021-04-22 09:39:50 -04:00 |
|
Itamar Turner-Trauring
|
5ebb385c10
|
Port to Python 3.
|
2021-04-21 11:58:48 -04:00 |
|
Itamar Turner-Trauring
|
f6e0611b07
|
All tests pass on Python 3.
|
2021-04-21 11:42:05 -04:00 |
|
Itamar Turner-Trauring
|
5e59b9d8d6
|
A little closer to passing tests on Python 3.
|
2021-04-21 11:32:42 -04:00 |
|
Itamar Turner-Trauring
|
83e16d40a4
|
Some tests passing on Python 3.
|
2021-04-21 11:18:36 -04:00 |
|
Itamar Turner-Trauring
|
abb247b3cc
|
Fix flake.
|
2021-04-16 12:01:07 -04:00 |
|
Itamar Turner-Trauring
|
fa46efdb3a
|
Enable BytesWarnings in integration tests.
|
2021-04-16 11:58:37 -04:00 |
|
Itamar Turner-Trauring
|
61506f87bb
|
Make BytesWarning->exception global, to ease use in integration tests.
|
2021-04-16 11:55:20 -04:00 |
|
Itamar Turner-Trauring
|
bc9e4ac728
|
Support quoting any-old-bytes correctly on Python 2.
|
2021-04-16 11:36:53 -04:00 |
|
Itamar Turner-Trauring
|
51ebbae15a
|
Fix typo.
|
2021-04-16 11:21:47 -04:00 |
|
Itamar Turner-Trauring
|
19a3481e5f
|
Merge pull request #1042 from tahoe-lafs/3626.streaming-logs-with-bytes
Handle bytes in log messages streamed over websocket
Fixes ticket:3626
|
2021-04-16 11:21:28 -04:00 |
|
Itamar Turner-Trauring
|
d60bc2841a
|
Oh right, Python 2 Eliot doesn't support custom JSON encoders.
|
2021-04-14 11:19:04 -04:00 |
|
Itamar Turner-Trauring
|
32607b5ada
|
For logging, using a new JSON bytes encoder that works on any bytes string, not
just UTF-8-encoded strings.
|
2021-04-14 10:42:01 -04:00 |
|
Itamar Turner-Trauring
|
e242bf50c7
|
Handle bytes in log messages.
|
2021-04-14 09:56:27 -04:00 |
|
Itamar Turner-Trauring
|
953c06a18d
|
Fix some plain-str()-of-bytes bugs.
|
2021-04-13 09:53:08 -04:00 |
|
Itamar Turner-Trauring
|
2299c2dcc8
|
Fix implicit str(bytesobj).
|
2021-04-13 09:40:24 -04:00 |
|
Itamar Turner-Trauring
|
4ea1f153cc
|
Merge pull request #1039 from tahoe-lafs/3674.cli-tests-python-3
Port a bit more cli tests python 3
Fixes ticket:3674
|
2021-04-13 09:39:13 -04:00 |
|
Itamar Turner-Trauring
|
cbd816fbd5
|
Ensure warnings get turned into exceptions. Getting sneaking suspicion it's passing in filenames sometimes, not just modules.
|
2021-04-13 09:34:55 -04:00 |
|
Itamar Turner-Trauring
|
3a832efc15
|
Merge branch '3674.cli-tests-python-3' into 3675.byteswarning-as-error-again
|
2021-04-13 09:22:16 -04:00 |
|
Itamar Turner-Trauring
|
b0e6c86085
|
Better error messages.
|
2021-04-13 09:21:26 -04:00 |
|
Itamar Turner-Trauring
|
43620a3c19
|
Port to Python 3.
|
2021-04-12 12:53:17 -04:00 |
|
Itamar Turner-Trauring
|
e6532305bf
|
Match Python 3 behavior for stdout/stderr.
|
2021-04-12 10:17:01 -04:00 |
|
Itamar Turner-Trauring
|
8512bdcd8d
|
Even more progress towards passing Python 3 tests.
|
2021-04-12 09:51:53 -04:00 |
|
Itamar Turner-Trauring
|
069fcb91eb
|
More progress towards passing Python 3 tests.
|
2021-04-12 09:35:34 -04:00 |
|
Itamar Turner-Trauring
|
d6406d5edb
|
Some progress towards passing backup tests on Python 3.
|
2021-04-07 10:44:48 -04:00 |
|
Itamar Turner-Trauring
|
9a17c4a5d2
|
Port to Python 3.
|
2021-04-07 09:28:04 -04:00 |
|
Itamar Turner-Trauring
|
803e00f6b1
|
Tests pass on Python 3.
|
2021-04-07 09:26:28 -04:00 |
|
Itamar Turner-Trauring
|
6f74bb7d88
|
Merge remote-tracking branch 'origin/master' into 3671.more-test-utilities-python-3
|
2021-04-07 09:11:31 -04:00 |
|
Itamar Turner-Trauring
|
01f75db2da
|
Merge pull request #1034 from tahoe-lafs/3667.test-utilities-python-3
Port more of allmydata.test utility modules to Python 3
Fixes ticket:3667
|
2021-04-07 09:10:46 -04:00 |
|
Itamar Turner-Trauring
|
ddcca38f31
|
Port to Python 3.
|
2021-04-06 10:51:14 -04:00 |
|
Itamar Turner-Trauring
|
315bb672d1
|
Port to Python 3.
|
2021-04-06 10:49:00 -04:00 |
|
Itamar Turner-Trauring
|
3429f8bf03
|
Port to Python 3.
|
2021-04-06 10:45:58 -04:00 |
|
Itamar Turner-Trauring
|
2257f89d39
|
More semantically robust test.
|
2021-04-06 10:45:44 -04:00 |
|