Itamar Turner-Trauring
|
02acd9d2eb
|
News file.
|
2020-09-29 13:47:27 -04:00 |
|
Itamar Turner-Trauring
|
87838dd2bb
|
Merge pull request #834 from tahoe-lafs/3449.interfaces-to-python-3
Port allmydata.introducer.interfaces to Python 3
Fixes ticket:3449
|
2020-09-29 11:05:18 -04:00 |
|
Itamar Turner-Trauring
|
369cd98d5a
|
Clarify what "JSON-serializable bytes" means.
|
2020-09-29 10:17:26 -04:00 |
|
Sajith Sasidharan
|
9c8fb6f901
|
Merge pull request #781 from sajith/3382.remove-multi-format-page
Remove web.common.MultiFormatPage
Fixes ticket:3382
|
2020-09-28 21:28:23 -04:00 |
|
Sajith Sasidharan
|
769f87c24d
|
Remove unused import
|
2020-09-28 20:39:13 -04:00 |
|
Itamar Turner-Trauring
|
c84a2ef869
|
Merge pull request #835 from tahoe-lafs/3417.audit-for-loops-mutable-dict-views-python-3
Audit for loops for mutable dict views bugs on Python 3
Fixes ticket:3417
|
2020-09-28 16:53:12 -04:00 |
|
Itamar Turner-Trauring
|
7aa7716f3a
|
Wrap with list(), just in case.
|
2020-09-28 15:44:29 -04:00 |
|
Itamar Turner-Trauring
|
66b4330ca2
|
Remove unused API.
|
2020-09-28 15:43:42 -04:00 |
|
Jean-Paul Calderone
|
76ecae2e44
|
Merge remote-tracking branch 'origin/master' into 3382.remove-multi-format-page
|
2020-09-28 15:09:29 -04:00 |
|
Jean-Paul Calderone
|
6d14eb55b5
|
Merge pull request #832 from tahoe-lafs/3443.referrer-policy-tests
Add a test for referrer-policy
Fixes: ticket:3443
|
2020-09-28 15:04:55 -04:00 |
|
meejah
|
587d9ef873
|
Merge pull request #798 from jaraco/3398.pre-commit
Add pre-commit hook definition for flake8.
|
2020-09-28 16:36:50 +00:00 |
|
Itamar Turner-Trauring
|
f578b85f8c
|
News file.
|
2020-09-28 11:56:15 -04:00 |
|
Itamar Turner-Trauring
|
eb787ae540
|
Make items into list, just in case someone tries to merge object into itself.
|
2020-09-28 11:55:35 -04:00 |
|
Itamar Turner-Trauring
|
cc7a3bc2b5
|
Audit script to find potentially broken for loops.
|
2020-09-28 11:54:21 -04:00 |
|
Itamar Turner-Trauring
|
5e6201aede
|
Merge pull request #833 from tahoe-lafs/3446.test-helper-python-3
Port test_helper.py to Python 3
Fixes ticket:3446
|
2020-09-28 11:35:15 -04:00 |
|
Jean-Paul Calderone
|
a5686de460
|
Don't claim behavior about *all* pages
|
2020-09-28 10:26:00 -04:00 |
|
Itamar Turner-Trauring
|
64516aac41
|
Port to Python 3.
|
2020-09-28 10:20:00 -04:00 |
|
Itamar Turner-Trauring
|
d7b5230f0e
|
Explain why __remote_name__ is a native string.
|
2020-09-28 10:06:06 -04:00 |
|
Itamar Turner-Trauring
|
f796b8a7da
|
Fix typo.
|
2020-09-28 10:02:43 -04:00 |
|
Itamar Turner-Trauring
|
4e7e84796a
|
Merge pull request #829 from tahoe-lafs/3439.test-download-python-3
Port test_download.py to Python 3
Fixes ticket:3439
|
2020-09-28 09:59:53 -04:00 |
|
Chad Whitacre
|
afd28f3402
|
Merge pull request #823 from tahoe-lafs/3431.port-test_immutable
Port test_immutable to Python 3
|
2020-09-28 08:34:03 -04:00 |
|
Jean-Paul Calderone
|
60f531e970
|
Merge pull request #831 from tahoe-lafs/3438.test_introweb
Split `_test_introweb` into a separate suite
Fixes: ticket:3438
|
2020-09-27 19:14:24 -04:00 |
|
Itamar Turner-Trauring
|
21e3b355ec
|
Finish porting to Python 3.
|
2020-09-25 14:03:25 -04:00 |
|
Itamar Turner-Trauring
|
d19ae1e511
|
Apparently __remote_name__ needs to be a native string.
|
2020-09-25 14:00:18 -04:00 |
|
Sajith Sasidharan
|
65f206e39b
|
Merge pull request #816 from sajith/3427.return-error-page-from-unlinked
Return ErrorPage from unlinked
Fixes ticket:3427
|
2020-09-25 13:30:02 -04:00 |
|
Itamar Turner-Trauring
|
565c48045e
|
Closer to passing tests.
|
2020-09-25 13:28:59 -04:00 |
|
Itamar Turner-Trauring
|
d8c9affccb
|
Bunch more places that need to be bytes for protocol backwards compatibility.
|
2020-09-25 13:28:49 -04:00 |
|
Itamar Turner-Trauring
|
9e5d5b5f8b
|
Remove typo.
|
2020-09-25 13:16:47 -04:00 |
|
Itamar Turner-Trauring
|
47aa724c42
|
Merge remote-tracking branch 'origin/master' into 3439.test-download-python-3
|
2020-09-25 13:16:12 -04:00 |
|
Itamar Turner-Trauring
|
5e52691433
|
Merge pull request #827 from tahoe-lafs/3437.test-filenode-python-3
Port test_filenode.py to Python 3
Fixes ticket:3437
|
2020-09-25 13:15:30 -04:00 |
|
Sajith Sasidharan
|
569ac924ec
|
Merge pull request #825 from sajith/3436.remove-web-common-getxmlfile
Remove unused web.common.getxmlfile()
Fixes ticket:3436
|
2020-09-25 12:54:51 -04:00 |
|
Itamar Turner-Trauring
|
5d9a1a5ab5
|
Some progress towards passing tests.
|
2020-09-25 11:46:31 -04:00 |
|
Jean-Paul Calderone
|
8cdf5cbf26
|
unused import
|
2020-09-25 11:09:55 -04:00 |
|
Jean-Paul Calderone
|
2314a9f2f6
|
add a test for referrer-policy
|
2020-09-25 11:06:54 -04:00 |
|
Jean-Paul Calderone
|
3dddcd6f62
|
Remove assertions about Twisted Web's quoting behavior
It quotes stuff. It's cool. BeautifulSoup even looks at it for us and will
tell us if something is amiss.
|
2020-09-25 09:44:04 -04:00 |
|
Jean-Paul Calderone
|
dc15f19ee0
|
Merge remote-tracking branch 'origin/master' into 3382.remove-multi-format-page
|
2020-09-25 09:37:02 -04:00 |
|
Jean-Paul Calderone
|
44cc42351f
|
remove duplicate request
|
2020-09-25 09:32:06 -04:00 |
|
Jean-Paul Calderone
|
05def35c26
|
nicer cleanup plus a comment
|
2020-09-25 09:31:57 -04:00 |
|
Jean-Paul Calderone
|
b218b5426b
|
docstrings
|
2020-09-25 09:31:53 -04:00 |
|
Jean-Paul Calderone
|
f13390d3d4
|
news fragment
|
2020-09-25 09:26:56 -04:00 |
|
Jean-Paul Calderone
|
dcb834c7a6
|
Merge remote-tracking branch 'origin/master' into 3438.test_introweb
|
2020-09-25 09:26:34 -04:00 |
|
Itamar Turner-Trauring
|
51709d5562
|
Merge pull request #817 from tahoe-lafs/3430-test-upload-python-3
Port test_upload.py to Python 3
Fixes ticket:3430
|
2020-09-24 16:57:38 -04:00 |
|
Jean-Paul Calderone
|
0f8cb7aedf
|
Merge pull request #828 from tahoe-lafs/3440.render-helper
Make the render test helper generally useful
Fixes: ticket:3440
|
2020-09-24 15:29:31 -04:00 |
|
Jean-Paul Calderone
|
1c5f4e2bf0
|
Compatible with the interface I used in test_web.py
|
2020-09-24 11:08:18 -04:00 |
|
Jean-Paul Calderone
|
16ab1690de
|
rewrite _test_introweb part of SystemTest as its own test suite
|
2020-09-24 11:08:18 -04:00 |
|
Jean-Paul Calderone
|
e981fea007
|
make FakeCanary more realistic
|
2020-09-24 11:08:18 -04:00 |
|
Itamar Turner-Trauring
|
4784d2c3a8
|
News fragment.
|
2020-09-24 11:06:47 -04:00 |
|
Itamar Turner-Trauring
|
26f28f341f
|
Finish port to Python 3.
|
2020-09-24 11:03:42 -04:00 |
|
Itamar Turner-Trauring
|
8167a9fda6
|
All tests pass on Python 3.
|
2020-09-24 11:01:35 -04:00 |
|
Itamar Turner-Trauring
|
5cd00d6f2e
|
And even more tests passing in Python 3.
|
2020-09-24 10:55:47 -04:00 |
|