1. 22 Oct, 2012 2 commits
  2. 21 Oct, 2012 4 commits
  3. 20 Oct, 2012 2 commits
  4. 19 Oct, 2012 4 commits
  5. 18 Oct, 2012 2 commits
  6. 17 Oct, 2012 6 commits
  7. 16 Oct, 2012 6 commits
  8. 13 Oct, 2012 1 commit
  9. 12 Oct, 2012 6 commits
  10. 11 Oct, 2012 4 commits
  11. 10 Oct, 2012 3 commits
    • Georg Brandl's avatar
      merge 3.2 heads · a1ff83e5
      Georg Brandl authored
      a1ff83e5
    • Georg Brandl's avatar
      Issue #12947: revert earlier workaround and use a monkey-patch to enable... · 3a2e101b
      Georg Brandl authored
      Issue #12947: revert earlier workaround and use a monkey-patch to enable showing doctest directives only in the doctest docs.
      3a2e101b
    • Gregory P. Smith's avatar
      Fixes Issue #16114: The subprocess module no longer provides a · 5591b02a
      Gregory P. Smith authored
      misleading error message stating that args[0] did not exist when
      either the cwd or executable keyword arguments specified a path that
      did not exist.
      
      It now keeps track of if the child got as far as preexec and reports it if
      not back to the parent via a special "noexec" error message value in
      the error pipe so that the cwd can be blamed for a failed chdir
      instead of the exec of the executable being blamed instead.
      
      The executable is also always reported accurately when exec fails.
      
      Unittests enhanced to cover these cases.
      5591b02a