Files
cpython/Lib
É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-06-02 23:49:44 -07:00
2011-07-13 23:11:14 -05:00
2011-04-20 19:24:09 +02:00
2011-05-25 18:13:49 +02:00
2011-08-03 08:29:12 +02:00
2011-05-14 06:47:51 +03:00
2011-03-27 21:07:13 +02:00
2011-07-03 09:31:04 +02:00
2011-03-16 11:35:38 +02:00
2010-07-14 13:46:57 +00:00
2011-07-15 21:10:13 -05:00
2011-06-28 10:25:04 -05:00
2010-09-09 03:53:22 +00:00
2011-03-16 11:35:38 +02:00
2010-08-13 16:26:40 +00:00
2011-03-15 05:59:46 +02:00
2011-04-13 18:57:40 +02:00
2011-05-14 15:35:56 -07:00
2011-04-20 19:24:09 +02:00
2010-12-23 23:18:41 +00:00
2011-03-15 05:59:46 +02:00
2010-12-04 16:21:42 +00:00
2011-03-16 11:35:38 +02:00
2011-05-25 18:22:26 +02:00
2011-06-27 09:18:46 -05:00
2011-07-29 17:38:23 +02:00
2011-08-08 16:51:11 +02:00
2011-06-06 20:07:04 +02:00
2011-05-26 16:35:14 +02:00
2011-04-17 16:48:52 +02:00
2011-08-07 17:13:13 +02:00
2010-10-31 16:06:55 +00:00
2010-12-03 07:49:09 +00:00
2011-07-21 11:16:32 +03:00