1. 11 Aug, 2011 1 commit
  2. 10 Aug, 2011 6 commits
  3. 09 Aug, 2011 5 commits
    • Éric Araujo's avatar
      Avoid unwanted behavior change in shlex.quote (see #9723). · 7fc0394a
      Éric Araujo authored
      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.
      7fc0394a
    • Éric Araujo's avatar
      Test pipes.quote with a few non-ASCII characters (see #9723). · ef1e94a8
      Éric Araujo authored
      That pipes.quote thinks all non-ASCII characters need to be quoted may
      be a bug, but right now I’m committing this test to make sure I haven’t
      introduced a behavior change in 3.3 when I simplified the code to use a
      regex (in 5966eeb0457d).
      ef1e94a8
    • Éric Araujo's avatar
      Merge 3.2 · 18205baf
      Éric Araujo authored
      18205baf
    • Éric Araujo's avatar
      Branch merge · 19272bee
      Éric Araujo authored
      19272bee
    • Éric Araujo's avatar
      Branch merge · da3f4ae3
      Éric Araujo authored
      da3f4ae3
  4. 08 Aug, 2011 9 commits
  5. 07 Aug, 2011 4 commits
  6. 06 Aug, 2011 10 commits
  7. 05 Aug, 2011 2 commits
    • Éric Araujo's avatar
      Improve documentation for PEP 370 support in site module (#8617). · de4f05b7
      Éric Araujo authored
      site.USER_BASE and site.USER_SITE are now fully documented.  PEP 370 is
      outdated with respects to the Mac framework situation, but the code in
      sysconfig and the example in the 3.2 What’s New document helped me find
      the right values to document for Mac OS X.
      
      The command-line interface of the site module, partly documented in the
      3.2 What’s New, is fully described in the module docs.
      
      The purpose of the usercustomize module is explained in the site docs,
      with a gentle introduction in the tutorial (right after the section that
      talks about PYTHONSTARTUP; a comment mentions it should be moved from
      the tutorial to another file, but that will be another bug).
      
      Various markup and wording improvements were made along the way in the
      site module docs.  Duplicate and incomplete declarations of environment
      variables have also been removed (the original bug report was actually
      about these entries :).  The site module docs are still a bit messy;
      I’ll see about improving them for #11553.
      
      All these sections are copiously interlinked and findable from the doc
      indexes.
      de4f05b7
    • Sandro Tosi's avatar
  8. 04 Aug, 2011 1 commit
  9. 05 Aug, 2011 2 commits