1. 20 Oct, 2012 1 commit
  2. 19 Oct, 2012 4 commits
  3. 18 Oct, 2012 2 commits
  4. 17 Oct, 2012 6 commits
  5. 16 Oct, 2012 6 commits
  6. 13 Oct, 2012 1 commit
  7. 12 Oct, 2012 6 commits
  8. 11 Oct, 2012 4 commits
  9. 10 Oct, 2012 3 commits
    • Georg Brandl's avatar
      merge 3.2 heads · 4879604d
      Georg Brandl authored
      4879604d
    • Georg Brandl's avatar
      Issue #12947: revert earlier workaround and use a monkey-patch to enable... · f4a29f3b
      Georg Brandl authored
      Issue #12947: revert earlier workaround and use a monkey-patch to enable showing doctest directives only in the doctest docs.
      f4a29f3b
    • Gregory P. Smith's avatar
      Fixes Issue #16114: The subprocess module no longer provides a · ddb351c0
      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.
      ddb351c0
  10. 09 Oct, 2012 4 commits
  11. 07 Oct, 2012 3 commits