1. 16 Oct, 2012 4 commits
  2. 13 Oct, 2012 1 commit
  3. 12 Oct, 2012 6 commits
  4. 11 Oct, 2012 4 commits
  5. 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
  6. 09 Oct, 2012 4 commits
  7. 07 Oct, 2012 4 commits
  8. 06 Oct, 2012 4 commits
  9. 05 Oct, 2012 4 commits
  10. 04 Oct, 2012 2 commits
  11. 03 Oct, 2012 3 commits
  12. 02 Oct, 2012 1 commit