- 22 Apr, 2007 1 commit
-
-
Kristján Valur Jónsson authored
-
- 21 Apr, 2007 9 commits
-
-
Georg Brandl authored
not cleared before __del__ is run. (backport from rev. 54918)
-
Kristján Valur Jónsson authored
Removed obsolete comment, since .dll modules are no longer supported on windows, only .pyd.
-
Lars Gustäbel authored
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 authored
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 authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
- 20 Apr, 2007 2 commits
-
-
Lars Gustäbel authored
argument.
-
Lars Gustäbel authored
A regression from rev. 52525.
-
- 18 Apr, 2007 3 commits
-
-
Anthony Baxter authored
-
Anthony Baxter authored
-
Raymond Hettinger authored
-
- 16 Apr, 2007 5 commits
-
-
Neal Norwitz authored
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 authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
Revert bogus asserts (added to the wrong place) from rev 52501. Approved by Anthony.
-
- 13 Apr, 2007 3 commits
-
-
Kristján Valur Jónsson authored
-
Kristján Valur Jónsson authored
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 authored
(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 Apr, 2007 1 commit
-
-
Andrew M. Kuchling authored
-
- 05 Apr, 2007 3 commits
-
-
Anthony Baxter authored
-
Neal Norwitz authored
-
Anthony Baxter authored
-
- 04 Apr, 2007 3 commits
-
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Martin v. Löwis authored
-
- 03 Apr, 2007 3 commits
-
-
Matthias Klose authored
Patch taken from http://bugs.debian.org/416934.
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 02 Apr, 2007 2 commits
-
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 01 Apr, 2007 1 commit
-
-
Neal Norwitz authored
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.
-
- 31 Mar, 2007 3 commits
-
-
Marc-André Lemburg authored
since the 2.5.0 release. Backport of r54615.
-
Georg Brandl authored
returned by python-config if Python was built with --enable-shared because that prevented the shared library from being used. (backport from rev. 54634)
-
Neal Norwitz authored
Fix SF #1688393, sock.recvfrom(-24) crashes Also fix some method names that were copied incorrectly (trunk fixed).
-
- 30 Mar, 2007 1 commit
-
-
Andrew M. Kuchling authored
-