Commit Graph

12112 Commits

Author SHA1 Message Date
Jean-Paul Calderone 5a145e74ef a mild warning/suggestion here 2021-01-12 14:59:16 -05:00
Jean-Paul Calderone 522f96b150 may as well leave(/restore) this 2021-01-12 14:56:37 -05:00
Jean-Paul Calderone 622d67c9b9 done with this, thanks 2021-01-12 14:55:40 -05:00
Jean-Paul Calderone e3a805caa7 unicode_to_argv == id on win32 2021-01-12 14:44:00 -05:00
Itamar Turner-Trauring 6b0849490a News file. 2021-01-12 14:40:46 -05:00
Itamar Turner-Trauring 5d77282784 Ported to Python 3. 2021-01-12 14:40:33 -05:00
Jean-Paul Calderone 183ee10035 probably more useful debug info 2021-01-12 14:39:56 -05:00
Itamar Turner-Trauring 7a3e9ab43e Tests pass on Python 3. 2021-01-12 14:39:20 -05:00
Jean-Paul Calderone ec92f0362d this? 2021-01-12 14:36:42 -05:00
Jean-Paul Calderone 7ca3c86a35 debug nonsense 2021-01-12 14:35:03 -05:00
Itamar Turner-Trauring 03fb936716 Port to Python 3. 2021-01-12 14:25:16 -05:00
Itamar Turner-Trauring 4940da47da Tests pass on Python 3. 2021-01-12 14:24:17 -05:00
Itamar Turner-Trauring c076e1ee26 Just fix all the putChild. 2021-01-12 14:24:11 -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 bd364feec5 Tests pass on Python 3. 2021-01-12 14:14:52 -05:00
Jean-Paul Calderone aa4f113027 Get the monkey patching right 2021-01-12 14:11:43 -05:00
Itamar Turner-Trauring 1ad9e365c3
Merge pull request #947 from tahoe-lafs/3576.port-unknown
Port unknown to Python 3

Fixes ticket:3576
2021-01-12 14:01:16 -05:00
Itamar Turner-Trauring dfcd75f20d Infinite blocking is bad. 2021-01-12 13:58:28 -05:00
Itamar Turner-Trauring b74ec6919d Don't blow up just because irrelevant cleanup complains. 2021-01-12 13:24:42 -05:00
Itamar Turner-Trauring 7e5e329138 Port to Python 3. 2021-01-12 11:44:27 -05:00
Itamar Turner-Trauring c2d69c5309 Merge all log tests into one test module. 2021-01-12 11:41:19 -05:00
Itamar Turner-Trauring d99c94753c On Python 3 we need to make sure bytes get written to the websocket. 2021-01-12 11:38:37 -05:00
Itamar Turner-Trauring 116c59142d Port to Python 3. 2021-01-12 11:26:43 -05:00
Itamar Turner-Trauring 3489e381be Get rid of finalizer which, I suspect, is keeping tests from shutting down on Windows. 2021-01-12 11:16:45 -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 db31d2bc1a news fragment 2021-01-12 10:14:38 -05:00
Jean-Paul Calderone 8f498437cf whitespace 2021-01-12 10:11:23 -05:00
Jean-Paul Calderone 3dadd47416 unused import 2021-01-12 10:11:20 -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 70d2fd6672 Don't have a Latin-1 io_encoding
It's bad
2021-01-11 19:31:22 -05:00
Jean-Paul Calderone 60a44b99e6 improve fixtures 2021-01-11 19:30:15 -05:00
Jean-Paul Calderone 23c34004a7 Get rid of tests for bad io_encoding values
We don't like bad io_encoding values
2021-01-11 19:29:49 -05:00
Jean-Paul Calderone 3d02545006 Remove tests based on locale behavior
We don't like locale behavior
2021-01-11 19:29:15 -05:00
Jean-Paul Calderone de9bcc7ea8 encode Popen argv as UTF-8 on POSIX so we ignore locale 2021-01-11 19:21:20 -05:00
Jean-Paul Calderone ec6c036f87 less cheesy list collision fix 2021-01-11 16:14:34 -05:00
Jean-Paul Calderone b8abec6073 Get rid of the Latin-1 case
Here's a supposition: UTF-8 or bust
2021-01-11 16:00:48 -05:00
Jean-Paul Calderone 260706d330 Fix the collision with the builtin list 2021-01-11 16:00:42 -05:00
Jean-Paul Calderone 2306819db1 Get rid of unicode_to_argv and argv_to_unicode 2021-01-11 15:45:39 -05:00
Jean-Paul Calderone 1639aef197 Get rid of the argv unmangling that we no longer do 2021-01-11 15:29:32 -05:00
Jean-Paul Calderone b81d57779a Tahoe's .pyscript is ancient history 2021-01-11 15:29:12 -05:00
Itamar Turner-Trauring 6107e52f96 Fix flake. 2021-01-11 15:26:38 -05:00
Jean-Paul Calderone 5df86b4608 restore test_with_python_options now that I see what it's testing 2021-01-11 15:26:12 -05:00