diff options
author | Georg Brandl <georg@python.org> | 2008-12-05 09:01:55 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-12-05 09:01:55 (GMT) |
commit | 441541f76728e93ecc0ce67c36dd6cee835c138f (patch) | |
tree | 80af91ea62897e0571ce7b0b761b1d3e7fab3cc2 /README | |
parent | 5c7f8fb7fd020c9a30a8e6de7a480fbd27bec63a (diff) | |
download | cpython-441541f76728e93ecc0ce67c36dd6cee835c138f.zip cpython-441541f76728e93ecc0ce67c36dd6cee835c138f.tar.gz cpython-441541f76728e93ecc0ce67c36dd6cee835c138f.tar.bz2 |
Blocked revisions 67396,67407,67411,67442,67494,67511,67521 via svnmerge
........
r67396 | matthias.klose | 2008-11-26 18:32:49 +0100 (Wed, 26 Nov 2008) | 2 lines
- Modules/Setup.dist: Mention _elementtree and _pickle.
........
r67407 | matthias.klose | 2008-11-27 08:45:25 +0100 (Thu, 27 Nov 2008) | 2 lines
- Modules/Setup.dist: Update pyexpat
........
r67411 | matthias.klose | 2008-11-27 11:14:22 +0100 (Thu, 27 Nov 2008) | 2 lines
- Modules/Setup.dist: Update _elementtree, add _bisect, datetime
........
r67442 | jeremy.hylton | 2008-11-29 02:09:35 +0100 (Sat, 29 Nov 2008) | 18 lines
Send HTTP headers and message body in a single send() call.
This change addresses part of issue 4336.
Change endheaders() to take an optional message_body argument
that is sent along with the headers. Change xmlrpclib and
httplib's other methods to use this new interface.
It is more efficient to make a single send() call, which should
get the entire client request into one packet (assuming it is
smaller than the MTU) and will avoid the long pause for delayed
ack following timeout.
Also:
- Add a comment about the buffer size for makefile().
- Extract _set_content_length() method and fix whitespace issues there.
........
r67494 | jeffrey.yasskin | 2008-12-03 07:46:45 +0100 (Wed, 03 Dec 2008) | 5 lines
Speed up Python (according to pybench and 2to3-on-itself) by 1-2% by caching
whether any thread has tracing turned on, which saves one load instruction in
the fast_next_opcode path in PyEval_EvalFrameEx(). See issue 4477.
........
r67511 | vinay.sajip | 2008-12-04 00:22:58 +0100 (Thu, 04 Dec 2008) | 1 line
Issue #4384: Added logging integration with warnings module using captureWarnings(). This change includes a NullHandler which does nothing; it will be of use to library developers who want to avoid the "No handlers could be found for logger XXX" message which can appear if the library user doesn't configure logging.
........
r67521 | christian.heimes | 2008-12-04 15:34:40 +0100 (Thu, 04 Dec 2008) | 1 line
Bumped up 2.6 to 2.7
........
Diffstat (limited to 'README')
0 files changed, 0 insertions, 0 deletions