- 25 Eyl, 2006 1 kayıt (commit)
-
-
Armin Rigo yazdı
-
- 24 Eyl, 2006 3 kayıt (commit)
-
-
Georg Brandl yazdı
being raised when print_exc() was called without an exception set. In version 2.4, this printed "None", restored that behavior.
-
Georg Brandl yazdı
not being recognized as a keyword after, e.g., this statement: from __future__ import division, with_statement
-
Georg Brandl yazdı
-
- 23 Eyl, 2006 4 kayıt (commit)
-
-
Brett Cannon yazdı
hopes that more information will help debug the failing test on HPPA Ubuntu.
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Fred Drake yazdı
-
- 22 Eyl, 2006 3 kayıt (commit)
-
-
Neal Norwitz yazdı
of PY_FORMAT_SIZE_T to "l" for Mac OSX. I don't know a better define to use. This should get rid of the warnings on other platforms and Mac too.
-
Neal Norwitz yazdı
These tests should be improved. Hopefully this fixes variations when flipping back and forth between fpdef and fplist. Backport candidate.
-
Neal Norwitz yazdı
In addition to testing positive numbers, verify negative numbers work in configure. In order to avoid compiler warnings on OS X 10.4, also change the order of the check for the format character to use (PY_FORMAT_SIZE_T) in the sprintf format for Py_ssize_t. This patch changes PY_FORMAT_SIZE_T from "" to "l" if it wasn't defined at configure time. Need to verify the buildbot results. Backport candidate (if everyone thinks this patch can't be improved).
-
- 21 Eyl, 2006 3 kayıt (commit)
-
-
Jack Diederich yazdı
-
Jack Diederich yazdı
which breaks negative counts * added test for negative numbers will backport to 2.5.1
-
Walter Dörwald yazdı
-
- 20 Eyl, 2006 3 kayıt (commit)
-
-
Brett Cannon yazdı
-
Brett Cannon yazdı
(e.g., ``BaseException(1,2,3)[0:2]``). Discovered in Python 2.5.0 by Thomas Heller and reported to python-dev. This should be backported to 2.5 .
-
Brett Cannon yazdı
from exceptions.
-
- 19 Eyl, 2006 1 kayıt (commit)
-
-
Gregory P. Smith yazdı
arguments are transposed. (reported by Louis Zechtzer) ..already committed to release24-maint ..needs committing to release25-maint
-
- 18 Eyl, 2006 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 17 Eyl, 2006 2 kayıt (commit)
-
-
Ronald Oussoren yazdı
of python changes (2.5 -> 2.6). Bug #1552935.
-
Ronald Oussoren yazdı
-
- 16 Eyl, 2006 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 15 Eyl, 2006 4 kayıt (commit)
-
-
Fred Drake yazdı
and to include the default value (merged from release25-maint revision 51890)
-
Fred Drake yazdı
- minor markup cleanup (forward-ported from release25-maint revision 51888)
-
Georg Brandl yazdı
-
Ka-Ping Yee yazdı
-
- 14 Eyl, 2006 2 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
- 12 Eyl, 2006 4 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Martin v. Löwis yazdı
-
- 11 Eyl, 2006 4 kayıt (commit)
-
-
Georg Brandl yazdı
Building with HP's cc on HP-UX turned up a couple of problems. _PyGILState_NoteThreadState was declared as static inconsistently. Make it static as it's not necessary outside of this module. Some tests failed because errno was reset to 0. (I think the tests that failed were at least: test_fcntl and test_mailbox). Ensure that errno doesn't change after a call to Py_END_ALLOW_THREADS. This only affected debug builds.
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
(Also fix some whitespace) Klocwork #364.
-
Neal Norwitz yazdı
As mentioned on python-dev, reverting patch #1504333 because it introduced an infinite loop in rev 47154. This patch also adds a test to prevent the regression.
-
- 09 Eyl, 2006 1 kayıt (commit)
-
-
Brett Cannon yazdı
on exception classes. Would require introducing a tp_unicode slot to make it work otherwise. Fixes bug #1551432 and will be backported.
-
- 08 Eyl, 2006 3 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-