Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
032fffefe69a0bb8b45a2efe3ceb5bc59ffb9850
/
Lib
/
BaseHTTPServer.py
bf68c78
Fix SF bug #747348 docstring mistake in BaseHTTPServer.py. \n\nBackport Candidate
by Raymond Hettinger
· 21 years ago
3c120de
Patch #744041: Use only first two elements of address to support IPv6.
by Martin v. Löwis
· 21 years ago
68468eb
Get rid of many apply() calls.
by Guido van Rossum
· 22 years ago
2de97d3
[Bug #676292] BaseHTTPServer incorrectly parses protocol; fix by Andrew Dalke
by Andrew M. Kuchling
· 22 years ago
8ca202e
Bug #676273: Rewrite paragraph in module docstring
by Andrew M. Kuchling
· 22 years ago
c041860
Use is None rather than general boolean
by Raymond Hettinger
· 22 years ago
863ac44
Whitespace normalization.
by Tim Peters
· 23 years ago
bc0e910
Convert a pile of obvious "yes/no" functions to return bool.
by Tim Peters
· 23 years ago
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