- 16 Jul, 2006 10 commits
-
-
Neal Norwitz authored
A NULL would crash the PyTuple_Check(). Now make NULL return a SystemError. Reported by Klocwork #73.
-
Neal Norwitz authored
Reported by Klocwork #67
-
Neal Norwitz authored
be wrong. The real change is to pass (bufsz - 1) to PyOS_ascii_formatd and 1 to strncat. strncat copies n+1 bytes from src (not dest). Reported by Klocwork #58.
-
Neal Norwitz authored
Reported by Klocwork, #98.
-
Neal Norwitz authored
Reported by Klocwork #152.
-
Neal Norwitz authored
Reported by Klocwork, #39.
-
Neal Norwitz authored
func is returned from PyArg_ParseTuple and also dereffed. Reported by Klocwork, #30 (self one at least).
-
Neal Norwitz authored
z is known to be NULL, nothing to DECREF. Reported by Klockwork, #107.
-
Neal Norwitz authored
had more than 255 blank lines. Byte codes need to go first, line #s second.
-
Fred Drake authored
-
- 15 Jul, 2006 2 commits
-
-
Bob Ippolito authored
-
George Yoshida authored
-
- 14 Jul, 2006 11 commits
-
-
Fredrik Lundh authored
-
Thomas Heller authored
-
Thomas Heller authored
exactly one element is enabled again.
-
Thomas Heller authored
PyUnicode_AsWideChar replacement functions compatible to the official functions by using Py_ssize_t instead of int.
-
Peter Astrand authored
-
Andrew M. Kuchling authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Neal Norwitz authored
-
Georg Brandl authored
-
- 13 Jul, 2006 4 commits
-
-
Andrew M. Kuchling authored
-
Thomas Heller authored
-
Thomas Heller authored
did overwrite /dev/null. Use a temporary file instead of /dev/null.
-
Thomas Heller authored
without thread support. Replaced WITH_THREADS with WITH_THREAD.
-
- 12 Jul, 2006 7 commits
-
-
Georg Brandl authored
-
Thomas Heller authored
the DEFAULT_MODE constant.
-
Thomas Heller authored
load shared libraries.
-
Neal Norwitz authored
Actually change the MAGIC #. Create a new section for 2.5c1 and mention the impact of changing the MAGIC #.
-
Neal Norwitz authored
This could happen if size == 0.
-
Neal Norwitz authored
-
Neal Norwitz authored
-
- 11 Jul, 2006 6 commits
-
-
Thomas Heller authored
-
Thomas Heller authored
library instance, do not set it as attribute.
-
Andrew M. Kuchling authored
-
Thomas Heller authored
-
Thomas Heller authored
-
Anthony Baxter authored
-