Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
4e526feb6a6f5ab9893df8ac000edc90890eece0
/
Lib
/
BaseHTTPServer.py
587c98c
Patch #430706: Persistent connections in BaseHTTPServer.
by Martin v. Löwis
· 23 years ago
31fd86c
add Content-Type header to error responses this closes patch 502080
by Skip Montanaro
· 23 years ago
1669669
Remove unused imports from previous checkin.
by Martin v. Löwis
· 23 years ago
a43c2f8
Patch #401196: Use getaddrinfo and AF_INET6 in TCP servers and clients.
by Martin v. Löwis
· 23 years ago
5ff63d6
Correction to test main.
by Eric S. Raymond
· 24 years ago
b49f4a4
String method conversion.
by Eric S. Raymond
· 24 years ago
e99d5ea
added __all__ lists to a number of Python modules
by Skip Montanaro
· 24 years ago
11cf605
Whitespace normalization.
by Tim Peters
· 24 years ago
2d2785a
updated occurences of fqdn algorithm (closes patch #101197)
by Peter Schneider-Kamp
· 24 years ago
18865de
Set HTTPServer class variable allow_reuse_address to 1, so restarting
by Guido van Rossum
· 25 years ago
d65b539
Fix by Moshe Zadka (cleaned up and documented by GvR) to break out the
by Guido van Rossum
· 25 years ago
ba895d8
Typo: the method called is do_SPAM, not handle_SPAM.
by Guido van Rossum
· 25 years ago
145a5f7
Don't just die if gethostbyaddr() fails -- as it can when DNS is
by Guido van Rossum
· 25 years ago
e6e8818
No need to import rfc822. (Andrew Dalke & kjpylint)
by Guido van Rossum
· 26 years ago
60e7330
Per Cederqvist writes:
by Guido van Rossum
· 26 years ago
45e2fbc
Mass check-in after untabifying all files that need it.
by Guido van Rossum
· 27 years ago
efa6837
Treat all HTTP/1.* versions the same.
by Guido van Rossum
· 27 years ago
f69da22
fix several bogus var refs in error reporting
by Guido van Rossum
· 29 years ago
e7e578f
Initial revision
by Guido van Rossum
· 29 years ago