Éric Araujo
7fc0394a12
Avoid unwanted behavior change in shlex.quote (see #9723 ).
...
I simplified the quote code to use a regex instead of a loop+test when I
moved pipes.quote to shlex in 5966eeb0457d; Ezio Melotti pointed out
that my regex contained redundant parts (now removed) and allowed
non-ASCII characters (now disallowed).
I think common UNIX shells don’t quote non-ASCII characters, but there’s
no harm in doing so. We’ll see if users request a change.
2011-08-09 23:18:06 +02:00
..
2011-07-20 11:41:21 -04:00
2011-07-29 03:11:09 +02:00
2011-07-27 21:28:23 +02:00
2011-07-30 10:56:50 +08:00
2011-08-01 23:48:26 +02:00
2011-07-29 23:57:10 +02:00
2011-07-22 10:55:02 -05:00
2011-07-29 18:27:44 -05:00
2011-07-29 07:05:08 +03:00
2011-07-14 22:28:36 +02:00
2011-07-27 01:06:07 +02:00
2011-07-16 01:13:34 +02:00
2011-08-05 23:05:35 +02:00
2011-07-28 09:55:13 -07:00
2011-07-17 22:49:50 -05:00
2011-08-08 22:43:45 +02:00
2011-07-29 07:05:08 +03:00
2011-07-14 10:03:35 -05:00
2011-08-04 22:43:11 -07:00
2011-07-23 21:50:21 +02:00
2011-07-17 16:21:30 -07:00
2011-08-02 01:12:16 +02:00
2011-07-25 19:58:13 +01:00
2011-07-28 23:35:29 +02:00
2011-07-15 23:00:56 +02:00
2011-08-09 23:03:43 +02:00
2011-07-13 15:09:49 -07:00
2011-08-02 22:19:14 -05:00
2011-07-29 17:38:23 +02:00
2011-07-15 14:09:26 -05:00
2011-08-09 23:18:06 +02:00
2011-07-31 09:14:17 +08:00
2011-07-30 23:46:54 +02:00
2011-07-14 14:53:24 +02:00
2011-07-26 15:13:47 +02:00
2011-07-21 01:11:30 +02:00
2011-07-27 07:39:27 +02:00
2011-08-03 05:18:33 +03:00
2011-08-04 21:34:52 -07:00
2011-08-04 22:37:55 -07:00
2011-07-29 18:59:24 +02:00
2011-07-15 23:09:13 +02:00
2011-07-19 16:15:27 -07:00
2011-07-18 14:08:55 -04:00
2011-07-23 14:25:45 +02:00
2011-07-31 11:45:14 +08:00
2011-08-06 12:28:16 +08:00
2011-08-03 22:08:46 +08:00
2011-07-17 19:17:55 -07:00
2011-07-15 23:09:58 +02:00
2011-07-19 16:15:27 -07:00