- 10 Eki, 2012 1 kayıt (commit)
-
-
Gregory P. Smith yazdı
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.
-
- 09 Eki, 2012 4 kayıt (commit)
-
-
Andrew Svetlov yazdı
Patch by Berker Peksag.
-
Senthil Kumaran yazdı
Patch by Chris Jerdonek. Address Ezio's review comment.
-
Vinay Sajip yazdı
-
Chris Jerdonek yazdı
Issue #16115: Improve subprocess.Popen() documentation around args, shell, and executable arguments.
-
- 07 Eki, 2012 4 kayıt (commit)
-
-
Hynek Schlawack yazdı
Done with great native-speaker help from R. David Murray.
-
Chris Jerdonek yazdı
This commit rewrites the docstring for int() to incorporate the documentation changes made in issue #16036. It also switches the docstrings for int(), str(), range(), and slice() to use multi-line signatures.
-
Andrew Svetlov yazdı
Patch by Arne Babenhauserheide.
-
Andrew Svetlov yazdı
Patch by Arne Babenhauserheide.
-
- 06 Eki, 2012 4 kayıt (commit)
-
-
R David Murray yazdı
-
Georg Brandl yazdı
-
Andrew Svetlov yazdı
-
Andrew Svetlov yazdı
Patch by Serhiy Storchaka.
-
- 05 Eki, 2012 4 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Andrew Svetlov yazdı
-
Jesus Cea yazdı
#16112: platform.architecture does not correctly escape argument to /usr/bin/file. Fix original patch
-
Jesus Cea yazdı
#16112: platform.architecture does not correctly escape argument to /usr/bin/file. Use 'communicate()' and decode the bytes
-
- 04 Eki, 2012 2 kayıt (commit)
-
-
Andrew Svetlov yazdı
Thanks to Roger Serwy for patch.
-
Jesus Cea yazdı
-
- 03 Eki, 2012 3 kayıt (commit)
- 02 Eki, 2012 2 kayıt (commit)
-
-
Andrew Svetlov yazdı
-
Ezio Melotti yazdı
-
- 01 Eki, 2012 1 kayıt (commit)
-
-
R David Murray yazdı
-
- 30 Eyl, 2012 3 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Chris Jerdonek yazdı
-
Chris Jerdonek yazdı
-
- 29 Eyl, 2012 4 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
to return a returncode of 0 when the child has already exited or cannot be waited on.
-
R David Murray yazdı
-
- 28 Eyl, 2012 6 kayıt (commit)
-
-
R David Murray yazdı
-
R David Murray yazdı
-
Jesus Cea yazdı
-
Chris Jerdonek yazdı
Thanks for the e-mail report to docs@.
-
Michael Foord yazdı
-
Chris Jerdonek yazdı
-
- 25 Eyl, 2012 2 kayıt (commit)
-
-
Petri Lehtinen yazdı
-
Petri Lehtinen yazdı
-