- 16 Eki, 2012 5 kayıt (commit)
-
-
Antoine Pitrou yazdı
Original patch by Felipe Cruz.
-
Trent Nelson yazdı
-
Trent Nelson yazdı
Specifically, make sure the 'Object', 'Python' and 'Include' directories in the build directory take precedence over the source directory if we're an out-of-tree build. Fix typeslots.inc so that it gets generated into the build directory.
-
Vinay Sajip yazdı
-
Chris Jerdonek yazdı
-
- 13 Eki, 2012 1 kayıt (commit)
-
-
Chris Jerdonek yazdı
This change includes replacing the single-line signature documentation with a more complete multiple-line signature.
-
- 12 Eki, 2012 6 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Chris Jerdonek yazdı
-
- 11 Eki, 2012 4 kayıt (commit)
-
-
Chris Jerdonek yazdı
-
Brian Curtin yazdı
Add handling of the 6.2 release line, aka Windows 8 and Windows 2012 Server.
-
Chris Jerdonek yazdı
-
Chris Jerdonek yazdı
-
- 10 Eki, 2012 3 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
Issue #12947: revert earlier workaround and use a monkey-patch to enable showing doctest directives only in the doctest docs.
-
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)