- 02 Dec, 2001 10 commits
-
-
Fred Drake authored
easier to find. Based on the comment from Steve Alexander on the zope-coders mailing list.
-
Martin v. Löwis authored
-
Martin v. Löwis authored
Fixes #485679.
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Tim Peters authored
ends. Also, when there is trouble, ensure the buffer has a traiing 0 byte.
-
- 01 Dec, 2001 3 commits
-
-
Guido van Rossum authored
than the argument string size, copy as many bytes as will fit (including a terminating '\0'), rather than not copying anything. This to make it satisfy the C99 spec.
-
Tim Peters authored
-
Tim Peters authored
Bugfix candidate. int_repr(): we've never had a buffer big enough to hold the largest possible result on a 64-bit box. Now that we're using snprintf instead of sprintf, this can lead to nonsense results instead of random stack corruption.
-
- 30 Nov, 2001 13 commits
-
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
Use the new seealso* environment in the section pointing out other GUI toolkits.
-
Fred Drake authored
to seealso, but does not add the "See also:" header or put the content in a box in the HTML version. Updated the description of \seeurl to better indicate when it should be used; the old description was written before we had \seetitle.
-
Fred Drake authored
-
Fred Drake authored
more similar.
-
Jack Jansen authored
changes from start of branch upto r22b2 were already merged, of course).
-
Tim Peters authored
-
Fred Drake authored
This closes SF bug #458447.
-
- 29 Nov, 2001 12 commits
-
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
result object changes.
-
Fred Drake authored
-
Fred Drake authored
This closes SF bug #487147.
-
Martin v. Löwis authored
-
Fred Drake authored
with some extensions and changes from me. This closes SF patch #472825.
-
Fred Drake authored
function. This closes SF bug #486657.
-
Fred Drake authored
This is related to SF bug #485165.
-
Fred Drake authored
- Change PREFIX to PREFIXES, which contains a sequence of prefix strings. This is useful since we want to look for both Py and PY. - Wrap a long line. - Collect struct tags as well as typedef names. Since we generally only use one of the other, that improves coverage. - Make the script executable on Unix. This could use a better approach to determine if a symbol is documented, and could easily avoid keeping the massive string in memory. That would take time to actually write more code, though, so we'll bail on that for now.
-
Tim Peters authored
vgetargskeywords(): Now that this routine is checking for bad input (rather than dump core in some cases), some bad calls are raising errors that previously "worked". This patch makes the error strings more revealing, and changes the exceptions from SystemError to RuntimeError (under the theory that SystemError is more of a "can't happen!" assert- like thing, and so inappropriate for bad arguments to a public C API function).
-
Guido van Rossum authored
fixes the problem reported in SF bug #477023 (Jonathan Mark): "pdb: unexpected path confuses Emacs".
-
- 28 Nov, 2001 2 commits
-
-
Tim Peters authored
ZipFile.__del__(): call ZipFile.close(), like its docstring says it does. ZipFile.close(): allow calling more than once (as all file-like objects in Python should support).
-
Tim Peters authored
pass the buffer length. Stop using it. It should be deprecated, but too late in the release cycle to do that now. New static format_float() does the same thing but requires passing the buffer length too. Use it instead.
-