Library
-------
-- Issue #16040: CVE-2013-1752: nntplib: Limit maximum line lengths to 2048 to
- prevent readline() calls from consuming too much memory. Patch by Jyrki
- Pulliainen.
-
-- Issue #16039: CVE-2013-1752: Change use of readline in imaplib module to limit
- line length. Patch by Emil Lind.
-
-- Issue #22421: Fix a regression that caused the pydoc server to be bound to
- all interfaces instead of only localhost.
+ - Issue #16043: Add a default limit for the amount of data xmlrpclib.gzip_decode
+ will return. This resolves CVE-2013-1753.
+
+- Issue #22517: When a io.BufferedRWPair object is deallocated, clear its
+ weakrefs.
- Issue #22419: Limit the length of incoming HTTP request in wsgiref server to
65536 bytes and send a 414 error code for higher lengths. Patch contributed