- 24 Nis, 2007 3 kayıt (commit)
-
-
Georg Brandl yazdı
-
Neal Norwitz yazdı
-
Collin Winter yazdı
-
- 23 Nis, 2007 1 kayıt (commit)
-
-
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.
-
- 22 Nis, 2007 1 kayıt (commit)
-
-
Kristján Valur Jónsson yazdı
-
- 21 Nis, 2007 9 kayıt (commit)
-
-
Georg Brandl yazdı
not cleared before __del__ is run. (backport from rev. 54918)
-
Kristján Valur Jónsson yazdı
Removed obsolete comment, since .dll modules are no longer supported on windows, only .pyd.
-
Lars Gustäbel yazdı
neither documented nor intended but works in Python 2.4 under certain conditions. This stopped working in 2.5 because struct.pack is used. This small patch restores the old behaviour. A more solid solution is planned for 2.6.
-
Walter Dörwald yazdı
Fix utf-8-sig incremental decoder, which didn't recognise a BOM when the first chunk fed to the decoder started with a BOM, but was longer than 3 bytes.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
- 20 Nis, 2007 2 kayıt (commit)
-
-
Lars Gustäbel yazdı
argument.
-
Lars Gustäbel yazdı
A regression from rev. 52525.
-
- 18 Nis, 2007 3 kayıt (commit)
-
-
Anthony Baxter yazdı
-
Anthony Baxter yazdı
-
Raymond Hettinger yazdı
-
- 16 Nis, 2007 5 kayıt (commit)
-
-
Neal Norwitz yazdı
keys() if subclassed. This is to remain consistent with 2.5. See discussion here: http://mail.python.org/pipermail/python-dev/2007-April/072565.html
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
Revert bogus asserts (added to the wrong place) from rev 52501. Approved by Anthony.
-
- 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ı
(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.
-
- 11 Nis, 2007 1 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
- 05 Nis, 2007 3 kayıt (commit)
-
-
Anthony Baxter yazdı
-
Neal Norwitz yazdı
-
Anthony Baxter yazdı
-
- 04 Nis, 2007 3 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Martin v. Löwis yazdı
-
- 03 Nis, 2007 3 kayıt (commit)
-
-
Matthias Klose yazdı
Patch taken from http://bugs.debian.org/416934.
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 02 Nis, 2007 2 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 01 Nis, 2007 1 kayıt (commit)
-
-
Neal Norwitz yazdı
SF #1685563, MSVCCompiler creates redundant and long PATH strings If MSVCCompiler.initialize() was called multiple times, the path would get duplicated. On Windows, this is a problem because the path is limited to 4k. There's no benefit in adding a path multiple times, so prevent that from occuring. We also normalize the path before checking for duplicates so things like /a and /a/ won't both be stored.
-