- 21 Agu, 2006 2 kayıt (commit)
-
-
Jeremy Hylton yazdı
-
Jeremy Hylton yazdı
-
- 20 Agu, 2006 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 19 Agu, 2006 5 kayıt (commit)
-
-
Neal Norwitz yazdı
Klocwork #325 (I'm not backporting this, but if someone wants to, feel free.)
-
Neal Norwitz yazdı
Klocwork 286-287. (I'm not backporting this, but if someone wants to, feel free.)
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
Klocwork #307
-
Neal Norwitz yazdı
object so we don't leak op. (Fixes an earlier patch to this code) Klockwork #350
-
- 18 Agu, 2006 14 kayıt (commit)
-
-
Thomas Heller yazdı
In one place where I'n not 1000% sure about the non-NULL, raise a RuntimeError for safety. This should fix the klocwork issues that Neal sent me. If so, it should be applied to the release25-maint branch also.
-
Andrew M. Kuchling yazdı
-
Georg Brandl yazdı
-
Anthony Baxter yazdı
-
Anthony Baxter yazdı
discussion).
-
Georg Brandl yazdı
Additionally, remove a faulty example showing PySequence_SetItem applied to a newly created list object and add notes that this isn't a good idea.
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Martin v. Löwis yazdı
on systems with low clock resolution.
-
- 17 Agu, 2006 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
Leave tk build directory to restore original path. Invoke debug mk1mf.pl after running Configure.
-
- 16 Agu, 2006 17 kayıt (commit)
-
-
Neil Schemenauer yazdı
generated for generator expressions.
-
Kurt B. Kaiser yazdı
'Save Copy As' and 'Print' hotkeys to 'y' and 't'. Change the Shell menu hotkey from 's' to 'l'. M Bindings.py M PyShell.py M NEWS.txt
-
Thomas Heller yazdı
Clarify somewhat how parameters are passed to functions (especially explain what integer means). Correct the table - Python integers and longs can both be used. Further clarification to the table comparing ctypes types, Python types, and C types. Reference: Replace integer by C ``int`` where it makes sense.
-
Andrew M. Kuchling yazdı
-
Fredrik Lundh yazdı
ignore data that arrives before the opening start tag
-
Marc-André Lemburg yazdı
-
Thomas Heller yazdı
of the Python part of a callback function to C. If it cannot be converted, call PyErr_WriteUnraisable with the exception we got. Before, arbitrary data has been passed to the calling C code in this case. (I'm not really sure the NEWS entry is understandable, but I cannot find better words)
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Thomas Heller yazdı
exception. Remove a stray '?' character from the exception text when the value is retrieved of such an object. Includes tests.
-
Martin v. Löwis yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Anthony Baxter yazdı
-
Thomas Heller yazdı
PyObject_stgdict() and PyType_stgdict() calls are non-NULL before dereferencing the result. Hopefully this fixes what klocwork is complaining about. Fix a few other nits as well.
-
Martin v. Löwis yazdı
Fixes #1535502.
-