- 04 Feb, 1999 2 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
- 03 Feb, 1999 7 commits
-
-
Fred Drake authored
-
Fred Drake authored
For all split*(), these split path *into* pairs, not split path *in* pairs. "Into" can be used for transformations, "in" is for containment.
-
Guido van Rossum authored
-
Guido van Rossum authored
\\host\mountpoint\dir\file). By Larry Hastings. Also cleaned up some docstrings.
-
Guido van Rossum authored
f_fsid field, since it's not a scalar on all systems supporting this call (in particular, it's a tuple of two longs on AIX). Since it's not particularly useful, just nuke it. Adapted the doc strings too.
-
Jack Jansen authored
access. Will still need a bit of work when all plugins are separated, probably.
-
Jack Jansen authored
modified by Jack to skip files that are binary despite the TEXT type).
-
- 02 Feb, 1999 20 commits
-
-
Just van Rossum authored
-
Guido van Rossum authored
and besides Toby Dickenson sent me a more functional (if lower level) wrapper around PlaySound.
-
Just van Rossum authored
-
Just van Rossum authored
-
Guido van Rossum authored
"""Sjoerd's version stores unbound methods. that's not good enough ;-) Here's an alternative implementation of fixdict."""
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
Use consistent parameter naming with the os documentation (paths always named "path" or "path1", "path2"...).
-
Fred Drake authored
-
Fred Drake authored
nor a separate paragraph.
-
Fred Drake authored
-
Guido van Rossum authored
Clarified (hopefully :-) the documentation of elements and attributes variables.
-
Guido van Rossum authored
Fix leaking of instances by removing the elements variable that we created on closing the parser. The elements variable is now created in the reset() method, so that the sequence close(); reset(); ... works. Also, add the name of the entity reference that wasn't found to the error message.
-
Fred Drake authored
a process exit status as a parameter.
-
Just van Rossum authored
put the preferences file in a folder called "Python" inside the prefs folder, just like the IDE does -- jvr
-
Jack Jansen authored
-
Guido van Rossum authored
-
- 01 Feb, 1999 11 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
Formalize the xstat() documentation.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Barry Warsaw authored
was appended to a list. Lists are reference count neutral, so the string must be DECREF'd. Also added some checks for the return value of PyList_Append(). Note: there are still some memory problems reported by Purify (I get two Array Bounds Reads still and an Unitialized Memory Read). Also, in scanning the code, there appears to be some potential problems where return values aren't checked. To much to attack now though.
-