- 10 Dec, 1998 10 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Fred Drake authored
little; more thinking is needed about what we really want.
-
Fred Drake authored
-
Fred Drake authored
likely to be used.
-
- 09 Dec, 1998 4 commits
-
-
Guido van Rossum authored
says Chris Herborth.
-
Guido van Rossum authored
when we create a recursive instance, by setting the class variable 'FieldStorageClass' to the desired class. By default, this is set to None, in which case we use self.__class__ (as before).
-
Guido van Rossum authored
-
Guido van Rossum authored
The example Makefile.pre.in should also look at Setup.thread and Setup.local. Otherwise modules such as thread don't get incorporated in extensions.
-
- 08 Dec, 1998 8 commits
-
-
Guido van Rossum authored
-
Fred Drake authored
confusion, and describe what the "directives" are about.
-
Guido van Rossum authored
-
Guido van Rossum authored
with it.
-
Guido van Rossum authored
-
Fred Drake authored
A. Koren <pkoren@hex.net>.
-
Guido van Rossum authored
In literal mode, also don't do anything about entity and character references, or about closing CDATA elements.
-
Guido van Rossum authored
function as DL_IMPORT()!
-
- 07 Dec, 1998 7 commits
-
-
Guido van Rossum authored
When literal mode is entered it should exit automatically when the matching close tag of the last unclosed open tag is encountered. This patch fixes this.
-
Guido van Rossum authored
-
Fred Drake authored
Noticed by Andrew MacIntyre <andymac@bullseye.apana.org.au>.
-
Guido van Rossum authored
-
Guido van Rossum authored
In SimpleHTTPServer.py, the server specified in test() should be BaseHTTPServer.HTTPServer, in case the request handler should want to reference the two attributes added by BaseHTTPServer.server_bind: self.server_name = hostname self.server_port = port There was some Bobo CGI code that wanted access to those attributes.
-
Guido van Rossum authored
In CGIHTTPServer.py, the list of acceptable formats is -split- on spaces but -joined- on commas, resulting in double commas in the joined text. It appears harmless to my browser but ought to be fixed anyway. 'A, B, C' -> 'A,', 'B,', 'C,' -> 'A,,B,,C'
-
Guido van Rossum authored
might actually work.
-
- 05 Dec, 1998 3 commits
-
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
-
- 04 Dec, 1998 8 commits
-
-
Guido van Rossum authored
an example.
-
Guido van Rossum authored
-
Guido van Rossum authored
not equality test.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
on BeOS or Windows.
-
Guido van Rossum authored
-