Itamar Turner-Trauring
|
84a33625bd
|
Port to Python 3.
|
2020-11-06 10:21:33 -05:00 |
|
Itamar Turner-Trauring
|
31ee2e18f3
|
Tests pass on Python 3.
|
2020-11-06 10:20:18 -05:00 |
|
Itamar Turner-Trauring
|
836d41a92d
|
Ported to Python 3.
|
2020-11-06 10:12:56 -05:00 |
|
Itamar Turner-Trauring
|
e4734468e5
|
Ported to Python 3.
|
2020-11-06 10:11:09 -05:00 |
|
Itamar Turner-Trauring
|
95df57382f
|
Tests pass on Python 3.
|
2020-11-06 10:09:11 -05:00 |
|
Itamar Turner-Trauring
|
e17be38d69
|
Start porting test infrastructure to Python 3 compatibility.
|
2020-11-06 10:04:46 -05:00 |
|
Itamar Turner-Trauring
|
cd01d4dafa
|
Test for Python 2 BytesKeyDict and UnicodeKeyDict behavior.
|
2020-11-05 10:15:38 -05:00 |
|
Itamar Turner-Trauring
|
a49ef086b6
|
No need for explicit unicode.
|
2020-11-05 10:09:52 -05:00 |
|
Itamar Turner-Trauring
|
f57ba3c927
|
Can't send unicode over foolscap.
|
2020-11-04 14:13:08 -05:00 |
|
Itamar Turner-Trauring
|
813594bbac
|
Go back to the way it was.
|
2020-11-04 13:45:41 -05:00 |
|
Itamar Turner-Trauring
|
4c4f7f8fa1
|
News file.
|
2020-11-04 13:41:00 -05:00 |
|
Itamar Turner-Trauring
|
0a6321cc9a
|
Tests and additional check for typed key dicts.
|
2020-11-04 13:36:08 -05:00 |
|
Itamar Turner-Trauring
|
dc818757b6
|
Port to Python 3.
|
2020-11-04 13:22:34 -05:00 |
|
Itamar Turner-Trauring
|
2b557287c8
|
Lint fix.
|
2020-11-04 13:21:13 -05:00 |
|
Itamar Turner-Trauring
|
d407cb5005
|
Port to Python 3.
|
2020-11-04 13:19:16 -05:00 |
|
Itamar Turner-Trauring
|
f34597ac61
|
All tests pass on Python 3.
|
2020-11-04 13:09:55 -05:00 |
|
Itamar Turner-Trauring
|
d30014f8f5
|
The Resource dictionary is keyed by bytes, so storing unicode means you don't
get the cached resource!
|
2020-11-03 11:14:25 -05:00 |
|
Itamar Turner-Trauring
|
f6eb4aef57
|
Work consistently across Python 2 and 3.
|
2020-11-03 10:41:13 -05:00 |
|
Itamar Turner-Trauring
|
3edc1cb29e
|
The dictionary is unicode, not bytes.
|
2020-11-03 10:41:02 -05:00 |
|
Itamar Turner-Trauring
|
60992174ff
|
twisted.web expects bytes.
|
2020-11-03 10:40:53 -05:00 |
|
Itamar Turner-Trauring
|
672c440091
|
Better error reporting.
|
2020-11-03 10:40:41 -05:00 |
|
Itamar Turner-Trauring
|
e3a0f61dca
|
More passing tests.
|
2020-11-03 10:04:24 -05:00 |
|
Itamar Turner-Trauring
|
35c304cd82
|
Workaround for Eliot flaw.
|
2020-11-03 10:04:16 -05:00 |
|
Itamar Turner-Trauring
|
92a4a5afcc
|
Closer to more passing tests, maybe.
|
2020-10-30 15:04:00 -04:00 |
|
Itamar Turner-Trauring
|
45a2fcc3f2
|
Fix for Python 2.
|
2020-10-30 14:49:25 -04:00 |
|
Itamar Turner-Trauring
|
d52f6747f6
|
Some progress towards passing tests.
|
2020-10-30 14:21:16 -04:00 |
|
Itamar Turner-Trauring
|
6264cf15b1
|
Fix some failing tests.
|
2020-10-30 14:08:09 -04:00 |
|
Itamar Turner-Trauring
|
6b4be7aee3
|
Should be unicode.
|
2020-10-30 11:23:30 -04:00 |
|
Itamar Turner-Trauring
|
36d1056ad0
|
Delete dead code, note porting.
|
2020-10-30 11:21:14 -04:00 |
|
Itamar Turner-Trauring
|
c48228a988
|
News file.
|
2020-10-29 14:09:39 -04:00 |
|
Itamar Turner-Trauring
|
468beb05f6
|
Port to Python 3.
|
2020-10-29 14:09:18 -04:00 |
|
Itamar Turner-Trauring
|
dce368016b
|
Duplicates test coverage in test_connections.
|
2020-10-29 14:01:05 -04:00 |
|
Itamar Turner-Trauring
|
c3248524f0
|
Drop support for '\#', never was used by anything as far as we know.
|
2020-10-29 13:51:29 -04:00 |
|
Itamar Turner-Trauring
|
0cf6ca86fb
|
Improve test coverage.
|
2020-10-29 13:36:31 -04:00 |
|
Itamar Turner-Trauring
|
fa0dbcfd0e
|
Configs are always unicode now.
|
2020-10-29 10:26:07 -04:00 |
|
Jean-Paul Calderone
|
9a4df38db9
|
Merge pull request #878 from tahoe-lafs/3490.integration-codechecks
Run static codechecks on the implementation of the integration test suite
Fixes: ticket:3490
|
2020-10-29 09:08:26 -04:00 |
|
Jean-Paul Calderone
|
125bb5f15f
|
Merge pull request #881 from tahoe-lafs/3283.backdoor-statement-signatures
Add some backdoor statement signatures
Fixes: ticket:3283
|
2020-10-28 15:25:01 -04:00 |
|
Chad Whitacre
|
a10c2606f4
|
Merge pull request #868 from tahoe-lafs/3468.offloaded-test-coverage
More test coverage for the upload helper
|
2020-10-28 15:20:34 -04:00 |
|
Jean-Paul Calderone
|
17dbbe0642
|
Merge remote-tracking branch 'origin/master' into 3283.backdoor-statement-signatures
|
2020-10-28 09:55:30 -04:00 |
|
Itamar Turner-Trauring
|
91c055a821
|
Merge pull request #865 from tahoe-lafs/3479.test-node-python-3
Port test_node.py to Python 3
Fixes ticket:3479
|
2020-10-28 08:39:19 -04:00 |
|
Itamar Turner-Trauring
|
6f2027e824
|
Fix lint.
|
2020-10-27 16:59:43 -04:00 |
|
Itamar Turner-Trauring
|
2f0a5d91cb
|
Merge pull request #877 from tahoe-lafs/3485.backported-configparser-for-py-2
Backported configparser for Python 2
Fixes ticket:3485
|
2020-10-27 16:58:46 -04:00 |
|
Itamar Turner-Trauring
|
20a64d5767
|
Test new fileutil behavior.
|
2020-10-27 14:24:23 -04:00 |
|
Itamar Turner-Trauring
|
f1b281123d
|
Fix tests.
|
2020-10-27 14:24:20 -04:00 |
|
Itamar Turner-Trauring
|
bcb6822171
|
Merge branch '3485.backported-configparser-for-py-2' into 3479.test-node-python-3
|
2020-10-27 14:06:35 -04:00 |
|
Itamar Turner-Trauring
|
b62bd13bee
|
Merge remote-tracking branch 'origin/master' into 3479.test-node-python-3
|
2020-10-27 14:02:27 -04:00 |
|
Itamar Turner-Trauring
|
b79504a43b
|
Refactor to unify different code paths.
|
2020-10-27 13:59:45 -04:00 |
|
Itamar Turner-Trauring
|
0d270e1290
|
Create ConfigParsers in a consistent manner.
|
2020-10-27 11:48:25 -04:00 |
|
Itamar Turner-Trauring
|
207111fb9c
|
Documentation fixes.
|
2020-10-27 11:43:27 -04:00 |
|
Jean-Paul Calderone
|
874bfa72fd
|
Merge pull request #874 from tahoe-lafs/3488.pre-push
Configure pre-commit to do codechecks pre-push only
Fixes: ticket:3488
|
2020-10-27 10:31:45 -04:00 |
|