- 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 12 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
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
argument string (bad function!), so we make a temporary copy.
-
Guido van Rossum authored
__import__ and getattr().
-
- 03 Dec, 1998 6 commits
-
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
and added a `Help' menu item that puts the README (or docstring if that can't be found) in a scrolling text widget. README: fixed a few nits
-
Guido van Rossum authored
-
Barry Warsaw authored
-
- 02 Dec, 1998 1 commit
-
-
Fred Drake authored
dependence on the XML package.
-
- 01 Dec, 1998 11 commits
-
-
Barry Warsaw authored
description.
-
Barry Warsaw authored
sanitize for your protection :-)
-
Fred Drake authored
Add dependency on esistools.py for the ESIS intermediate files.
-
Fred Drake authored
Lots of changes to the conversion table.
-
Fred Drake authored
Generate ESIS data instead of XML. Misc. changes to some transforms.
-
Fred Drake authored
-
Fred Drake authored
-
Fred Drake authored
-
Barry Warsaw authored
counterpart is PyExc_NotImplementedError).
-
Fred Drake authored
-
Barry Warsaw authored
-