- 26 Haz, 2005 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 12 Şub, 2004 1 kayıt (commit)
-
-
Walter Dörwald yazdı
From SF patch #852334.
-
- 09 Agu, 2003 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
(Contributed by Andrew Dalke.)
-
- 02 Haz, 2003 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 31 May, 2003 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 27 Şub, 2003 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 03 Şub, 2003 2 kayıt (commit)
-
-
Andrew M. Kuchling yazdı
* Treat major, minor numbers of HTTP version as separate integers * Fix errors if version string is "HTTP/1.2.3" or even simply "BLAH". * send_error() checks if 'self.command' is a HEAD. However, if there's an error parsing the first line of the HTTP request the self.command wasn't set yet; force self.command to be initialized to None.
-
Andrew M. Kuchling yazdı
-
- 31 May, 2002 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 16 Nis, 2002 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 04 Nis, 2002 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 17 Mar, 2002 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 08 Mar, 2002 1 kayıt (commit)
-
-
Skip Montanaro yazdı
this closes patch 502080
-
- 25 Tem, 2001 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 24 Tem, 2001 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
- 09 Şub, 2001 2 kayıt (commit)
-
-
Eric S. Raymond yazdı
-
Eric S. Raymond yazdı
-
- 20 Ock, 2001 1 kayıt (commit)
-
-
Skip Montanaro yazdı
added test script and expected output file as well this closes patch 103297. __all__ attributes will be added to other modules without first submitting a patch, just adding the necessary line to the test script to verify more-or-less correct implementation.
-
- 14 Ock, 2001 1 kayıt (commit)
-
-
Tim Peters yazdı
-
- 16 Agu, 2000 1 kayıt (commit)
-
-
Peter Schneider-Kamp yazdı
-
- 09 May, 2000 1 kayıt (commit)
-
-
Guido van Rossum yazdı
the server after it died doesn't require a wait period.
-
- 26 Eki, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
request handling into separate parse_request() and handle_request() methods.
-
- 15 Eyl, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 09 Haz, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
unreachable -- but fall back to using whatever hostname we have.
-
- 03 May, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 30 Mar, 1999 1 kayıt (commit)
-
-
Guido van Rossum yazdı
If you send something like "PUT / HTTP/1.0" to something derived from BaseHTTPServer that doesn't define do_PUT, you will get a response that begins like this: HTTP/1.0 501 Unsupported method ('do_PUT') Server: SimpleHTTP/0.3 Python/1.5 Date: Tue, 30 Mar 1999 18:53:53 GMT The server should complain about 'PUT' instead of 'do_PUT'. This patch should fix the problem.
-
- 26 Mar, 1998 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 12 Agu, 1997 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 12 Şub, 1996 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 04 Agu, 1995 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-