- 24 Oct, 2000 2 commits
-
-
Fred Drake authored
Documentation for the xml.dom.minidom module & Python DOM API. FLD: I have revised the markup in some places and added a few minor details to Paul's text, but that's it. Given the substantial structural differences with the bulk of the presentation, I will be making additional revisions over the next few days.
-
Fred Drake authored
distracting.
-
- 23 Oct, 2000 13 commits
-
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
and be clear that you need to clean it up when done.
-
Fred Drake authored
and PyString_AsStringAndSize() for strings that were just created using PyString_FromStringAndSize(NULL, n). This closes bug #117377. Added warning about passing NULL to the concrete object functions; many of them use the appropriate Py<Type>_Check() test, but do not check for NULL. "de-allocated" --> "deallocated"
-
Fred Drake authored
function. This closes bug #117467.
-
Fred Drake authored
-
Fred Drake authored
This closes SourceForge bug #117490.
-
- 22 Oct, 2000 7 commits
-
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Fred Drake authored
-
Fred Drake authored
Added table mapping abstract operations to syntax to functions, based on a suggestion from Bob Weiner <weiner@beopen.com>.
-
Greg Ward authored
Wrote the "Distutils Configuration Files" section.
-
- 20 Oct, 2000 9 commits
-
-
Fred Drake authored
-
Fred Drake authored
This closes bug #117324.
-
Just van Rossum authored
-
Just van Rossum authored
-
Just van Rossum authored
-
Just van Rossum authored
-
Just van Rossum authored
Hm, I never checked in my incomplete "run with interpreter" mods. UI is there (but is disabled), functionality is not there.
-
Just van Rossum authored
-
Fred Drake authored
to reflect current behavior. This closes SourceForge bug #117305. Made a reference to the library reference a hyperlink. Fixed some minor markup nits.
-
- 19 Oct, 2000 9 commits
-
-
Jack Jansen authored
Added PyMac_OutputSeen(), which acknowledges all current output in the stdio window, i.e. it acts like input has been read insofar as the keep-console-open option is interested.
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
-
Jack Jansen authored
Removed try/except TypeError around calling the ae handler function, it masksprogrammer errors and obfuscates the stacktrace. Suggested by Tattoo Mabonzo K.
-
Jack Jansen authored
-
Jack Jansen authored
-