Jason R. Coombs
|
00e856fed5
|
Declare scripts.types_ as ported (never had Python 2 support).
|
2021-01-30 11:00:19 -05:00 |
|
Itamar Turner-Trauring
|
6fd62eb25e
|
Merge remote-tracking branch 'origin/master' into 3579.ftp-python-3
|
2021-01-28 15:15:57 -05:00 |
|
Itamar Turner-Trauring
|
8493d70cab
|
Support byte keys in internal dictionaries.
|
2021-01-26 11:01:50 -05:00 |
|
Jean-Paul Calderone
|
15dbbce217
|
Merge remote-tracking branch 'origin/master' into 3592.convergence-hasher-tag-tests
|
2021-01-26 09:53:26 -05:00 |
|
Jean-Paul Calderone
|
e5f0dcfbb4
|
Merge pull request #971 from LeastAuthority/3594.read_encrypted-test
Directly test read_encrypted behavior and remove a `fireEventually` from its implementation
Fixes: ticket:3594
Fixes: ticket:3595
|
2021-01-25 09:14:35 -05:00 |
|
Jean-Paul Calderone
|
932481ad47
|
A helper for doing something repeatedly for a while
|
2021-01-20 12:58:03 -05:00 |
|
Jean-Paul Calderone
|
61d5f920bb
|
Add tests for the tag construction code and make it a bit safer
Check for sane inputs, reject insane ones
|
2021-01-19 14:28:16 -05:00 |
|
Itamar Turner-Trauring
|
2de76cd82d
|
Merge branch 'master' into 3589.more-web-tests-python-3
|
2021-01-19 11:44:27 -05:00 |
|
Jason R. Coombs
|
7d468cde19
|
Merge branch 'master' into 3399.mypy
|
2021-01-15 11:17:47 -05:00 |
|
Itamar Turner-Trauring
|
60acad32ca
|
Merge remote-tracking branch 'origin/master' into 3589.more-web-tests-python-3
|
2021-01-14 09:39:18 -05:00 |
|
Jean-Paul Calderone
|
522f96b150
|
may as well leave(/restore) this
|
2021-01-12 14:56:37 -05:00 |
|
Jean-Paul Calderone
|
e3a805caa7
|
unicode_to_argv == id on win32
|
2021-01-12 14:44:00 -05:00 |
|
Itamar Turner-Trauring
|
5d77282784
|
Ported to Python 3.
|
2021-01-12 14:40:33 -05:00 |
|
Itamar Turner-Trauring
|
03fb936716
|
Port to Python 3.
|
2021-01-12 14:25:16 -05:00 |
|
Jean-Paul Calderone
|
99f00818a8
|
diff shrink
|
2021-01-12 14:21:32 -05:00 |
|
Jean-Paul Calderone
|
46d3ffb2e2
|
diff shrink
|
2021-01-12 14:20:50 -05:00 |
|
Itamar Turner-Trauring
|
8c41f60fdb
|
Port to Python 3.
|
2021-01-12 14:17:38 -05:00 |
|
Itamar Turner-Trauring
|
7e5e329138
|
Port to Python 3.
|
2021-01-12 11:44:27 -05:00 |
|
Itamar Turner-Trauring
|
116c59142d
|
Port to Python 3.
|
2021-01-12 11:26:43 -05:00 |
|
Itamar Turner-Trauring
|
f717250ecd
|
Merge remote-tracking branch 'origin/master' into 3576.port-unknown
|
2021-01-12 11:07:15 -05:00 |
|
Jean-Paul Calderone
|
82d24bfaf7
|
one more
|
2021-01-12 10:46:04 -05:00 |
|
Jean-Paul Calderone
|
ae1a0c591b
|
Prefer to fix unicode_to_argv/argv_to_unicode instead of callers
|
2021-01-12 09:58:34 -05:00 |
|
Jean-Paul Calderone
|
7c0d2e3cd5
|
another un-re-shuffling
|
2021-01-12 09:29:24 -05:00 |
|
Jean-Paul Calderone
|
a9a60857b2
|
attempt to reduce diff noise
|
2021-01-12 09:28:50 -05:00 |
|
Jean-Paul Calderone
|
2889922a08
|
reign in scope - don't mess with filesystem encoding here
It is a separate can of works from argv
|
2021-01-12 09:27:23 -05:00 |
|
Jean-Paul Calderone
|
15c46924ce
|
unused import
|
2021-01-12 09:27:20 -05:00 |
|
Jean-Paul Calderone
|
1810f4e99b
|
Force the encoding to utf-8 more often
|
2021-01-11 19:31:41 -05:00 |
|
Jean-Paul Calderone
|
2306819db1
|
Get rid of unicode_to_argv and argv_to_unicode
|
2021-01-11 15:45:39 -05:00 |
|
Itamar Turner-Trauring
|
1b1d87f9f9
|
Merge branch '3584.integration-tests-sftp' into 3579.ftp-python-3
|
2021-01-11 14:05:07 -05:00 |
|
Jean-Paul Calderone
|
1ae0311e36
|
Merge pull request #949 from tahoe-lafs/port-webish
Port webish/test_webish to Python 3
Fixes: ticket:3577
|
2021-01-08 13:51:00 -05:00 |
|
Itamar Turner-Trauring
|
7b091bde9b
|
Port to Python 3.
|
2021-01-06 10:51:05 -05:00 |
|
Itamar Turner-Trauring
|
192063acfa
|
Port to Python 3.
|
2021-01-06 09:59:33 -05:00 |
|
Itamar Turner-Trauring
|
3a6f3f2809
|
Merge remote-tracking branch 'origin/master' into 3579.ftp-python-3
|
2021-01-05 16:05:56 -05:00 |
|
Chad Whitacre
|
fa15c2c8d6
|
Declare victory on blacklist
|
2021-01-05 06:45:32 -05:00 |
|
Chad Whitacre
|
88946900b3
|
Port unknown to Python 3
This is covered by test_dirnode/test_grid
|
2021-01-05 06:39:29 -05:00 |
|
Chad Whitacre
|
dc5ac4a112
|
Merge pull request #946 from tahoe-lafs/3574.port-stats
Port stats to Python 3
|
2021-01-05 06:04:10 -05:00 |
|
Itamar Turner-Trauring
|
4683760ed8
|
Merge pull request #945 from tahoe-lafs/3566.web-tests-python-3-part-2
Port web tests to Python 3, part 2
Fixes ticket:3566
|
2021-01-04 15:40:52 -05:00 |
|
Jean-Paul Calderone
|
7a504dd99f
|
Merge pull request #936 from LeastAuthority/3534.test_introducer-no-mock
Remove mock from test_introducer
Fixes: ticket:3534
|
2021-01-04 15:06:29 -05:00 |
|
Itamar Turner-Trauring
|
a54aeae338
|
Port to Python 3.
|
2021-01-04 11:05:59 -05:00 |
|
Chad Whitacre
|
c13821ecac
|
Tack on deep_stats
|
2021-01-04 06:18:14 -05:00 |
|
Chad Whitacre
|
655be5e3a0
|
Port stats to Python 3
|
2021-01-04 06:18:14 -05:00 |
|
Jean-Paul Calderone
|
855521fea8
|
Merge pull request #935 from LeastAuthority/3529.test_connections-no-mock
Remove mock usage from test_connections.py
Fixes: ticket:3529
|
2021-01-02 12:48:12 -05:00 |
|
Chad Whitacre
|
2a8fa4da7a
|
Fix test module reference in util._python3
|
2020-12-29 12:54:19 -05:00 |
|
Chad Whitacre
|
b4b4a1aabf
|
Port webish/test_webish to Python 3
|
2020-12-29 12:39:00 -05:00 |
|
Jason R. Coombs
|
574613a892
|
Merge branch 'master' into 3399.mypy
|
2020-12-26 12:45:09 -05:00 |
|
Itamar Turner-Trauring
|
55698cc8f2
|
Merge remote-tracking branch 'origin/master' into 3566.web-tests-python-3-part-2
|
2020-12-22 13:21:49 -05:00 |
|
Itamar Turner-Trauring
|
1c7956bc1a
|
Port to Python 3.
|
2020-12-22 13:19:59 -05:00 |
|
Itamar Turner-Trauring
|
f9ee4b239f
|
Merge pull request #934 from tahoe-lafs/3564.eliot-log-testing-python-3
Re-enable logging validation on Python 3.
Fixes ticket:3564
|
2020-12-22 11:43:36 -05:00 |
|
Itamar Turner-Trauring
|
b46898f667
|
Merge branch '3564.eliot-log-testing-python-3' into 3566.web-tests-python-3-part-2
|
2020-12-21 13:20:50 -05:00 |
|
Itamar Turner-Trauring
|
7fc64fdf45
|
Also handle bytes when serializing production Eliot log messages on Python 3.
|
2020-12-21 13:20:14 -05:00 |
|