- 25 Nis, 2007 1 kayıt (commit)
-
-
Kristján Valur Jónsson yazdı
Merge change 54909 from release25-maint: Fix several minor issues discovered using code analysis in VisualStudio 2005 Team Edition
-
- 24 Nis, 2007 8 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Georg Brandl yazdı
(as opposed to the command line) will now write file names ending in ".cpp" too.
-
Georg Brandl yazdı
-
Facundo Batista yazdı
are ok now).
-
Georg Brandl yazdı
-
Neal Norwitz yazdı
-
Collin Winter yazdı
-
Collin Winter yazdı
-
- 23 Nis, 2007 1 kayıt (commit)
-
-
Facundo Batista yazdı
request was successfully received, understood, and accepted. Now in these cases no error is raised. Also fixed tests.
-
- 22 Nis, 2007 1 kayıt (commit)
-
-
Facundo Batista yazdı
all the object methods. This is the final step to close the #451607 bug.
-
- 21 Nis, 2007 1 kayıt (commit)
-
-
Georg Brandl yazdı
not cleared before __del__ is run.
-
- 20 Nis, 2007 1 kayıt (commit)
-
-
Neal Norwitz yazdı
Detect a conflict in the only file that should have outstanding changes when this script is run. This doesn't matter on the trunk, but does when run on a branch. Trunk always has the date set to today in boilerplate.tex. Each time a release is cut with a different date, a conflict occurs. (We could copy a known good version, but then we would lose changes to this file.)
-
- 19 Nis, 2007 4 kayıt (commit)
-
-
Armin Rigo yazdı
-
Armin Rigo yazdı
http://mail.python.org/pipermail/python-dev/2007-March/071796.html . I've kept a couple of still-valid extra tests in test_descr, but didn't bother to sort through the new comments and refactorings added in r53997 to see if some of them could be kept. If so, they could go in a follow-up check-in.
-
Neal Norwitz yazdı
-
Brett Cannon yazdı
-
- 17 Nis, 2007 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 16 Nis, 2007 2 kayıt (commit)
-
-
Collin Winter yazdı
-
Neal Norwitz yazdı
-
- 14 Nis, 2007 1 kayıt (commit)
-
-
Neal Norwitz yazdı
setting a plain string, ie don't expand to single letter identifiers.
-
- 13 Nis, 2007 4 kayıt (commit)
-
-
Trent Mick yazdı
is built before '_ctypes' is attempted. Will backport to 2.5 once it is unfrozen for 2.5.1.
-
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ı
-