- 13 Nis, 2007 3 kayıt (commit)
-
-
Kristján Valur Jónsson yazdı
-
Kristján Valur Jónsson yazdı
Fix a bug when using the __lltrace__ opcode tracer, and a problem sith signed chars in frameobject.c which can occur with opcodes > 127
-
Barry Warsaw yazdı
Add code to read from master_fd in the parent, breaking when we get an OSError (EIO can occur on Linux) or there's no more data to read. Without this, test_pty.py can hang on the waitpid() because the child is blocking on the stdout write. This will definitely happen on Mac OS X and could potentially happen on other platforms. See the comment for details.
-
- 12 Nis, 2007 4 kayıt (commit)
-
-
Walter Dörwald yazdı
first chunk fed to the decoder started with a BOM, but was longer than 3 bytes.
-
Žiga Seilnacht yazdı
again.
-
Georg Brandl yazdı
-
Raymond Hettinger yazdı
-
- 11 Nis, 2007 7 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Raymond Hettinger yazdı
-
Georg Brandl yazdı
Found by Victor Stinner. Will backport when 2.5 branch is unfrozen.
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
- 10 Nis, 2007 4 kayıt (commit)
-
-
Georg Brandl yazdı
-
Facundo Batista yazdı
Exceptions now are raised in the new style. And a mockup class is now also new style. Thanks Santiago Pereson.
-
Collin Winter yazdı
-
Facundo Batista yazdı
-
- 09 Nis, 2007 2 kayıt (commit)
-
-
Žiga Seilnacht yazdı
on Windows buildbots. The change is a one time fix and will be removed after a successful buildbot run.
-
Vinay Sajip yazdı
-
- 08 Nis, 2007 1 kayıt (commit)
-
-
Brett Cannon yazdı
'w'. Closes bug #1569057. To be backported once 2.5 branch is unfrozen.
-
- 07 Nis, 2007 1 kayıt (commit)
-
-
Collin Winter yazdı
-
- 06 Nis, 2007 5 kayıt (commit)
-
-
Collin Winter yazdı
-
Collin Winter yazdı
-
Collin Winter yazdı
-
Collin Winter yazdı
-
Andrew M. Kuchling yazdı
-
- 05 Nis, 2007 3 kayıt (commit)
-
-
Collin Winter yazdı
-
Collin Winter yazdı
-
Raymond Hettinger yazdı
-
- 04 Nis, 2007 8 kayıt (commit)
-
-
Žiga Seilnacht yazdı
MakedirTests.setUp() can now be removed.
-
Collin Winter yazdı
-
Collin Winter yazdı
-
Martin v. Löwis yazdı
Will backport to 2.5.
-
Collin Winter yazdı
-
Collin Winter yazdı
-
Guido van Rossum yazdı
the test server thread at most 0.5 seconds to get ready, use an event variable.
-
Facundo Batista yazdı
how to kill the process in win32 to use the _handle attribute.
-
- 03 Nis, 2007 2 kayıt (commit)
-
-
Facundo Batista yazdı
server is available. Hope to not get more false alarms.
-
Walter Dörwald yazdı
be used to catch the last warning issued by the warning framework. Change test_warnings.py and test_structmembers.py to use this new contextmanager.
-