- 26 Agu, 1996 17 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
date: 1996/08/14 17:27:21; author: fdrake; state: Exp; lines: +11 -9 (formatter.py): Establish a consistent space-handling policy, so that all spaces are handled by the outermost context in which they might be considered. (I.e., softspaces at element boundaries migrate outwards.) For instance: "<A> <IMG> </A>" becomes " <A><IMG></A> ". This avoids some of those nasty underlined spaces around images. It does not affect spaces *between* images within an anchor. date: 1996/08/01 17:02:09; author: fdrake; state: Exp; lines: +3 -2 (formatter.py): Added required parameter to the NullFormatter class; this was omitted by accident. Made AbstractFormatter.add_literal_data() handle preceeding softspace correctly instead of expecting the caller to do it. date: 1996/07/23 22:18:56; author: fdrake; state: Exp; lines: +1 -1 (formatter.py): Correct assert_line_data() to update all internal conditions; This now handles headers with only image content immediately followed by anything.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
a -o option to specify an output directory. *Much* more convenient. Removed a whole lot of hullabaloo from the README file, too.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
Still very rough (needs reordering etc.).
-
Guido van Rossum yazdı
-
- 24 Agu, 1996 3 kayıt (commit)
-
-
Guido van Rossum yazdı
so __spam becomes _ClassName__spam.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
- 23 Agu, 1996 12 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Jack Jansen yazdı
possibility to create standalone pythons and fat pythons (the latter not functional yet).
-
Jack Jansen yazdı
libraries - Except for the above the whole library architecture conforms to MW documentation. - PythonCorePPC also uses .exp file now - Static pythons have full complement of modules - cfm versions of all possible plugins created (not tested)
-
Guido van Rossum yazdı
added notes to readme.txt about NumPy targets; added some symbols to python_nt.def.
-
Jack Jansen yazdı
-
Guido van Rossum yazdı
-
Jack Jansen yazdı
-
Jack Jansen yazdı
- Changed names of various things - Explain how to recreate .exp files.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
- 22 Agu, 1996 8 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
Under Windows, add MS_DLL_ID and MS_DLL_VERSION_ID for Mark H. Independent change: if Py_TRACE_REFS is defined, rename Py_InitModule4 so so linking with incompatible modules will create a link time error. [Backing out of previous changes (also for modsupport.c) to test the latter at runtime.]
-
Guido van Rossum yazdı
-