- 01 Tem, 1999 2 kayıt (commit)
-
-
Fred Drake yazdı
described in the sub-sections are directly available at the module level. He found this confusing.
-
Fred Drake yazdı
table at the front of the chapter) a hyperlink.
-
- 30 Haz, 1999 2 kayıt (commit)
-
-
Just van Rossum yazdı
-
Fred Drake yazdı
Barcla <danielb@digitalfocus.com>. Also added example of what happens when a parameter is set both positionally and by a keyword (one of Daniels suggestions related to that paragraph).
-
- 29 Haz, 1999 15 kayıt (commit)
-
-
Fred Drake yazdı
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 yazdı
-
Fred Drake yazdı
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 yazdı
to make it clear that these are instance attributes, not module data.
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
Make reference to the copy_reg module a hyperlink.
-
Fred Drake yazdı
-
Fred Drake yazdı
cannot be byteswapped.
-
Fred Drake yazdı
-
Fred Drake yazdı
exceptions. When raising NotANumber, pass the string that failed as the exception value.
-
Fred Drake yazdı
versions. XXX comments only need to be grep-able.
-
Fred Drake yazdı
implemented in Python.
-
Fred Drake yazdı
-
- 27 Haz, 1999 4 kayıt (commit)
-
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
similar constructs elsewhere (al/AL, gl/GL/DEVICE).
-
- 25 Haz, 1999 17 kayıt (commit)
-
-
Fred Drake yazdı
Add an index entry.
-
Fred Drake yazdı
-
Fred Drake yazdı
to 4.
-
Fred Drake yazdı
-
Fred Drake yazdı
additions from Moshe's version. Used my table for describing the chunk format, and added some markup and index entries.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
Break some other cycles too (and destroy the root when done).
-
Guido van Rossum yazdı
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 yazdı
-
Guido van Rossum yazdı
Unregister everything at closing. Don't call close() in __del__, rely on explicit call to close().
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Fred Drake yazdı
Make argument names equal to what is used in the documentation of the file object, since chunks are supposedly file-like.
-
Guido van Rossum yazdı
I just noticed that the changes below also apply to cmpcache.py, which is virtually identical to cmp.py.
-