- 05 Ara, 2008 1 kayıt (commit)
-
-
Gregory P. Smith yazdı
-
- 04 Ara, 2008 1 kayıt (commit)
-
-
Gregory P. Smith yazdı
process on success or raise an exception on error.
-
- 08 Agu, 2008 1 kayıt (commit)
-
-
Brett Cannon yazdı
commenting out True/False compatbility stuff, remove a use of apply(), and remove a use of buffer() (just pulled the solution used in 3.0 which is direct slicing).
-
- 04 Agu, 2008 1 kayıt (commit)
-
-
Gregory P. Smith yazdı
argument in python 2.5, this broke code that subclassed Popen to include its own poll method. Fixed my moving _deadstate to an _internal_poll method.
-
- 06 Tem, 2008 1 kayıt (commit)
-
-
Gregory P. Smith yazdı
interrupted by a signal.
-
- 26 May, 2008 1 kayıt (commit)
-
-
Gregory P. Smith yazdı
the last reference to the Popen instance was dropped. Adding explicit close() calls fixes it. Candidate for backport to release25-maint.
-
- 19 Nis, 2008 1 kayıt (commit)
-
-
Christian Heimes yazdı
The bits and pieces for the Windows side were already in place. The POSIX side is trivial (as usual) and uses os.kill().
-
- 19 Ock, 2008 5 kayıt (commit)
-
-
Gregory P. Smith yazdı
subprocess.list2cmdline (windows).
-
Gregory P. Smith yazdı
try: ... except: ... raise else: ... the else: is unecessary due to the blind except: with a raise.
-
Gregory P. Smith yazdı
kicked in during the critical section. solution: disable gc during that section. Patch contributed by jpa and updated by me to cover the race condition still existing what therve from twistedmatrix pointed out (already seen and fixed in twisted's own subprocess code).
-
Gregory P. Smith yazdı
for inside of the final if needquotes: within subprocess.list2cmdline().
-
Georg Brandl yazdı
ignoring errors, and use this in subprocess to speed up subprocess creation in close_fds mode. Patch by Mike Klaas.
-
- 26 May, 2007 1 kayıt (commit)
-
-
Peter Astrand yazdı
-
- 11 May, 2007 2 kayıt (commit)
-
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
- 21 Nis, 2007 1 kayıt (commit)
-
-
Georg Brandl yazdı
not cleared before __del__ is run.
-
- 12 Mar, 2007 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 06 Şub, 2007 1 kayıt (commit)
-
-
Peter Astrand yazdı
Applied patch 1124861.3.patch to solve bug #1124861: Automatically create pipes on Windows, if GetStdHandle fails. Will backport.
-
- 02 Şub, 2007 1 kayıt (commit)
-
-
Peter Astrand yazdı
We had several if statements checking the value of a fd. This is unsafe, since valid fds might be zero. We should check for not None instead.
-
- 30 Ock, 2007 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 13 Ock, 2007 1 kayıt (commit)
-
-
Peter Astrand yazdı
-
- 07 Ock, 2007 2 kayıt (commit)
-
-
Peter Astrand yazdı
-
Peter Astrand yazdı
Re-implemented fix for #1531862 once again, in a way that works with Python 2.2. Fixes bug #1603424.
-
- 29 Ara, 2006 1 kayıt (commit)
-
-
Neal Norwitz yazdı
-
- 29 Eki, 2006 1 kayıt (commit)
-
-
Georg Brandl yazdı
subprocess.
-
- 07 Eyl, 2006 1 kayıt (commit)
-
-
Gustavo Niemeyer yazdı
offending buildbot
-
- 06 Eyl, 2006 2 kayıt (commit)
-
-
Neal Norwitz yazdı
-
Gustavo Niemeyer yazdı
subprocess module.
-
- 20 Tem, 2006 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 18 Tem, 2006 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 14 Tem, 2006 1 kayıt (commit)
-
-
Peter Astrand yazdı
-
- 10 Tem, 2006 1 kayıt (commit)
-
-
Neal Norwitz yazdı
-
- 22 Haz, 2006 1 kayıt (commit)
-
-
Peter Astrand yazdı
-
- 04 Haz, 2006 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 02 May, 2006 1 kayıt (commit)
-
-
Neal Norwitz yazdı
-
- 10 Nis, 2006 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
Introduce _child_active member to keep track on whether a child needs to be waited for. Backport candidate.
-
- 23 Eyl, 2005 1 kayıt (commit)
-
-
Peter Astrand yazdı
1138653.
-
- 28 Mar, 2005 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 03 Mar, 2005 2 kayıt (commit)
-
-
Peter Astrand yazdı
-
Peter Astrand yazdı
redirected, using select() or threads is unnecessary.
-