- 13 Agu, 1998 3 kayıt (commit)
-
-
Guido van Rossum yazdı
Win32 in Debug mode).
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
- 12 Agu, 1998 18 kayıt (commit)
-
-
Fred Drake yazdı
Added --all to produce all formats at once.
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Guido van Rossum yazdı
strategy to read from the end of the file.
-
Fred Drake yazdı
-
Fred Drake yazdı
detailed build rules to the subdirs. Allow pretty much every useful target to be built directly from the top dir (no change in output location).
-
Fred Drake yazdı
with the parent Makefile. Will also force the auxillary files to be created if they need to be.
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
document. The main Makefile will only contain rules and "system" dependencies.
-
cvs2svn yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
- 11 Agu, 1998 19 kayıt (commit)
-
-
Guido van Rossum yazdı
The registry always comes first and the default is always appended.
-
Jeremy Hylton yazdı
1. Only DECREF the class's module when the module is retrieved via PyImport_Import. If it is retrieved from the modules dictionary with PyDict_GetItem, it is using a borrowed reference. 2. If the module doesn't define the desired class, raise the same SystemError that pickle.py does instead of returning an AttributeError (which is cryptic at best). Also, fix the PyArg_ParseTuple in cpm_loads (the externally visible loads) function: Use "S" instead of "O" because cStringIO will croak with a "bad arguments to internal function" if passed anything other than a string.
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Fred Drake yazdı
The rest of these are new or replaced. The buttons are now all the same width. They have the transparency set right. They still need the attention of a designer. But they work, and we have a real button for the Modules Index.
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
-
Guido van Rossum yazdı
-
Fred Drake yazdı
-
Fred Drake yazdı
special "html" package, which we don't and won't.
-
Fred Drake yazdı
additional processes for each name change!
-
Fred Drake yazdı
-
Guido van Rossum yazdı
displays funny characters, like spaces or control characters, more clearly (one of my pet peeves in error messages). Also only suppress the filename if it is None; display it if it is '', since that would be a genuine (illegal) filename passed in!
-