- 27 Apr, 2007 3 commits
-
-
Brett Cannon authored
the locale changes between calls.
-
Brett Cannon authored
leads to undefined behaviour.
-
Georg Brandl authored
-
- 26 Apr, 2007 1 commit
-
-
Fred Drake authored
-
- 25 Apr, 2007 4 commits
-
-
Barry Warsaw authored
-
Neal Norwitz authored
-
Georg Brandl authored
(backport from rev. 54951)
-
Georg Brandl authored
(backport from rev. 54949)
-
- 24 Apr, 2007 6 commits
-
-
Raymond Hettinger authored
-
Georg Brandl authored
(as opposed to the command line) will now write file names ending in ".cpp" too. (backport from rev. 54941)
-
Georg Brandl authored
(backport from rev. 54939)
-
Georg Brandl authored
-
Neal Norwitz authored
-
Collin Winter authored
-
- 23 Apr, 2007 1 commit
-
-
Barry Warsaw authored
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 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 1 commit
-
-
Anthony Baxter authored
-