summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* http.client: disable Nagle's algorithm (closes #23302)Benjamin Peterson2015-01-231-0/+4
* Issue #23133: Pickling of ipaddress objects now produces more compact andSerhiy Storchaka2015-01-181-0/+3
* Issue #23248: Update ssl error codes from latest OpenSSL git master.Antoine Pitrou2015-01-181-0/+2
|\
| * Issue #23248: Update ssl error codes from latest OpenSSL git master.Antoine Pitrou2015-01-181-0/+2
* | Issue #23266: Much faster implementation of ipaddress.collapse_addresses() wh...Antoine Pitrou2015-01-181-0/+3
* | Issue #23098: 64-bit dev_t is now supported in the os module.Serhiy Storchaka2015-01-181-0/+2
|\ \ | |/
| * Issue #23098: 64-bit dev_t is now supported in the os module.Serhiy Storchaka2015-01-181-0/+2
* | Issue #23180: merge from 3.4Ned Deily2015-01-182-0/+4
|\ \ | |/
| * Issue #23180: Rename IDLE "Windows" menu item to "Window".Ned Deily2015-01-182-0/+4
* | Issue #23211: merge from 3.4Ned Deily2015-01-181-0/+2
|\ \ | |/
| * Issue #23211: Workaround test_logging failure on some OS X 10.6 systems:Ned Deily2015-01-181-0/+2
* | Issue #21817: When an exception is raised in a task submitted to a ProcessPoo...Antoine Pitrou2015-01-171-0/+4
* | Issue #15955: Add an option to limit output size when decompressing LZMA data.Antoine Pitrou2015-01-171-0/+3
* | merge 3.4 (#22986)Benjamin Peterson2015-01-171-0/+3
|\ \ | |/
| * capitialize "HttpOnly" and "Secure" as they appear in the standard and other ...Benjamin Peterson2015-01-171-0/+3
* | merge 3.4 (#23063)Benjamin Peterson2015-01-151-0/+3
|\ \ | |/
| * fix parsing reST with code or code-block directives (closes #23063)Benjamin Peterson2015-01-151-0/+3
* | merge 3.4 (#23221)Benjamin Peterson2015-01-131-0/+1
|\ \ | |/
| * fix instances of consecutive articles (closes #23221)Benjamin Peterson2015-01-131-0/+1
* | Issue #23209, #23225: selectors.BaseSelector.get_key() now raises aVictor Stinner2015-01-131-0/+5
|\ \ | |/
| * Issue #23209, #23225: selectors.BaseSelector.close() now clears its internalVictor Stinner2015-01-131-0/+4
* | Issue #19777: Provide a home() classmethod on Path objects.Antoine Pitrou2015-01-122-0/+5
* | Issue #23206: Make ``json.dumps(..., ensure_ascii=False)`` as fast as the def...Antoine Pitrou2015-01-112-0/+4
* | Issue #23185: add math.inf and math.nan constants.Mark Dickinson2015-01-111-0/+2
* | Issue #22038: pyatomic.h now uses stdatomic.h or GCC built-in functions forVictor Stinner2015-01-092-0/+6
* | expose the client's cipher suites from the handshake (closes #23186)Benjamin Peterson2015-01-071-0/+4
* | Merge issue 19548 changes from 3.4Nick Coghlan2015-01-061-0/+8
|\ \ | |/
| * Issue 19548: update codecs module documentationNick Coghlan2015-01-061-0/+8
| * Issue #21356: Make ssl.RAND_egd() optional to support LibreSSL. TheVictor Stinner2015-01-061-0/+4
| * Issue #20896, #22935: The ssl.get_server_certificate() function now uses theVictor Stinner2015-01-061-0/+5
| * Issue #23132: Mitigate regression in speed and clarity in functools.total_ord...Raymond Hettinger2015-01-061-0/+2
* | merge 3.4 (#23165)Benjamin Peterson2015-01-041-0/+3
|\ \ | |/
| * merge 3.3 (closes #23165)Benjamin Peterson2015-01-041-0/+3
| |\
| | * merge 3.2 (closes #23165)Benjamin Peterson2015-01-041-0/+3
| | |\
| | | * add some overflow checks before multiplying (closes #23165)Benjamin Peterson2015-01-041-0/+3
* | | | Issue #23143: Remove compatibility with OpenSSLs older than 0.9.8.Antoine Pitrou2015-01-031-0/+2
* | | | Issue #23132: Improve performance and introspection support of comparisonSerhiy Storchaka2015-01-011-0/+3
* | | | merge 3.4 (#23111)Benjamin Peterson2014-12-301-0/+3
|\ \ \ \ | |/ / /
| * | | make PROTOCOL_SSLv23 the default protocol version for ftplib (closes #23111)Benjamin Peterson2014-12-301-0/+3
| * | | Issue #22585: On OpenBSD 5.6 and newer, os.urandom() now calls getentropy(),Victor Stinner2014-12-211-0/+3
* | | | Issue #19776: Add a expanduser() method on Path objects.Antoine Pitrou2014-12-301-0/+2
* | | | merge 3.4 (#23112)Benjamin Peterson2014-12-261-0/+3
|\ \ \ \ | |/ / /
| * | | fix behavior of trailing slash redirection when a query string is involved (c...Benjamin Peterson2014-12-261-0/+3
* | | | Issue #21793: Added http.HTTPStatus enums (i.e. HTTPStatus.OK,Serhiy Storchaka2014-12-231-0/+3
* | | | merge 3.4 (#23093)Benjamin Peterson2014-12-221-0/+3
|\ \ \ \ | |/ / /
| * | | allow more operations to work on detached streams (closes #23093)Benjamin Peterson2014-12-221-0/+3
* | | | Issue #22585: On OpenBSD 5.6 and newer, os.urandom() now calls getentropy(),Victor Stinner2014-12-211-0/+3
* | | | Issue #19104: pprint now produces evaluable output for wrapped strings.Serhiy Storchaka2014-12-201-0/+2
|\ \ \ \ | |/ / /
| * | | Issue #19104: pprint now produces evaluable output for wrapped strings.Serhiy Storchaka2014-12-201-0/+2
* | | | Issue #23071: Added missing names to codecs.__all__. Patch by Martin Panter.Serhiy Storchaka2014-12-201-0/+2
|\ \ \ \ | |/ / /