Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #23133: Pickling of ipaddress objects now produces more compact and | Serhiy Storchaka | 2015-01-18 | 1 | -0/+3 |
| | | | | portable representation. | ||||
* | Issue #23248: Update ssl error codes from latest OpenSSL git master. | Antoine Pitrou | 2015-01-18 | 1 | -0/+2 |
|\ | |||||
| * | Issue #23248: Update ssl error codes from latest OpenSSL git master. | Antoine Pitrou | 2015-01-18 | 1 | -0/+2 |
| | | |||||
* | | Issue #23266: Much faster implementation of ipaddress.collapse_addresses() ↵ | Antoine Pitrou | 2015-01-18 | 1 | -0/+3 |
| | | | | | | | | when there are many non-consecutive addresses. | ||||
* | | Issue #23098: 64-bit dev_t is now supported in the os module. | Serhiy Storchaka | 2015-01-18 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | Issue #23098: 64-bit dev_t is now supported in the os module. | Serhiy Storchaka | 2015-01-18 | 1 | -0/+2 |
| | | |||||
* | | Issue #23180: merge from 3.4 | Ned Deily | 2015-01-18 | 2 | -0/+4 |
|\ \ | |/ | |||||
| * | Issue #23180: Rename IDLE "Windows" menu item to "Window". | Ned Deily | 2015-01-18 | 2 | -0/+4 |
| | | | | | | | | Patch by Al Sweigart. | ||||
* | | Issue #23211: merge from 3.4 | Ned Deily | 2015-01-18 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | Issue #23211: Workaround test_logging failure on some OS X 10.6 systems: | Ned Deily | 2015-01-18 | 1 | -0/+2 |
| | | | | | | | | | | getaddrinfo("localhost") can fail depending on the name server configuration, use "127.0.0.0" instead. | ||||
* | | Issue #21817: When an exception is raised in a task submitted to a ↵ | Antoine Pitrou | 2015-01-17 | 1 | -0/+4 |
| | | | | | | | | | | | | ProcessPoolExecutor, the remote traceback is now displayed in the parent process. Patch by Claudiu Popa. | ||||
* | | Issue #15955: Add an option to limit output size when decompressing LZMA data. | Antoine Pitrou | 2015-01-17 | 1 | -0/+3 |
| | | | | | | | | Patch by Nikolaus Rath and Martin Panter. | ||||
* | | merge 3.4 (#22986) | Benjamin Peterson | 2015-01-17 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | capitialize "HttpOnly" and "Secure" as they appear in the standard and other ↵ | Benjamin Peterson | 2015-01-17 | 1 | -0/+3 |
| | | | | | | | | | | | | impls (closes #23250) Patch by Jon Dufresne. | ||||
* | | merge 3.4 (#23063) | Benjamin Peterson | 2015-01-15 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | fix parsing reST with code or code-block directives (closes #23063) | Benjamin Peterson | 2015-01-15 | 1 | -0/+3 |
| | | | | | | | | Patch by Marc Abramowitz. | ||||
* | | merge 3.4 (#23221) | Benjamin Peterson | 2015-01-13 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | fix instances of consecutive articles (closes #23221) | Benjamin Peterson | 2015-01-13 | 1 | -0/+1 |
| | | | | | | | | Patch by Karan Goel. | ||||
* | | Issue #23209, #23225: selectors.BaseSelector.get_key() now raises a | Victor Stinner | 2015-01-13 | 1 | -0/+5 |
|\ \ | |/ | | | | | | | | | RuntimeError if the selector is closed. And selectors.BaseSelector.close() now clears its internal reference to the selector mapping to break a reference cycle. Initial patch written by Martin Richard. | ||||
| * | Issue #23209, #23225: selectors.BaseSelector.close() now clears its internal | Victor Stinner | 2015-01-13 | 1 | -0/+4 |
| | | | | | | | | | | reference to the selector mapping to break a reference cycle. Initial patch written by Martin Richard. | ||||
* | | Issue #19777: Provide a home() classmethod on Path objects. | Antoine Pitrou | 2015-01-12 | 2 | -0/+5 |
| | | | | | | | | Contributed by Victor Salgado and Mayank Tripathi. | ||||
* | | Issue #23206: Make ``json.dumps(..., ensure_ascii=False)`` as fast as the ↵ | Antoine Pitrou | 2015-01-11 | 2 | -0/+4 |
| | | | | | | | | default case of ``ensure_ascii=True``. Patch by Naoki Inada. | ||||
* | | Issue #23185: add math.inf and math.nan constants. | Mark Dickinson | 2015-01-11 | 1 | -0/+2 |
| | | |||||
* | | Issue #22038: pyatomic.h now uses stdatomic.h or GCC built-in functions for | Victor Stinner | 2015-01-09 | 2 | -0/+6 |
| | | | | | | | | | | atomic memory access if available. Patch written by Vitor de Lima and Gustavo Temple. | ||||
* | | expose the client's cipher suites from the handshake (closes #23186) | Benjamin Peterson | 2015-01-07 | 1 | -0/+4 |
| | | |||||
* | | Merge issue 19548 changes from 3.4 | Nick Coghlan | 2015-01-06 | 1 | -0/+8 |
|\ \ | |/ | |||||
| * | Issue 19548: update codecs module documentation | Nick Coghlan | 2015-01-06 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | - clarified the distinction between text encodings and other codecs - clarified relationship with builtin open and the io module - consolidated documentation of error handlers into one section - clarified type constraints of some behaviours - added tests for some of the new statements in the docs | ||||
| * | Issue #21356: Make ssl.RAND_egd() optional to support LibreSSL. The | Victor Stinner | 2015-01-06 | 1 | -0/+4 |
| | | | | | | | | | | availability of the function is checked during the compilation. Patch written by Bernard Spil. | ||||
| * | Issue #20896, #22935: The ssl.get_server_certificate() function now uses the | Victor Stinner | 2015-01-06 | 1 | -0/+5 |
| | | | | | | | | | | | | ssl.PROTOCOL_SSLv23 protocol by default, not ssl.PROTOCOL_SSLv3, for maximum compatibility and support platforms where ssl.PROTOCOL_SSLv3 support is disabled. | ||||
| * | Issue #23132: Mitigate regression in speed and clarity in ↵ | Raymond Hettinger | 2015-01-06 | 1 | -0/+2 |
| | | | | | | | | functools.total_ordering. | ||||
* | | merge 3.4 (#23165) | Benjamin Peterson | 2015-01-04 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | merge 3.3 (closes #23165) | Benjamin Peterson | 2015-01-04 | 1 | -0/+3 |
| |\ | |||||
| | * | merge 3.2 (closes #23165) | Benjamin Peterson | 2015-01-04 | 1 | -0/+3 |
| | |\ | |||||
| | | * | add some overflow checks before multiplying (closes #23165) | Benjamin Peterson | 2015-01-04 | 1 | -0/+3 |
| | | | | |||||
* | | | | Issue #23143: Remove compatibility with OpenSSLs older than 0.9.8. | Antoine Pitrou | 2015-01-03 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | (the last 0.9.7 release was in 2007) | ||||
* | | | | Issue #23132: Improve performance and introspection support of comparison | Serhiy Storchaka | 2015-01-01 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | methods created by functool.total_ordering. | ||||
* | | | | merge 3.4 (#23111) | Benjamin Peterson | 2014-12-30 | 1 | -0/+3 |
|\ \ \ \ | |/ / / | |||||
| * | | | make PROTOCOL_SSLv23 the default protocol version for ftplib (closes #23111) | Benjamin Peterson | 2014-12-30 | 1 | -0/+3 |
| | | | | |||||
| * | | | Issue #22585: On OpenBSD 5.6 and newer, os.urandom() now calls getentropy(), | Victor Stinner | 2014-12-21 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | instead of reading /dev/urandom, to get pseudo-random bytes. | ||||
* | | | | Issue #19776: Add a expanduser() method on Path objects. | Antoine Pitrou | 2014-12-30 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | Patch by Serhiy. | ||||
* | | | | merge 3.4 (#23112) | Benjamin Peterson | 2014-12-26 | 1 | -0/+3 |
|\ \ \ \ | |/ / / | |||||
| * | | | fix behavior of trailing slash redirection when a query string is involved ↵ | Benjamin Peterson | 2014-12-26 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | (closes #23112) | ||||
* | | | | Issue #21793: Added http.HTTPStatus enums (i.e. HTTPStatus.OK, | Serhiy Storchaka | 2014-12-23 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | HTTPStatus.NOT_FOUND). Patch by Demian Brecht. | ||||
* | | | | merge 3.4 (#23093) | Benjamin Peterson | 2014-12-22 | 1 | -0/+3 |
|\ \ \ \ | |/ / / | |||||
| * | | | allow more operations to work on detached streams (closes #23093) | Benjamin Peterson | 2014-12-22 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | Patch by Martin Panter. | ||||
* | | | | Issue #22585: On OpenBSD 5.6 and newer, os.urandom() now calls getentropy(), | Victor Stinner | 2014-12-21 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | instead of reading /dev/urandom, to get pseudo-random bytes. | ||||
* | | | | Issue #19104: pprint now produces evaluable output for wrapped strings. | Serhiy Storchaka | 2014-12-20 | 1 | -0/+2 |
|\ \ \ \ | |/ / / | |||||
| * | | | Issue #19104: pprint now produces evaluable output for wrapped strings. | Serhiy Storchaka | 2014-12-20 | 1 | -0/+2 |
| | | | | |||||
* | | | | Issue #23071: Added missing names to codecs.__all__. Patch by Martin Panter. | Serhiy Storchaka | 2014-12-20 | 1 | -0/+2 |
|\ \ \ \ | |/ / / | |||||
| * | | | Issue #23071: Added missing names to codecs.__all__. Patch by Martin Panter. | Serhiy Storchaka | 2014-12-20 | 1 | -0/+2 |
| | | | |