Ezio Melotti
|
510ff54324
|
Use Python 3 instead of 3.0.
|
2012-05-03 19:21:40 +03:00 |
Senthil Kumaran
|
fb5aebc1cc
|
Fix issue6085 - Remove the delay caused by fqdn lookup while logging in BaseHTTPRequestHandler
|
2012-04-29 13:39:16 +08:00 |
Éric Araujo
|
29a0b57e4e
|
Backport source links from 3.x.
Existing links have been updated to use the new reST role. In some
files, I have also made cosmetic changes to the header.
|
2011-08-19 02:14:03 +02:00 |
Georg Brandl
|
9af0c56057
|
#1742837: expand HTTP server docs, and fix SocketServer ones to document methods as methods, not functions.
|
2009-04-05 10:24:20 +00:00 |
Georg Brandl
|
cff0b46edc
|
#3730: mention "server" attribute explicitly.
|
2008-08-30 09:49:36 +00:00 |
Georg Brandl
|
8de9119447
|
Add renaming notices to 3.0 http package members.
|
2008-05-26 15:01:48 +00:00 |
Georg Brandl
|
e152a77d96
|
socketserver renaming reversal part 3: move the module into the right
place and fix all references to it. Closes #2926.
|
2008-05-24 18:31:28 +00:00 |
Alexandre Vassalotti
|
d192c925ac
|
Updated all import statements to use the new socketserver module name.
Renamed socketserver module in its own documentation.
Renamed documentation references.
|
2008-05-12 02:11:22 +00:00 |
Benjamin Peterson
|
c7b05920d6
|
reformat some documentation of classes so methods and attributes are under the class directive
|
2008-04-25 01:29:10 +00:00 |
Georg Brandl
|
1647923bbf
|
#1492: allow overriding BaseHTTPServer's content type for error messages.
|
2008-02-23 15:02:28 +00:00 |
Georg Brandl
|
8ec7f65613
|
Move the 2.6 reST doc tree in place.
|
2007-08-15 14:28:01 +00:00 |