- 29 Jun, 1999 15 commits
-
-
Fred Drake authored
incomplete; I don't remember what else I thought I was going to put in, but it looks o.k. to me know.
-
Fred Drake authored
-
Fred Drake authored
for the manual class go one deeper than it previously did (\subsection entries will now be numbered); no change for howto documents. This makes it easier to refer precisely to smaller sections using \ref.
-
Fred Drake authored
to make it clear that these are instance attributes, not module data.
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
Make reference to the copy_reg module a hyperlink.
-
Fred Drake authored
-
Fred Drake authored
cannot be byteswapped.
-
Fred Drake authored
-
Fred Drake authored
exceptions. When raising NotANumber, pass the string that failed as the exception value.
-
Fred Drake authored
versions. XXX comments only need to be grep-able.
-
Fred Drake authored
implemented in Python.
-
Fred Drake authored
-
- 27 Jun, 1999 4 commits
-
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
similar constructs elsewhere (al/AL, gl/GL/DEVICE).
-
- 25 Jun, 1999 18 commits
-
-
Fred Drake authored
Add an index entry.
-
Fred Drake authored
-
Fred Drake authored
to 4.
-
Fred Drake authored
-
Fred Drake authored
additions from Moshe's version. Used my table for describing the chunk format, and added some markup and index entries.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
Break some other cycles too (and destroy the root when done).
-
Guido van Rossum authored
user what they want first if there's unsaved stuff, and may cancel). It closes more than before. Add unload_extensions() method to unload all extensions; called from _close(). It calls an extension's close() method if it has one.
-
Guido van Rossum authored
-
Guido van Rossum authored
Unregister everything at closing. Don't call close() in __del__, rely on explicit call to close().
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Fred Drake authored
Make argument names equal to what is used in the documentation of the file object, since chunks are supposedly file-like.
-
Guido van Rossum authored
I just noticed that the changes below also apply to cmpcache.py, which is virtually identical to cmp.py.
-
Guido van Rossum authored
1. Fix incorrect file open mode on Win32 platforms (use "rb" instead of "r"). 2. Add shallow parameter to cmp.cmp(). If false, deep file comparisons are made. The module should be 100 percent backwards compatible.
-
- 24 Jun, 1999 2 commits
-
-
Guido van Rossum authored
avoid being fooled into thinking that fcntl and FCNTL are the same thing -- they aren't! (fcntl is the extension, FCNTL.py is h2py output that defines all the constants). (XXX The example is still weird -- I think there's a more portable way to do locking now. That's for someone else to fix...)
-
Guido van Rossum authored
Urllib makes the URL of the opened file available through the geturl method of the returned object. For local files, this consists of file: plus the name of the file. This results in an invalid URL if the file name was relative. This patch fixes this so that the returned URL is just a relative URL in that case. When the file name is absolute, the URL returned is of the form file:///absolute/path. [I guess that a URL of the form "file:foo.html" is illegal... GvR]
-
- 23 Jun, 1999 1 commit
-
-
Guido van Rossum authored
be using self.maxdict.
-