- 05 Şub, 1999 6 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
Also finally get rid of some obsolete commented-out access statements. A note about the previous checkin: I believe it's correct, but I found something strange: the file Lib/test/audiotest.au in the Python distribution was evidently encoded in u-LAW format but had its encoding set to 2, i.e. linear-8. I hope that this is a mistake caused by some conversion program that produced this .au file; I just found it on a website.
-
Fred Drake yazdı
document titles to the list of files. Also added total page count and a note that comments should be directed to python-docs@python.org.
-
Guido van Rossum yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
- 04 Şub, 1999 2 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
- 03 Şub, 1999 7 kayıt (commit)
-
-
Fred Drake yazdı
-
Fred Drake yazdı
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 yazdı
-
Guido van Rossum yazdı
\\host\mountpoint\dir\file). By Larry Hastings. Also cleaned up some docstrings.
-
Guido van Rossum yazdı
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 yazdı
access. Will still need a bit of work when all plugins are separated, probably.
-
Jack Jansen yazdı
modified by Jack to skip files that are binary despite the TEXT type).
-
- 02 Şub, 1999 20 kayıt (commit)
-
-
Just van Rossum yazdı
-
Guido van Rossum yazdı
and besides Toby Dickenson sent me a more functional (if lower level) wrapper around PlaySound.
-
Just van Rossum yazdı
-
Just van Rossum yazdı
-
Guido van Rossum yazdı
"""Sjoerd's version stores unbound methods. that's not good enough ;-) Here's an alternative implementation of fixdict."""
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
Use consistent parameter naming with the os documentation (paths always named "path" or "path1", "path2"...).
-
Fred Drake yazdı
-
Fred Drake yazdı
nor a separate paragraph.
-
Fred Drake yazdı
-
Guido van Rossum yazdı
Clarified (hopefully :-) the documentation of elements and attributes variables.
-
Guido van Rossum yazdı
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 yazdı
a process exit status as a parameter.
-
Just van Rossum yazdı
put the preferences file in a folder called "Python" inside the prefs folder, just like the IDE does -- jvr
-
Jack Jansen yazdı
-
Guido van Rossum yazdı
-
- 01 Şub, 1999 5 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-