Staging
v0.5.1
https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
7f7f986 [3.7] bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950) (GH-17000) Replace all *NULL* with ``NULL``. (cherry picked from commit 25fc088607c855060ed142296dc1bd0125fad1af) 30 October 2019, 19:36:19 UTC
4cb08b6 bpo-37330: open(): "U" mode is removed in Python 3.9 (GH-16972) Update open() documentation. (cherry picked from commit 1d2862a323ae1387e306942253b1e487018e2b7f) Co-authored-by: Victor Stinner <vstinner@python.org> 29 October 2019, 09:38:37 UTC
f7d50f8 bpo-36993: Improve error reporting for zipfiles with bad zip64 extra data. (GH-14656) (cherry picked from commit da6ce58dd5ac109485af45878fca6bfd265b43e9) Co-authored-by: Daniel Hillier <daniel.hillier@gmail.com> 29 October 2019, 07:43:37 UTC
379b55b bpo-38589: Fixes HTML Help shortcut when Windows is not installed to C drive (GH-16968) (cherry picked from commit 0ac6137dd3d1e2c8f9558153ad63021f57e05e73) Co-authored-by: Steve Dower <steve.dower@python.org> 28 October 2019, 21:52:00 UTC
155a9dc bpo-38592 Add pt-br switcher to Python Docs website (GH-16924) (GH-16954) (cherry picked from commit 85c6f8c65cd4f7219522c1f304bdfff19f785e7a) Co-authored-by: Marco Rougeth <marco@rougeth.com> 27 October 2019, 10:13:10 UTC
ed2db31 bpo-38334: Fix seeking backward on an encrypted zipfile.ZipExtFile. (GH-16937) Test by Daniel Hillier. (cherry picked from commit 5c32af7522d908e8c7da0243af37618433289cc5) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com> 27 October 2019, 08:41:27 UTC
baf2657 [3.7] bpo-37309: First idlelib/NEWS.txt for 3.7.6 (GH-) (#16949) 27 October 2019, 06:38:20 UTC
bc30db1 bpo-34162: Last idlelib/NEWS.txt items for 3.8.0. (GH-16943) (cherry picked from commit e31a79a5b44357b409d71949dc5308889970f9ab) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu> 27 October 2019, 02:38:26 UTC
849b1b9 bpo-38598: Do not try to compile IDLE shell or output windows (GH-16939) (cherry picked from commit e3f90b217a5152275b180b466bd503658a734462) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu> 27 October 2019, 01:32:11 UTC
334fc92 bpo-38557: Improve documentation for list and tuple C API. (GH-16925) (cherry picked from commit d898d20e8c228229eb68e545f544db13f246f216) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com> 26 October 2019, 20:05:18 UTC
91fc9cf [3.7] bpo-38535: Fix positions for AST nodes for calls without arguments in decorators. (GH-16861). (GH-16930) (cherry picked from commit 26ae9f6d3d755734c9f371b9356325afe5764813) 26 October 2019, 14:30:14 UTC
5207cc0 Fix typo in formatter_unicode (GH-16831) numbers's -> number's (cherry picked from commit 7320ec05f72fc27b25789fe76f8297644e7e7e0a) Co-authored-by: Hansraj Das <raj.das.136@gmail.com> 25 October 2019, 17:02:47 UTC
0160a70 bpo-33348: parse expressions after * and ** in lib2to3 (GH-6586) These are valid even in python 2.7 https://bugs.python.org/issue33348 Automerge-Triggered-By: @gpshead (cherry picked from commit 96b06aefe23521b61e4e9cdd44f5d30b00c7eb95) Co-authored-by: Zsolt Dollenstein <zsol.zsol@gmail.com> 24 October 2019, 06:36:26 UTC
dd81b7a Update URL in macOS installer copy of license (GH-16905) (cherry picked from commit 01659ca62c4508518478a74615ac91c0009427ad) Co-authored-by: Ned Deily <nad@python.org> 23 October 2019, 20:27:22 UTC
2e7eaf9 Spell Bitbucket correctly. (GH-16862) (GH-16899) (cherry picked from commit d34ac305327420bd68f05e201b63d2a665b073f8) Co-authored-by: Peter Bittner <django@bittner.it> 23 October 2019, 11:45:09 UTC
b102e4f bpo-37415: Fix stdatomic.h header check for ICC compiler (GH-16717) Fix stdatomic.h header check for ICC compiler: the ICC implementation lacks atomic_uintptr_t type which is needed by Python. Test: * atomic_int and atomic_uintptr_t types * atomic_load_explicit() and atomic_store_explicit() * memory_order_relaxed and memory_order_seq_cst constants But don't test ATOMIC_VAR_INIT(): it's not used in Python. (cherry picked from commit 028f7349a0f6eaea0fec31becb587fcdf6e3cb28) Co-authored-by: Victor Stinner <vstinner@python.org> 22 October 2019, 20:17:21 UTC
d4dc4a5 Fix Zope URL (GH-16880) (cherry picked from commit dfe726b1ace03f206f45253b93ed7610473ae20f) Co-authored-by: Kyle Stanley <aeros167@gmail.com> 22 October 2019, 09:49:32 UTC
928c68e bpo-38540: Revert a warning if PY_SSIZE_T_CLEAN is not defined. (GH-16876) 21 October 2019, 18:41:09 UTC
175abcc bpo-31202: Preserve case of literal parts in Path.glob() on Windows. (GH-16860) (cherry picked from commit 10ecbadb799ddf3393d1fc80119a3db14724d381) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com> 21 October 2019, 18:12:17 UTC
3dec84f bpo-38540: Fix possible leak in PyArg_Parse for "esGH-" and "etGH-". (GH-16869) (cherry picked from commit 5bc6a7c06eda20ba131ecba6752be0506d310181) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com> 21 October 2019, 08:56:50 UTC
e945052 Remove doc reference to unmaitained Nose package (GH-16849) The Nose package is no longer maintained. (cherry picked from commit 88eeda6311a8e3bf57136da5f73c70bc91ad79f3) Co-authored-by: Jon Dufresne <jon.dufresne@gmail.com> 19 October 2019, 19:29:20 UTC
82b5f6b bpo-27657: Fix urlparse() with numeric paths (GH-661) * bpo-27657: Fix urlparse() with numeric paths Revert parsing decision from bpo-754016 in favor of the documented consensus in bpo-16932 of how to treat strings without a // to designate the netloc. * bpo-22891: Remove urlsplit() optimization for 'http' prefixed inputs. (cherry picked from commit 5a88d50ff013a64fbdb25b877c87644a9034c969) Co-authored-by: Tim Graham <timograham@gmail.com> 18 October 2019, 13:24:28 UTC
1bceb0e bpo-35998: Fix test_asyncio.test_start_tls_server_1() (GH-16815) (GH-16818) main() is now responsible to send the ANSWER, rather than ServerProto. main() now waits until it got the HELLO before sending the ANSWER over the new transport. Previously, there was a race condition between main() replacing the protocol and the protocol sending the ANSWER once it gets the HELLO. TLSv1.3 was disabled for the test: reenable it. (cherry picked from commit fab4ef2df0857ab0c97f3058ac5ec3280c4eb891) 16 October 2019, 09:44:30 UTC
5ff8e2d Update doc switcher list for 3.8.0 (GH-16809) (cherry picked from commit 3f36043db22361500f52634f2b8de49dde0e7da9) Co-authored-by: Ned Deily <nad@python.org> 15 October 2019, 21:31:51 UTC
079a1e6 Typo fix - implemention should be implementation (GH-16806) (cherry picked from commit 2798b60c55619d8981288b69c20ba4a09efc7b0b) Co-authored-by: Hansraj Das <raj.das.136@gmail.com> 15 October 2019, 21:07:40 UTC
e48589d Post release updates 15 October 2019, 07:28:42 UTC
1f18771 Merge tag 'v3.7.5' into 3.7 15 October 2019, 07:15:46 UTC
5c02a39 3.7.5 14 October 2019, 22:32:36 UTC
796e8c8 Doc: 3.8 is now stable. (GH-16790) (GH-16792) (cherry picked from commit 4504b4500d2a1a80c26b27b0bfff8b624d5ce06c) Co-authored-by: Julien Palard <julien@palard.fr> 14 October 2019, 22:19:51 UTC
0365d51 Fix some news entries for 3.7.5 final. 14 October 2019, 22:00:26 UTC
8948bde [3.7] Update build docs for macOS (GH-16771) (GH-16774) 14 October 2019, 21:29:51 UTC
d6c1cc2 [3.7] Update macOS installer display files for 3.7.5 (GH-16767) 14 October 2019, 21:29:27 UTC
bd9a70c bpo-28556: Remove another mention of metaclass of Generic in typing docs (GH-16743) Metaclass was removed in Python 3.7 (there is already a `versionchanged` item about this). https://bugs.python.org/issue28556 (cherry picked from commit 8144095707f87bdee6f3e1bbb15283ea61381be6) Co-authored-by: Ivan Levkivskyi <levkivskyi@gmail.com> 14 October 2019, 21:29:02 UTC
2a40559 [3.7] bpo-38449: Revert "bpo-22347: Update mimetypes.guess_type to allow oper parsing of URLs (GH-15685)" (GH-16724) (GH-16727) Reverts GH-15687 which caused the issue. https://bugs.python.org/issue22347 https://bugs.python.org/issue38449 14 October 2019, 21:27:49 UTC
c16897c Fix typo: equivalent code of `async with cond` (GH-11681) (GH-16720) 14 October 2019, 21:22:18 UTC
b6029f9 Update badges in README.rst (GH-16710) We no longer use AppVeyor in 3.x, and others were still pointed at master. 14 October 2019, 21:21:38 UTC
49d7428 Typo fix: "throuhgh" should be "through". (GH-16704) (cherry picked from commit a8e0d3141e271b3c0fbb7399a911f0c3aa567e30) Co-authored-by: Hansraj Das <raj.das.136@gmail.com> 14 October 2019, 21:19:12 UTC
49e650b bpo-32996: Documentation fix-up. (GH-16646) PR GH-4906 changed the typing.Generic class hierarchy, leaving an outdated comment in the library reference. User-defined Generic ABCs now must get a abc.ABCMeta metaclass from something other than typing.Generic inheritance. (cherry picked from commit d47f0dd2e85ce032aebfedbde18cdb2e728fa79f) Co-authored-by: M. Eric Irrgang <mei2n@virginia.edu> 14 October 2019, 21:18:08 UTC
42b16b2 bpo-36953: Delay removal of ABCs from collections. (GH-13409) Bump the removal to 3.9, indicate collections.abc available since 3.3, replace version-changed directive to deprecated-removed. https://bugs.python.org/issue36953 (cherry picked from commit eea47e09394dfb64d3a59a601d947d25bb1bdc96) Co-authored-by: Matthias Bussonnier <mbussonnier@ucmerced.edu> 14 October 2019, 21:04:26 UTC
1c61f2c bpo-38368: Added fix for ctypes crash when handling arrays in structs/unions. (GH-16589) (GH-16672) (cherry picked from commit e8bedbddadaa86be6bd86dc32dbdbd53933a4988) 14 October 2019, 21:03:10 UTC
918f0c4 Typo fix: "empy" should be "empty". (GH-16666) (cherry picked from commit 01171ebd966b0cd6352057799ad876dd1e07942e) Co-authored-by: Hansraj Das <raj.das.136@gmail.com> 14 October 2019, 21:01:39 UTC
ae41f62 [3.7] bpo-38294: Add list of no-longer-escaped chars to re.escape documentation. (GH-16442) (GH-16647) Prior to 3.7, re.escape escaped many characters that don't have special meaning in Python, but that use to require escaping in other tools and languages. This commit aims to make it clear which characters were, but are no longer escaped. (cherry picked from commit 15ae75d660befe643ed42eb2707a557cea97256c) 14 October 2019, 21:00:49 UTC
89f35fa Fix typo in _warnings.warn_explicit() docstring (GH-16625) (cherry picked from commit 5dfbb4d50333e7a91fc0cd8c03a2f2f2cf56dbd9) Co-authored-by: Hansraj Das <raj.das.136@gmail.com> 14 October 2019, 20:57:27 UTC
ab22c8b bpo-38344: Fix syntax in activate.bat (GH-16533) (cherry picked from commit e310af9e2941c2fbb7370e003276cc37eb230f16) Co-authored-by: James Abel <j@abel.co> 14 October 2019, 20:56:12 UTC
e9c65b4 bpo-38391: Fixing a typo for Py_DECREF (GH-16616) (cherry picked from commit 038503e08ac5b10601b95d5adc2c2cab7be10163) Co-authored-by: Krishna Oza <krishoza15sep@gmail.com> 14 October 2019, 20:54:26 UTC
f168c17 bpo-26510: Add versionchanged for required arg of add_subparsers (GH-16588) The `required` argument to `argparse.add_subparsers` was added in GH-3027. This PR specifies the earliest version of Python where it is available. https://bugs.python.org/issue26510 Automerge-Triggered-By: @merwok (cherry picked from commit 9e71917e0290972f65711f75510078f799cf0b59) Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> 14 October 2019, 20:53:27 UTC
6eb5545 bpo-38235: Correct some arguments names in logging documentation (GH-16571) (GH-16577) (cherry picked from commit 3142c667b50254daaa28f22c79bdda177136bd03) Co-authored-by: Ashley Whetter <AWhetter@users.noreply.github.com> 14 October 2019, 20:50:11 UTC
88204a3 bpo-34344 Fix AbstractEventLoopPolicy.get_event_loop docstring (GH-16463) (cherry picked from commit b23a8423a923077e4f83d3f328bb7542b4c940ed) Co-authored-by: idomic <michael.ido@gmail.com> 14 October 2019, 20:48:16 UTC
d1e0568 [3.7] Update build docs for macOS (GH-16771) (GH-16774) 14 October 2019, 13:27:03 UTC
c60bed3 [3.7] Update macOS installer display files for 3.7.5 (GH-16767) 14 October 2019, 08:38:13 UTC
20d1f49 bpo-28556: Remove another mention of metaclass of Generic in typing docs (GH-16743) Metaclass was removed in Python 3.7 (there is already a `versionchanged` item about this). https://bugs.python.org/issue28556 (cherry picked from commit 8144095707f87bdee6f3e1bbb15283ea61381be6) Co-authored-by: Ivan Levkivskyi <levkivskyi@gmail.com> 13 October 2019, 16:58:59 UTC
164bee2 [3.7] bpo-38449: Revert "bpo-22347: Update mimetypes.guess_type to allow oper parsing of URLs (GH-15685)" (GH-16724) (GH-16727) Reverts GH-15687 which caused the issue. https://bugs.python.org/issue22347 https://bugs.python.org/issue38449 12 October 2019, 18:50:03 UTC
febe359 bpo-38332: Catch KeyError from unknown cte in encoded-word. (GH-16503) KeyError should cause a failure in parsing the encoded word and should be caught and raised as a _InvalidEWError instead. (cherry picked from commit 65dcc8a8dc41d3453fd6b987073a5f1b30c5c0fd) Co-authored-by: Andrei Troie <andreitroie90@gmail.com> 12 October 2019, 17:02:23 UTC
cb580d6 bpo-38341: Add SMTPNotSupportedError in the exports of smtplib (GH-16525) Add SMTPNotSupportedError in the exports of smtplib Co-Authored-By: Brandt Bucher <brandtbucher@gmail.com> (cherry picked from commit 3faf826e5879536d2272f1a51c58965a16827f81) Co-authored-by: nde <denayer.norman@gmail.com> 12 October 2019, 16:26:04 UTC
193366e [3.7] bpo-38395: Fix ownership in weakref.proxy methods (GH-16632) (GH-16663) The implementation of weakref.proxy's methods call back into the Python API using a borrowed references of the weakly referenced object (acquired via PyWeakref_GET_OBJECT). This API call may delete the last reference to the object (either directly or via GC), leaving a dangling pointer, which can be subsequently dereferenced. To fix this, claim a temporary ownership of the referenced object when calling the appropriate method. Some functions because at the moment they do not need to access the borrowed referent, but to protect against future changes to these functions, ownership need to be fixed in all potentially affected methods.. (cherry picked from commit 10cd00a9e3c22af37c748ea5a417f6fb66601e21) Co-authored-by: Pablo Galindo <Pablogsal@gmail.com> https://bugs.python.org/issue38395 11 October 2019, 20:28:49 UTC
1845997 Fix typo: equivalent code of `async with cond` (GH-11681) (GH-16720) 11 October 2019, 17:27:16 UTC
dd63ee2 Update badges in README.rst (GH-16710) We no longer use AppVeyor in 3.x, and others were still pointed at master. 11 October 2019, 16:30:37 UTC
ed189ce bpo-38347: find pathfix for Python scripts whose name contain a '-' (GH-16536) (GH-16719) pathfix.py: Assume all files that end on '.py' are Python scripts when working recursively. (cherry picked from commit 2b7dc40b2af6578181808ba73c1533fc114e55df) 11 October 2019, 15:36:56 UTC
08afed7 Typo fix: "throuhgh" should be "through". (GH-16704) (cherry picked from commit a8e0d3141e271b3c0fbb7399a911f0c3aa567e30) Co-authored-by: Hansraj Das <raj.das.136@gmail.com> 11 October 2019, 04:01:33 UTC
f5ed41c bpo-38109: Add missing constants to Lib/stat.py (GH-16665) (GH-16691) Add missing stat.S_IFDOOR, stat.S_IFPORT, stat.S_IFWHT, stat.S_ISDOOR, stat.S_ISPORT, and stat.S_ISWHT values to the Python implementation of the stat module. (cherry picked from commit 7bb14316b8ceddb813f31040a299af94a57ab339) Co-authored-by: Ronan Lamy <ronan.lamy@gmail.com> 10 October 2019, 13:50:38 UTC
ca01236 bpo-32996: Documentation fix-up. (GH-16646) PR GH-4906 changed the typing.Generic class hierarchy, leaving an outdated comment in the library reference. User-defined Generic ABCs now must get a abc.ABCMeta metaclass from something other than typing.Generic inheritance. (cherry picked from commit d47f0dd2e85ce032aebfedbde18cdb2e728fa79f) Co-authored-by: M. Eric Irrgang <mei2n@virginia.edu> 10 October 2019, 11:17:05 UTC
d27a9b1 bpo-38425: Fix ‘res’ may be used uninitialized warning (GH-16688) (cherry picked from commit a05fcd3c7adf6e3a0944da8cf80a3346882e9b3b) Co-authored-by: Dong-hee Na <donghee.na92@gmail.com> 10 October 2019, 08:00:41 UTC
a774ac6 [3.7] bpo-38409: Fix grammar in str.strip() docstring (GH-16682) (GH-16686) (cherry picked from commit 09895c27cd8ff60563a794016e8c099bc897cc74) 09 October 2019, 21:56:07 UTC
a081e93 [3.7] bpo-38379: don't claim objects are collected when they aren't (GH-16658) (GH-16685) * [bpo-38379](https://bugs.python.org/issue38379): when a finalizer resurrects an object, nothing is actually collected in this run of gc. Change the stats to relect that truth.. (cherry picked from commit ecbf35f9335b0420cb8adfda6f299d6747a16515) Co-authored-by: Tim Peters <tim.peters@gmail.com> https://bugs.python.org/issue38379 Automerge-Triggered-By: @pablogsal 09 October 2019, 21:42:54 UTC
598bfa4 bpo-37531: regrtest ignores output on timeout (GH-16659) bpo-37531, bpo-38207: On timeout, regrtest no longer attempts to call `popen.communicate() again: it can hang until all child processes using stdout and stderr pipes completes. Kill the worker process and ignores its output. Reenable test_regrtest.test_multiprocessing_timeout(). bpo-37531: Change also the faulthandler timeout of the main process from 1 minute to 5 minutes, for Python slowest buildbots. (cherry picked from commit 0ec618af98ac250a91ee9c91f8569e6df6772758) Co-authored-by: Victor Stinner <vstinner@python.org> 09 October 2019, 13:52:34 UTC
0b354fc [3.7] bpo-38407: Add docstrings for typing.SupportsXXX classes. (GH-16644). (GH-16673) (cherry picked from commit 8252c52e57283515ace5d4251584255dc5c60eb5) 09 October 2019, 09:57:14 UTC
87db4d3 [3.7] bpo-38405: Make nested subclasses of typing.NamedTuple pickleable. (GH-16641). (GH-16674) (cherry picked from commit 13abda41003daf599587991d8291f0dacf6e9519) 09 October 2019, 09:56:32 UTC
056fa7f bpo-36953: Delay removal of ABCs from collections. (GH-13409) Bump the removal to 3.9, indicate collections.abc available since 3.3, replace version-changed directive to deprecated-removed. https://bugs.python.org/issue36953 (cherry picked from commit eea47e09394dfb64d3a59a601d947d25bb1bdc96) Co-authored-by: Matthias Bussonnier <mbussonnier@ucmerced.edu> 09 October 2019, 09:29:31 UTC
129c2b3 bpo-38368: Added fix for ctypes crash when handling arrays in structs/unions. (GH-16589) (GH-16672) (cherry picked from commit e8bedbddadaa86be6bd86dc32dbdbd53933a4988) 09 October 2019, 05:48:48 UTC
443370d Typo fix: "empy" should be "empty". (GH-16666) (cherry picked from commit 01171ebd966b0cd6352057799ad876dd1e07942e) Co-authored-by: Hansraj Das <raj.das.136@gmail.com> 09 October 2019, 02:42:15 UTC
43f5c0c [3.7] bpo-38294: Add list of no-longer-escaped chars to re.escape documentation. (GH-16442) (GH-16647) Prior to 3.7, re.escape escaped many characters that don't have special meaning in Python, but that use to require escaping in other tools and languages. This commit aims to make it clear which characters were, but are no longer escaped. (cherry picked from commit 15ae75d660befe643ed42eb2707a557cea97256c) 08 October 2019, 16:41:00 UTC
98043b4 bpo-38118: Ignore Valgrind false alarm in PyUnicode_Decode() (GH-16651) Valgrind emits "Conditional jump or move depends on uninitialised value(s)" false alarms on GCC builtin strcmp() function. The GCC code is correct. Valgrind bug: https://bugs.kde.org/show_bug.cgi?id=264936 (cherry picked from commit 03ab6b4fc6f59a4452756e7a3a46310ce30ec4b2) Co-authored-by: Victor Stinner <vstinner@python.org> 08 October 2019, 13:56:08 UTC
4f962ec bpo-36698: IDLE no longer fails when write non-encodable characters to stderr. (GH-16583) It now escapes them with a backslash, as the regular Python interpreter. Added the "errors" field to the standard streams. (cherry picked from commit b690a2759e62d9ee0b6ea1b20e8f7e4b2cdbf8bb) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com> 08 October 2019, 11:52:48 UTC
13bc152 Fix typo in _warnings.warn_explicit() docstring (GH-16625) (cherry picked from commit 5dfbb4d50333e7a91fc0cd8c03a2f2f2cf56dbd9) Co-authored-by: Hansraj Das <raj.das.136@gmail.com> 08 October 2019, 09:25:56 UTC
bfb5f9a bpo-38344: Fix syntax in activate.bat (GH-16533) (cherry picked from commit e310af9e2941c2fbb7370e003276cc37eb230f16) Co-authored-by: James Abel <j@abel.co> 07 October 2019, 21:25:06 UTC
77b4a65 bpo-38391: Fixing a typo for Py_DECREF (GH-16616) (cherry picked from commit 038503e08ac5b10601b95d5adc2c2cab7be10163) Co-authored-by: Krishna Oza <krishoza15sep@gmail.com> 07 October 2019, 12:04:09 UTC
50b8d57 bpo-26510: Add versionchanged for required arg of add_subparsers (GH-16588) The `required` argument to `argparse.add_subparsers` was added in GH-3027. This PR specifies the earliest version of Python where it is available. https://bugs.python.org/issue26510 Automerge-Triggered-By: @merwok (cherry picked from commit 9e71917e0290972f65711f75510078f799cf0b59) Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> 07 October 2019, 02:14:49 UTC
b40442b bpo-38383: Fix possible integer overflow in startswith() of bytes and bytearray. (GH-16603) (cherry picked from commit 24ddd9c2d6ab61cbce7e68d6de36d4df9bd2c3fb) Co-authored-by: Hai Shi <shihai1992@gmail.com> 06 October 2019, 12:36:44 UTC
6c3fbbc bpo-13153: Use OS native encoding for converting between Python and Tcl. (GH-16545) On Windows use UTF-16 (or UTF-32 for 32-bit Tcl_UniChar) with the "surrogatepass" error handler for converting to/from Tcl Unicode objects. On Linux use UTF-8 with the "surrogateescape" error handler for converting to/from Tcl String objects. Converting strings from Tcl to Python and back now never fails (except MemoryError). (cherry picked from commit 06cb94bc8419b9a24df6b0d724fcd8e40c6971d6) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com> 04 October 2019, 10:28:53 UTC
4f82a53 bpo-38235: Correct some arguments names in logging documentation (GH-16571) (GH-16577) (cherry picked from commit 3142c667b50254daaa28f22c79bdda177136bd03) Co-authored-by: Ashley Whetter <AWhetter@users.noreply.github.com> 04 October 2019, 08:14:28 UTC
4de3fbe bpo-34344 Fix AbstractEventLoopPolicy.get_event_loop docstring (GH-16463) (cherry picked from commit b23a8423a923077e4f83d3f328bb7542b4c940ed) Co-authored-by: idomic <michael.ido@gmail.com> 03 October 2019, 21:27:35 UTC
f9016e5 [3.8] bpo-36670, regrtest: Fix WindowsLoadTracker() for partial line (GH-16550) (GH-16560) * bpo-36670, regrtest: Fix WindowsLoadTracker() for partial line (GH-16550) WindowsLoadTracker.read_output() now uses a short buffer for incomplete line. (cherry picked from commit 3e04cd268ee9a57f95dc78d8974b21a6fac3f666) * bpo-36670: Enhance regrtest WindowsLoadTracker (GH-16553) The last line is now passed to the parser even if it does not end with a newline, but only if it's a valid value. (cherry picked from commit c65119d5bfded03f80a9805889391b66fa7bf551) * bpo-36670: Enhance regrtest (GH-16556) * Add log() method: add timestamp and load average prefixes to main messages. * WindowsLoadTracker: * LOAD_FACTOR_1 is now computed using SAMPLING_INTERVAL * Initialize the load to the arithmetic mean of the first 5 values of the Processor Queue Length value (so over 5 seconds), rather than 0.0. * Handle BrokenPipeError and when typeperf exit. * format_duration(1.5) now returns '1.5 sec', rather than '1 sec 500 ms' (cherry picked from commit 098e25672f1c3578855d5ded4f5147795c9ed956) (cherry picked from commit de3195c937d5fca0d79cc93dbafa76c0f89ca5b8) Co-authored-by: Victor Stinner <vstinner@python.org> 03 October 2019, 15:44:52 UTC
ab98cd8 bpo-38338, test.pythoninfo: add more ssl infos (GH-16539) test.pythoninfo now logs environment variables used by OpenSSL and Python ssl modules, and logs attributes of 3 SSL contexts (SSLContext, default HTTPS context, stdlib context). (cherry picked from commit b3e7045f8314e7b62cd95861d207fe2f97e47198) Co-authored-by: Victor Stinner <vstinner@python.org> 02 October 2019, 16:14:57 UTC
2027f90 Post release updates 02 October 2019, 03:54:33 UTC
19ecb5c Merge tag 'v3.7.5rc1' into 3.7 02 October 2019, 03:50:01 UTC
874dae4 Correct typos in the codecs module documentation (GH-15135) (cherry picked from commit 891e9e3b44c99d643dc309a4e63082451271b136) Co-authored-by: Géry Ogam <gery.ogam@gmail.com> 01 October 2019, 20:56:40 UTC
4082f60 3.7.5rc1 01 October 2019, 17:23:17 UTC
960068b Update macOS installer displays for 3.7.5rc1 01 October 2019, 16:59:45 UTC
d6a92b5 bpo-36670: Multiple regrtest bugfixes (GH-16511) * Windows: Fix counter name in WindowsLoadTracker. Counter names are localized: use the registry to get the counter name. Original change written by Lorenz Mende. * Regrtest.main() now ensures that the Windows load tracker is also killed if an exception is raised * TestWorkerProcess now ensures that worker processes are no longer running before exiting: kill also worker processes when an exception is raised. * Enhance regrtest messages and warnings: include test name, duration, add a worker identifier, etc. * Rename MultiprocessRunner to TestWorkerProcess * Use print_warning() to display warnings. Co-Authored-By: Lorenz Mende <Lorenz.mende@gmail.com> (cherry picked from commit 982bfa4da07b2e5749a0f4e68f99e972bcc3a549) Co-authored-by: Victor Stinner <vstinner@redhat.com> 01 October 2019, 10:58:53 UTC
2eb1dac Fix and improve `asyncio.run()` docs (GH-16403) (GH-16505) (cherry picked from commit e407013089259e4c0b271703e1975bbcd578a2d5) Co-authored-by: Kyle Stanley <aeros167@gmail.com> 01 October 2019, 01:47:13 UTC
1c3e469 bpo-38019: correctly handle pause/resume reading of closed asyncio unix pipe (GH-16472) (cherry picked from commit 58498bc7178608b1ab031994ca09c43889ce3e76) Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com> 29 September 2019, 12:19:11 UTC
80dd66a [3.7] bpo-38216, bpo-36274: Allow subclasses to separately override validation and encoding behavior (GH-16448) (GH-16461) * bpo-38216: Allow bypassing input validation * bpo-36274: Also allow the URL encoding to be overridden. * bpo-38216, bpo-36274: Add tests demonstrating a hook for overriding validation, test demonstrating override encoding, and a test to capture expectation of the interface for the URL. * Call with skip_host to avoid tripping on the host checking in the URL. * Remove obsolete comment. * Make _prepare_path_encoding its own attr. This makes overriding just that simpler. Also, don't use the := operator to make backporting easier. * Add a news entry. * _prepare_path_encoding -> _encode_prepared_path() * Once again separate the path validation and request encoding, drastically simplifying the behavior. Drop the guarantee that all processing happens in _prepare_path.. (cherry picked from commit 7774d7831e8809795c64ce27f7df52674581d298) Co-authored-by: Jason R. Coombs <jaraco@jaraco.com> 28 September 2019, 13:15:05 UTC
6112b91 bpo-38301: In Solaris family, we must be sure to use '-D_REENTRANT' (GH-16446) (#16450) (cherry picked from commit 52d1b86bde2b772a76919c76991c326384954bf1) Co-authored-by: Jesús Cea <jcea@jcea.es> 28 September 2019, 02:21:24 UTC
39a0c75 bpo-38243, xmlrpc.server: Escape the server_title (GH-16373) Escape the server title of xmlrpc.server.DocXMLRPCServer when rendering the document page as HTML. (cherry picked from commit e8650a4f8c7fb76f570d4ca9c1fbe44e91c8dfaa) Co-authored-by: Dong-hee Na <donghee.na92@gmail.com> 27 September 2019, 20:18:14 UTC
2c24f2c [3.7] bpo-38275: Skip ssl tests for disabled versions (GH-16427) test_ssl now handles disabled TLS/SSL versions better. OpenSSL's crypto policy and run-time settings are recognized and tests for disabled versions are skipped. Signed-off-by: Christian Heimes <christian@python.org> https://bugs.python.org/issue38275 (cherry picked from commit df6ac7e2b82d921a6e9ff5571b40c6dbcf635581) 26 September 2019, 20:54:33 UTC
e6b5ed1 bpo-38239: Fix test_gdb for Link Time Optimization (LTO) (GH-16422) (GH-16426) (cherry picked from commit 64b4a3a2deabcd4103fac2759a311fe94159b4d1) 26 September 2019, 15:30:14 UTC
5017a64 bpo-38130: Fix error in explaining when an exception is re-raised (GH-16016) (GH-16416) Co-Authored-By: Ashwin Ramaswami <aramaswamis@gmail.com> (cherry picked from commit 1ad7be2f16cc9955f271f57a5089602bb41eee85) Co-authored-by: Mohammad Dehghan <md.unicorn@gmail.com> 26 September 2019, 09:15:21 UTC
80bde15 Doc: Use the `with` statement in the first example of the ftplib doc. (GH-16271) (GH-16413) (cherry picked from commit 5d326abf2cb4891b78d9319a81bffb3974b5b745) Co-authored-by: Stéphane Wirtel <stephane@wirtel.be> 26 September 2019, 07:12:26 UTC
8e4622e [3.7] closes bpo-38174: Update vendored expat library to 2.2.8. (GH-16407) Fixes CVE-2019-15903. See full changelog at https://github.com/libexpat/libexpat/blob/R_2_2_8/expat/Changes.. (cherry picked from commit 52b940803860e37bcc3f6096b2d24e7c20a0e807) Co-authored-by: Benjamin Peterson <benjamin@python.org> 26 September 2019, 04:54:59 UTC
d015714 [3.7] bpo-22273: Changed conditions for ctypes array-in-struct handling. (GH-16381) (GH-16400) (cherry picked from commit c64af8fad3c4f5751af624647fbb0ce023f525dc) 25 September 2019, 20:37:24 UTC
back to top