- 16 Jul, 2006 7 commits
-
-
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 8 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
-
Tim Peters authored
-
Anthony Baxter authored
means that select() on sockets > FD_SETSIZE (typically 1024) work again. The patch makes sockets use poll() internally where available.
-
- 10 Jul, 2006 1 commit
-
-
Martin v. Löwis authored
Make begin_fill idempotent. Update demo2 to demonstrate filling of concave shapes.
-