Jean-Paul Calderone
|
6984f2be3f
|
Try to get the Python 2 / Windows case working
|
2021-01-12 15:58:07 -05:00 |
|
Jean-Paul Calderone
|
6c430bd4e6
|
re-add a direct unicode_to_argv test
harder to express the conditional in skips so the two tests become one
|
2021-01-12 15:16:18 -05:00 |
|
Jean-Paul Calderone
|
9c63703efc
|
no effort being made to support these locales
|
2021-01-12 15:15:42 -05:00 |
|
Jean-Paul Calderone
|
44d76cb159
|
fix formatting mistake
|
2021-01-12 15:00:02 -05:00 |
|
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 |
|
Jean-Paul Calderone
|
183ee10035
|
probably more useful debug info
|
2021-01-12 14:39:56 -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 |
|
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 |
|
Jean-Paul Calderone
|
aa4f113027
|
Get the monkey patching right
|
2021-01-12 14:11:43 -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 |
|
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 |
|
Jean-Paul Calderone
|
834abfe6bf
|
_win_subprocess didn't actually export this
|
2021-01-11 15:09:25 -05:00 |
|
Jean-Paul Calderone
|
c6d108ddb2
|
Make test_runner and test_windows both use the good Popen
|
2021-01-11 15:07:37 -05:00 |
|
Jean-Paul Calderone
|
73110f48da
|
Banish getProcessOutputAndValue from test_runner
It cannot do the right thing on Windows for non-ASCII because Twisted uses
pywin32 and on Python 2 pywin32 binds CreateProcessA.
|
2021-01-11 14:56:46 -05:00 |
|
Jean-Paul Calderone
|
41d7548527
|
typo
|
2021-01-11 14:16:02 -05:00 |
|
Jean-Paul Calderone
|
a4c520ec2a
|
try to go faster without losing coverage
|
2021-01-11 14:11:28 -05:00 |
|
Jean-Paul Calderone
|
a29b061f91
|
explain the nested import
|
2021-01-11 14:04:20 -05:00 |
|
Jean-Paul Calderone
|
e6ee13d11b
|
Shovel code around a bit more
|
2021-01-11 14:03:11 -05:00 |
|
Jean-Paul Calderone
|
9d7b12292c
|
Get rid of FILE_TYPE_REMOTE
|
2021-01-11 13:56:42 -05:00 |
|
Jean-Paul Calderone
|
ad48e6c005
|
See if we can use pywin32 GetFileType
|
2021-01-11 13:54:04 -05:00 |
|
Jean-Paul Calderone
|
52896432e1
|
it cannot return None
|
2021-01-11 13:41:54 -05:00 |
|
Jean-Paul Calderone
|
184b9735b5
|
another constant we can get from pywin32
|
2021-01-11 13:41:48 -05:00 |
|
Jean-Paul Calderone
|
5c6e5970c9
|
get this from pywin32 too
|
2021-01-11 13:36:12 -05:00 |
|
Jean-Paul Calderone
|
cca0071cbf
|
these aren't win32 specific
|
2021-01-11 13:36:04 -05:00 |
|
Jean-Paul Calderone
|
f61103aa80
|
spell the module name right
|
2021-01-11 13:22:14 -05:00 |
|