- 08 Ara, 1997 14 kayıt (commit)
-
-
Guido van Rossum yazdı
may set the timezone name for BSD systems... (2) fake all of the timezone variables for the mac.
-
Guido van Rossum yazdı
-
Fred Drake yazdı
descriptions really make things look a bit better, and should improve the ability to re-purpose the content.
-
Fred Drake yazdı
if you don't have .perl in your mode table.
-
Fred Drake yazdı
clean_key(): Override the standard LaTeX2HTML clean_key() to remove a leading HTML tag, if present. This broke the indexes for the library reference (at least) since many of the strings began with <code> or something similar.
-
Guido van Rossum yazdı
"times" option.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Fred Drake yazdı
update. ;-(
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
- Loading non-binary string pickles checks for insecure strings. This is needed because cPickle (still) uses a restricted eval to parse non-binary string pickles. This change is needed to prevent untrusted pickles like:: "S'hello world'*2000000\012p0\012." from hosing an application. - User-defined types can now support unpickling without executing a constructor. The second value returned from __reduce__ can now be None, rather than an argument tuple. On unpickling, if the second value returned from __reduce__ during pickling was None, then rather than calling the first value returned from __reduce__, directly, the __basicnew__ method of the first value returned from __reduce__ is called without arguments.
-
Fred Drake yazdı
package, and -lcrypt for the crypt module.
-
Guido van Rossum yazdı
by the Python runtime: 'site' and 'exceptions'.
-
- 07 Ara, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
as in pickle: the new instance is created without calling __init__().
-
- 06 Ara, 1997 4 kayıt (commit)
-
-
Fred Drake yazdı
functions and constants together). Make explicit datadesc sections for each of the constants which might appear, and have a description of each. (Descriptions are based on the Linux documentation and sources and the Solaris man pages.) Hopefully Jeremy won't mind, because I didn't ask. ;-)
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
mapping chapter and section headings to more appropriate nodes so that the TOC actually works. Now generates one HTML page per chapter.
-
Barry Warsaw yazdı
Updated the to do list.
-
- 05 Ara, 1997 16 kayıt (commit)
-
-
Guido van Rossum yazdı
I hope this time I've taken out all // comments and indended #ifdefs.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
- New option -x, to skip first line of script - Use the correct platform-specific delimiter and library location in the usage message (Also removed two blank lines and moved one line around so that each part of the usage message is again under 512 bytes and the whole usage message still fits in 23 lines.)
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
Also added one more os2 specific piece of code, by Jeff Rush.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
not define __getinitargs__, bypass the __init__ constructor completely. This uses the trick of instantiating an empty dummy class and then changing inst.__class__ to the real class. This is done in two places: once for the INST and once for the OBJ format code. Also replaced the much outdated long doc string with a short summary of the module; the information of that doc string is already incorporated in the library reference manual.
-
Guido van Rossum yazdı
(Like ntpath.py, this was contributed by "Charles G. Waldman" <cgw@pgt.com>)
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
exclude "configure".
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
- 04 Ara, 1997 5 kayıt (commit)
-
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
-
Fred Drake yazdı
Use \file{} for file names. Prefer \code{blat} and \emph{blat} to {\tt blat} and {\em blat}; this matches current style in the Library Reference a bit better. Made the example startup banner current. The version number should be bumped before the next release.
-
Fred Drake yazdı
Remove spurious underscore following book title. Added specific reference to a Win32 networking book. Changed \indexsubitem from (in module SocketServer) to (SocketServer protocol), since it's talking about a protocol supported by a collection of classes.
-