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 |
|
Jean-Paul Calderone
|
540c70f835
|
Merge pull request #871 from exarkun/2928.remote-allocate_tcp_port-test_node.py
Remove `allocate_tcp_port` from test_node.py
Fixes: ticket:2928
|
2020-10-31 19:24:09 -04:00 |
|
Jean-Paul Calderone
|
7ad55e0fba
|
Merge remote-tracking branch 'origin/master' into 2928.remote-allocate_tcp_port-test_node.py
|
2020-10-31 11:42:01 -04:00 |
|
Jean-Paul Calderone
|
651c42ac0f
|
remove unused import
|
2020-10-31 11:41:20 -04:00 |
|
Jean-Paul Calderone
|
4d469d7b64
|
The test is faster now, leave the max_examples setting alone
|
2020-10-30 21:05:46 -04: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
|
e79d1adeea
|
Fix lint.
|
2020-10-30 14:35:09 -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 |
|
Chad Whitacre
|
266b707d25
|
Merge pull request #861 from tahoe-lafs/3474.easy-ports
Port some easy files to Python 3
|
2020-10-30 13:33:34 -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
|
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 |
|
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 |
|
Chad Whitacre
|
d04b6c103a
|
Pick off a couple of easy ports
|
2020-10-28 14:57:10 -04:00 |
|
Itamar Turner-Trauring
|
6f2027e824
|
Fix lint.
|
2020-10-27 16:59:43 -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 |
|
Itamar Turner-Trauring
|
1a7bb06587
|
SafeConfigParser has been replaced by ConfigParser.
|
2020-10-27 09:35:09 -04:00 |
|
Itamar Turner-Trauring
|
c76afc9ece
|
Try to fix some failing unit tests in ASCII locale.
|
2020-10-27 08:54:28 -04:00 |
|
Itamar Turner-Trauring
|
d5333ae9f9
|
Merge remote-tracking branch 'origin/master' into 3485.backported-configparser-for-py-2
|
2020-10-26 16:53:19 -04:00 |
|
Itamar Turner-Trauring
|
4a54377208
|
Some more fixes.
|
2020-10-26 16:48:18 -04:00 |
|
Itamar Turner-Trauring
|
4dc1adc817
|
Some progress towards passing Python 2 tests.
|
2020-10-26 16:37:00 -04:00 |
|
Itamar Turner-Trauring
|
76697c8c1b
|
It's already unicode.
|
2020-10-26 14:33:59 -04:00 |
|
Itamar Turner-Trauring
|
375ed5096c
|
Config parsing now always returns Unicode.
|
2020-10-26 12:12:49 -04:00 |
|
Itamar Turner-Trauring
|
f50fd8e474
|
Switch to new configparser backport.
|
2020-10-26 12:12:46 -04:00 |
|
Jean-Paul Calderone
|
25ee76104a
|
Merge pull request #872 from tahoe-lafs/3486.netifaces
Switch to netifaces
Fixes: ticket:3486
|
2020-10-26 11:55:31 -04:00 |
|
Chad Whitacre
|
338ee89e63
|
Stick with unicode (new str) for file path parts
This seems to be the pattern, e.g.:
https://github.com/tahoe-lafs/tahoe-lafs/blob/master/src/allmydata/client.py#L229
|
2020-10-23 12:52:32 -04:00 |
|
Chad Whitacre
|
725291c2aa
|
Merge branch 'master' into 3468.offloaded-test-coverage
|
2020-10-23 12:08:48 -04:00 |
|