From noreply at github.com Sat Apr 1 01:18:24 2017 From: noreply at github.com (GitHub) Date: Fri, 31 Mar 2017 22:18:24 -0700 Subject: [Python-checkins] [python/cpython] b94d7f: bpo-29763: Use unittest cleanup in test_site (GH-8... Message-ID: <58df38205d8dc_175b3ffd0b1e9c34649c2@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: b94d7fd4efa877d649cea9c8125c8869ffe0c32d https://github.com/python/cpython/commit/b94d7fd4efa877d649cea9c8125c8869ffe0c32d Author: Zachary Ware Date: 2017-04-01 (Sat, 01 Apr 2017) Changed paths: M Lib/test/test_site.py Log Message: ----------- bpo-29763: Use unittest cleanup in test_site (GH-841) From noreply at github.com Sat Apr 1 01:27:28 2017 From: noreply at github.com (GitHub) Date: Fri, 31 Mar 2017 22:27:28 -0700 Subject: [Python-checkins] [python/cpython] 1f5425: Add helpful explaination to test_password_manager ... Message-ID: <58df3a40df9e2_26ee3fce17229c30381e0@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 1f5425ff69ea0531d869b4f9fa28bd3f66ca3de7 https://github.com/python/cpython/commit/1f5425ff69ea0531d869b4f9fa28bd3f66ca3de7 Author: Senthil Kumaran Date: 2017-03-31 (Fri, 31 Mar 2017) Changed paths: M Lib/test/test_urllib2.py Log Message: ----------- Add helpful explaination to test_password_manager tests. (#936) Also uncomment and fix a path test. From noreply at github.com Sat Apr 1 01:39:46 2017 From: noreply at github.com (GitHub) Date: Fri, 31 Mar 2017 22:39:46 -0700 Subject: [Python-checkins] [python/cpython] 4fa4b7: Revert "Add helpful explaination to test_password_... Message-ID: <58df3d22a0037_f383fe4b128fc281012b6@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/revert-841-fix_test_site Home: https://github.com/python/cpython Commit: 4fa4b73e3dc1644f0d0441ffd1b36d8747e603c1 https://github.com/python/cpython/commit/4fa4b73e3dc1644f0d0441ffd1b36d8747e603c1 Author: Zachary Ware Date: 2017-04-01 (Sat, 01 Apr 2017) Log Message: ----------- Revert "Add helpful explaination to test_password_manager tests. (#936)" This reverts commit 1f5425ff69ea0531d869b4f9fa28bd3f66ca3de7. Commit: b7db2f69735ca6942e8b6f2753e05b50202bc761 https://github.com/python/cpython/commit/b7db2f69735ca6942e8b6f2753e05b50202bc761 Author: Zachary Ware Date: 2017-04-01 (Sat, 01 Apr 2017) Changed paths: M Lib/test/test_site.py Log Message: ----------- Revert "bpo-29763: Use unittest cleanup in test_site (GH-841)" This reverts commit b94d7fd4efa877d649cea9c8125c8869ffe0c32d. Compare: https://github.com/python/cpython/compare/4fa4b73e3dc1^...b7db2f69735c From noreply at github.com Sat Apr 1 01:40:59 2017 From: noreply at github.com (GitHub) Date: Fri, 31 Mar 2017 22:40:59 -0700 Subject: [Python-checkins] [python/cpython] Message-ID: <58df3d6ba2d00_1d513faaad82fc34999ad@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/revert-841-fix_test_site Home: https://github.com/python/cpython From noreply at github.com Sat Apr 1 02:09:54 2017 From: noreply at github.com (GitHub) Date: Fri, 31 Mar 2017 23:09:54 -0700 Subject: [Python-checkins] [python/cpython] 7bd8d3: bpo-29931 fix __lt__ check in ipaddress.ip_interfa... Message-ID: <58df4432e4670_1b7823f95fad37c3073412@hookshot-fe-6dbb0c4.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 7bd8d3e794782582a4ad1c9749424fff86802c3e https://github.com/python/cpython/commit/7bd8d3e794782582a4ad1c9749424fff86802c3e Author: s-sanjay Date: 2017-04-01 (Sat, 01 Apr 2017) Changed paths: M Lib/ipaddress.py M Lib/test/test_ipaddress.py M Misc/NEWS Log Message: ----------- bpo-29931 fix __lt__ check in ipaddress.ip_interface for both v4 and v6. (#879) the original logic was just comparing the network address but this is wrong because if the network address is equal then we need to compare the ip address for breaking the tie add more ip_interface comparison tests From noreply at github.com Sat Apr 1 02:29:32 2017 From: noreply at github.com (GitHub) Date: Fri, 31 Mar 2017 23:29:32 -0700 Subject: [Python-checkins] [python/cpython] cd815e: Revert "bpo-29763: Use unittest cleanup in test_si... Message-ID: <58df48ccb4e33_1a6403fa49f3cdc2c9523e@hookshot-fe-6dbb0c4.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: cd815edf012dc6dd20dfeef91951270e96607616 https://github.com/python/cpython/commit/cd815edf012dc6dd20dfeef91951270e96607616 Author: Zachary Ware Date: 2017-04-01 (Sat, 01 Apr 2017) Changed paths: M Lib/test/test_site.py Log Message: ----------- Revert "bpo-29763: Use unittest cleanup in test_site (GH-841)" (GH-942) This reverts commit b94d7fd4efa877d649cea9c8125c8869ffe0c32d. From noreply at github.com Sat Apr 1 04:20:27 2017 From: noreply at github.com (GitHub) Date: Sat, 01 Apr 2017 01:20:27 -0700 Subject: [Python-checkins] [python/cpython] e82cf8: bpo-29949: Fix set memory usage regression (GH-943... Message-ID: <58df62cb2649c_5e53f9cae477c34963f9@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: e82cf8675bacd7a03de508ed11865fc2701dcef5 https://github.com/python/cpython/commit/e82cf8675bacd7a03de508ed11865fc2701dcef5 Author: INADA Naoki Date: 2017-04-01 (Sat, 01 Apr 2017) Changed paths: M Misc/NEWS M Objects/setobject.c Log Message: ----------- bpo-29949: Fix set memory usage regression (GH-943) Revert "Minor factoring: move redundant resize scaling logic into the resize function." This reverts commit 4897300276d870f99459c82b937f0ac22450f0b6. From solipsis at pitrou.net Sat Apr 1 05:04:46 2017 From: solipsis at pitrou.net (solipsis at pitrou.net) Date: Sat, 01 Apr 2017 09:04:46 +0000 Subject: [Python-checkins] Daily reference leaks (4243df51fe43): sum=11 Message-ID: <20170401090446.88409.57077.B2FEA8E8@psf.io> results for 4243df51fe43 on branch "default" -------------------------------------------- test_collections leaked [0, 0, 7] memory blocks, sum=7 test_functools leaked [0, 3, 1] memory blocks, sum=4 test_multiprocessing_forkserver leaked [-2, 1, 1] memory blocks, sum=0 Command line was: ['./python', '-m', 'test.regrtest', '-uall', '-R', '3:3:/home/psf-users/antoine/refleaks/reflog42QXr0', '--timeout', '7200'] From noreply at github.com Sat Apr 1 10:29:32 2017 From: noreply at github.com (GitHub) Date: Sat, 01 Apr 2017 07:29:32 -0700 Subject: [Python-checkins] [python/cpython] efde51: bpo-29949: Fix set memory usage regression (GH-945... Message-ID: <58dfb94ce3bd6_5bd53fdbd97a7c3c105d6@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.6 Home: https://github.com/python/cpython Commit: efde51ad54c58353f25ff80c8d30dbee82ef33a3 https://github.com/python/cpython/commit/efde51ad54c58353f25ff80c8d30dbee82ef33a3 Author: INADA Naoki Date: 2017-04-01 (Sat, 01 Apr 2017) Changed paths: M Misc/NEWS M Objects/setobject.c Log Message: ----------- bpo-29949: Fix set memory usage regression (GH-945) Revert "Minor factoring: move redundant resize scaling logic into the resize function." This reverts commit 4897300276d870f99459c82b937f0ac22450f0b6. (cherry picked from commit e82cf8675bacd7a03de508ed11865fc2701dcef5) From noreply at github.com Sat Apr 1 22:50:49 2017 From: noreply at github.com (GitHub) Date: Sat, 01 Apr 2017 19:50:49 -0700 Subject: [Python-checkins] [python/cpython] 64c887: bpo-26947: DOC: clarify wording on hashable in glo... Message-ID: <58e0670914ef1_1833fe7f92f7c2434328@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 64c887ab3a400cf91bde4f0c5ef69eacc88bc5e1 https://github.com/python/cpython/commit/64c887ab3a400cf91bde4f0c5ef69eacc88bc5e1 Author: csabella Date: 2017-04-01 (Sat, 01 Apr 2017) Changed paths: M Doc/glossary.rst Log Message: ----------- bpo-26947: DOC: clarify wording on hashable in glossary (#948) From noreply at github.com Sat Apr 1 22:57:05 2017 From: noreply at github.com (GitHub) Date: Sat, 01 Apr 2017 19:57:05 -0700 Subject: [Python-checkins] [python/cpython] 4415b8: Add helpful explaination to test_password_manager ... Message-ID: <58e06881cf5e4_fe03ff386601c3896de@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.6 Home: https://github.com/python/cpython Commit: 4415b823a08163a8728d13ff06565efb12353fc0 https://github.com/python/cpython/commit/4415b823a08163a8728d13ff06565efb12353fc0 Author: Senthil Kumaran Date: 2017-04-01 (Sat, 01 Apr 2017) Changed paths: M Lib/test/test_urllib2.py Log Message: ----------- Add helpful explaination to test_password_manager tests. (#936) (#941) Also uncomment and fix a path test. (cherry picked from commit 1f5425ff69ea0531d869b4f9fa28bd3f66ca3de7) From noreply at github.com Sat Apr 1 23:00:37 2017 From: noreply at github.com (GitHub) Date: Sat, 01 Apr 2017 20:00:37 -0700 Subject: [Python-checkins] [python/cpython] a71a3a: bpo-26947: DOC: clarify wording on hashable in glo... Message-ID: <58e06955f37e9_1e113fd032de9c2490238@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.6 Home: https://github.com/python/cpython Commit: a71a3ad54d14483cfaebd8e0fb96c97c798d9e32 https://github.com/python/cpython/commit/a71a3ad54d14483cfaebd8e0fb96c97c798d9e32 Author: Senthil Kumaran Date: 2017-04-01 (Sat, 01 Apr 2017) Changed paths: M Doc/glossary.rst Log Message: ----------- bpo-26947: DOC: clarify wording on hashable in glossary (#948) (#957) (cherry picked from commit 64c887ab3a400cf91bde4f0c5ef69eacc88bc5e1) From noreply at github.com Sat Apr 1 23:00:43 2017 From: noreply at github.com (GitHub) Date: Sat, 01 Apr 2017 20:00:43 -0700 Subject: [Python-checkins] [python/cpython] 51fc7e: bpo-26947: DOC: clarify wording on hashable in glo... Message-ID: <58e0695b271f2_68283f8f9af5dc3c39282@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.5 Home: https://github.com/python/cpython Commit: 51fc7e3d6a29de7b3142e51f8caf4d31f7ac72a0 https://github.com/python/cpython/commit/51fc7e3d6a29de7b3142e51f8caf4d31f7ac72a0 Author: Senthil Kumaran Date: 2017-04-01 (Sat, 01 Apr 2017) Changed paths: M Doc/glossary.rst Log Message: ----------- bpo-26947: DOC: clarify wording on hashable in glossary (#948) (#958) (cherry picked from commit 64c887ab3a400cf91bde4f0c5ef69eacc88bc5e1) From noreply at github.com Sat Apr 1 23:20:07 2017 From: noreply at github.com (GitHub) Date: Sat, 01 Apr 2017 20:20:07 -0700 Subject: [Python-checkins] [python/cpython] 90e351: bpo-29941: Assert fixes (#886) (#955) Message-ID: <58e06de79ee3_1f203fe2a1247c3c164d6@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.6 Home: https://github.com/python/cpython Commit: 90e3518225bafaff01469ed48c472ae7db5686f0 https://github.com/python/cpython/commit/90e3518225bafaff01469ed48c472ae7db5686f0 Author: T. Wouters Date: 2017-04-01 (Sat, 01 Apr 2017) Changed paths: M Include/unicodeobject.h M Objects/dictobject.c M Objects/obmalloc.c Log Message: ----------- bpo-29941: Assert fixes (#886) (#955) Make a non-Py_DEBUG, asserts-enabled build of CPython possible. This means making sure helper functions are defined when NDEBUG is not defined, not just when Py_DEBUG is defined. Also fix a division-by-zero in obmalloc.c that went unnoticed because in Py_DEBUG mode, elsize is never zero. (cherry picked from commit a00c3fd12d421e41b769debd7df717d17b0deed5 and 06bb4873d6a9ac303701d08a851d6cd9a51e02a3) From noreply at github.com Sat Apr 1 23:20:25 2017 From: noreply at github.com (GitHub) Date: Sat, 01 Apr 2017 20:20:25 -0700 Subject: [Python-checkins] [python/cpython] 553275: bpo-29941: Assert fixes (#886) (#956) Message-ID: <58e06df9e5be3_5d1a3f8c6c0c7c3012171@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.5 Home: https://github.com/python/cpython Commit: 553275d125478a6563dde7523f4f28c92f1861b4 https://github.com/python/cpython/commit/553275d125478a6563dde7523f4f28c92f1861b4 Author: T. Wouters Date: 2017-04-01 (Sat, 01 Apr 2017) Changed paths: M Include/unicodeobject.h M Objects/obmalloc.c Log Message: ----------- bpo-29941: Assert fixes (#886) (#956) Make a non-Py_DEBUG, asserts-enabled build of CPython possible. This means making sure helper functions are defined when NDEBUG is not defined, not just when Py_DEBUG is defined. Also fix a division-by-zero in obmalloc.c that went unnoticed because in Py_DEBUG mode, elsize is never zero. (cherry picked from commit a00c3fd12d421e41b769debd7df717d17b0deed5 and 06bb4873d6a9ac303701d08a851d6cd9a51e02a3) From noreply at github.com Sun Apr 2 02:02:32 2017 From: noreply at github.com (GitHub) Date: Sat, 01 Apr 2017 23:02:32 -0700 Subject: [Python-checkins] [python/cpython] 11fa3c: bpo-29957: change LBYL key lookup to dict.setdefau... Message-ID: <58e093f8bb075_1a5a13f9d4ff95c28692b6@hookshot-fe-6dbb0c4.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 11fa3c7cd1b151e302d4eee0369cafbaf151c8fb https://github.com/python/cpython/commit/11fa3c7cd1b151e302d4eee0369cafbaf151c8fb Author: Michael Selik Date: 2017-04-01 (Sat, 01 Apr 2017) Changed paths: M Lib/lib2to3/btm_matcher.py M Misc/ACKS Log Message: ----------- bpo-29957: change LBYL key lookup to dict.setdefault (#938) * change LBYL key lookup to dict.setdefault The ``results`` was constructed as a defaultdict and we could simply delete the check ``if key not in results``. However, I think it's safer to use dict.setdefault as I'm not sure whether the caller expects a regular dict or defaultdict. * add name to the acknowledgements file * use defaultdict to make the key-lookup cleaner From noreply at github.com Sun Apr 2 02:47:37 2017 From: noreply at github.com (GitHub) Date: Sat, 01 Apr 2017 23:47:37 -0700 Subject: [Python-checkins] [python/cpython] efbd4e: Minor spell fix and formatting fixes in urllib tes... Message-ID: <58e09e892fb68_21dc3feb50cebc4464287@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: efbd4ea65dbb9f87b1afeec6a760802756badee5 https://github.com/python/cpython/commit/efbd4ea65dbb9f87b1afeec6a760802756badee5 Author: Senthil Kumaran Date: 2017-04-01 (Sat, 01 Apr 2017) Changed paths: M Lib/test/test_urllib.py M Lib/test/test_urllibnet.py Log Message: ----------- Minor spell fix and formatting fixes in urllib tests. (#959) From noreply at github.com Sun Apr 2 04:37:00 2017 From: noreply at github.com (GitHub) Date: Sun, 02 Apr 2017 01:37:00 -0700 Subject: [Python-checkins] [python/cpython] c4e557: Minor spell fix and formatting fixes in urllib tes... Message-ID: <58e0b82c7a22a_1ba83fd394fc1c44486b6@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.6 Home: https://github.com/python/cpython Commit: c4e557ed9933499e1c97644ea12ad77ba064e829 https://github.com/python/cpython/commit/c4e557ed9933499e1c97644ea12ad77ba064e829 Author: Senthil Kumaran Date: 2017-04-02 (Sun, 02 Apr 2017) Changed paths: M Lib/test/test_urllib.py M Lib/test/test_urllibnet.py Log Message: ----------- Minor spell fix and formatting fixes in urllib tests. (#959) (#961) (cherry picked from commit efbd4ea65dbb9f87b1afeec6a760802756badee5) From noreply at github.com Sun Apr 2 04:37:05 2017 From: noreply at github.com (GitHub) Date: Sun, 02 Apr 2017 01:37:05 -0700 Subject: [Python-checkins] [python/cpython] 9881e0: Minor spell fix and formatting fixes in urllib tes... Message-ID: <58e0b83147b1e_69b53f936d803c30189e2@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.5 Home: https://github.com/python/cpython Commit: 9881e02d690fd9638b7dff959640db51d297d151 https://github.com/python/cpython/commit/9881e02d690fd9638b7dff959640db51d297d151 Author: Senthil Kumaran Date: 2017-04-02 (Sun, 02 Apr 2017) Changed paths: M Lib/test/test_urllib.py M Lib/test/test_urllibnet.py Log Message: ----------- Minor spell fix and formatting fixes in urllib tests. (#959) (#960) (cherry picked from commit efbd4ea65dbb9f87b1afeec6a760802756badee5) From solipsis at pitrou.net Sun Apr 2 05:05:22 2017 From: solipsis at pitrou.net (solipsis at pitrou.net) Date: Sun, 02 Apr 2017 09:05:22 +0000 Subject: [Python-checkins] Daily reference leaks (4243df51fe43): sum=4 Message-ID: <20170402090522.59234.57591.F0DE108C@psf.io> results for 4243df51fe43 on branch "default" -------------------------------------------- test_functools leaked [0, 3, 1] memory blocks, sum=4 test_multiprocessing_spawn leaked [-2, 2, 0] memory blocks, sum=0 Command line was: ['./python', '-m', 'test.regrtest', '-uall', '-R', '3:3:/home/psf-users/antoine/refleaks/reflogeJ8x52', '--timeout', '7200'] From noreply at github.com Sun Apr 2 06:26:13 2017 From: noreply at github.com (GitHub) Date: Sun, 02 Apr 2017 03:26:13 -0700 Subject: [Python-checkins] [python/cpython] 351add: bpo-29654 : Support If-Modified-Since HTTP header ... Message-ID: <58e0d1c5eb173_10723fac2b233c3497393@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 351adda54bed3afbbf6db7725699679e68722d7d https://github.com/python/cpython/commit/351adda54bed3afbbf6db7725699679e68722d7d Author: Pierre Quentel Date: 2017-04-02 (Sun, 02 Apr 2017) Changed paths: M Doc/library/http.server.rst M Doc/whatsnew/3.7.rst M Lib/http/server.py M Lib/test/test_httpservers.py M Misc/NEWS Log Message: ----------- bpo-29654 : Support If-Modified-Since HTTP header (browser cache) (#298) Return 304 response if file was not modified. From noreply at github.com Sun Apr 2 06:45:41 2017 From: noreply at github.com (GitHub) Date: Sun, 02 Apr 2017 03:45:41 -0700 Subject: [Python-checkins] [python/cpython] e8c763: bpo-19225: Add a table of warning names and missed... Message-ID: <58e0d655d1533_8fc3f8700885c2c537ca@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: e8c763128fb459c5c98194e4312f31493c0f12df https://github.com/python/cpython/commit/e8c763128fb459c5c98194e4312f31493c0f12df Author: cocoatomo Date: 2017-04-02 (Sun, 02 Apr 2017) Changed paths: M Doc/c-api/exceptions.rst M Misc/ACKS Log Message: ----------- bpo-19225: Add a table of warning names and missed exception names in C API doc (#881) Move the `.. index` directive to more appropriate place. From noreply at github.com Sun Apr 2 09:55:44 2017 From: noreply at github.com (GitHub) Date: Sun, 02 Apr 2017 06:55:44 -0700 Subject: [Python-checkins] [python/cpython] 68903b: bpo-15083: Convert ElementTree doctests to unittes... Message-ID: <58e102e0c404d_4203f9376103c3826231@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.7 Home: https://github.com/python/cpython Commit: 68903b656d4e1011525a46cbd1338c6cbab83d6d https://github.com/python/cpython/commit/68903b656d4e1011525a46cbd1338c6cbab83d6d Author: Serhiy Storchaka Date: 2017-04-02 (Sun, 02 Apr 2017) Changed paths: M Lib/test/test_xml_etree.py M Lib/test/test_xml_etree_c.py M Misc/NEWS Log Message: ----------- bpo-15083: Convert ElementTree doctests to unittests. (#906) From noreply at github.com Sun Apr 2 11:30:05 2017 From: noreply at github.com (GitHub) Date: Sun, 02 Apr 2017 08:30:05 -0700 Subject: [Python-checkins] [python/cpython] 734125: Fix misleading documentation for math.exp. (#951) Message-ID: <58e118fd6f40e_bcd3feb06111c38713f8@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 734125938d4653459593ebd28a0aec086efb1f27 https://github.com/python/cpython/commit/734125938d4653459593ebd28a0aec086efb1f27 Author: Mark Dickinson Date: 2017-04-02 (Sun, 02 Apr 2017) Changed paths: M Doc/library/math.rst Log Message: ----------- Fix misleading documentation for math.exp. (#951) From noreply at github.com Sun Apr 2 13:37:05 2017 From: noreply at github.com (GitHub) Date: Sun, 02 Apr 2017 10:37:05 -0700 Subject: [Python-checkins] [python/cpython] 9c2c42: bpo-27863: Fixed multiple crashes in ElementTree. ... Message-ID: <58e136c1894f_751f3f99f2f2fc449158c@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.7 Home: https://github.com/python/cpython Commit: 9c2c42c221d7996070c0c0a2a114ab42fe3ddb9d https://github.com/python/cpython/commit/9c2c42c221d7996070c0c0a2a114ab42fe3ddb9d Author: Serhiy Storchaka Date: 2017-04-02 (Sun, 02 Apr 2017) Changed paths: M Lib/test/test_xml_etree.py M Misc/NEWS M Modules/_elementtree.c Log Message: ----------- bpo-27863: Fixed multiple crashes in ElementTree. (#765) (#903) (#963) (cherry picked from commit 576def096ec7b64814e038f03290031f172886c3) (cherry picked from commit a6b4e1902250d6f28ca6d083ce1c8d7e9b91974b) From solipsis at pitrou.net Mon Apr 3 05:05:22 2017 From: solipsis at pitrou.net (solipsis at pitrou.net) Date: Mon, 03 Apr 2017 09:05:22 +0000 Subject: [Python-checkins] Daily reference leaks (4243df51fe43): sum=71 Message-ID: <20170403090522.86620.29695.593769E2@psf.io> results for 4243df51fe43 on branch "default" -------------------------------------------- test_functools leaked [0, 3, 1] memory blocks, sum=4 test_multiprocessing_spawn leaked [0, 0, 44] references, sum=44 test_multiprocessing_spawn leaked [1, 0, 20] memory blocks, sum=21 test_multiprocessing_spawn leaked [0, 0, 2] file descriptors, sum=2 Command line was: ['./python', '-m', 'test.regrtest', '-uall', '-R', '3:3:/home/psf-users/antoine/refleaks/reflogN07Ane', '--timeout', '7200'] From noreply at github.com Mon Apr 3 07:06:35 2017 From: noreply at github.com (GitHub) Date: Mon, 03 Apr 2017 04:06:35 -0700 Subject: [Python-checkins] [python/cpython] d64146: Fix socket leaks (#351) Message-ID: <58e22cbb8e70e_1d403ff5a5143c34850b8@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.7 Home: https://github.com/python/cpython Commit: d64146c4b776e569e5cf78d6ef561be1248612bd https://github.com/python/cpython/commit/d64146c4b776e569e5cf78d6ef561be1248612bd Author: Ivan Mokeev Date: 2017-04-03 (Mon, 03 Apr 2017) Changed paths: M Lib/ftplib.py Log Message: ----------- Fix socket leaks (#351) * Fix socket leaks * Fixed sockets leak From noreply at github.com Mon Apr 3 12:09:57 2017 From: noreply at github.com (GitHub) Date: Mon, 03 Apr 2017 09:09:57 -0700 Subject: [Python-checkins] [python/cpython] 9acc6a: test_locale now ignores the DeprecationWarning (#9... Message-ID: <58e273d516fe_5d0b3fcc1af97c2c103938@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 9acc6a03f1fd684fce2755b3b22f7448ad4c1dd6 https://github.com/python/cpython/commit/9acc6a03f1fd684fce2755b3b22f7448ad4c1dd6 Author: Victor Stinner Date: 2017-04-03 (Mon, 03 Apr 2017) Changed paths: M Lib/locale.py M Lib/test/test_locale.py Log Message: ----------- test_locale now ignores the DeprecationWarning (#977) Don't fail anymore if test run with python3 -Werror. Fix also deprecation message: add a space. From noreply at github.com Mon Apr 3 12:11:23 2017 From: noreply at github.com (GitHub) Date: Mon, 03 Apr 2017 09:11:23 -0700 Subject: [Python-checkins] [python/cpython] 23d6eb: bpo-28087: Skip test_asyncore and test_eintr poll ... Message-ID: <58e2742b916bd_29323ff5e3ae9c3c1026d1@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.7 Home: https://github.com/python/cpython Commit: 23d6eb656ec29140fcca1c9261b7953e2312b171 https://github.com/python/cpython/commit/23d6eb656ec29140fcca1c9261b7953e2312b171 Author: Victor Stinner Date: 2017-04-03 (Mon, 03 Apr 2017) Changed paths: M Lib/test/test_asyncore.py M Misc/NEWS Log Message: ----------- bpo-28087: Skip test_asyncore and test_eintr poll failures on macOS. (#462) (#973) * bpo-28087: Skip test_asyncore and test_eintr poll failures on macOS Skip some tests of select.poll when running on macOS due to unresolved issues with the underlying system poll function on some macOS versions. (cherry picked from commit de04644627f82d9dc48b3423def7ff5b4aa1926a) From noreply at github.com Mon Apr 3 12:16:15 2017 From: noreply at github.com (GitHub) Date: Mon, 03 Apr 2017 09:16:15 -0700 Subject: [Python-checkins] [python/cpython] 8614b5: Correct typo (#976) Message-ID: <58e2754fc7d7b_15d43f7f9e0e9c3442523@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 8614b59910c0b3529891be164aee581eb729f1b3 https://github.com/python/cpython/commit/8614b59910c0b3529891be164aee581eb729f1b3 Author: Angus Hollands Date: 2017-04-03 (Mon, 03 Apr 2017) Changed paths: M Modules/_decimal/_decimal.c Log Message: ----------- Correct typo (#976) From noreply at github.com Mon Apr 3 12:18:33 2017 From: noreply at github.com (GitHub) Date: Mon, 03 Apr 2017 09:18:33 -0700 Subject: [Python-checkins] [python/cpython] cf1958: Remove obsolete declaration in tokenizer.h (#962) Message-ID: <58e275d958a2e_23053fd281f9bc3811399c@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: cf1958af4c762c970d1f2fa0e92577f577774c22 https://github.com/python/cpython/commit/cf1958af4c762c970d1f2fa0e92577f577774c22 Author: Jim Fasarakis-Hilliard Date: 2017-04-03 (Mon, 03 Apr 2017) Changed paths: M Parser/tokenizer.h Log Message: ----------- Remove obsolete declaration in tokenizer.h (#962) From noreply at github.com Mon Apr 3 12:26:34 2017 From: noreply at github.com (GitHub) Date: Mon, 03 Apr 2017 09:26:34 -0700 Subject: [Python-checkins] [python/cpython] d184c2: Keep the c-api exception doc up-to-date (#966) Message-ID: <58e277ba1d766_7b183fd69d82dc38123892@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.6 Home: https://github.com/python/cpython Commit: d184c20e359907e326696724a3395ce1d542f42e https://github.com/python/cpython/commit/d184c20e359907e326696724a3395ce1d542f42e Author: cocoatomo Date: 2017-04-03 (Mon, 03 Apr 2017) Changed paths: M Doc/c-api/exceptions.rst M Misc/ACKS Log Message: ----------- Keep the c-api exception doc up-to-date (#966) cherry-pick'ed from ec1f5df..e3d6db3 From noreply at github.com Tue Apr 4 01:16:15 2017 From: noreply at github.com (GitHub) Date: Mon, 03 Apr 2017 22:16:15 -0700 Subject: [Python-checkins] [python/cpython] 02e121: bpo-29725: DOC: add text for arraysize in sqlite3.... Message-ID: <58e32c1f69840_5f513fdae4fe7c4454388@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 02e12138000da834f23719521a011fa93763384d https://github.com/python/cpython/commit/02e12138000da834f23719521a011fa93763384d Author: csabella Date: 2017-04-03 (Mon, 03 Apr 2017) Changed paths: M Doc/library/sqlite3.rst Log Message: ----------- bpo-29725: DOC: add text for arraysize in sqlite3.Cursor (#947) * bpo-29725: DOC: add text for arraysize in sqlite3.Cursor From noreply at github.com Tue Apr 4 01:27:16 2017 From: noreply at github.com (GitHub) Date: Mon, 03 Apr 2017 22:27:16 -0700 Subject: [Python-checkins] [python/cpython] cb1e00: bpo-29725: DOC: add text for arraysize in sqlite3.... Message-ID: <58e32eb4cee4f_18d23ff95af11c2c1142ad@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.6 Home: https://github.com/python/cpython Commit: cb1e002c07622e027e80a3843d27a623d1617430 https://github.com/python/cpython/commit/cb1e002c07622e027e80a3843d27a623d1617430 Author: Senthil Kumaran Date: 2017-04-03 (Mon, 03 Apr 2017) Changed paths: M Doc/library/sqlite3.rst Log Message: ----------- bpo-29725: DOC: add text for arraysize in sqlite3.Cursor (#947) (#985) (cherry picked from commit 02e12138000da834f23719521a011fa93763384d) From noreply at github.com Tue Apr 4 01:28:25 2017 From: noreply at github.com (GitHub) Date: Mon, 03 Apr 2017 22:28:25 -0700 Subject: [Python-checkins] [python/cpython] 0f9cea: bpo-29725: DOC: add text for arraysize in sqlite3.... Message-ID: <58e32ef939732_1f8e3fd58af6dc3c814b9@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.5 Home: https://github.com/python/cpython Commit: 0f9ceaf322cc9358373167115fd4c21ab2d9ad50 https://github.com/python/cpython/commit/0f9ceaf322cc9358373167115fd4c21ab2d9ad50 Author: Senthil Kumaran Date: 2017-04-03 (Mon, 03 Apr 2017) Changed paths: M Doc/library/sqlite3.rst Log Message: ----------- bpo-29725: DOC: add text for arraysize in sqlite3.Cursor (#947) (#986) (cherry picked from commit 02e12138000da834f23719521a011fa93763384d) From noreply at github.com Tue Apr 4 04:35:17 2017 From: noreply at github.com (GitHub) Date: Tue, 04 Apr 2017 01:35:17 -0700 Subject: [Python-checkins] [python/cpython] 5de85a: bpo-29972: Skip tests known to fail on AIX (#979) Message-ID: <58e35ac5b3503_13743fb0a0acbc385156c@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 5de85a17029356084b96db63e04d9eb150efd9c0 https://github.com/python/cpython/commit/5de85a17029356084b96db63e04d9eb150efd9c0 Author: Victor Stinner Date: 2017-04-04 (Tue, 04 Apr 2017) Changed paths: M Lib/test/eintrdata/eintr_tester.py M Lib/test/test_locale.py M Lib/test/test_socket.py M Lib/test/test_strptime.py M Lib/test/test_tools/test_i18n.py Log Message: ----------- bpo-29972: Skip tests known to fail on AIX (#979) * bpo-29972: Fix test_eintr on AIX On AIX, sigtimedwait(0.2) sleeps 199.8 ms, whereas the test expects 200 ms or longer. * bpo-29972: Skip some inet_pton() tests on AIX Skip some inet_pton() tests of test_socket on AIX. inet_pton() on AIX is less strict than on Linux and doesn't reject some invalid IP addresses. The unit tests test more the libc than Python itself. * bpo-29972: Skip tests known to fail on AIX * test_locale.test_strcoll_with_diacritic() * test_locale.test_strxfrm_with_diacritic() * test_strptime.test_week_of_year_and_day_of_week_calculation() * test_tools.test_POT_Creation_Date() From solipsis at pitrou.net Tue Apr 4 05:05:50 2017 From: solipsis at pitrou.net (solipsis at pitrou.net) Date: Tue, 04 Apr 2017 09:05:50 +0000 Subject: [Python-checkins] Daily reference leaks (4243df51fe43): sum=11 Message-ID: <20170404090549.53483.21948.ED63F384@psf.io> results for 4243df51fe43 on branch "default" -------------------------------------------- test_collections leaked [0, 0, 7] memory blocks, sum=7 test_functools leaked [0, 3, 1] memory blocks, sum=4 test_multiprocessing_fork leaked [-1, -1, 2] memory blocks, sum=0 Command line was: ['./python', '-m', 'test.regrtest', '-uall', '-R', '3:3:/home/psf-users/antoine/refleaks/reflogCdNK_V', '--timeout', '7200'] From noreply at github.com Tue Apr 4 05:49:16 2017 From: noreply at github.com (GitHub) Date: Tue, 04 Apr 2017 02:49:16 -0700 Subject: [Python-checkins] [python/cpython] ce92be: remove merge=union attribute for Misc/NEWS (GH-460... Message-ID: <58e36c1c7e40_d8f3fd2c9a31c3c943e1@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.6 Home: https://github.com/python/cpython Commit: ce92be1825c5ca1d3e6bff24598f3aa54c000b22 https://github.com/python/cpython/commit/ce92be1825c5ca1d3e6bff24598f3aa54c000b22 Author: Mariatta Date: 2017-04-04 (Tue, 04 Apr 2017) Changed paths: M .gitattributes Log Message: ----------- remove merge=union attribute for Misc/NEWS (GH-460) (GH-988) (cherry picked from commit 060d2d776a29341c079cce37220324f9775140ba) From noreply at github.com Tue Apr 4 06:46:27 2017 From: noreply at github.com (GitHub) Date: Tue, 04 Apr 2017 03:46:27 -0700 Subject: [Python-checkins] [python/cpython] f78b11: bpo-29649: Improve struct.pack_into() boundary err... Message-ID: <58e3798323916_19323f9933389c381294a3@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: f78b119364b521307237a1484ba5f43f42300898 https://github.com/python/cpython/commit/f78b119364b521307237a1484ba5f43f42300898 Author: Andrew Nester Date: 2017-04-04 (Tue, 04 Apr 2017) Changed paths: M Lib/test/test_struct.py M Misc/NEWS M Modules/_struct.c Log Message: ----------- bpo-29649: Improve struct.pack_into() boundary error messages (#424) From noreply at github.com Tue Apr 4 08:49:33 2017 From: noreply at github.com (GitHub) Date: Tue, 04 Apr 2017 05:49:33 -0700 Subject: [Python-checkins] [python/cpython] d7564e: remove merge=union attribute for Misc/NEWS (GH-460... Message-ID: <58e3965d578b4_22ad3fd94f9f7c4429150@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.7 Home: https://github.com/python/cpython Commit: d7564e538c2573105727a209f51c6db26259317b https://github.com/python/cpython/commit/d7564e538c2573105727a209f51c6db26259317b Author: Mariatta Date: 2017-04-04 (Tue, 04 Apr 2017) Changed paths: M .gitattributes Log Message: ----------- remove merge=union attribute for Misc/NEWS (GH-460) (GH-989) (cherry picked from commit 060d2d776a29341c079cce37220324f9775140ba) From noreply at github.com Wed Apr 5 00:19:44 2017 From: noreply at github.com (GitHub) Date: Tue, 04 Apr 2017 21:19:44 -0700 Subject: [Python-checkins] [python/cpython] 257b98: correct parse_qs and parse_qsl test case descripti... Message-ID: <58e47060a6337_1ac103fead41cfc381153ab@hookshot-fe-6dbb0c4.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 257b980b316a5206ecf6c23b958e2b7c4df4f3de https://github.com/python/cpython/commit/257b980b316a5206ecf6c23b958e2b7c4df4f3de Author: Senthil Kumaran Date: 2017-04-04 (Tue, 04 Apr 2017) Changed paths: M Lib/test/test_urlparse.py M Lib/urllib/parse.py Log Message: ----------- correct parse_qs and parse_qsl test case descriptions. (#968) * correct parse_qs and parse_qsl test case descriptions. From noreply at github.com Wed Apr 5 01:36:23 2017 From: noreply at github.com (GitHub) Date: Tue, 04 Apr 2017 22:36:23 -0700 Subject: [Python-checkins] [python/cpython] 43ba88: bpo-29549: Fixes docstring for str.index (#256) Message-ID: <58e48257634a4_15533fce51271c30795ef@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 43ba8861e0ad044efafa46a7cc04e12ac5df640e https://github.com/python/cpython/commit/43ba8861e0ad044efafa46a7cc04e12ac5df640e Author: Lisa Roach Date: 2017-04-04 (Tue, 04 Apr 2017) Changed paths: M Objects/bytes_methods.c M Objects/unicodeobject.c Log Message: ----------- bpo-29549: Fixes docstring for str.index (#256) * Updates B.index documentation. * Updates str.index documentation, makes it Argument Clinic compatible. * Removes ArgumentClinic code. * Finishes string.index documentation. * Updates string.rindex documentation. * Documents B.rindex. From noreply at github.com Wed Apr 5 02:37:25 2017 From: noreply at github.com (GitHub) Date: Tue, 04 Apr 2017 23:37:25 -0700 Subject: [Python-checkins] [python/cpython] 5affd2: bpo-29762: More use "raise from None". (#569) Message-ID: <58e490a571259_179e3fcb4c6c9c407769d@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 5affd23e6f42125998724787025080a24839266e https://github.com/python/cpython/commit/5affd23e6f42125998724787025080a24839266e Author: Serhiy Storchaka Date: 2017-04-05 (Wed, 05 Apr 2017) Changed paths: M Lib/_collections_abc.py M Lib/_weakrefset.py M Lib/aifc.py M Lib/asyncio/base_events.py M Lib/bdb.py M Lib/chunk.py M Lib/configparser.py M Lib/copyreg.py M Lib/difflib.py M Lib/dis.py M Lib/json/decoder.py M Lib/json/scanner.py M Lib/lib2to3/patcomp.py M Lib/lib2to3/pgen2/literals.py M Lib/lib2to3/refactor.py M Lib/locale.py M Lib/mailbox.py M Lib/multiprocessing/context.py M Lib/multiprocessing/pool.py M Lib/multiprocessing/process.py M Lib/netrc.py M Lib/nntplib.py M Lib/pickle.py M Lib/shutil.py M Lib/sysconfig.py M Lib/warnings.py M Lib/xml/dom/xmlbuilder.py M Lib/xml/etree/ElementPath.py M Tools/freeze/winmakemakefile.py M Tools/pynche/ColorDB.py Log Message: ----------- bpo-29762: More use "raise from None". (#569) This hides unwanted implementation details from tracebacks. From noreply at github.com Wed Apr 5 05:00:43 2017 From: noreply at github.com (GitHub) Date: Wed, 05 Apr 2017 02:00:43 -0700 Subject: [Python-checkins] [python/cpython] bae688: Update Argument Clinic generated code for bpo-2987... Message-ID: <58e4b23bd905d_21663fa0d6c13c281278fa@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: bae6881b4215b2613ad08ef0dc7bed7743c2b8cc https://github.com/python/cpython/commit/bae6881b4215b2613ad08ef0dc7bed7743c2b8cc Author: Serhiy Storchaka Date: 2017-04-05 (Wed, 05 Apr 2017) Changed paths: M Objects/clinic/complexobject.c.h M Objects/clinic/floatobject.c.h M Objects/complexobject.c M Objects/floatobject.c Log Message: ----------- Update Argument Clinic generated code for bpo-29878. (#1001) From solipsis at pitrou.net Wed Apr 5 05:06:08 2017 From: solipsis at pitrou.net (solipsis at pitrou.net) Date: Wed, 05 Apr 2017 09:06:08 +0000 Subject: [Python-checkins] Daily reference leaks (4243df51fe43): sum=14 Message-ID: <20170405090607.86741.32743.8BE8D216@psf.io> results for 4243df51fe43 on branch "default" -------------------------------------------- test_collections leaked [0, 7, 0] memory blocks, sum=7 test_functools leaked [0, 3, 1] memory blocks, sum=4 test_multiprocessing_fork leaked [2, -1, 0] memory blocks, sum=1 test_multiprocessing_spawn leaked [2, 0, 0] memory blocks, sum=2 Command line was: ['./python', '-m', 'test.regrtest', '-uall', '-R', '3:3:/home/psf-users/antoine/refleaks/reflogOP7LjX', '--timeout', '7200'] From noreply at github.com Wed Apr 5 05:07:23 2017 From: noreply at github.com (GitHub) Date: Wed, 05 Apr 2017 02:07:23 -0700 Subject: [Python-checkins] [python/cpython] a0157b: Miscellaneous minor fixes of Misc/NEWS formatting.... Message-ID: <58e4b3cbd7f0d_5fca3ff1b4621c3c938e7@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: a0157b5f11e621f2196af4e918b9f07688a6cd1c https://github.com/python/cpython/commit/a0157b5f11e621f2196af4e918b9f07688a6cd1c Author: Serhiy Storchaka Date: 2017-04-05 (Wed, 05 Apr 2017) Changed paths: M Misc/NEWS Log Message: ----------- Miscellaneous minor fixes of Misc/NEWS formatting. (#1002) From noreply at github.com Wed Apr 5 06:18:21 2017 From: noreply at github.com (GitHub) Date: Wed, 05 Apr 2017 03:18:21 -0700 Subject: [Python-checkins] [python/cpython] ba980e: Miscellaneous minor fixes of Misc/NEWS formatting.... Message-ID: <58e4c46dee943_1a7e53febdbe79c38126741@hookshot-fe-6dbb0c4.cp1-iad.github.net.mail> Branch: refs/heads/3.6 Home: https://github.com/python/cpython Commit: ba980e8ef01dfaf484defd6e7a19ea5375de1338 https://github.com/python/cpython/commit/ba980e8ef01dfaf484defd6e7a19ea5375de1338 Author: Serhiy Storchaka Date: 2017-04-05 (Wed, 05 Apr 2017) Changed paths: M Misc/NEWS Log Message: ----------- Miscellaneous minor fixes of Misc/NEWS formatting. (#1002) (#1003) (cherry picked from commit a0157b5f11e621f2196af4e918b9f07688a6cd1c) From noreply at github.com Wed Apr 5 06:42:38 2017 From: noreply at github.com (GitHub) Date: Wed, 05 Apr 2017 03:42:38 -0700 Subject: [Python-checkins] [python/cpython] 846bd3: Miscellaneous minor fixes of Misc/NEWS formatting.... Message-ID: <58e4ca1e5e61c_64353ffbfbd6fc401714ec@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.5 Home: https://github.com/python/cpython Commit: 846bd39a9ca4fd95f0d3c12e2466f8c89c619944 https://github.com/python/cpython/commit/846bd39a9ca4fd95f0d3c12e2466f8c89c619944 Author: Serhiy Storchaka Date: 2017-04-05 (Wed, 05 Apr 2017) Changed paths: M Misc/NEWS Log Message: ----------- Miscellaneous minor fixes of Misc/NEWS formatting. (#1002) (#1006) (cherry picked from commit a0157b5f11e621f2196af4e918b9f07688a6cd1c) From noreply at github.com Wed Apr 5 09:52:56 2017 From: noreply at github.com (GitHub) Date: Wed, 05 Apr 2017 06:52:56 -0700 Subject: [Python-checkins] [python/cpython] 2d8bda: correct parse_qs and parse_qsl test case descripti... Message-ID: <58e4f6b836237_5b803fbbd26e1c34137674@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.5 Home: https://github.com/python/cpython Commit: 2d8bda5c1618e2917226635502fd5f15cdef123f https://github.com/python/cpython/commit/2d8bda5c1618e2917226635502fd5f15cdef123f Author: Senthil Kumaran Date: 2017-04-05 (Wed, 05 Apr 2017) Changed paths: M Lib/test/test_urlparse.py M Lib/urllib/parse.py Log Message: ----------- correct parse_qs and parse_qsl test case descriptions. (#968) (#998) (cherry picked from commit 257b980b316a5206ecf6c23b958e2b7c4df4f3de) From noreply at github.com Wed Apr 5 13:34:29 2017 From: noreply at github.com (GitHub) Date: Wed, 05 Apr 2017 10:34:29 -0700 Subject: [Python-checkins] [python/cpython] a0ce37: bpo-29962: add math.remainder (#950) Message-ID: <58e52aa5242b0_18533fef520f7c3486169@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: a0ce375e10b50f7606cb86b072fed7d8cd574fe7 https://github.com/python/cpython/commit/a0ce375e10b50f7606cb86b072fed7d8cd574fe7 Author: Mark Dickinson Date: 2017-04-05 (Wed, 05 Apr 2017) Changed paths: M Doc/library/math.rst M Doc/whatsnew/3.7.rst M Lib/test/test_math.py M Misc/NEWS M Modules/mathmodule.c Log Message: ----------- bpo-29962: add math.remainder (#950) * Implement math.remainder. * Fix markup for arguments; use double spaces after period. * Mark up function reference in what's new entry. * Add comment explaining the calculation in the final branch. * Fix out-of-order entry in whatsnew. * Add comment explaining why it's good enough to compare m with c, in spite of possible rounding error. From noreply at github.com Wed Apr 5 22:21:32 2017 From: noreply at github.com (GitHub) Date: Wed, 05 Apr 2017 19:21:32 -0700 Subject: [Python-checkins] [python/cpython] 01fa9a: Correct typo in configparser.rst (#1012) Message-ID: <58e5a62cdcb8d_170b3ff227b75c381089b1@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 01fa9ae5460b00bf1ced500c797176ebd3fb060d https://github.com/python/cpython/commit/01fa9ae5460b00bf1ced500c797176ebd3fb060d Author: Alex Jordan Date: 2017-04-05 (Wed, 05 Apr 2017) Changed paths: M Doc/library/configparser.rst Log Message: ----------- Correct typo in configparser.rst (#1012) From noreply at github.com Thu Apr 6 01:19:41 2017 From: noreply at github.com (GitHub) Date: Wed, 05 Apr 2017 22:19:41 -0700 Subject: [Python-checkins] [python/cpython] 93b4b4: bpo-28837: Fix lib2to3 handling of map/zip/filter ... Message-ID: <58e5cfedd5fa4_7c6c3fa95e633c3c75582@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 93b4b47e3a720171d67f3b608de406aef462835c https://github.com/python/cpython/commit/93b4b47e3a720171d67f3b608de406aef462835c Author: Stuart Berg Date: 2017-04-05 (Wed, 05 Apr 2017) Changed paths: M Lib/lib2to3/fixes/fix_filter.py M Lib/lib2to3/fixes/fix_map.py M Lib/lib2to3/fixes/fix_zip.py M Lib/lib2to3/tests/test_fixers.py M Misc/ACKS Log Message: ----------- bpo-28837: Fix lib2to3 handling of map/zip/filter calls when followed with a 'trailer', e.g. zip()[x] (#24) From solipsis at pitrou.net Thu Apr 6 05:06:04 2017 From: solipsis at pitrou.net (solipsis at pitrou.net) Date: Thu, 06 Apr 2017 09:06:04 +0000 Subject: [Python-checkins] Daily reference leaks (4243df51fe43): sum=5 Message-ID: <20170406090603.59028.4129.05A69AF5@psf.io> results for 4243df51fe43 on branch "default" -------------------------------------------- test_collections leaked [7, 0, -7] memory blocks, sum=0 test_functools leaked [0, 3, 1] memory blocks, sum=4 test_multiprocessing_fork leaked [1, -2, 1] memory blocks, sum=0 test_multiprocessing_forkserver leaked [0, -1, 2] memory blocks, sum=1 Command line was: ['./python', '-m', 'test.regrtest', '-uall', '-R', '3:3:/home/psf-users/antoine/refleaks/reflogsiU13Z', '--timeout', '7200'] From noreply at github.com Thu Apr 6 10:00:25 2017 From: noreply at github.com (GitHub) Date: Thu, 06 Apr 2017 07:00:25 -0700 Subject: [Python-checkins] [python/cpython] 2cfe58: [3.5] bpo-19225: Lack of c api exceptions doc (#96... Message-ID: <58e649f96bf47_16763f8b181a5c381236d9@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.5 Home: https://github.com/python/cpython Commit: 2cfe583ac8d3eaa98e3d2aca597577ce4787ca20 https://github.com/python/cpython/commit/2cfe583ac8d3eaa98e3d2aca597577ce4787ca20 Author: cocoatomo Date: 2017-04-06 (Thu, 06 Apr 2017) Changed paths: M Doc/c-api/exceptions.rst M Misc/ACKS Log Message: ----------- [3.5] bpo-19225: Lack of c api exceptions doc (#965) * Keep the c-api exception doc up-to-date cherry-pick'ed from ec1f5df..e3d6db3 and fix conflict From noreply at github.com Thu Apr 6 11:38:39 2017 From: noreply at github.com (GitHub) Date: Thu, 06 Apr 2017 08:38:39 -0700 Subject: [Python-checkins] [python/cpython] ed2784: correct parse_qs and parse_qsl test case descripti... Message-ID: <58e660ff57e65_1ac813fb05ce71c3c2093da@hookshot-fe-6dbb0c4.cp1-iad.github.net.mail> Branch: refs/heads/3.6 Home: https://github.com/python/cpython Commit: ed278448daa4afb78d1af57b0c179097477f9832 https://github.com/python/cpython/commit/ed278448daa4afb78d1af57b0c179097477f9832 Author: Senthil Kumaran Date: 2017-04-06 (Thu, 06 Apr 2017) Changed paths: M Lib/test/test_urlparse.py M Lib/urllib/parse.py Log Message: ----------- correct parse_qs and parse_qsl test case descriptions. (#968) (#997) (cherry picked from commit 257b980b316a5206ecf6c23b958e2b7c4df4f3de) From noreply at github.com Thu Apr 6 13:36:45 2017 From: noreply at github.com (GitHub) Date: Thu, 06 Apr 2017 10:36:45 -0700 Subject: [Python-checkins] [python/cpython] 9b5078: Fix references within buffer protocol docs (#1016) Message-ID: <58e67cad1274e_3123fbc5ff57c3c1959b4@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.7 Home: https://github.com/python/cpython Commit: 9b50786bc799fee4be24c8de18a1ff55e8809483 https://github.com/python/cpython/commit/9b50786bc799fee4be24c8de18a1ff55e8809483 Author: Eric Wieser Date: 2017-04-06 (Thu, 06 Apr 2017) Changed paths: M Doc/c-api/typeobj.rst Log Message: ----------- Fix references within buffer protocol docs (#1016) From noreply at github.com Fri Apr 7 03:19:09 2017 From: noreply at github.com (GitHub) Date: Fri, 07 Apr 2017 00:19:09 -0700 Subject: [Python-checkins] [python/cpython] fd0cd0: Remove Invalid comment in test_urllib2.py (#1020) Message-ID: <58e73d6dbc9f5_2d4d3faee65cdc38830e4@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: fd0cd07a5a3c964c084f4efc5bbcb89dd2193ee6 https://github.com/python/cpython/commit/fd0cd07a5a3c964c084f4efc5bbcb89dd2193ee6 Author: Senthil Kumaran Date: 2017-04-07 (Fri, 07 Apr 2017) Changed paths: M Lib/test/test_urllib2.py Log Message: ----------- Remove Invalid comment in test_urllib2.py (#1020) From noreply at github.com Fri Apr 7 03:56:43 2017 From: noreply at github.com (GitHub) Date: Fri, 07 Apr 2017 00:56:43 -0700 Subject: [Python-checkins] [python/cpython] 041e60: Remove Invalid comment in test_urllib2.py (#1021) Message-ID: <58e7463b5f84a_b903f90903fdc38209530@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.5 Home: https://github.com/python/cpython Commit: 041e6006db57820dcd05f06bd15d26512c575841 https://github.com/python/cpython/commit/041e6006db57820dcd05f06bd15d26512c575841 Author: Senthil Kumaran Date: 2017-04-07 (Fri, 07 Apr 2017) Changed paths: M Lib/test/test_urllib2.py Log Message: ----------- Remove Invalid comment in test_urllib2.py (#1021) (cherry picked from commit fd0cd07a5a3c964c084f4efc5bbcb89dd2193ee6) From noreply at github.com Fri Apr 7 03:57:00 2017 From: noreply at github.com (GitHub) Date: Fri, 07 Apr 2017 00:57:00 -0700 Subject: [Python-checkins] [python/cpython] 19d61b: Remove Invalid comment in test_urllib2.py. (#1022) Message-ID: <58e7464c8680d_1aecc3fbf1742bc40133224@hookshot-fe-6dbb0c4.cp1-iad.github.net.mail> Branch: refs/heads/3.6 Home: https://github.com/python/cpython Commit: 19d61b265fabed01ebfb8eae9855f2ee59ff591b https://github.com/python/cpython/commit/19d61b265fabed01ebfb8eae9855f2ee59ff591b Author: Senthil Kumaran Date: 2017-04-07 (Fri, 07 Apr 2017) Changed paths: M Lib/test/test_urllib2.py Log Message: ----------- Remove Invalid comment in test_urllib2.py. (#1022) (cherry picked from commit fd0cd07a5a3c964c084f4efc5bbcb89dd2193ee6) From solipsis at pitrou.net Fri Apr 7 05:06:35 2017 From: solipsis at pitrou.net (solipsis at pitrou.net) Date: Fri, 07 Apr 2017 09:06:35 +0000 Subject: [Python-checkins] Daily reference leaks (4243df51fe43): sum=-2 Message-ID: <20170407090634.45767.97512.838025EE@psf.io> results for 4243df51fe43 on branch "default" -------------------------------------------- test_collections leaked [0, -7, 1] memory blocks, sum=-6 test_functools leaked [0, 3, 1] memory blocks, sum=4 Command line was: ['./python', '-m', 'test.regrtest', '-uall', '-R', '3:3:/home/psf-users/antoine/refleaks/reflogcmmRBa', '--timeout', '7200'] From noreply at github.com Fri Apr 7 08:47:37 2017 From: noreply at github.com (GitHub) Date: Fri, 07 Apr 2017 05:47:37 -0700 Subject: [Python-checkins] [python/cpython] 11f549: #30014: make selectors.DefaultSelector.modify() fa... Message-ID: <58e78a696bdb7_1ac813fb05ce71c3c2388e2@hookshot-fe-6dbb0c4.cp1-iad.github.net.mail> Branch: refs/heads/bpo-30014-selectors-modify-speedup Home: https://github.com/python/cpython Commit: 11f5491c491117143bb7cd7ff8d2cad83fb44e75 https://github.com/python/cpython/commit/11f5491c491117143bb7cd7ff8d2cad83fb44e75 Author: Giampaolo Rodola Date: 2017-04-07 (Fri, 07 Apr 2017) Changed paths: M Doc/whatsnew/3.7.rst M Lib/selectors.py Log Message: ----------- #30014: make selectors.DefaultSelector.modify() faster by relying on selector's modify() method instead of un/register()ing the fd From noreply at github.com Fri Apr 7 11:56:13 2017 From: noreply at github.com (GitHub) Date: Fri, 07 Apr 2017 08:56:13 -0700 Subject: [Python-checkins] [python/cpython] 150cd1: bpo-29958: Minor improvements to zipfile and tarfi... Message-ID: <58e7b69d81a0b_7d7d3ff4adbe3c2810018b@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 150cd1916a59e750ce88c65325de9ef0c42c6cb5 https://github.com/python/cpython/commit/150cd1916a59e750ce88c65325de9ef0c42c6cb5 Author: Serhiy Storchaka Date: 2017-04-07 (Fri, 07 Apr 2017) Changed paths: M Lib/tarfile.py M Lib/test/test_tarfile.py M Lib/test/test_zipfile.py M Lib/zipfile.py Log Message: ----------- bpo-29958: Minor improvements to zipfile and tarfile CLI. (#944) From noreply at github.com Fri Apr 7 12:24:45 2017 From: noreply at github.com (GitHub) Date: Fri, 07 Apr 2017 09:24:45 -0700 Subject: [Python-checkins] [python/cpython] 43d5df: #30014: add unit test Message-ID: <58e7bd4d9f3e_2d4e3fb87ea55c3c1373f0@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/bpo-30014-selectors-modify-speedup Home: https://github.com/python/cpython Commit: 43d5df150f4e0b616b4d6a3dc7888bd629190011 https://github.com/python/cpython/commit/43d5df150f4e0b616b4d6a3dc7888bd629190011 Author: Giampaolo Rodola Date: 2017-04-07 (Fri, 07 Apr 2017) Changed paths: M Doc/whatsnew/3.7.rst M Lib/test/test_selectors.py M Misc/NEWS Log Message: ----------- #30014: add unit test From noreply at github.com Fri Apr 7 14:18:16 2017 From: noreply at github.com (GitHub) Date: Fri, 07 Apr 2017 11:18:16 -0700 Subject: [Python-checkins] [python/cpython] dd9a0a: Fix a minor typo. (#1032) Message-ID: <58e7d7e815d3b_68283f8f9af5dc3c1213a@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: dd9a0a14c89d57e43898d4b866b8c161e4ff8506 https://github.com/python/cpython/commit/dd9a0a14c89d57e43898d4b866b8c161e4ff8506 Author: Barry Warsaw Date: 2017-04-07 (Fri, 07 Apr 2017) Changed paths: M Doc/library/asyncio-protocol.rst Log Message: ----------- Fix a minor typo. (#1032) From noreply at github.com Fri Apr 7 15:20:39 2017 From: noreply at github.com (GitHub) Date: Fri, 07 Apr 2017 12:20:39 -0700 Subject: [Python-checkins] [python/cpython] 29b6fe: #30014: refactor poll-related classes so that poll... Message-ID: <58e7e68767170_fe53fd7038a5c401314cc@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/selectors-refactoring Home: https://github.com/python/cpython Commit: 29b6fee6d963355cf396decd49a22b4a8417c91f https://github.com/python/cpython/commit/29b6fee6d963355cf396decd49a22b4a8417c91f Author: Giampaolo Rodola Date: 2017-04-07 (Fri, 07 Apr 2017) Changed paths: M Lib/selectors.py Log Message: ----------- #30014: refactor poll-related classes so that poll(), epoll() and devpoll() share the same methods for register(), unregister(), close() and select() From noreply at github.com Fri Apr 7 15:26:21 2017 From: noreply at github.com (GitHub) Date: Fri, 07 Apr 2017 12:26:21 -0700 Subject: [Python-checkins] [python/cpython] ea8820: remove unused attribute Message-ID: <58e7e7dd1c2fb_4a733f9b33495c38155c4@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/selectors-refactoring Home: https://github.com/python/cpython Commit: ea8820f3cc2d135b25a1472fc3d65e5a0875a5ef https://github.com/python/cpython/commit/ea8820f3cc2d135b25a1472fc3d65e5a0875a5ef Author: Giampaolo Rodola Date: 2017-04-07 (Fri, 07 Apr 2017) Changed paths: M Lib/selectors.py Log Message: ----------- remove unused attribute From noreply at github.com Fri Apr 7 15:29:55 2017 From: noreply at github.com (GitHub) Date: Fri, 07 Apr 2017 12:29:55 -0700 Subject: [Python-checkins] [python/cpython] 0b46cf: use specific class attributes instead of select.* ... Message-ID: <58e7e8b34519d_711f3f846ccfbc34437c9@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/selectors-refactoring Home: https://github.com/python/cpython Commit: 0b46cfeb14fab0577d8a1b616def2ddccf88ee80 https://github.com/python/cpython/commit/0b46cfeb14fab0577d8a1b616def2ddccf88ee80 Author: Giampaolo Rodola Date: 2017-04-07 (Fri, 07 Apr 2017) Changed paths: M Lib/selectors.py Log Message: ----------- use specific class attributes instead of select.* constants From noreply at github.com Fri Apr 7 16:50:14 2017 From: noreply at github.com (GitHub) Date: Fri, 07 Apr 2017 13:50:14 -0700 Subject: [Python-checkins] [python/cpython] 616d3e: Fix a minor typo. (#1032) (#1037) Message-ID: <58e7fb86d02f8_42193fa5a8b19c384964d@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.6 Home: https://github.com/python/cpython Commit: 616d3eb7ef96f1a27bbff68fba6e5d229257d936 https://github.com/python/cpython/commit/616d3eb7ef96f1a27bbff68fba6e5d229257d936 Author: Barry Warsaw Date: 2017-04-07 (Fri, 07 Apr 2017) Changed paths: M Doc/library/asyncio-protocol.rst Log Message: ----------- Fix a minor typo. (#1032) (#1037) (cherry picked from commit dd9a0a14c89d57e43898d4b866b8c161e4ff8506) From noreply at github.com Fri Apr 7 16:50:22 2017 From: noreply at github.com (GitHub) Date: Fri, 07 Apr 2017 13:50:22 -0700 Subject: [Python-checkins] [python/cpython] f688f1: Fix a minor typo. (#1032) (#1036) Message-ID: <58e7fb8e32e71_43e63fd7e7ad3c446291f@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.5 Home: https://github.com/python/cpython Commit: f688f180b21679c06d5258e88c688635ed719473 https://github.com/python/cpython/commit/f688f180b21679c06d5258e88c688635ed719473 Author: Barry Warsaw Date: 2017-04-07 (Fri, 07 Apr 2017) Changed paths: M Doc/library/asyncio-protocol.rst Log Message: ----------- Fix a minor typo. (#1032) (#1036) (cherry picked from commit dd9a0a14c89d57e43898d4b866b8c161e4ff8506) From noreply at github.com Fri Apr 7 18:23:09 2017 From: noreply at github.com (GitHub) Date: Fri, 07 Apr 2017 15:23:09 -0700 Subject: [Python-checkins] [python/cpython] d0d575: bpo-29939: suppress compiler warnings in _ctypes_t... Message-ID: <58e8114d5bb62_17203fe16d14fc24684a6@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.6 Home: https://github.com/python/cpython Commit: d0d575a6db8cb3b2a720be9f404af3d754da9a5d https://github.com/python/cpython/commit/d0d575a6db8cb3b2a720be9f404af3d754da9a5d Author: Vinay Sajip Date: 2017-04-07 (Fri, 07 Apr 2017) Changed paths: M Modules/_ctypes/_ctypes_test.c Log Message: ----------- bpo-29939: suppress compiler warnings in _ctypes_test (#1038) bpo-29939: Changed test code to suppress a compiler warning, while taking care to avoid the code being optimized out by the compiler. (cherry picked from commit 164d30eb1e66575dafee6af4fca4cbf52c7fbe6a) From noreply at github.com Fri Apr 7 18:24:53 2017 From: noreply at github.com (GitHub) Date: Fri, 07 Apr 2017 15:24:53 -0700 Subject: [Python-checkins] [python/cpython] ae0915: Closes bpo-29939: suppress compiler warnings in _c... Message-ID: <58e811b57b50b_25ce3fb6e5cc9c382756f@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.5 Home: https://github.com/python/cpython Commit: ae0915e42d8cd96e5ced1fc442ea078b4a59e82d https://github.com/python/cpython/commit/ae0915e42d8cd96e5ced1fc442ea078b4a59e82d Author: Vinay Sajip Date: 2017-04-07 (Fri, 07 Apr 2017) Changed paths: M Modules/_ctypes/_ctypes_test.c Log Message: ----------- Closes bpo-29939: suppress compiler warnings in _ctypes_test (#1039) Changed test code to suppress a compiler warning, while taking care to avoid the code being optimized out by the compiler. (cherry picked from commit 164d30eb1e66575dafee6af4fca4cbf52c7fbe6a) From noreply at github.com Sat Apr 8 02:19:25 2017 From: noreply at github.com (GitHub) Date: Fri, 07 Apr 2017 23:19:25 -0700 Subject: [Python-checkins] [python/cpython] 7f8594: [2.7] bpo-19225: Lack of c api exceptions doc (#96... Message-ID: <58e880ed89b1f_776e3fd0ca7e7c343674c@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.7 Home: https://github.com/python/cpython Commit: 7f85947106aff5b1f166a57f644f987db4d38bf0 https://github.com/python/cpython/commit/7f85947106aff5b1f166a57f644f987db4d38bf0 Author: cocoatomo Date: 2017-04-08 (Sat, 08 Apr 2017) Changed paths: M Doc/c-api/exceptions.rst M Misc/ACKS Log Message: ----------- [2.7] bpo-19225: Lack of c api exceptions doc (#964) * Keep the c-api exception doc up-to-date cherry-pick'ed from ec1f5df..e3d6db3 and fix conflict From noreply at github.com Sat Apr 8 02:53:00 2017 From: noreply at github.com (GitHub) Date: Fri, 07 Apr 2017 23:53:00 -0700 Subject: [Python-checkins] [python/cpython] 205e00: bpo-29914: Fix default implementations of __reduce... Message-ID: <58e888ccd42a5_61163f9645751c30811cc@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 205e00c5cfd495a4dc6dae8e8fa0fb828fb3dca9 https://github.com/python/cpython/commit/205e00c5cfd495a4dc6dae8e8fa0fb828fb3dca9 Author: Serhiy Storchaka Date: 2017-04-08 (Sat, 08 Apr 2017) Changed paths: M Lib/test/test_descr.py M Misc/NEWS M Objects/clinic/typeobject.c.h M Objects/typeobject.c Log Message: ----------- bpo-29914: Fix default implementations of __reduce__ and __reduce_ex__(). (#843) object.__reduce__() no longer takes arguments, object.__reduce_ex__() now requires one argument. From noreply at github.com Sat Apr 8 02:53:53 2017 From: noreply at github.com (GitHub) Date: Fri, 07 Apr 2017 23:53:53 -0700 Subject: [Python-checkins] [python/cpython] b879fe: Expand the PySlice_GetIndicesEx macro. (#1023) Message-ID: <58e8890133564_148e3ff7bdedfc3490551@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: b879fe82e7e5c3f7673c9a7fa4aad42bd05445d8 https://github.com/python/cpython/commit/b879fe82e7e5c3f7673c9a7fa4aad42bd05445d8 Author: Serhiy Storchaka Date: 2017-04-08 (Sat, 08 Apr 2017) Changed paths: M Modules/_ctypes/_ctypes.c M Modules/_elementtree.c M Modules/_testbuffer.c M Modules/arraymodule.c M Modules/mmapmodule.c M Objects/bytearrayobject.c M Objects/bytesobject.c M Objects/listobject.c M Objects/memoryobject.c M Objects/tupleobject.c M Objects/unicodeobject.c Log Message: ----------- Expand the PySlice_GetIndicesEx macro. (#1023) From noreply at github.com Sat Apr 8 02:55:09 2017 From: noreply at github.com (GitHub) Date: Fri, 07 Apr 2017 23:55:09 -0700 Subject: [Python-checkins] [python/cpython] b78539: bpo-29998: Pickling and copying ImportError now pr... Message-ID: <58e8894d1e789_54663fd80585fc3873939@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: b785396ab451b0c9d6ae9ee5a9e56c810209a6cb https://github.com/python/cpython/commit/b785396ab451b0c9d6ae9ee5a9e56c810209a6cb Author: Serhiy Storchaka Date: 2017-04-08 (Sat, 08 Apr 2017) Changed paths: M Lib/test/test_exceptions.py M Misc/NEWS M Objects/exceptions.c Log Message: ----------- bpo-29998: Pickling and copying ImportError now preserves name and path (#1010) attributes. From noreply at github.com Sat Apr 8 04:18:15 2017 From: noreply at github.com (GitHub) Date: Sat, 08 Apr 2017 01:18:15 -0700 Subject: [Python-checkins] [python/cpython] c26b19: Expand the PySlice_GetIndicesEx macro. (#1023) (#1... Message-ID: <58e89cc78005e_7bae3fe745713c2c272a7@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.6 Home: https://github.com/python/cpython Commit: c26b19d5c7aba51b50a4d7fb5f8291036cb9da24 https://github.com/python/cpython/commit/c26b19d5c7aba51b50a4d7fb5f8291036cb9da24 Author: Serhiy Storchaka Date: 2017-04-08 (Sat, 08 Apr 2017) Changed paths: M Modules/_ctypes/_ctypes.c M Modules/_elementtree.c M Modules/_testbuffer.c M Modules/arraymodule.c M Modules/mmapmodule.c M Objects/bytearrayobject.c M Objects/bytesobject.c M Objects/listobject.c M Objects/memoryobject.c M Objects/tupleobject.c M Objects/unicodeobject.c Log Message: ----------- Expand the PySlice_GetIndicesEx macro. (#1023) (#1044) (cherry picked from commit b879fe82e7e5c3f7673c9a7fa4aad42bd05445d8) From noreply at github.com Sat Apr 8 04:18:32 2017 From: noreply at github.com (GitHub) Date: Sat, 08 Apr 2017 01:18:32 -0700 Subject: [Python-checkins] [python/cpython] fa25f1: Expand the PySlice_GetIndicesEx macro. (#1023) (#1... Message-ID: <58e89cd814995_5dbf3fa6aea27c38101215@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.5 Home: https://github.com/python/cpython Commit: fa25f16a4499178d7d79c18d2d68be7f70594106 https://github.com/python/cpython/commit/fa25f16a4499178d7d79c18d2d68be7f70594106 Author: Serhiy Storchaka Date: 2017-04-08 (Sat, 08 Apr 2017) Changed paths: M Modules/_ctypes/_ctypes.c M Modules/_elementtree.c M Modules/_testbuffer.c M Modules/arraymodule.c M Modules/mmapmodule.c M Objects/bytearrayobject.c M Objects/bytesobject.c M Objects/listobject.c M Objects/memoryobject.c M Objects/tupleobject.c M Objects/unicodeobject.c Log Message: ----------- Expand the PySlice_GetIndicesEx macro. (#1023) (#1045) (cherry picked from commit b879fe82e7e5c3f7673c9a7fa4aad42bd05445d8) From noreply at github.com Sat Apr 8 04:25:48 2017 From: noreply at github.com (GitHub) Date: Sat, 08 Apr 2017 01:25:48 -0700 Subject: [Python-checkins] [python/cpython] af685f: bpo-29998: Pickling and copying ImportError now pr... Message-ID: <58e89e8c7c9e8_42e83fefe9083c347796f@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.6 Home: https://github.com/python/cpython Commit: af685f9050416da8050e0ec11a8dff9afd4130e7 https://github.com/python/cpython/commit/af685f9050416da8050e0ec11a8dff9afd4130e7 Author: Serhiy Storchaka Date: 2017-04-08 (Sat, 08 Apr 2017) Changed paths: M Lib/test/test_exceptions.py M Misc/NEWS M Objects/exceptions.c Log Message: ----------- bpo-29998: Pickling and copying ImportError now preserves name and path (#1010) (#1042) attributes. (cherry picked from commit b785396ab451b0c9d6ae9ee5a9e56c810209a6cb) From noreply at github.com Sat Apr 8 04:26:04 2017 From: noreply at github.com (GitHub) Date: Sat, 08 Apr 2017 01:26:04 -0700 Subject: [Python-checkins] [python/cpython] e63f8f: bpo-29998: Pickling and copying ImportError now pr... Message-ID: <58e89e9c66cbb_5f3a3fedb03d3c30252ce@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.5 Home: https://github.com/python/cpython Commit: e63f8f293a96ceebf06de15b4e1c97dbbff0f6a8 https://github.com/python/cpython/commit/e63f8f293a96ceebf06de15b4e1c97dbbff0f6a8 Author: Serhiy Storchaka Date: 2017-04-08 (Sat, 08 Apr 2017) Changed paths: M Lib/test/test_exceptions.py M Misc/NEWS M Objects/exceptions.c Log Message: ----------- bpo-29998: Pickling and copying ImportError now preserves name and path (#1010) (#1043) attributes. (cherry picked from commit b785396ab451b0c9d6ae9ee5a9e56c810209a6cb) From noreply at github.com Sat Apr 8 04:48:59 2017 From: noreply at github.com (GitHub) Date: Sat, 08 Apr 2017 01:48:59 -0700 Subject: [Python-checkins] [python/cpython] e41390: bpo-27867: Expand the PySlice_GetIndicesEx macro. ... Message-ID: <58e8a3fb3df04_25d83fd4396f1c4018192@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.7 Home: https://github.com/python/cpython Commit: e41390aca51e4e3eb455cf3b70f5d656a2814db9 https://github.com/python/cpython/commit/e41390aca51e4e3eb455cf3b70f5d656a2814db9 Author: Serhiy Storchaka Date: 2017-04-08 (Sat, 08 Apr 2017) Changed paths: M Modules/_ctypes/_ctypes.c M Modules/_elementtree.c M Modules/arraymodule.c M Modules/mmapmodule.c M Objects/bytearrayobject.c M Objects/listobject.c M Objects/memoryobject.c M Objects/sliceobject.c M Objects/stringobject.c M Objects/structseq.c M Objects/tupleobject.c M Objects/unicodeobject.c Log Message: ----------- bpo-27867: Expand the PySlice_GetIndicesEx macro. (#1023) (#1046) (cherry picked from commit b879fe8) From solipsis at pitrou.net Sat Apr 8 05:06:24 2017 From: solipsis at pitrou.net (solipsis at pitrou.net) Date: Sat, 08 Apr 2017 09:06:24 +0000 Subject: [Python-checkins] Daily reference leaks (4243df51fe43): sum=5 Message-ID: <20170408090624.45904.66682.DD5A9ED1@psf.io> results for 4243df51fe43 on branch "default" -------------------------------------------- test_collections leaked [7, -7, 1] memory blocks, sum=1 test_functools leaked [0, 3, 1] memory blocks, sum=4 test_multiprocessing_spawn leaked [-1, 2, -1] memory blocks, sum=0 Command line was: ['./python', '-m', 'test.regrtest', '-uall', '-R', '3:3:/home/psf-users/antoine/refleaks/reflogIPYhTE', '--timeout', '7200'] From noreply at github.com Sat Apr 8 12:09:16 2017 From: noreply at github.com (GitHub) Date: Sat, 08 Apr 2017 09:09:16 -0700 Subject: [Python-checkins] [python/cpython] 45d22c: Improvements to typing documentation (#967) Message-ID: <58e90b2c10083_57033fa212f8bc3822695@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 45d22c256bce3afcf57f49032a6b20fdec4f26ad https://github.com/python/cpython/commit/45d22c256bce3afcf57f49032a6b20fdec4f26ad Author: Jelle Zijlstra Date: 2017-04-08 (Sat, 08 Apr 2017) Changed paths: M Doc/library/typing.rst Log Message: ----------- Improvements to typing documentation (#967) Documents a few omitted classes and adds NamedTuple methods. From noreply at github.com Sun Apr 9 02:27:26 2017 From: noreply at github.com (GitHub) Date: Sat, 08 Apr 2017 23:27:26 -0700 Subject: [Python-checkins] [python/cpython] a2a9dd: Remove invalid comment in urllib.request. (#1054) Message-ID: <58e9d44e441eb_5c873fef78f45c3487574@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: a2a9ddd923a849124bdd1c484f70f02df6fde0e9 https://github.com/python/cpython/commit/a2a9ddd923a849124bdd1c484f70f02df6fde0e9 Author: Senthil Kumaran Date: 2017-04-08 (Sat, 08 Apr 2017) Changed paths: M Lib/urllib/request.py Log Message: ----------- Remove invalid comment in urllib.request. (#1054) From noreply at github.com Sun Apr 9 03:47:14 2017 From: noreply at github.com (GitHub) Date: Sun, 09 Apr 2017 00:47:14 -0700 Subject: [Python-checkins] [python/cpython] 64c8f7: bpo-29951: Include function name for some error me... Message-ID: <58e9e7023d507_b383f9b6e8f9c30876ec@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 64c8f705c0121a4b45ca2c3bc7b47b282e9efcd8 https://github.com/python/cpython/commit/64c8f705c0121a4b45ca2c3bc7b47b282e9efcd8 Author: Michael Seifert Date: 2017-04-09 (Sun, 09 Apr 2017) Changed paths: M Lib/test/test_capi.py M Lib/test/test_exceptions.py M Lib/test/test_getargs2.py M Python/getargs.c Log Message: ----------- bpo-29951: Include function name for some error messages in `PyArg_ParseTuple*` (#916) Also changed format specifier for function name from "%s" to "%.200s" and exception messages should start with lowercase letter. From noreply at github.com Sun Apr 9 04:32:49 2017 From: noreply at github.com (GitHub) Date: Sun, 09 Apr 2017 01:32:49 -0700 Subject: [Python-checkins] [python/cpython] d6d943: Issue #29798: Handle git worktree in patchcheck (#... Message-ID: <58e9f1b1ce0df_704b3f9b31b9dc4435340@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.7 Home: https://github.com/python/cpython Commit: d6d943a090cffa8925fb5a5d92357dbdb15040c5 https://github.com/python/cpython/commit/d6d943a090cffa8925fb5a5d92357dbdb15040c5 Author: Nick Coghlan Date: 2017-04-09 (Sun, 09 Apr 2017) Changed paths: M Tools/scripts/patchcheck.py Log Message: ----------- Issue #29798: Handle git worktree in patchcheck (#1057) The original attempted fix missed an `isdir()` call in `get_base_branch()`. From noreply at github.com Sun Apr 9 04:33:04 2017 From: noreply at github.com (GitHub) Date: Sun, 09 Apr 2017 01:33:04 -0700 Subject: [Python-checkins] [python/cpython] 2abfdf: Issue #29798: Handle git worktree in patchcheck (#... Message-ID: <58e9f1c0cb7e4_61e23fc012913c34829ea@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 2abfdf5a81383d3b1ed6b7321903a9a168c373c5 https://github.com/python/cpython/commit/2abfdf5a81383d3b1ed6b7321903a9a168c373c5 Author: Nick Coghlan Date: 2017-04-09 (Sun, 09 Apr 2017) Changed paths: M Tools/scripts/patchcheck.py Log Message: ----------- Issue #29798: Handle git worktree in patchcheck (#1058) The original attempted fix missed an `isdir()` call in `get_base_branch()`. From solipsis at pitrou.net Sun Apr 9 05:04:47 2017 From: solipsis at pitrou.net (solipsis at pitrou.net) Date: Sun, 09 Apr 2017 09:04:47 +0000 Subject: [Python-checkins] Daily reference leaks (4243df51fe43): sum=14 Message-ID: <20170409090446.86790.79477.33C17A57@psf.io> results for 4243df51fe43 on branch "default" -------------------------------------------- test_collections leaked [0, 7, 0] memory blocks, sum=7 test_functools leaked [0, 3, 1] memory blocks, sum=4 test_multiprocessing_fork leaked [-2, 3, 0] memory blocks, sum=1 test_multiprocessing_spawn leaked [2, -2, 2] memory blocks, sum=2 Command line was: ['./python', '-m', 'test.regrtest', '-uall', '-R', '3:3:/home/psf-users/antoine/refleaks/reflogdE2xzl', '--timeout', '7200'] From noreply at github.com Sun Apr 9 05:12:01 2017 From: noreply at github.com (GitHub) Date: Sun, 09 Apr 2017 02:12:01 -0700 Subject: [Python-checkins] [python/cpython] 0e6cb2: bpo-26187: Test that set_trace_callback() is not c... Message-ID: <58e9fae1115e_2a693f8b60377c30894de@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 0e6cb2ea624570ed08c354f1ed1f595dab4192d6 https://github.com/python/cpython/commit/0e6cb2ea624570ed08c354f1ed1f595dab4192d6 Author: Aviv Palivoda Date: 2017-04-09 (Sun, 09 Apr 2017) Changed paths: M Lib/sqlite3/test/hooks.py M Misc/NEWS Log Message: ----------- bpo-26187: Test that set_trace_callback() is not called multiple times (GH-461) conn.set_trace_callback() shouldn't be called multiple times when the schema is changing. This has indirectly been fixed by using sqlite3_prepare_v2() in bpo-9303. From noreply at github.com Sun Apr 9 05:22:38 2017 From: noreply at github.com (GitHub) Date: Sun, 09 Apr 2017 02:22:38 -0700 Subject: [Python-checkins] [python/cpython] 4c116c: bpo-29798: Handle git worktree in patchcheck (#105... Message-ID: <58e9fd5e1afc4_28703f819124dc34321f9@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.6 Home: https://github.com/python/cpython Commit: 4c116cb3b3ee38cae229f7e0df0cd2045fe73c27 https://github.com/python/cpython/commit/4c116cb3b3ee38cae229f7e0df0cd2045fe73c27 Author: Nick Coghlan Date: 2017-04-09 (Sun, 09 Apr 2017) Changed paths: M Tools/scripts/patchcheck.py Log Message: ----------- bpo-29798: Handle git worktree in patchcheck (#1058) (#1060) The original attempted fix missed an `isdir()` call in `get_base_branch()`. (cherry picked from commit 2abfdf5a81383d3b1ed6b7321903a9a168c373c5) From noreply at github.com Sun Apr 9 05:22:52 2017 From: noreply at github.com (GitHub) Date: Sun, 09 Apr 2017 02:22:52 -0700 Subject: [Python-checkins] [python/cpython] c82d39: bpo-29798: Handle git worktree in patchcheck Message-ID: <58e9fd6c38dc2_70cd3fd48e8d5c28379ac@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.5 Home: https://github.com/python/cpython Commit: c82d39479a88154bd72a3a304be5f473c118da95 https://github.com/python/cpython/commit/c82d39479a88154bd72a3a304be5f473c118da95 Author: Nick Coghlan Date: 2017-04-09 (Sun, 09 Apr 2017) Changed paths: M Tools/scripts/patchcheck.py Log Message: ----------- bpo-29798: Handle git worktree in patchcheck The original attempted fix missed an `isdir()` call in `get_base_branch()`. (cherry picked from commit 2abfdf5a81383d3b1ed6b7321903a9a168c373c5) From noreply at github.com Sun Apr 9 06:22:32 2017 From: noreply at github.com (GitHub) Date: Sun, 09 Apr 2017 03:22:32 -0700 Subject: [Python-checkins] [python/cpython] 19e049: bpo-29506: Clarify deep copy note in copy module Message-ID: <58ea0b683cf89_16aa3fa8c96f1c40625e2@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 19e04942562a980ad2519f6ff79c455a7472783b https://github.com/python/cpython/commit/19e04942562a980ad2519f6ff79c455a7472783b Author: Sanyam Khurana Date: 2017-04-09 (Sun, 09 Apr 2017) Changed paths: M Doc/library/copy.rst M Misc/ACKS Log Message: ----------- bpo-29506: Clarify deep copy note in copy module The reference to administrative data was confusing to readers, so this simplifies the note to explain that deep copying may copy more then you intended, such as data that you expected to be shared between copies. From noreply at github.com Sun Apr 9 06:57:05 2017 From: noreply at github.com (GitHub) Date: Sun, 09 Apr 2017 03:57:05 -0700 Subject: [Python-checkins] [python/cpython] a524d6: bpo-29506: Clarify deep copy note in copy module Message-ID: <58ea1381a7772_2e2c3fd9dca07c38936cf@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.6 Home: https://github.com/python/cpython Commit: a524d6307273e3920d410452ace89610c843f051 https://github.com/python/cpython/commit/a524d6307273e3920d410452ace89610c843f051 Author: Nick Coghlan Date: 2017-04-09 (Sun, 09 Apr 2017) Changed paths: M Doc/library/copy.rst M Misc/ACKS Log Message: ----------- bpo-29506: Clarify deep copy note in copy module The reference to administrative data was confusing to readers, so this simplifies the note to explain that deep copying may copy more then you intended, such as data that you expected to be shared between copies. (cherry picked from commit 19e04942562a980ad2519f6ff79c455a7472783b) From noreply at github.com Sun Apr 9 06:57:17 2017 From: noreply at github.com (GitHub) Date: Sun, 09 Apr 2017 03:57:17 -0700 Subject: [Python-checkins] [python/cpython] bd1835: bpo-29506: Clarify deep copy note in copy module Message-ID: <58ea138d281c0_705b3fd894a91c3861986@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.5 Home: https://github.com/python/cpython Commit: bd18351c31573ab9a8580677004370a774a4eaae https://github.com/python/cpython/commit/bd18351c31573ab9a8580677004370a774a4eaae Author: Nick Coghlan Date: 2017-04-09 (Sun, 09 Apr 2017) Changed paths: M Doc/library/copy.rst M Misc/ACKS Log Message: ----------- bpo-29506: Clarify deep copy note in copy module The reference to administrative data was confusing to readers, so this simplifies the note to explain that deep copying may copy more then you intended, such as data that you expected to be shared between copies. (cherry picked from commit 19e04942562a980ad2519f6ff79c455a7472783b) From noreply at github.com Sun Apr 9 06:57:30 2017 From: noreply at github.com (GitHub) Date: Sun, 09 Apr 2017 03:57:30 -0700 Subject: [Python-checkins] [python/cpython] ab16dc: bpo-29506: Clarify deep copy note in copy module Message-ID: <58ea139a69d4d_75cf3ff7f7175c3051897@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.7 Home: https://github.com/python/cpython Commit: ab16dc180e362e4cdb9eb163fae0a75664dcea3e https://github.com/python/cpython/commit/ab16dc180e362e4cdb9eb163fae0a75664dcea3e Author: Nick Coghlan Date: 2017-04-09 (Sun, 09 Apr 2017) Changed paths: M Doc/library/copy.rst M Misc/ACKS Log Message: ----------- bpo-29506: Clarify deep copy note in copy module The reference to administrative data was confusing to readers, so this simplifies the note to explain that deep copying may copy more then you intended, such as data that you expected to be shared between copies. Patch by Sanyam Khurana. From noreply at github.com Sun Apr 9 13:14:50 2017 From: noreply at github.com (GitHub) Date: Sun, 09 Apr 2017 10:14:50 -0700 Subject: [Python-checkins] [python/cpython] d4489d: Remove invalid comment in urllib.request.(#1056) Message-ID: <58ea6c0a5e160_22623f80ea23fc30733b@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.5 Home: https://github.com/python/cpython Commit: d4489da36044b554921d6c566ed3c9f1013cb97e https://github.com/python/cpython/commit/d4489da36044b554921d6c566ed3c9f1013cb97e Author: Senthil Kumaran Date: 2017-04-09 (Sun, 09 Apr 2017) Changed paths: M Lib/urllib/request.py Log Message: ----------- Remove invalid comment in urllib.request.(#1056) (cherry picked from commit a2a9ddd923a849124bdd1c484f70f02df6fde0e9) From noreply at github.com Sun Apr 9 13:15:08 2017 From: noreply at github.com (GitHub) Date: Sun, 09 Apr 2017 10:15:08 -0700 Subject: [Python-checkins] [python/cpython] 854ca1: Remove invalid comment in urllib.request. (#1055) Message-ID: <58ea6c1c2f64b_b0b3fe46998dc34575a0@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.6 Home: https://github.com/python/cpython Commit: 854ca174a92970d11d9b063af46e00d132832944 https://github.com/python/cpython/commit/854ca174a92970d11d9b063af46e00d132832944 Author: Senthil Kumaran Date: 2017-04-09 (Sun, 09 Apr 2017) Changed paths: M Lib/urllib/request.py Log Message: ----------- Remove invalid comment in urllib.request. (#1055) (cherry picked from commit a2a9ddd923a849124bdd1c484f70f02df6fde0e9) From noreply at github.com Sun Apr 9 18:15:58 2017 From: noreply at github.com (GitHub) Date: Sun, 09 Apr 2017 15:15:58 -0700 Subject: [Python-checkins] [python/cpython] 90eb7a: [3.6] Correct typo in configparser.rst (GH-1012) (... Message-ID: <58eab29eabfd9_5af93ff4761f3c4091063@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.6 Home: https://github.com/python/cpython Commit: 90eb7a9ff4ce38b5c4e3662bdd42a0ed513893a2 https://github.com/python/cpython/commit/90eb7a9ff4ce38b5c4e3662bdd42a0ed513893a2 Author: Mariatta Date: 2017-04-09 (Sun, 09 Apr 2017) Changed paths: M Doc/library/configparser.rst Log Message: ----------- [3.6] Correct typo in configparser.rst (GH-1012) (GH-1025) (cherry picked from commit 01fa9ae5460b00bf1ced500c797176ebd3fb060d) From noreply at github.com Sun Apr 9 18:16:07 2017 From: noreply at github.com (GitHub) Date: Sun, 09 Apr 2017 15:16:07 -0700 Subject: [Python-checkins] [python/cpython] 7026cd: [2.7] Correct typo in configparser.rst (GH-1012) (... Message-ID: <58eab2a7b9966_39ee3faee9f3dc3463170@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.7 Home: https://github.com/python/cpython Commit: 7026cd92c09a3e7612844a22cfab8f75817392ef https://github.com/python/cpython/commit/7026cd92c09a3e7612844a22cfab8f75817392ef Author: Mariatta Date: 2017-04-09 (Sun, 09 Apr 2017) Changed paths: M Doc/library/configparser.rst Log Message: ----------- [2.7] Correct typo in configparser.rst (GH-1012) (GH-1026) (cherry picked from commit 01fa9ae5460b00bf1ced500c797176ebd3fb060d) From noreply at github.com Sun Apr 9 18:16:16 2017 From: noreply at github.com (GitHub) Date: Sun, 09 Apr 2017 15:16:16 -0700 Subject: [Python-checkins] [python/cpython] aa218a: [3.5] Correct typo in configparser.rst (GH-1012) (... Message-ID: <58eab2b034e05_55503f949a2e1c3816357@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.5 Home: https://github.com/python/cpython Commit: aa218af34494230e8f258b3ed4f9cf5070225a92 https://github.com/python/cpython/commit/aa218af34494230e8f258b3ed4f9cf5070225a92 Author: Mariatta Date: 2017-04-09 (Sun, 09 Apr 2017) Changed paths: M Doc/library/configparser.rst Log Message: ----------- [3.5] Correct typo in configparser.rst (GH-1012) (GH-1027) (cherry picked from commit 01fa9ae5460b00bf1ced500c797176ebd3fb060d) From noreply at github.com Sun Apr 9 18:17:07 2017 From: noreply at github.com (GitHub) Date: Sun, 09 Apr 2017 15:17:07 -0700 Subject: [Python-checkins] [python/cpython] 577fc0: [3.6] bpo-29549: Fixes docstring for str.index (GH... Message-ID: <58eab2e3562a4_25c73fe9e8093c3085042@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.6 Home: https://github.com/python/cpython Commit: 577fc04a7157f6e904cffd6a0e1ad83d3460acd6 https://github.com/python/cpython/commit/577fc04a7157f6e904cffd6a0e1ad83d3460acd6 Author: Mariatta Date: 2017-04-09 (Sun, 09 Apr 2017) Changed paths: M Objects/bytes_methods.c M Objects/unicodeobject.c Log Message: ----------- [3.6] bpo-29549: Fixes docstring for str.index (GH-256) (GH-1028) (cherry picked from commit 43ba8861e0ad044efafa46a7cc04e12ac5df640e) From noreply at github.com Sun Apr 9 18:17:29 2017 From: noreply at github.com (GitHub) Date: Sun, 09 Apr 2017 15:17:29 -0700 Subject: [Python-checkins] [python/cpython] 28ddd3: [3.6] Improvements to typing documentation (GH-967... Message-ID: <58eab2f9efb4e_2a5c3fee6fbefc38266b0@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.6 Home: https://github.com/python/cpython Commit: 28ddd3c905836907bf0c4df909067d3a054358c1 https://github.com/python/cpython/commit/28ddd3c905836907bf0c4df909067d3a054358c1 Author: Mariatta Date: 2017-04-09 (Sun, 09 Apr 2017) Changed paths: M Doc/library/typing.rst Log Message: ----------- [3.6] Improvements to typing documentation (GH-967) (GH-1053) Documents a few omitted classes and adds NamedTuple methods. (cherry picked from commit 45d22c256bce3afcf57f49032a6b20fdec4f26ad) From noreply at github.com Sun Apr 9 22:49:35 2017 From: noreply at github.com (GitHub) Date: Sun, 09 Apr 2017 19:49:35 -0700 Subject: [Python-checkins] [python/cpython] 6dfcc8: Remove OSError related comment in urllib.request. ... Message-ID: <58eaf2bfd4161_5c033f808cb49c30597c7@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 6dfcc81f6b1c82a71a1c876e14424fb8b3573447 https://github.com/python/cpython/commit/6dfcc81f6b1c82a71a1c876e14424fb8b3573447 Author: Senthil Kumaran Date: 2017-04-09 (Sun, 09 Apr 2017) Changed paths: M Lib/urllib/request.py Log Message: ----------- Remove OSError related comment in urllib.request. (#1070) From noreply at github.com Sun Apr 9 23:37:46 2017 From: noreply at github.com (GitHub) Date: Sun, 09 Apr 2017 20:37:46 -0700 Subject: [Python-checkins] [python/cpython] 03066a: Remove OSError related comment in urllib.request. ... Message-ID: <58eafe0a3c744_d3a3fe1d9f1bc38339d5@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.6 Home: https://github.com/python/cpython Commit: 03066a05f5cdf96bc3bf15718f586877860f2d47 https://github.com/python/cpython/commit/03066a05f5cdf96bc3bf15718f586877860f2d47 Author: Senthil Kumaran Date: 2017-04-09 (Sun, 09 Apr 2017) Changed paths: M Lib/urllib/request.py Log Message: ----------- Remove OSError related comment in urllib.request. (#1072) (cherry picked from commit 6dfcc81f6b1c82a71a1c876e14424fb8b3573447) From noreply at github.com Sun Apr 9 23:38:01 2017 From: noreply at github.com (GitHub) Date: Sun, 09 Apr 2017 20:38:01 -0700 Subject: [Python-checkins] [python/cpython] 1adca3: Remove OSError related comment in urllib.request. ... Message-ID: <58eafe19a542e_255a3f8359055c3c16471@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.5 Home: https://github.com/python/cpython Commit: 1adca396766d318981c0a4b98d9cff2661a57735 https://github.com/python/cpython/commit/1adca396766d318981c0a4b98d9cff2661a57735 Author: Senthil Kumaran Date: 2017-04-09 (Sun, 09 Apr 2017) Changed paths: M Lib/urllib/request.py Log Message: ----------- Remove OSError related comment in urllib.request. (#1071) (cherry picked from commit 6dfcc81f6b1c82a71a1c876e14424fb8b3573447) From solipsis at pitrou.net Mon Apr 10 05:05:49 2017 From: solipsis at pitrou.net (solipsis at pitrou.net) Date: Mon, 10 Apr 2017 09:05:49 +0000 Subject: [Python-checkins] Daily reference leaks (4243df51fe43): sum=7 Message-ID: <20170410090549.53883.12304.3C145661@psf.io> results for 4243df51fe43 on branch "default" -------------------------------------------- test_asyncio leaked [3, 0, 0] memory blocks, sum=3 test_functools leaked [0, 3, 1] memory blocks, sum=4 test_multiprocessing_forkserver leaked [-2, 1, 1] memory blocks, sum=0 Command line was: ['./python', '-m', 'test.regrtest', '-uall', '-R', '3:3:/home/psf-users/antoine/refleaks/reflogfTj3i1', '--timeout', '7200'] From noreply at github.com Mon Apr 10 13:27:52 2017 From: noreply at github.com (GitHub) Date: Mon, 10 Apr 2017 10:27:52 -0700 Subject: [Python-checkins] [python/cpython] e0cba5: [2.7] bpo-29521: Fix two minor documentation build... Message-ID: <58ebc09846cd_3f523f7f16617c341159a2@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.7 Home: https://github.com/python/cpython Commit: e0cba5b45a5c4bafd1ae772be52ca0d69651da24 https://github.com/python/cpython/commit/e0cba5b45a5c4bafd1ae772be52ca0d69651da24 Author: Mariatta Date: 2017-04-10 (Mon, 10 Apr 2017) Changed paths: M Doc/faq/windows.rst M Doc/make.bat Log Message: ----------- [2.7] bpo-29521: Fix two minor documentation build warnings (GH-41) (GH-670) (cherry picked from commit 3d707be950b387552585451071928e7b39cdfa53) From noreply at github.com Tue Apr 11 00:08:37 2017 From: noreply at github.com (GitHub) Date: Mon, 10 Apr 2017 21:08:37 -0700 Subject: [Python-checkins] [python/cpython] 6fab78: Remove superfluous comment in urllib.error. (#1076... Message-ID: <58ec56c533cef_1b7e3fde70737c2c821f8@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 6fab78e9027f9ebd6414995580781b480433e595 https://github.com/python/cpython/commit/6fab78e9027f9ebd6414995580781b480433e595 Author: Senthil Kumaran Date: 2017-04-10 (Mon, 10 Apr 2017) Changed paths: M Lib/urllib/error.py Log Message: ----------- Remove superfluous comment in urllib.error. (#1076) From solipsis at pitrou.net Tue Apr 11 05:05:24 2017 From: solipsis at pitrou.net (solipsis at pitrou.net) Date: Tue, 11 Apr 2017 09:05:24 +0000 Subject: [Python-checkins] Daily reference leaks (4243df51fe43): sum=6 Message-ID: <20170411090523.122642.6446.441F92E1@psf.io> results for 4243df51fe43 on branch "default" -------------------------------------------- test_functools leaked [0, 3, 1] memory blocks, sum=4 test_multiprocessing_forkserver leaked [2, 0, 0] memory blocks, sum=2 Command line was: ['./python', '-m', 'test.regrtest', '-uall', '-R', '3:3:/home/psf-users/antoine/refleaks/reflogeS3tBf', '--timeout', '7200'] From noreply at github.com Tue Apr 11 05:11:15 2017 From: noreply at github.com (GitHub) Date: Tue, 11 Apr 2017 02:11:15 -0700 Subject: [Python-checkins] [python/cpython] 00c75e: bpo-29692: contextlib.contextmanager may incorrect... Message-ID: <58ec9db32c11a_2ad93fad206c9c44516cb@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 00c75e9a45ff0366c185e9e8a2e23af5a35481b0 https://github.com/python/cpython/commit/00c75e9a45ff0366c185e9e8a2e23af5a35481b0 Author: svelankar Date: 2017-04-11 (Tue, 11 Apr 2017) Changed paths: M Lib/contextlib.py M Lib/test/test_contextlib.py M Misc/NEWS Log Message: ----------- bpo-29692: contextlib.contextmanager may incorrectly unchain RuntimeError (GH-949) contextlib._GeneratorContextManager.__exit__ includes a special case to deal with PEP 479 RuntimeErrors created when `StopIteration` is thrown into the context manager body. Previously this check was too permissive, and undid one level of chaining on *all* RuntimeError instances, not just those that wrapped a StopIteration instance. From noreply at github.com Tue Apr 11 05:47:40 2017 From: noreply at github.com (GitHub) Date: Tue, 11 Apr 2017 02:47:40 -0700 Subject: [Python-checkins] [python/cpython] e8a6bb: bpo-29692: Add missing ACKS entry (#1079) Message-ID: <58eca63ce7f3c_3cf23ffcfcbb5c40746b5@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: e8a6bb4f3936123f3eca0b6cea05e2875a2722bc https://github.com/python/cpython/commit/e8a6bb4f3936123f3eca0b6cea05e2875a2722bc Author: Nick Coghlan Date: 2017-04-11 (Tue, 11 Apr 2017) Changed paths: M Misc/ACKS Log Message: ----------- bpo-29692: Add missing ACKS entry (#1079) From noreply at github.com Tue Apr 11 15:46:00 2017 From: noreply at github.com (GitHub) Date: Tue, 11 Apr 2017 12:46:00 -0700 Subject: [Python-checkins] [python/cpython] f50354: Reimplement tempfile._RandomNameSequence using a g... Message-ID: <58ed327882ddc_5d6f3fdb4eb97c381007a6@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: f50354adaaafebe95ad09d09b825804a686ea843 https://github.com/python/cpython/commit/f50354adaaafebe95ad09d09b825804a686ea843 Author: Serhiy Storchaka Date: 2017-04-11 (Tue, 11 Apr 2017) Changed paths: M Lib/tempfile.py M Lib/test/test_tempfile.py Log Message: ----------- Reimplement tempfile._RandomNameSequence using a generator function. (#1075) From noreply at github.com Tue Apr 11 22:23:15 2017 From: noreply at github.com (GitHub) Date: Tue, 11 Apr 2017 19:23:15 -0700 Subject: [Python-checkins] [python/cpython] 7a59d1: Remove two legacy constants which hopefully have n... Message-ID: <58ed8f93380c6_223b3ff749775c38861c2@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/alex-patch-1 Home: https://github.com/python/cpython Commit: 7a59d1f86e60debfe589084512399226294c5726 https://github.com/python/cpython/commit/7a59d1f86e60debfe589084512399226294c5726 Author: Alex Gaynor Date: 2017-04-11 (Tue, 11 Apr 2017) Changed paths: M Lib/tarfile.py Log Message: ----------- Remove two legacy constants which hopefully have no consumers The data contained in them is nonsensical From noreply at github.com Tue Apr 11 22:41:43 2017 From: noreply at github.com (GitHub) Date: Tue, 11 Apr 2017 19:41:43 -0700 Subject: [Python-checkins] [python/cpython] c7cc14: Remove two legacy constants which hopefully have n... Message-ID: <58ed93e7d3652_73f73faf7981dc34193523@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: c7cc14a825ec156c76329f65bed0d0bd6e03d035 https://github.com/python/cpython/commit/c7cc14a825ec156c76329f65bed0d0bd6e03d035 Author: Alex Gaynor Date: 2017-04-11 (Tue, 11 Apr 2017) Changed paths: M Lib/tarfile.py Log Message: ----------- Remove two legacy constants which hopefully have no consumers (#1087) The data contained in them is nonsensical From noreply at github.com Tue Apr 11 22:41:45 2017 From: noreply at github.com (GitHub) Date: Tue, 11 Apr 2017 19:41:45 -0700 Subject: [Python-checkins] [python/cpython] Message-ID: <58ed93e9b5ac7_5f3a3fedb03d3c30910bd@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/alex-patch-1 Home: https://github.com/python/cpython From solipsis at pitrou.net Wed Apr 12 05:05:16 2017 From: solipsis at pitrou.net (solipsis at pitrou.net) Date: Wed, 12 Apr 2017 09:05:16 +0000 Subject: [Python-checkins] Daily reference leaks (4243df51fe43): sum=12 Message-ID: <20170412090515.9783.85578.E8911858@psf.io> results for 4243df51fe43 on branch "default" -------------------------------------------- test_collections leaked [7, -7, 8] memory blocks, sum=8 test_functools leaked [0, 3, 1] memory blocks, sum=4 test_multiprocessing_fork leaked [1, 0, -2] memory blocks, sum=-1 test_multiprocessing_forkserver leaked [-1, 2, 0] memory blocks, sum=1 Command line was: ['./python', '-m', 'test.regrtest', '-uall', '-R', '3:3:/home/psf-users/antoine/refleaks/reflogE2kd7h', '--timeout', '7200'] From noreply at github.com Wed Apr 12 06:30:41 2017 From: noreply at github.com (GitHub) Date: Wed, 12 Apr 2017 03:30:41 -0700 Subject: [Python-checkins] [python/cpython] 3e0f1f: bpo-30047: Fix a typo in Doc/library/select.rst (#... Message-ID: <58ee01d1e873f_62b83fec8b6d3c3079284@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 3e0f1fc4e0ffcfcc706015fa3d67c262948ef171 https://github.com/python/cpython/commit/3e0f1fc4e0ffcfcc706015fa3d67c262948ef171 Author: NAKAMURA Osamu Date: 2017-04-12 (Wed, 12 Apr 2017) Changed paths: M Doc/library/select.rst Log Message: ----------- bpo-30047: Fix a typo in Doc/library/select.rst (#1086) From noreply at github.com Wed Apr 12 09:03:25 2017 From: noreply at github.com (GitHub) Date: Wed, 12 Apr 2017 06:03:25 -0700 Subject: [Python-checkins] [python/cpython] 4c0d9e: bpo-30017: Allowed calling the close() method of t... Message-ID: <58ee259d43681_b7b3fd27a8b9c3c1207b6@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 4c0d9ea995da595e90e08813b89510de59907802 https://github.com/python/cpython/commit/4c0d9ea995da595e90e08813b89510de59907802 Author: Serhiy Storchaka Date: 2017-04-12 (Wed, 12 Apr 2017) Changed paths: M Lib/test/test_zipfile.py M Lib/zipfile.py M Misc/NEWS Log Message: ----------- bpo-30017: Allowed calling the close() method of the zip entry writer object (#1041) multiple times. Writing to closed zip entry writer object now always produce a ValueError. From noreply at github.com Wed Apr 12 09:00:16 2017 From: noreply at github.com (GitHub) Date: Wed, 12 Apr 2017 06:00:16 -0700 Subject: [Python-checkins] [python/cpython] 65c5b0: bpo-30027: Fix Py3k warnings in test_xml_etree. (#... Message-ID: <58ee24e029f16_7f443f81a8a81c2c8023@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.7 Home: https://github.com/python/cpython Commit: 65c5b096ac2c6608d296f1603cd4792086108c95 https://github.com/python/cpython/commit/65c5b096ac2c6608d296f1603cd4792086108c95 Author: Serhiy Storchaka Date: 2017-04-12 (Wed, 12 Apr 2017) Changed paths: M Lib/test/test_xml_etree.py Log Message: ----------- bpo-30027: Fix Py3k warnings in test_xml_etree. (#1065) From lp_benchmark_robot at intel.com Wed Apr 12 17:39:06 2017 From: lp_benchmark_robot at intel.com (lp_benchmark_robot) Date: Wed, 12 Apr 2017 21:39:06 +0000 Subject: [Python-checkins] Languages Performance - Python announcement Message-ID: Dear Subscriber, We wanted to let you know that we are currently reviewing and aligning our process with the new developments in the Python community as well as upgrading the infrastructure to the newest Intel technology. We will start publishing results on the updated infrastructure in May. Best regards Datacenter Scripting Languages Optimizations Team _______________________________________________ Our lab does a nightly source pull and build of the PHP project and measures performance changes against the previous stable version and the previous nightly measurement. This is provided as a service to the community so that quality issues with current hardware can be identified quickly. Intel technologies' features and benefits depend on system configuration and may require enabled hardware, software or service activation. Performance varies depending on system configuration. _______________________________________________ langperf mailing list langperf at lists.01.org https://lists.01.org/mailman/listinfo/langperf From noreply at github.com Wed Apr 12 22:38:29 2017 From: noreply at github.com (GitHub) Date: Wed, 12 Apr 2017 19:38:29 -0700 Subject: [Python-checkins] [python/cpython] a6902e: bpo-26985: Add missing info of code object in insp... Message-ID: <58eee4a5b87f7_77013fce64afbc3014385a@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: a6902e662c18dc837d40664eaafe50a44aae6366 https://github.com/python/cpython/commit/a6902e662c18dc837d40664eaafe50a44aae6366 Author: Xiang Zhang Date: 2017-04-13 (Thu, 13 Apr 2017) Changed paths: M Doc/library/inspect.rst M Lib/inspect.py M Misc/NEWS Log Message: ----------- bpo-26985: Add missing info of code object in inspect documentation (GH-1090) From noreply at github.com Wed Apr 12 23:02:22 2017 From: noreply at github.com (GitHub) Date: Wed, 12 Apr 2017 20:02:22 -0700 Subject: [Python-checkins] [python/cpython] f0c416: [3.6] bpo-30047: Fix a typo in Doc/library/select.... Message-ID: <58eeea3eeb504_708c3ff6434e5c2c89963@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.6 Home: https://github.com/python/cpython Commit: f0c416799b33742af36d7c6608b9a422615fb3d2 https://github.com/python/cpython/commit/f0c416799b33742af36d7c6608b9a422615fb3d2 Author: Mariatta Date: 2017-04-12 (Wed, 12 Apr 2017) Changed paths: M Doc/library/select.rst Log Message: ----------- [3.6] bpo-30047: Fix a typo in Doc/library/select.rst (GH-1086) (GH-1098) (cherry picked from commit 3e0f1fc4e0ffcfcc706015fa3d67c262948ef171) From noreply at github.com Wed Apr 12 23:14:18 2017 From: noreply at github.com (GitHub) Date: Wed, 12 Apr 2017 20:14:18 -0700 Subject: [Python-checkins] [python/cpython] 14944c: bpo-26985: Add missing info of code object in insp... Message-ID: <58eeed0aa2b74_7ad73ffb5ba61c381544d7@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.6 Home: https://github.com/python/cpython Commit: 14944c62300f741488c2f28cb91ad1e3fef7343b https://github.com/python/cpython/commit/14944c62300f741488c2f28cb91ad1e3fef7343b Author: Xiang Zhang Date: 2017-04-13 (Thu, 13 Apr 2017) Changed paths: M Doc/library/inspect.rst M Lib/inspect.py M Misc/NEWS Log Message: ----------- bpo-26985: Add missing info of code object in inspect documentation (GH-1090) (GH-1099) From noreply at github.com Wed Apr 12 23:37:39 2017 From: noreply at github.com (GitHub) Date: Wed, 12 Apr 2017 20:37:39 -0700 Subject: [Python-checkins] [python/cpython] 72b1d4: bpo-26985: Add missing info of code object in insp... Message-ID: <58eef283b71f3_7d6f3fa8d8c35c24179181@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.5 Home: https://github.com/python/cpython Commit: 72b1d419ac5f7cd9ef82ffd2ffe21aa9b34e21d2 https://github.com/python/cpython/commit/72b1d419ac5f7cd9ef82ffd2ffe21aa9b34e21d2 Author: Xiang Zhang Date: 2017-04-13 (Thu, 13 Apr 2017) Changed paths: M Doc/library/inspect.rst M Lib/inspect.py M Misc/NEWS Log Message: ----------- bpo-26985: Add missing info of code object in inspect documentation (GH-1090) (GH-1100) From noreply at github.com Wed Apr 12 23:45:55 2017 From: noreply at github.com (GitHub) Date: Wed, 12 Apr 2017 20:45:55 -0700 Subject: [Python-checkins] [python/cpython] bc9025: [3.6] Remove superfluous comment in urllib.error. ... Message-ID: <58eef473aa829_255d3ff92d7e5c3c104366@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.6 Home: https://github.com/python/cpython Commit: bc9025012fc5ae007283e9ef345dba0ba08cf2b9 https://github.com/python/cpython/commit/bc9025012fc5ae007283e9ef345dba0ba08cf2b9 Author: Mariatta Date: 2017-04-12 (Wed, 12 Apr 2017) Changed paths: M Lib/urllib/error.py Log Message: ----------- [3.6] Remove superfluous comment in urllib.error. (GH-1076) (GH-1101) (cherry picked from commit 6fab78e9027f9ebd6414995580781b480433e595) From noreply at github.com Wed Apr 12 23:46:09 2017 From: noreply at github.com (GitHub) Date: Wed, 12 Apr 2017 20:46:09 -0700 Subject: [Python-checkins] [python/cpython] f3972d: [3.5] Remove superfluous comment in urllib.error. ... Message-ID: <58eef48145d63_60ec3f82e9c33c2c118479@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.5 Home: https://github.com/python/cpython Commit: f3972dd1c1c514ed26bb8139b59b649fa7983743 https://github.com/python/cpython/commit/f3972dd1c1c514ed26bb8139b59b649fa7983743 Author: Mariatta Date: 2017-04-12 (Wed, 12 Apr 2017) Changed paths: M Lib/urllib/error.py Log Message: ----------- [3.5] Remove superfluous comment in urllib.error. (GH-1076) (GH-1102) (cherry picked from commit 6fab78e9027f9ebd6414995580781b480433e595) From noreply at github.com Wed Apr 12 23:52:40 2017 From: noreply at github.com (GitHub) Date: Wed, 12 Apr 2017 20:52:40 -0700 Subject: [Python-checkins] [python/cpython] bd1173: [3.6] Clarify exception handler scope in contextli... Message-ID: <58eef608afbad_60ec3f82e9c33c2c1188ca@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.6 Home: https://github.com/python/cpython Commit: bd1173f202f5a3990063d980368e7ad1edc9b5b5 https://github.com/python/cpython/commit/bd1173f202f5a3990063d980368e7ad1edc9b5b5 Author: Mariatta Date: 2017-04-12 (Wed, 12 Apr 2017) Changed paths: M Lib/contextlib.py Log Message: ----------- [3.6] Clarify exception handler scope in contextlib (GH-1103) Moved explicit raise from inside try to try...else. (cherry picked from commit 680e20beee8bbce9f857b8e7795009191f98b0ba) From noreply at github.com Thu Apr 13 00:05:27 2017 From: noreply at github.com (GitHub) Date: Wed, 12 Apr 2017 21:05:27 -0700 Subject: [Python-checkins] [python/cpython] c0f424: [3.5] Clarify exception handler scope in contextli... Message-ID: <58eef9073193c_129c3ff0b6253c30756aa@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.5 Home: https://github.com/python/cpython Commit: c0f4240fac397e1cdd1ee202fc1ce6eb23037d06 https://github.com/python/cpython/commit/c0f4240fac397e1cdd1ee202fc1ce6eb23037d06 Author: Mariatta Date: 2017-04-12 (Wed, 12 Apr 2017) Changed paths: M Lib/contextlib.py Log Message: ----------- [3.5] Clarify exception handler scope in contextlib (GH-1104) Moved explicit raise from inside try to try...else. (cherry picked from commit 680e20beee8bbce9f857b8e7795009191f98b0ba) From noreply at github.com Thu Apr 13 02:23:45 2017 From: noreply at github.com (GitHub) Date: Wed, 12 Apr 2017 23:23:45 -0700 Subject: [Python-checkins] [python/cpython] 4a3ca9: convert from long long to PyLong loselessly Message-ID: <58ef19711c074_5bf23fe50501fc3c1148f7@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/benjamin-long-long-timeval Home: https://github.com/python/cpython Commit: 4a3ca95fc0da7108a937b6c2eb00291e66d9edbd https://github.com/python/cpython/commit/4a3ca95fc0da7108a937b6c2eb00291e66d9edbd Author: Benjamin Peterson Date: 2017-04-12 (Wed, 12 Apr 2017) Changed paths: M Modules/_testcapimodule.c Log Message: ----------- convert from long long to PyLong loselessly From noreply at github.com Thu Apr 13 04:44:55 2017 From: noreply at github.com (GitHub) Date: Thu, 13 Apr 2017 01:44:55 -0700 Subject: [Python-checkins] [python/cpython] 2c134c: convert from long long to PyLong loselessly (#1106... Message-ID: <58ef3a878a86f_3e553fcc1aefbc3c1771ac@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 2c134c31252612ed4729fd05df6ab0e96de8d0b1 https://github.com/python/cpython/commit/2c134c31252612ed4729fd05df6ab0e96de8d0b1 Author: Benjamin Peterson Date: 2017-04-13 (Thu, 13 Apr 2017) Changed paths: M Modules/_testcapimodule.c Log Message: ----------- convert from long long to PyLong loselessly (#1106) From noreply at github.com Thu Apr 13 04:45:00 2017 From: noreply at github.com (GitHub) Date: Thu, 13 Apr 2017 01:45:00 -0700 Subject: [Python-checkins] [python/cpython] Message-ID: <58ef3a8ce7c3c_25d83fd4396f1c4012632f@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/benjamin-long-long-timeval Home: https://github.com/python/cpython From solipsis at pitrou.net Thu Apr 13 05:06:46 2017 From: solipsis at pitrou.net (solipsis at pitrou.net) Date: Thu, 13 Apr 2017 09:06:46 +0000 Subject: [Python-checkins] Daily reference leaks (4243df51fe43): sum=5 Message-ID: <20170413090646.14815.24355.9C9D41C8@psf.io> results for 4243df51fe43 on branch "default" -------------------------------------------- test_collections leaked [7, -7, 1] memory blocks, sum=1 test_functools leaked [0, 3, 1] memory blocks, sum=4 Command line was: ['./python', '-m', 'test.regrtest', '-uall', '-R', '3:3:/home/psf-users/antoine/refleaks/refloga6wHPb', '--timeout', '7200'] From noreply at github.com Thu Apr 13 05:50:23 2017 From: noreply at github.com (GitHub) Date: Thu, 13 Apr 2017 02:50:23 -0700 Subject: [Python-checkins] [python/cpython] 9b409f: [3.6] bpo-29692: contextlib.contextmanager may inc... Message-ID: <58ef49df1027c_7d7e3fdd1088dc2c7926b@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.6 Home: https://github.com/python/cpython Commit: 9b409ff41ceb2d7ea7e8d25a7bbf5eb7d46625f3 https://github.com/python/cpython/commit/9b409ff41ceb2d7ea7e8d25a7bbf5eb7d46625f3 Author: Mariatta Date: 2017-04-13 (Thu, 13 Apr 2017) Changed paths: M Lib/contextlib.py M Lib/test/test_contextlib.py M Misc/NEWS Log Message: ----------- [3.6] bpo-29692: contextlib.contextmanager may incorrectly unchain RuntimeError (GH-949) (#1105) contextlib._GeneratorContextManager.__exit__ includes a special case to deal with PEP 479 RuntimeErrors created when `StopIteration` is thrown into the context manager body. Previously this check was too permissive, and undid one level of chaining on *all* RuntimeError instances, not just those that wrapped a StopIteration instance. (cherry picked from commit 00c75e9a45ff0366c185e9e8a2e23af5a35481b0) From noreply at github.com Thu Apr 13 06:14:55 2017 From: noreply at github.com (GitHub) Date: Thu, 13 Apr 2017 03:14:55 -0700 Subject: [Python-checkins] [python/cpython] 4d015a: [3.5] bpo-29692: contextlib.contextmanager may inc... Message-ID: <58ef4f9f1caac_2e9f3fb5d727dc3416759d@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.5 Home: https://github.com/python/cpython Commit: 4d015a40a7b9c3c1b8cfbe81453187d700a43163 https://github.com/python/cpython/commit/4d015a40a7b9c3c1b8cfbe81453187d700a43163 Author: Mariatta Date: 2017-04-13 (Thu, 13 Apr 2017) Changed paths: M Lib/contextlib.py M Lib/test/test_contextlib.py M Misc/NEWS Log Message: ----------- [3.5] bpo-29692: contextlib.contextmanager may incorrectly unchain RuntimeError (GH-949) (#1107) contextlib._GeneratorContextManager.__exit__ includes a special case to deal with PEP 479 RuntimeErrors created when `StopIteration` is thrown into the context manager body. Previously this check was too permissive, and undid one level of chaining on *all* RuntimeError instances, not just those that wrapped a StopIteration instance. (cherry picked from commit 00c75e9a45ff0366c185e9e8a2e23af5a35481b0) From noreply at github.com Thu Apr 13 06:21:06 2017 From: noreply at github.com (GitHub) Date: Thu, 13 Apr 2017 03:21:06 -0700 Subject: [Python-checkins] [python/cpython] 97a40b: bpo-29869: Allow underscores in numeric literals i... Message-ID: <58ef51128e8fb_22c43fa4e08afc2c112795@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.6 Home: https://github.com/python/cpython Commit: 97a40b7a5b2979fb17e1751c139fd4ba1ebd5276 https://github.com/python/cpython/commit/97a40b7a5b2979fb17e1751c139fd4ba1ebd5276 Author: Nevada Sanchez Date: 2017-04-13 (Thu, 13 Apr 2017) Changed paths: M Lib/lib2to3/pgen2/tokenize.py M Lib/lib2to3/tests/data/py3_test_grammar.py Log Message: ----------- bpo-29869: Allow underscores in numeric literals in lib2to3. (GH-752) From noreply at github.com Thu Apr 13 06:24:31 2017 From: noreply at github.com (GitHub) Date: Thu, 13 Apr 2017 03:24:31 -0700 Subject: [Python-checkins] [python/cpython] d3ab34: Revert "bpo-29869: Allow underscores in numeric li... Message-ID: <58ef51df90a82_5a6a3fa545a99c301134f1@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/revert-752-underscores-in-numbers Home: https://github.com/python/cpython Commit: d3ab34e5744a4359e50f74e3e7fc8273e602b11d https://github.com/python/cpython/commit/d3ab34e5744a4359e50f74e3e7fc8273e602b11d Author: Mariatta Date: 2017-04-13 (Thu, 13 Apr 2017) Changed paths: M Lib/lib2to3/pgen2/tokenize.py M Lib/lib2to3/tests/data/py3_test_grammar.py Log Message: ----------- Revert "bpo-29869: Allow underscores in numeric literals in lib2to3. (GH-752)" This reverts commit 97a40b7a5b2979fb17e1751c139fd4ba1ebd5276. From noreply at github.com Thu Apr 13 07:03:17 2017 From: noreply at github.com (GitHub) Date: Thu, 13 Apr 2017 04:03:17 -0700 Subject: [Python-checkins] [python/cpython] 84c2d7: Revert "bpo-29869: Allow underscores in numeric li... Message-ID: <58ef5af5c1737_29863f88635f5c3c1202cb@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.6 Home: https://github.com/python/cpython Commit: 84c2d75489a84174d8993aea292828662e35a50f https://github.com/python/cpython/commit/84c2d75489a84174d8993aea292828662e35a50f Author: Mariatta Date: 2017-04-13 (Thu, 13 Apr 2017) Changed paths: M Lib/lib2to3/pgen2/tokenize.py M Lib/lib2to3/tests/data/py3_test_grammar.py Log Message: ----------- Revert "bpo-29869: Allow underscores in numeric literals in lib2to3. (GH-752)" (GH-1109) This reverts commit 97a40b7a5b2979fb17e1751c139fd4ba1ebd5276. The commit is supposed to go to the master branch first. From noreply at github.com Thu Apr 13 07:03:20 2017 From: noreply at github.com (GitHub) Date: Thu, 13 Apr 2017 04:03:20 -0700 Subject: [Python-checkins] [python/cpython] Message-ID: <58ef5af8be8da_b7b3fd27a8b9c3c139127@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/revert-752-underscores-in-numbers Home: https://github.com/python/cpython From noreply at github.com Thu Apr 13 07:30:26 2017 From: noreply at github.com (GitHub) Date: Thu, 13 Apr 2017 04:30:26 -0700 Subject: [Python-checkins] [python/cpython] 2c0b5c: bpo-30055: add testcleanup to leave a fresh contex... Message-ID: <58ef6152a41e2_54743fd00f3adc381224e5@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 2c0b5c664ba7d36dc09788d3778d5b33e3fa1bd0 https://github.com/python/cpython/commit/2c0b5c664ba7d36dc09788d3778d5b33e3fa1bd0 Author: Marco Buttu Date: 2017-04-13 (Thu, 13 Apr 2017) Changed paths: M Doc/library/decimal.rst Log Message: ----------- bpo-30055: add testcleanup to leave a fresh context (#1094) From noreply at github.com Thu Apr 13 08:48:19 2017 From: noreply at github.com (GitHub) Date: Thu, 13 Apr 2017 05:48:19 -0700 Subject: [Python-checkins] [python/cpython] 61b9ac: bpo-29791: Clarify that flush is keyword-only argu... Message-ID: <58ef73936ba20_7df23fd735915c34162979@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 61b9ac93712df8092a25223cd56fa6528359792b https://github.com/python/cpython/commit/61b9ac93712df8092a25223cd56fa6528359792b Author: Berker Peksag Date: 2017-04-13 (Thu, 13 Apr 2017) Changed paths: M Doc/library/functions.rst Log Message: ----------- bpo-29791: Clarify that flush is keyword-only argument (#1093) Reported by Lucio Ricardo Montero Valenzuela. From noreply at github.com Thu Apr 13 09:16:31 2017 From: noreply at github.com (GitHub) Date: Thu, 13 Apr 2017 06:16:31 -0700 Subject: [Python-checkins] [python/cpython] df9783: bpo-29791: Clarify that flush is keyword-only argu... Message-ID: <58ef7a2f904fc_255a3f8359055c3c95071@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.5 Home: https://github.com/python/cpython Commit: df9783720e40773e7854d2f4e4cfc93f0a2c08b8 https://github.com/python/cpython/commit/df9783720e40773e7854d2f4e4cfc93f0a2c08b8 Author: Berker Peksag Date: 2017-04-13 (Thu, 13 Apr 2017) Changed paths: M Doc/library/functions.rst Log Message: ----------- bpo-29791: Clarify that flush is keyword-only argument (GH-1093) Reported by Lucio Ricardo Montero Valenzuela. (cherry picked from commit 61b9ac93712df8092a25223cd56fa6528359792b) From noreply at github.com Thu Apr 13 09:17:03 2017 From: noreply at github.com (GitHub) Date: Thu, 13 Apr 2017 06:17:03 -0700 Subject: [Python-checkins] [python/cpython] 119d94: bpo-29791: Clarify that flush is keyword-only argu... Message-ID: <58ef7a4f433ef_54743fd00f3adc381244cd@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.6 Home: https://github.com/python/cpython Commit: 119d94ad37a99ecb0b8329467d04cd9d909e310e https://github.com/python/cpython/commit/119d94ad37a99ecb0b8329467d04cd9d909e310e Author: Berker Peksag Date: 2017-04-13 (Thu, 13 Apr 2017) Changed paths: M Doc/library/functions.rst Log Message: ----------- bpo-29791: Clarify that flush is keyword-only argument (GH-1093) Reported by Lucio Ricardo Montero Valenzuela. (cherry picked from commit 61b9ac93712df8092a25223cd56fa6528359792b) From noreply at github.com Thu Apr 13 10:14:39 2017 From: noreply at github.com (GitHub) Date: Thu, 13 Apr 2017 07:14:39 -0700 Subject: [Python-checkins] [python/cpython] d1dc65: Blacklist myself from mention-bot (#1114) Message-ID: <58ef87cf3fc81_10113fcbe0499c38148667@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: d1dc65dc820649e59633142a88eaf97f930963a9 https://github.com/python/cpython/commit/d1dc65dc820649e59633142a88eaf97f930963a9 Author: Berker Peksag Date: 2017-04-13 (Thu, 13 Apr 2017) Changed paths: M .mention-bot Log Message: ----------- Blacklist myself from mention-bot (#1114) From noreply at github.com Thu Apr 13 10:18:00 2017 From: noreply at github.com (GitHub) Date: Thu, 13 Apr 2017 07:18:00 -0700 Subject: [Python-checkins] [python/cpython] 7b2491: bpo-27200: Fix pathlib, ssl, turtle and weakref do... Message-ID: <58ef8898d7fe1_138ab3f875a0c7c38141749@hookshot-fe-6dbb0c4.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 7b2491a6aa5cdc1f8f9e3fd9df91f29ee69aa982 https://github.com/python/cpython/commit/7b2491a6aa5cdc1f8f9e3fd9df91f29ee69aa982 Author: Marco Buttu Date: 2017-04-13 (Thu, 13 Apr 2017) Changed paths: M Doc/library/pathlib.rst M Doc/library/ssl.rst M Doc/library/turtle.rst M Doc/library/weakref.rst Log Message: ----------- bpo-27200: Fix pathlib, ssl, turtle and weakref doctests (GH-616) From noreply at github.com Thu Apr 13 12:17:38 2017 From: noreply at github.com (GitHub) Date: Thu, 13 Apr 2017 09:17:38 -0700 Subject: [Python-checkins] [python/cpython] 8fc7bc: bpo-30021: Add examples for re.escape(). (#1048) Message-ID: <58efa4a24203a_29863f88635f5c3c126438@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 8fc7bc2b7631ee819ee614e47b6f44bacebe1574 https://github.com/python/cpython/commit/8fc7bc2b7631ee819ee614e47b6f44bacebe1574 Author: Serhiy Storchaka Date: 2017-04-13 (Thu, 13 Apr 2017) Changed paths: M Doc/library/re.rst M Doc/tools/susp-ignored.csv Log Message: ----------- bpo-30021: Add examples for re.escape(). (#1048) And fix the parameter name. From noreply at github.com Thu Apr 13 12:41:20 2017 From: noreply at github.com (GitHub) Date: Thu, 13 Apr 2017 09:41:20 -0700 Subject: [Python-checkins] [python/cpython] 936633: bpo-30021: Add examples for re.escape(). (#1048) (... Message-ID: <58efaa3086f87_12c483fec61921c3c8519e@hookshot-fe-6dbb0c4.cp1-iad.github.net.mail> Branch: refs/heads/3.6 Home: https://github.com/python/cpython Commit: 936633282220768a6fec9bd6bb53ee9e3ec354df https://github.com/python/cpython/commit/936633282220768a6fec9bd6bb53ee9e3ec354df Author: Serhiy Storchaka Date: 2017-04-13 (Thu, 13 Apr 2017) Changed paths: M Doc/library/re.rst M Doc/tools/susp-ignored.csv Log Message: ----------- bpo-30021: Add examples for re.escape(). (#1048) (#1115) And fix the parameter name. (cherry picked from commit 8fc7bc2b7631ee819ee614e47b6f44bacebe1574) From noreply at github.com Thu Apr 13 12:41:27 2017 From: noreply at github.com (GitHub) Date: Thu, 13 Apr 2017 09:41:27 -0700 Subject: [Python-checkins] [python/cpython] e2cf9a: bpo-30021: Add examples for re.escape(). (#1048) (... Message-ID: <58efaa37c2211_268d3fd598dcdc341136ce@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.5 Home: https://github.com/python/cpython Commit: e2cf9a918439006fb27f67c1939d0370886650e7 https://github.com/python/cpython/commit/e2cf9a918439006fb27f67c1939d0370886650e7 Author: Serhiy Storchaka Date: 2017-04-13 (Thu, 13 Apr 2017) Changed paths: M Doc/library/re.rst M Doc/tools/susp-ignored.csv Log Message: ----------- bpo-30021: Add examples for re.escape(). (#1048) (#1116) And fix the parameter name. (cherry picked from commit 8fc7bc2b7631ee819ee614e47b6f44bacebe1574) From noreply at github.com Thu Apr 13 12:47:19 2017 From: noreply at github.com (GitHub) Date: Thu, 13 Apr 2017 09:47:19 -0700 Subject: [Python-checkins] [python/cpython] 53ad68: bpo-30021: Add examples for re.escape(). (#1048) (... Message-ID: <58efab97cdb11_135423fb7604d3c3857225@hookshot-fe-6dbb0c4.cp1-iad.github.net.mail> Branch: refs/heads/2.7 Home: https://github.com/python/cpython Commit: 53ad68434ce914defcc1b734cce4b9b4d79ca3fc https://github.com/python/cpython/commit/53ad68434ce914defcc1b734cce4b9b4d79ca3fc Author: Serhiy Storchaka Date: 2017-04-13 (Thu, 13 Apr 2017) Changed paths: M Doc/library/re.rst M Doc/tools/susp-ignored.csv Log Message: ----------- bpo-30021: Add examples for re.escape(). (#1048) (#1118) And fix the parameter name. (cherry picked from commit 8fc7bc2b7631ee819ee614e47b6f44bacebe1574) From noreply at github.com Thu Apr 13 13:31:38 2017 From: noreply at github.com (GitHub) Date: Thu, 13 Apr 2017 10:31:38 -0700 Subject: [Python-checkins] [python/cpython] 873ef2: Fix a typo in Doc/library/functions.rst (GH-1117) Message-ID: <58efb5fa858f2_269e3f9a8e19fc2c17407d@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 873ef20d0007b4b120933473e6252d2309a70102 https://github.com/python/cpython/commit/873ef20d0007b4b120933473e6252d2309a70102 Author: Joshua Diaddigo Date: 2017-04-13 (Thu, 13 Apr 2017) Changed paths: M Doc/library/functions.rst Log Message: ----------- Fix a typo in Doc/library/functions.rst (GH-1117) Replace `For object's ... ` with `For objects ...` From noreply at github.com Thu Apr 13 13:32:55 2017 From: noreply at github.com (GitHub) Date: Thu, 13 Apr 2017 10:32:55 -0700 Subject: [Python-checkins] [python/cpython] a6e395: bpo-29869: Allow underscores in numeric literals i... Message-ID: <58efb647d4b93_58993fe42d553c40133097@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: a6e395dffadf8c5124903c01ad69fefa36b1a935 https://github.com/python/cpython/commit/a6e395dffadf8c5124903c01ad69fefa36b1a935 Author: Nevada Sanchez Date: 2017-04-13 (Thu, 13 Apr 2017) Changed paths: M Lib/lib2to3/pgen2/tokenize.py M Lib/lib2to3/tests/data/py3_test_grammar.py Log Message: ----------- bpo-29869: Allow underscores in numeric literals in lib2to3. (GH-1119) * Allow underscores in numeric literals in lib2to3. * Stricter literal parsing for Python 3.6 in lib2to3.pgen2.tokenize. * Add test case for underscores in literals in Python 3. From noreply at github.com Thu Apr 13 14:06:45 2017 From: noreply at github.com (GitHub) Date: Thu, 13 Apr 2017 11:06:45 -0700 Subject: [Python-checkins] [python/cpython] 590830: bpo-29995: re.escape() now escapes only special ch... Message-ID: <58efbe35a433_27573faf1146dc3c827d@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 5908300e4b0891fc5ab8bd24fba8fac72012eaa7 https://github.com/python/cpython/commit/5908300e4b0891fc5ab8bd24fba8fac72012eaa7 Author: Serhiy Storchaka Date: 2017-04-13 (Thu, 13 Apr 2017) Changed paths: M Doc/library/re.rst M Doc/tools/susp-ignored.csv M Lib/idlelib/idle_test/test_replace.py M Lib/re.py M Lib/test/test_re.py M Misc/NEWS Log Message: ----------- bpo-29995: re.escape() now escapes only special characters. (#1007) From noreply at github.com Thu Apr 13 14:08:16 2017 From: noreply at github.com (GitHub) Date: Thu, 13 Apr 2017 11:08:16 -0700 Subject: [Python-checkins] [python/cpython] 22a594: bpo-29694: race condition in pathlib mkdir with fl... Message-ID: <58efbe909a4c2_137b63fc69b50bc241236bb@hookshot-fe-6dbb0c4.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 22a594a0047d7706537ff2ac676cdc0f1dcb329c https://github.com/python/cpython/commit/22a594a0047d7706537ff2ac676cdc0f1dcb329c Author: Armin Rigo Date: 2017-04-13 (Thu, 13 Apr 2017) Changed paths: M Lib/pathlib.py M Lib/test/test_pathlib.py M Misc/NEWS Log Message: ----------- bpo-29694: race condition in pathlib mkdir with flags parents=True (GH-1089) From noreply at github.com Thu Apr 13 16:19:21 2017 From: noreply at github.com (GitHub) Date: Thu, 13 Apr 2017 13:19:21 -0700 Subject: [Python-checkins] [python/cpython] 4c7143: convert from long long to PyLong loselessly (#1106... Message-ID: <58efdd499d46f_7df23fd735915c34174742@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/benjamin-backport-long-long-fix Home: https://github.com/python/cpython Commit: 4c71436abb5624f3352f634761b9582744a9805e https://github.com/python/cpython/commit/4c71436abb5624f3352f634761b9582744a9805e Author: Benjamin Peterson Date: 2017-04-13 (Thu, 13 Apr 2017) Changed paths: M Modules/_testcapimodule.c Log Message: ----------- convert from long long to PyLong loselessly (#1106) From noreply at github.com Thu Apr 13 17:11:50 2017 From: noreply at github.com (GitHub) Date: Thu, 13 Apr 2017 14:11:50 -0700 Subject: [Python-checkins] [python/cpython] 04ac85: convert from long long to PyLong loselessly (#1106... Message-ID: <58efe99613e4e_1327f3f9bf0995c3415677c@hookshot-fe-6dbb0c4.cp1-iad.github.net.mail> Branch: refs/heads/3.6 Home: https://github.com/python/cpython Commit: 04ac85394565a1cfbfae03b072ca82adc3a83d3b https://github.com/python/cpython/commit/04ac85394565a1cfbfae03b072ca82adc3a83d3b Author: Benjamin Peterson Date: 2017-04-13 (Thu, 13 Apr 2017) Changed paths: M Modules/_testcapimodule.c Log Message: ----------- convert from long long to PyLong loselessly (#1106) (#1121) From noreply at github.com Thu Apr 13 17:12:00 2017 From: noreply at github.com (GitHub) Date: Thu, 13 Apr 2017 14:12:00 -0700 Subject: [Python-checkins] [python/cpython] Message-ID: <58efe9a0e82eb_12cee3fb90eb77c241698fb@hookshot-fe-6dbb0c4.cp1-iad.github.net.mail> Branch: refs/heads/benjamin-backport-long-long-fix Home: https://github.com/python/cpython From noreply at github.com Thu Apr 13 19:37:52 2017 From: noreply at github.com (GitHub) Date: Thu, 13 Apr 2017 16:37:52 -0700 Subject: [Python-checkins] [python/cpython] c5c24c: [3.6] Fix a typo in Doc/library/functions.rst (GH-... Message-ID: <58f00bd0f12bf_60593fd037fb5c38171789@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.6 Home: https://github.com/python/cpython Commit: c5c24cfaf9fe9a38f0901756cd797bd12524a8b7 https://github.com/python/cpython/commit/c5c24cfaf9fe9a38f0901756cd797bd12524a8b7 Author: Mariatta Date: 2017-04-13 (Thu, 13 Apr 2017) Changed paths: M Doc/library/functions.rst Log Message: ----------- [3.6] Fix a typo in Doc/library/functions.rst (GH-1117) (GH-1123) Replace `For object's ... ` with `For objects ...` (cherry picked from commit 873ef20d0007b4b120933473e6252d2309a70102) From noreply at github.com Thu Apr 13 19:38:18 2017 From: noreply at github.com (GitHub) Date: Thu, 13 Apr 2017 16:38:18 -0700 Subject: [Python-checkins] [python/cpython] 118cf9: [3.5] Fix a typo in Doc/library/functions.rst (GH-... Message-ID: <58f00bea9c7bd_3cf23ffcfcbb5c4012503b@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.5 Home: https://github.com/python/cpython Commit: 118cf91a312fcee11309b80f30c8a9ba901042da https://github.com/python/cpython/commit/118cf91a312fcee11309b80f30c8a9ba901042da Author: Mariatta Date: 2017-04-13 (Thu, 13 Apr 2017) Changed paths: M Doc/library/functions.rst Log Message: ----------- [3.5] Fix a typo in Doc/library/functions.rst (GH-1117) (GH-1124) Replace `For object's ... ` with `For objects ...` (cherry picked from commit 873ef20d0007b4b120933473e6252d2309a70102) From noreply at github.com Thu Apr 13 19:54:50 2017 From: noreply at github.com (GitHub) Date: Thu, 13 Apr 2017 16:54:50 -0700 Subject: [Python-checkins] [python/cpython] 2cdf08: [3.6] bpo-29869: Allow underscores in numeric lite... Message-ID: <58f00fcaca3f3_46103fe7068edc30133288@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.6 Home: https://github.com/python/cpython Commit: 2cdf087d1fd48f7d0f95b5a0b31b9a624fa84751 https://github.com/python/cpython/commit/2cdf087d1fd48f7d0f95b5a0b31b9a624fa84751 Author: Mariatta Date: 2017-04-13 (Thu, 13 Apr 2017) Changed paths: M Lib/lib2to3/pgen2/tokenize.py M Lib/lib2to3/tests/data/py3_test_grammar.py Log Message: ----------- [3.6] bpo-29869: Allow underscores in numeric literals in lib2to3. (GH-1119) (GH-1122) * Allow underscores in numeric literals in lib2to3. * Stricter literal parsing for Python 3.6 in lib2to3.pgen2.tokenize. * Add test case for underscores in literals in Python 3. (cherry picked from commit a6e395dffadf8c5124903c01ad69fefa36b1a935) From noreply at github.com Thu Apr 13 21:25:31 2017 From: noreply at github.com (GitHub) Date: Thu, 13 Apr 2017 18:25:31 -0700 Subject: [Python-checkins] [python/cpython] 59aa8a: bpo-29869: Add Nevada Sanchez to Misc/ACKS Message-ID: <58f0250b5babf_2d0c3fcdbdce3c341701db@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/Mariatta-bpo-29869-acks Home: https://github.com/python/cpython Commit: 59aa8afc7532a943d7bb4933a89e31bd2b1d96f7 https://github.com/python/cpython/commit/59aa8afc7532a943d7bb4933a89e31bd2b1d96f7 Author: Mariatta Date: 2017-04-13 (Thu, 13 Apr 2017) Changed paths: M Misc/ACKS Log Message: ----------- bpo-29869: Add Nevada Sanchez to Misc/ACKS From noreply at github.com Thu Apr 13 21:30:44 2017 From: noreply at github.com (GitHub) Date: Thu, 13 Apr 2017 18:30:44 -0700 Subject: [Python-checkins] [python/cpython] 947629: bpo-29869: Add Nevada Sanchez to Misc/ACKS (GH-112... Message-ID: <58f02644357f_42853fd9b9f91c44951e5@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 947629916a5ecb1f6f6792e9b9234e084c5bf274 https://github.com/python/cpython/commit/947629916a5ecb1f6f6792e9b9234e084c5bf274 Author: Mariatta Date: 2017-04-13 (Thu, 13 Apr 2017) Changed paths: M Misc/ACKS Log Message: ----------- bpo-29869: Add Nevada Sanchez to Misc/ACKS (GH-1125) From noreply at github.com Thu Apr 13 21:30:46 2017 From: noreply at github.com (GitHub) Date: Thu, 13 Apr 2017 18:30:46 -0700 Subject: [Python-checkins] [python/cpython] Message-ID: <58f026461a4e1_1316f3fae928e3c3c90728@hookshot-fe-6dbb0c4.cp1-iad.github.net.mail> Branch: refs/heads/Mariatta-bpo-29869-acks Home: https://github.com/python/cpython From noreply at github.com Thu Apr 13 22:26:17 2017 From: noreply at github.com (GitHub) Date: Thu, 13 Apr 2017 19:26:17 -0700 Subject: [Python-checkins] [python/cpython] cbc46a: [3.6] bpo-29694: race condition in pathlib mkdir w... Message-ID: <58f03349d261c_25c73fe9e8093c301544c6@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.6 Home: https://github.com/python/cpython Commit: cbc46afa59dcc43c2c8c90ae7a0a0dc404325a89 https://github.com/python/cpython/commit/cbc46afa59dcc43c2c8c90ae7a0a0dc404325a89 Author: Mariatta Date: 2017-04-13 (Thu, 13 Apr 2017) Changed paths: M Lib/pathlib.py M Lib/test/test_pathlib.py M Misc/NEWS Log Message: ----------- [3.6] bpo-29694: race condition in pathlib mkdir with flags parents=True (GH-1089). (GH-1126) (cherry picked from commit 22a594a0047d7706537ff2ac676cdc0f1dcb329c) From noreply at github.com Thu Apr 13 22:26:26 2017 From: noreply at github.com (GitHub) Date: Thu, 13 Apr 2017 19:26:26 -0700 Subject: [Python-checkins] [python/cpython] d7abeb: [3.5] bpo-29694: race condition in pathlib mkdir w... Message-ID: <58f0335245889_5c313fd0b6af1c2c1594db@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.5 Home: https://github.com/python/cpython Commit: d7abeb7024b9755c291c29bdc8c4494246e975ad https://github.com/python/cpython/commit/d7abeb7024b9755c291c29bdc8c4494246e975ad Author: Mariatta Date: 2017-04-13 (Thu, 13 Apr 2017) Changed paths: M Lib/pathlib.py M Lib/test/test_pathlib.py M Misc/NEWS Log Message: ----------- [3.5] bpo-29694: race condition in pathlib mkdir with flags parents=True (GH-1089). (GH-1127) (cherry picked from commit 22a594a0047d7706537ff2ac676cdc0f1dcb329c) From noreply at github.com Fri Apr 14 00:03:43 2017 From: noreply at github.com (GitHub) Date: Thu, 13 Apr 2017 21:03:43 -0700 Subject: [Python-checkins] [python/cpython] Message-ID: <58f04a1fb19ee_13ef23fdf0b80bc3414212e@hookshot-fe-6dbb0c4.cp1-iad.github.net.mail> Branch: refs/heads/buildbot-custom Home: https://github.com/python/cpython From noreply at github.com Fri Apr 14 00:05:57 2017 From: noreply at github.com (GitHub) Date: Thu, 13 Apr 2017 21:05:57 -0700 Subject: [Python-checkins] [python/cpython] 134f46: Try to trigger a custom buildbot build Message-ID: <58f04aa589499_1338f3fd3f5d0bc2822543f@hookshot-fe-6dbb0c4.cp1-iad.github.net.mail> Branch: refs/heads/buildbot-custom Home: https://github.com/python/cpython Commit: 134f4612ad4bf02a038360b1c936a861448dd0e3 https://github.com/python/cpython/commit/134f4612ad4bf02a038360b1c936a861448dd0e3 Author: Zachary Ware Date: 2017-04-13 (Thu, 13 Apr 2017) Changed paths: M setup.py Log Message: ----------- Try to trigger a custom buildbot build From noreply at github.com Fri Apr 14 00:08:29 2017 From: noreply at github.com (GitHub) Date: Thu, 13 Apr 2017 21:08:29 -0700 Subject: [Python-checkins] [python/cpython] Message-ID: <58f04b3d89451_135b83fa75a84fc38177767@hookshot-fe-6dbb0c4.cp1-iad.github.net.mail> Branch: refs/heads/buildbot-custom Home: https://github.com/python/cpython From noreply at github.com Fri Apr 14 00:55:01 2017 From: noreply at github.com (GitHub) Date: Thu, 13 Apr 2017 21:55:01 -0700 Subject: [Python-checkins] [python/cpython] 6173dc: Remove unused import Message-ID: <58f05625ec48c_303a3fefe8047c44958d1@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/buildbot-custom Home: https://github.com/python/cpython Commit: 6173dcc658c2cb5b0698468a36a00b8de748ff8f https://github.com/python/cpython/commit/6173dcc658c2cb5b0698468a36a00b8de748ff8f Author: Zachary Ware Date: 2017-04-13 (Thu, 13 Apr 2017) Changed paths: M Lib/test/test_abc.py Log Message: ----------- Remove unused import From noreply at github.com Fri Apr 14 01:15:49 2017 From: noreply at github.com (GitHub) Date: Thu, 13 Apr 2017 22:15:49 -0700 Subject: [Python-checkins] [python/cpython] Message-ID: <58f05b05648f0_23663fadaa2adc341965f5@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/buildbot-custom Home: https://github.com/python/cpython From noreply at github.com Fri Apr 14 02:13:32 2017 From: noreply at github.com (GitHub) Date: Thu, 13 Apr 2017 23:13:32 -0700 Subject: [Python-checkins] [python/cpython] cb2877: improve alignment autoconf test Message-ID: <58f0688c6d628_3f523f7f16617c34232654@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/benjamin-aligned-autoconf Home: https://github.com/python/cpython Commit: cb2877ef99d92306535c0d52728c2d44053c2c43 https://github.com/python/cpython/commit/cb2877ef99d92306535c0d52728c2d44053c2c43 Author: Benjamin Peterson Date: 2017-04-13 (Thu, 13 Apr 2017) Changed paths: M aclocal.m4 M configure M configure.ac Log Message: ----------- improve alignment autoconf test Replace the deprecated AC_TRY_RUN with AC_RUN_IFELSE. Also, standardize the variable name and allow for caching of the result. From noreply at github.com Fri Apr 14 05:00:27 2017 From: noreply at github.com (GitHub) Date: Fri, 14 Apr 2017 02:00:27 -0700 Subject: [Python-checkins] [python/cpython] f9f87f: bpo-11913: Add README.rst to the distutils standar... Message-ID: <58f08fabdcea0_5aa83ff0694cbc301726ab@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: f9f87f0934ca570293ba7194bed3448a7f9bf39c https://github.com/python/cpython/commit/f9f87f0934ca570293ba7194bed3448a7f9bf39c Author: Ryan Gonzalez Date: 2017-04-14 (Fri, 14 Apr 2017) Changed paths: M Doc/distutils/sourcedist.rst M Doc/whatsnew/3.7.rst M Lib/distutils/command/sdist.py M Misc/NEWS Log Message: ----------- bpo-11913: Add README.rst to the distutils standard READMEs list (#563) From solipsis at pitrou.net Fri Apr 14 05:05:24 2017 From: solipsis at pitrou.net (solipsis at pitrou.net) Date: Fri, 14 Apr 2017 09:05:24 +0000 Subject: [Python-checkins] Daily reference leaks (4243df51fe43): sum=5 Message-ID: <20170414090524.124173.19491.27265B1E@psf.io> results for 4243df51fe43 on branch "default" -------------------------------------------- test_collections leaked [-7, 1, 7] memory blocks, sum=1 test_functools leaked [0, 3, 1] memory blocks, sum=4 Command line was: ['./python', '-m', 'test.regrtest', '-uall', '-R', '3:3:/home/psf-users/antoine/refleaks/reflog1zTDVp', '--timeout', '7200'] From noreply at github.com Fri Apr 14 07:10:01 2017 From: noreply at github.com (GitHub) Date: Fri, 14 Apr 2017 04:10:01 -0700 Subject: [Python-checkins] [python/cpython] 685cdb: Relax test timing (bpo-29861) to avoid sporadic fa... Message-ID: <58f0ae0950b3d_41743ff425021c381846a0@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 685cdb9acc3fca04a9897d88b89771ddfd50e772 https://github.com/python/cpython/commit/685cdb9acc3fca04a9897d88b89771ddfd50e772 Author: Antoine Pitrou Date: 2017-04-14 (Fri, 14 Apr 2017) Changed paths: M Lib/test/_test_multiprocessing.py Log Message: ----------- Relax test timing (bpo-29861) to avoid sporadic failures (#1120) From noreply at github.com Fri Apr 14 07:37:47 2017 From: noreply at github.com (GitHub) Date: Fri, 14 Apr 2017 04:37:47 -0700 Subject: [Python-checkins] [python/cpython] 413a89: Relax test timing (bpo-29861) to avoid sporadic fa... Message-ID: <58f0b48b55d50_15e33fbc350ffc40145755@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.6 Home: https://github.com/python/cpython Commit: 413a8913aee255d0635e4ddbb9c343d9e5e76fea https://github.com/python/cpython/commit/413a8913aee255d0635e4ddbb9c343d9e5e76fea Author: Antoine Pitrou Date: 2017-04-14 (Fri, 14 Apr 2017) Changed paths: M Lib/test/_test_multiprocessing.py Log Message: ----------- Relax test timing (bpo-29861) to avoid sporadic failures (#1120) (#1132) (cherry picked from commit 685cdb9acc3fca04a9897d88b89771ddfd50e772) From noreply at github.com Fri Apr 14 07:45:29 2017 From: noreply at github.com (GitHub) Date: Fri, 14 Apr 2017 04:45:29 -0700 Subject: [Python-checkins] [python/cpython] 47f24a: Relax test timing (bpo-29861) to avoid sporadic fa... Message-ID: <58f0b6592506d_21f43fa0ff445c3419440@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.5 Home: https://github.com/python/cpython Commit: 47f24a018f6a9c3ed996d2b83a7ebd0d1f905827 https://github.com/python/cpython/commit/47f24a018f6a9c3ed996d2b83a7ebd0d1f905827 Author: Antoine Pitrou Date: 2017-04-14 (Fri, 14 Apr 2017) Changed paths: M Lib/test/_test_multiprocessing.py Log Message: ----------- Relax test timing (bpo-29861) to avoid sporadic failures (#1120) (#1133) (cherry picked from commit 685cdb9acc3fca04a9897d88b89771ddfd50e772) From noreply at github.com Fri Apr 14 08:28:56 2017 From: noreply at github.com (GitHub) Date: Fri, 14 Apr 2017 05:28:56 -0700 Subject: [Python-checkins] [python/cpython] ce040f: Fix misplaced positional argument in OS X support ... Message-ID: <58f0c088bd96f_10a63fcdc8a95c381970eb@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: ce040f6c1ef4d31bad8a3ce51a766a0f82c7d2a0 https://github.com/python/cpython/commit/ce040f6c1ef4d31bad8a3ce51a766a0f82c7d2a0 Author: Jack McCracken Date: 2017-04-14 (Fri, 14 Apr 2017) Changed paths: M Lib/_osx_support.py Log Message: ----------- Fix misplaced positional argument in OS X support library (#1134) From noreply at github.com Fri Apr 14 10:44:35 2017 From: noreply at github.com (GitHub) Date: Fri, 14 Apr 2017 07:44:35 -0700 Subject: [Python-checkins] [python/cpython] 7ac96e: Fix misplaced positional argument in OS X support ... Message-ID: <58f0e053e2b29_54663fd80585fc381802c4@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.6 Home: https://github.com/python/cpython Commit: 7ac96ec60e944bbfa290c869225dc48b542b6884 https://github.com/python/cpython/commit/7ac96ec60e944bbfa290c869225dc48b542b6884 Author: Jack McCracken Date: 2017-04-14 (Fri, 14 Apr 2017) Changed paths: M Lib/_osx_support.py Log Message: ----------- Fix misplaced positional argument in OS X support library (#1137) From noreply at github.com Fri Apr 14 10:45:18 2017 From: noreply at github.com (GitHub) Date: Fri, 14 Apr 2017 07:45:18 -0700 Subject: [Python-checkins] [python/cpython] d960d7: Fix misplaced positional argument in OS X support ... Message-ID: <58f0e07eb7d89_70ee3fb04a81fc38108338@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.5 Home: https://github.com/python/cpython Commit: d960d766cf69152c71aa0fc62fa31af1aa174e1e https://github.com/python/cpython/commit/d960d766cf69152c71aa0fc62fa31af1aa174e1e Author: Jack McCracken Date: 2017-04-14 (Fri, 14 Apr 2017) Changed paths: M Lib/_osx_support.py Log Message: ----------- Fix misplaced positional argument in OS X support library (#1135) From noreply at github.com Fri Apr 14 12:36:47 2017 From: noreply at github.com (GitHub) Date: Fri, 14 Apr 2017 09:36:47 -0700 Subject: [Python-checkins] [python/cpython] e4f961: improve alignment autoconf test (#1129) Message-ID: <58f0fa9f22260_13f93fa824815c341766f1@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: e4f961be0946639eb4356e274268dd9b5e90da9b https://github.com/python/cpython/commit/e4f961be0946639eb4356e274268dd9b5e90da9b Author: Benjamin Peterson Date: 2017-04-14 (Fri, 14 Apr 2017) Changed paths: M aclocal.m4 M configure M configure.ac Log Message: ----------- improve alignment autoconf test (#1129) Replace the deprecated AC_TRY_RUN with AC_RUN_IFELSE. Also, standardize the variable name and allow for caching of the result. From noreply at github.com Fri Apr 14 12:36:52 2017 From: noreply at github.com (GitHub) Date: Fri, 14 Apr 2017 09:36:52 -0700 Subject: [Python-checkins] [python/cpython] Message-ID: <58f0faa4822cb_7df23fd735915c341907c7@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/benjamin-aligned-autoconf Home: https://github.com/python/cpython From noreply at github.com Fri Apr 14 12:37:47 2017 From: noreply at github.com (GitHub) Date: Fri, 14 Apr 2017 09:37:47 -0700 Subject: [Python-checkins] [python/cpython] 0e2367: improve alignment autoconf test (#1129) Message-ID: <58f0fadbae5be_60ec3f82e9c33c2c15162b@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/benjamin-backport-autoconf-test Home: https://github.com/python/cpython Commit: 0e2367d326c942ea86f28042d99c52cd17ea3f22 https://github.com/python/cpython/commit/0e2367d326c942ea86f28042d99c52cd17ea3f22 Author: Benjamin Peterson Date: 2017-04-14 (Fri, 14 Apr 2017) Changed paths: M aclocal.m4 M configure M configure.ac Log Message: ----------- improve alignment autoconf test (#1129) Replace the deprecated AC_TRY_RUN with AC_RUN_IFELSE. Also, standardize the variable name and allow for caching of the result. From noreply at github.com Fri Apr 14 12:59:35 2017 From: noreply at github.com (GitHub) Date: Fri, 14 Apr 2017 09:59:35 -0700 Subject: [Python-checkins] [python/cpython] 2e30eb: improve alignment autoconf test (#1129) (#1139) Message-ID: <58f0fff775d7c_53593ffd7df11c3c132444@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.6 Home: https://github.com/python/cpython Commit: 2e30eb6a98fb9b47e840528b41f1fc4446c69f36 https://github.com/python/cpython/commit/2e30eb6a98fb9b47e840528b41f1fc4446c69f36 Author: Benjamin Peterson Date: 2017-04-14 (Fri, 14 Apr 2017) Changed paths: M aclocal.m4 M configure M configure.ac Log Message: ----------- improve alignment autoconf test (#1129) (#1139) Replace the deprecated AC_TRY_RUN with AC_RUN_IFELSE. Also, standardize the variable name and allow for caching of the result. From noreply at github.com Fri Apr 14 13:27:33 2017 From: noreply at github.com (GitHub) Date: Fri, 14 Apr 2017 10:27:33 -0700 Subject: [Python-checkins] [python/cpython] Message-ID: <58f106854563_130cc3fe59d72bc2c160090@hookshot-fe-6dbb0c4.cp1-iad.github.net.mail> Branch: refs/heads/benjamin-backport-autoconf-test Home: https://github.com/python/cpython From noreply at github.com Fri Apr 14 15:18:36 2017 From: noreply at github.com (GitHub) Date: Fri, 14 Apr 2017 12:18:36 -0700 Subject: [Python-checkins] [python/cpython] 0dc5c3: bpo-30059: Include Py_Ellipsis in C API documentat... Message-ID: <58f1208ca2666_59ec3f918802fc3425316a@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 0dc5c3169dcd4853612d11ed8c92b12fa210c07f https://github.com/python/cpython/commit/0dc5c3169dcd4853612d11ed8c92b12fa210c07f Author: Michael Seifert Date: 2017-04-14 (Fri, 14 Apr 2017) Changed paths: M Doc/c-api/slice.rst Log Message: ----------- bpo-30059: Include Py_Ellipsis in C API documentation (#1018) From noreply at github.com Fri Apr 14 21:06:08 2017 From: noreply at github.com (GitHub) Date: Fri, 14 Apr 2017 18:06:08 -0700 Subject: [Python-checkins] [python/cpython] 2849cc: bpo-29738: Fix memory leak in _get_crl_dp (GH-526) Message-ID: <58f1720087574_5c313fd0b6af1c2c1673f3@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 2849cc34a8db93d448a62d69c462402347b50dcb https://github.com/python/cpython/commit/2849cc34a8db93d448a62d69c462402347b50dcb Author: Olivier Vielpeau Date: 2017-04-14 (Fri, 14 Apr 2017) Changed paths: M Modules/_ssl.c Log Message: ----------- bpo-29738: Fix memory leak in _get_crl_dp (GH-526) * Remove conditional on free of `dps`, since `dps` is now allocated for all versions of OpenSSL * Remove call to `x509_check_ca` since it was only used to cache the `crldp` field of the certificate CRL_DIST_POINTS_free is available in all supported versions of OpenSSL (recent 0.9.8+) and LibreSSL. From noreply at github.com Fri Apr 14 21:24:23 2017 From: noreply at github.com (GitHub) Date: Fri, 14 Apr 2017 18:24:23 -0700 Subject: [Python-checkins] [python/cpython] b2b00e: [2.7] bpo-29738: Fix memory leak in _get_crl_dp (G... Message-ID: <58f1764770f89_24003feb16c0bc3c12232e@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.7 Home: https://github.com/python/cpython Commit: b2b00e039ce71e69148e5f479e2154c1c7b712ca https://github.com/python/cpython/commit/b2b00e039ce71e69148e5f479e2154c1c7b712ca Author: Mariatta Date: 2017-04-14 (Fri, 14 Apr 2017) Changed paths: M Modules/_ssl.c Log Message: ----------- [2.7] bpo-29738: Fix memory leak in _get_crl_dp (GH-526) (GH-1144) * Remove conditional on free of `dps`, since `dps` is now allocated for all versions of OpenSSL * Remove call to `x509_check_ca` since it was only used to cache the `crldp` field of the certificate CRL_DIST_POINTS_free is available in all supported versions of OpenSSL (recent 0.9.8+) and LibreSSL. (cherry picked from commit 2849cc34a8db93d448a62d69c462402347b50dcb) From noreply at github.com Fri Apr 14 21:27:13 2017 From: noreply at github.com (GitHub) Date: Fri, 14 Apr 2017 18:27:13 -0700 Subject: [Python-checkins] [python/cpython] 3b4ae9: bpo-29738: Add Olivier Vielpeau to Misc/ACKS Message-ID: <58f176f199078_383a3fa31b09bc3c1745c3@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/bpo-29738-misc-acks Home: https://github.com/python/cpython Commit: 3b4ae912bfb67ae23be08eb1e49601a8232f36c3 https://github.com/python/cpython/commit/3b4ae912bfb67ae23be08eb1e49601a8232f36c3 Author: Mariatta Date: 2017-04-14 (Fri, 14 Apr 2017) Changed paths: M Misc/ACKS Log Message: ----------- bpo-29738: Add Olivier Vielpeau to Misc/ACKS From noreply at github.com Fri Apr 14 21:33:49 2017 From: noreply at github.com (GitHub) Date: Fri, 14 Apr 2017 18:33:49 -0700 Subject: [Python-checkins] [python/cpython] 39f595: bpo-29738: Add Olivier Vielpeau to Misc/ACKS (GH-1... Message-ID: <58f1787df3d1c_de73f8f6f2d9c34199780@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 39f5956ffbcc4fe83cee59eed1d18845a5b25dd2 https://github.com/python/cpython/commit/39f5956ffbcc4fe83cee59eed1d18845a5b25dd2 Author: Mariatta Date: 2017-04-14 (Fri, 14 Apr 2017) Changed paths: M Misc/ACKS Log Message: ----------- bpo-29738: Add Olivier Vielpeau to Misc/ACKS (GH-1146) From noreply at github.com Fri Apr 14 21:33:52 2017 From: noreply at github.com (GitHub) Date: Fri, 14 Apr 2017 18:33:52 -0700 Subject: [Python-checkins] [python/cpython] Message-ID: <58f17880afde_269e3f9a8e19fc2c194848@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/bpo-29738-misc-acks Home: https://github.com/python/cpython From noreply at github.com Fri Apr 14 21:34:12 2017 From: noreply at github.com (GitHub) Date: Fri, 14 Apr 2017 18:34:12 -0700 Subject: [Python-checkins] [python/cpython] 8e7201: [3.6] bpo-29738: Fix memory leak in _get_crl_dp (G... Message-ID: <58f17894984a6_2f243faed1ac7c301521f6@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.6 Home: https://github.com/python/cpython Commit: 8e7201342dc6eef201bfa4f533ad89a8144fd693 https://github.com/python/cpython/commit/8e7201342dc6eef201bfa4f533ad89a8144fd693 Author: Mariatta Date: 2017-04-14 (Fri, 14 Apr 2017) Changed paths: M Modules/_ssl.c Log Message: ----------- [3.6] bpo-29738: Fix memory leak in _get_crl_dp (GH-526) (GH-1142) * Remove conditional on free of `dps`, since `dps` is now allocated for all versions of OpenSSL * Remove call to `x509_check_ca` since it was only used to cache the `crldp` field of the certificate CRL_DIST_POINTS_free is available in all supported versions of OpenSSL (recent 0.9.8+) and LibreSSL. (cherry picked from commit 2849cc34a8db93d448a62d69c462402347b50dcb) From noreply at github.com Fri Apr 14 21:36:12 2017 From: noreply at github.com (GitHub) Date: Fri, 14 Apr 2017 18:36:12 -0700 Subject: [Python-checkins] [python/cpython] c40740: [3.5] bpo-29738: Fix memory leak in _get_crl_dp (G... Message-ID: <58f1790c72930_16843fac37d21c3421663a@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.5 Home: https://github.com/python/cpython Commit: c40740cf06470a774e98f84537801cd8b7176938 https://github.com/python/cpython/commit/c40740cf06470a774e98f84537801cd8b7176938 Author: Mariatta Date: 2017-04-14 (Fri, 14 Apr 2017) Changed paths: M Modules/_ssl.c Log Message: ----------- [3.5] bpo-29738: Fix memory leak in _get_crl_dp (GH-526) (GH-1143) * Remove conditional on free of `dps`, since `dps` is now allocated for all versions of OpenSSL * Remove call to `x509_check_ca` since it was only used to cache the `crldp` field of the certificate CRL_DIST_POINTS_free is available in all supported versions of OpenSSL (recent 0.9.8+) and LibreSSL. (cherry picked from commit 2849cc34a8db93d448a62d69c462402347b50dcb) From noreply at github.com Fri Apr 14 22:03:43 2017 From: noreply at github.com (GitHub) Date: Fri, 14 Apr 2017 19:03:43 -0700 Subject: [Python-checkins] [python/cpython] 05bfbc: [3.6] bpo-30059: Include Py_Ellipsis in C API docu... Message-ID: <58f17f7f5ec59_52213fa8c8793c441305b8@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.6 Home: https://github.com/python/cpython Commit: 05bfbcd233b2f5ba0d0634a380092d6ead6b35e1 https://github.com/python/cpython/commit/05bfbcd233b2f5ba0d0634a380092d6ead6b35e1 Author: Michael Seifert Date: 2017-04-14 (Fri, 14 Apr 2017) Changed paths: M Doc/c-api/slice.rst Log Message: ----------- [3.6] bpo-30059: Include Py_Ellipsis in C API documentation (GH-1018) (GH-1149) From noreply at github.com Fri Apr 14 22:04:23 2017 From: noreply at github.com (GitHub) Date: Fri, 14 Apr 2017 19:04:23 -0700 Subject: [Python-checkins] [python/cpython] 0b46fc: [2.7] bpo-30059: Include Py_Ellipsis in C API docu... Message-ID: <58f17fa760c10_135b83fa75a84fc382061fc@hookshot-fe-6dbb0c4.cp1-iad.github.net.mail> Branch: refs/heads/2.7 Home: https://github.com/python/cpython Commit: 0b46fcf45afe32402b34240770e01be9b5da3031 https://github.com/python/cpython/commit/0b46fcf45afe32402b34240770e01be9b5da3031 Author: Michael Seifert Date: 2017-04-14 (Fri, 14 Apr 2017) Changed paths: M Doc/c-api/slice.rst Log Message: ----------- [2.7] bpo-30059: Include Py_Ellipsis in C API documentation (GH-1018) (GH-1147) From noreply at github.com Fri Apr 14 22:05:01 2017 From: noreply at github.com (GitHub) Date: Fri, 14 Apr 2017 19:05:01 -0700 Subject: [Python-checkins] [python/cpython] f40e72: [3.5] bpo-30059: Include Py_Ellipsis in C API docu... Message-ID: <58f17fcd9dbff_3cf23ffcfcbb5c40136221@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.5 Home: https://github.com/python/cpython Commit: f40e72dbe60038eae69bc72e207ac47851d96752 https://github.com/python/cpython/commit/f40e72dbe60038eae69bc72e207ac47851d96752 Author: Michael Seifert Date: 2017-04-14 (Fri, 14 Apr 2017) Changed paths: M Doc/c-api/slice.rst Log Message: ----------- [3.5] bpo-30059: Include Py_Ellipsis in C API documentation (GH-1018) (GH-1148) From noreply at github.com Fri Apr 14 22:06:03 2017 From: noreply at github.com (GitHub) Date: Fri, 14 Apr 2017 19:06:03 -0700 Subject: [Python-checkins] [python/cpython] eaeda6: bpo-19225: Remove duplicated description for stand... Message-ID: <58f1800bc758a_5c033f808cb49c301817f9@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: eaeda64c2fd2abd33e59b03298f9cdc9e8efef89 https://github.com/python/cpython/commit/eaeda64c2fd2abd33e59b03298f9cdc9e8efef89 Author: cocoatomo Date: 2017-04-15 (Sat, 15 Apr 2017) Changed paths: M Doc/c-api/exceptions.rst Log Message: ----------- bpo-19225: Remove duplicated description for standard warning categories (GH-1068) From noreply at github.com Sat Apr 15 00:47:29 2017 From: noreply at github.com (GitHub) Date: Fri, 14 Apr 2017 21:47:29 -0700 Subject: [Python-checkins] [python/cpython] 026435: bpo-30068: add missing iter(self) in _io._IOBase.r... Message-ID: <58f1a5e1ce973_f943ffdd26afc38153568@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 026435ce49419a3366171416c68114dd8a1144c7 https://github.com/python/cpython/commit/026435ce49419a3366171416c68114dd8a1144c7 Author: Xiang Zhang Date: 2017-04-15 (Sat, 15 Apr 2017) Changed paths: M Lib/test/test_io.py M Misc/NEWS M Modules/_io/iobase.c Log Message: ----------- bpo-30068: add missing iter(self) in _io._IOBase.readlines when hint is present (#1130) From noreply at github.com Sat Apr 15 01:18:24 2017 From: noreply at github.com (GitHub) Date: Fri, 14 Apr 2017 22:18:24 -0700 Subject: [Python-checkins] [python/cpython] 5fbdfc: bpo-30068: add missing iter(self) in _io._IOBase.r... Message-ID: <58f1ad20b278_b1d3f7f86437c2818251e@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.7 Home: https://github.com/python/cpython Commit: 5fbdfc36f397ad46f4057d527855dfacb77242ce https://github.com/python/cpython/commit/5fbdfc36f397ad46f4057d527855dfacb77242ce Author: Xiang Zhang Date: 2017-04-15 (Sat, 15 Apr 2017) Changed paths: M Lib/test/test_io.py M Misc/NEWS M Modules/_io/iobase.c Log Message: ----------- bpo-30068: add missing iter(self) in _io._IOBase.readlines when hint is present (#1152) From noreply at github.com Sat Apr 15 01:25:16 2017 From: noreply at github.com (GitHub) Date: Fri, 14 Apr 2017 22:25:16 -0700 Subject: [Python-checkins] [python/cpython] d5fa5f: bpo-30068: add missing iter(self) in _io._IOBase.r... Message-ID: <58f1aebc6351f_2f683fcee7ce7c3c57368@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.6 Home: https://github.com/python/cpython Commit: d5fa5f3ce7d9003bbd3975d1bf634043305ae18f https://github.com/python/cpython/commit/d5fa5f3ce7d9003bbd3975d1bf634043305ae18f Author: Xiang Zhang Date: 2017-04-15 (Sat, 15 Apr 2017) Changed paths: M Lib/test/test_io.py M Misc/NEWS M Modules/_io/iobase.c Log Message: ----------- bpo-30068: add missing iter(self) in _io._IOBase.readlines when hint is present (#1130) (#1150) From noreply at github.com Sat Apr 15 01:28:09 2017 From: noreply at github.com (GitHub) Date: Fri, 14 Apr 2017 22:28:09 -0700 Subject: [Python-checkins] [python/cpython] 4f43f8: bpo-30068: add missing iter(self) in _io._IOBase.r... Message-ID: <58f1af695e8c7_2c803fde73e2bc381208cb@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.5 Home: https://github.com/python/cpython Commit: 4f43f87b6246e13e0eefc793a2c5415c915723c3 https://github.com/python/cpython/commit/4f43f87b6246e13e0eefc793a2c5415c915723c3 Author: Xiang Zhang Date: 2017-04-15 (Sat, 15 Apr 2017) Changed paths: M Lib/test/test_io.py M Misc/NEWS M Modules/_io/iobase.c Log Message: ----------- bpo-30068: add missing iter(self) in _io._IOBase.readlines when hint is present (#1130) (#1151) From solipsis at pitrou.net Sat Apr 15 05:05:49 2017 From: solipsis at pitrou.net (solipsis at pitrou.net) Date: Sat, 15 Apr 2017 09:05:49 +0000 Subject: [Python-checkins] Daily reference leaks (4243df51fe43): sum=4 Message-ID: <20170415090549.11815.24909.82E4378E@psf.io> results for 4243df51fe43 on branch "default" -------------------------------------------- test_functools leaked [0, 3, 1] memory blocks, sum=4 test_multiprocessing_fork leaked [0, -2, 2] memory blocks, sum=0 test_multiprocessing_spawn leaked [0, -2, 2] memory blocks, sum=0 Command line was: ['./python', '-m', 'test.regrtest', '-uall', '-R', '3:3:/home/psf-users/antoine/refleaks/reflog8DRxeK', '--timeout', '7200'] From noreply at github.com Sat Apr 15 11:35:47 2017 From: noreply at github.com (GitHub) Date: Sat, 15 Apr 2017 08:35:47 -0700 Subject: [Python-checkins] [python/cpython] 50f948: bpo-30011: Fixed race condition in HTMLParser.unes... Message-ID: <58f23dd39d369_3cd73fd8d4537c3415164f@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.7 Home: https://github.com/python/cpython Commit: 50f948edda0e6465e194ecc50b85fa2646039b8d https://github.com/python/cpython/commit/50f948edda0e6465e194ecc50b85fa2646039b8d Author: Serhiy Storchaka Date: 2017-04-15 (Sat, 15 Apr 2017) Changed paths: M Lib/HTMLParser.py M Misc/NEWS Log Message: ----------- bpo-30011: Fixed race condition in HTMLParser.unescape(). (#1140) From noreply at github.com Sat Apr 15 13:11:13 2017 From: noreply at github.com (GitHub) Date: Sat, 15 Apr 2017 10:11:13 -0700 Subject: [Python-checkins] [python/cpython] 5e7932: bpo-30074: Fix compile warnings of _PySlice_Unpack... Message-ID: <58f25431a3a5a_54bb3fb04d777c382182be@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.7 Home: https://github.com/python/cpython Commit: 5e79321742cb3af2184d22e2148c6756cade1864 https://github.com/python/cpython/commit/5e79321742cb3af2184d22e2148c6756cade1864 Author: Serhiy Storchaka Date: 2017-04-15 (Sat, 15 Apr 2017) Changed paths: M Modules/_ctypes/_ctypes.c M Modules/_elementtree.c M Modules/arraymodule.c M Modules/mmapmodule.c M Objects/bytearrayobject.c M Objects/listobject.c M Objects/memoryobject.c M Objects/sliceobject.c M Objects/stringobject.c M Objects/structseq.c M Objects/tupleobject.c M Objects/unicodeobject.c Log Message: ----------- bpo-30074: Fix compile warnings of _PySlice_Unpack and convert missed (#1154) PySlice_GetIndicesEx in _ctypes.c. From noreply at github.com Sun Apr 16 02:21:45 2017 From: noreply at github.com (GitHub) Date: Sat, 15 Apr 2017 23:21:45 -0700 Subject: [Python-checkins] [python/cpython] 813f94: bpo-29838: Add asserts for checking results of sq_... Message-ID: <58f30d7958077_7d6f3fa8d8c35c2421991e@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 813f943c592cf225871b99cffc99304c8cbbee40 https://github.com/python/cpython/commit/813f943c592cf225871b99cffc99304c8cbbee40 Author: Serhiy Storchaka Date: 2017-04-16 (Sun, 16 Apr 2017) Changed paths: M Objects/abstract.c M Objects/typeobject.c M Python/bltinmodule.c Log Message: ----------- bpo-29838: Add asserts for checking results of sq_length and mq_length slots. (#700) Negative result should be returned only when an error is set. From noreply at github.com Sun Apr 16 02:37:19 2017 From: noreply at github.com (GitHub) Date: Sat, 15 Apr 2017 23:37:19 -0700 Subject: [Python-checkins] [python/cpython] baf9f2: bpo-29839: Raise ValueError rather than OverflowEr... Message-ID: <58f3111feaa60_31ee3fbb365cbc38684d5@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: baf9f29811dba9c06e76b8e220bd77260202f299 https://github.com/python/cpython/commit/baf9f29811dba9c06e76b8e220bd77260202f299 Author: Serhiy Storchaka Date: 2017-04-16 (Sun, 16 Apr 2017) Changed paths: M Lib/test/test_builtin.py M Misc/NEWS M Objects/typeobject.c Log Message: ----------- bpo-29839: Raise ValueError rather than OverflowError in len() for negative values. (#701) From noreply at github.com Sun Apr 16 02:39:31 2017 From: noreply at github.com (GitHub) Date: Sat, 15 Apr 2017 23:39:31 -0700 Subject: [Python-checkins] [python/cpython] cd85d0: bpo-28765: Use concrete types API in _sre.c. (#100... Message-ID: <58f311a35b0d7_25d83fd4396f1c4017977d@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: cd85d0b90b39310c8ca7329bd35e82c2c1c8f4ad https://github.com/python/cpython/commit/cd85d0b90b39310c8ca7329bd35e82c2c1c8f4ad Author: Serhiy Storchaka Date: 2017-04-16 (Sun, 16 Apr 2017) Changed paths: M Modules/_sre.c Log Message: ----------- bpo-28765: Use concrete types API in _sre.c. (#1009) From noreply at github.com Sun Apr 16 03:08:48 2017 From: noreply at github.com (GitHub) Date: Sun, 16 Apr 2017 00:08:48 -0700 Subject: [Python-checkins] [python/cpython] 89f9eb: bpo-29943: Remove the PySlice_GetIndicesEx() macro... Message-ID: <58f31880b0afd_3b0b3ff7e104bc44157525@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.7 Home: https://github.com/python/cpython Commit: 89f9eb5b192b875c017d37cac16bd514aad9a801 https://github.com/python/cpython/commit/89f9eb5b192b875c017d37cac16bd514aad9a801 Author: Serhiy Storchaka Date: 2017-04-16 (Sun, 16 Apr 2017) Changed paths: M Include/sliceobject.h M Misc/NEWS Log Message: ----------- bpo-29943: Remove the PySlice_GetIndicesEx() macro. (#1050) From noreply at github.com Sun Apr 16 03:16:04 2017 From: noreply at github.com (GitHub) Date: Sun, 16 Apr 2017 00:16:04 -0700 Subject: [Python-checkins] [python/cpython] fdbd01: bpo-10076: Compiled regular expression and match o... Message-ID: <58f31a34b2b22_255f3faea1ef5c241515a6@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: fdbd01151dbd5feea3e4c0316d102db3d2a2a412 https://github.com/python/cpython/commit/fdbd01151dbd5feea3e4c0316d102db3d2a2a412 Author: Serhiy Storchaka Date: 2017-04-16 (Sun, 16 Apr 2017) Changed paths: M Doc/library/re.rst M Lib/test/test_re.py M Misc/NEWS M Modules/_sre.c M Modules/clinic/_sre.c.h Log Message: ----------- bpo-10076: Compiled regular expression and match objects now are copyable. (#1000) From noreply at github.com Sun Apr 16 03:46:39 2017 From: noreply at github.com (GitHub) Date: Sun, 16 Apr 2017 00:46:39 -0700 Subject: [Python-checkins] [python/cpython] 55fe1a: bpo-30022: Get rid of using EnvironmentError and I... Message-ID: <58f3215f6d67e_704e3fbf52393c34196390@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 55fe1ae9708d81b902b6fe8f6590e2a24b1bd4b0 https://github.com/python/cpython/commit/55fe1ae9708d81b902b6fe8f6590e2a24b1bd4b0 Author: Serhiy Storchaka Date: 2017-04-16 (Sun, 16 Apr 2017) Changed paths: M Include/ceval.h M Lib/idlelib/run.py M Lib/importlib/_bootstrap_external.py M Lib/importlib/abc.py M Lib/mimetypes.py M Lib/pstats.py M Lib/site.py M Lib/test/support/__init__.py M Lib/unittest/test/test_assertions.py M Lib/urllib/error.py M Modules/_bz2module.c M Modules/_dbmmodule.c M Modules/_gdbmmodule.c M Modules/_io/_iomodule.c M Modules/_io/_iomodule.h M Modules/_io/bufferedio.c M Modules/_io/clinic/_iomodule.c.h M Modules/_io/fileio.c M Modules/_io/iobase.c M Modules/_io/stringio.c M Modules/_io/textio.c M Modules/_multiprocessing/multiprocessing.c M Modules/_multiprocessing/semaphore.c M Modules/_ssl.c M Modules/_winapi.c M Modules/fcntlmodule.c M Modules/main.c M Modules/ossaudiodev.c M Modules/readline.c M Modules/selectmodule.c M Modules/signalmodule.c M Modules/zipimport.c M Objects/object.c M PC/clinic/msvcrtmodule.c.h M PC/msvcrtmodule.c M Python/importlib_external.h Log Message: ----------- bpo-30022: Get rid of using EnvironmentError and IOError (except test? (#1051) From noreply at github.com Sun Apr 16 05:03:53 2017 From: noreply at github.com (GitHub) Date: Sun, 16 Apr 2017 02:03:53 -0700 Subject: [Python-checkins] [python/cpython] 49a905: [3.5] bpo-29943: Do not replace the function PySli... Message-ID: <58f33379509c1_f943ffdd26afc38155329@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.5 Home: https://github.com/python/cpython Commit: 49a905958ffc2fcd5d1d1a293ae453d45deeb884 https://github.com/python/cpython/commit/49a905958ffc2fcd5d1d1a293ae453d45deeb884 Author: Serhiy Storchaka Date: 2017-04-16 (Sun, 16 Apr 2017) Changed paths: M Include/sliceobject.h M Misc/NEWS Log Message: ----------- [3.5] bpo-29943: Do not replace the function PySlice_GetIndicesEx() with a macro (#1049) if Py_LIMITED_API is not defined. From noreply at github.com Sun Apr 16 05:04:46 2017 From: noreply at github.com (GitHub) Date: Sun, 16 Apr 2017 02:04:46 -0700 Subject: [Python-checkins] [python/cpython] 8e5b52: bpo-30017: Allowed calling the close() method of t... Message-ID: <58f333ae58122_763e3ff8401b1c3c1402f2@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.6 Home: https://github.com/python/cpython Commit: 8e5b52a8da07e781bda50ba0a7065b1058495a37 https://github.com/python/cpython/commit/8e5b52a8da07e781bda50ba0a7065b1058495a37 Author: Serhiy Storchaka Date: 2017-04-16 (Sun, 16 Apr 2017) Changed paths: M Lib/test/test_zipfile.py M Lib/zipfile.py M Misc/NEWS Log Message: ----------- bpo-30017: Allowed calling the close() method of the zip entry writer object (#1041) (#1092) multiple times. Writing to closed zip entry writer object now always produce a ValueError. (cherry picked from commit 4c0d9ea995da595e90e08813b89510de59907802) From solipsis at pitrou.net Sun Apr 16 05:05:08 2017 From: solipsis at pitrou.net (solipsis at pitrou.net) Date: Sun, 16 Apr 2017 09:05:08 +0000 Subject: [Python-checkins] Daily reference leaks (4243df51fe43): sum=11 Message-ID: <20170416090507.47807.34343.6CDCDD85@psf.io> results for 4243df51fe43 on branch "default" -------------------------------------------- test_collections leaked [0, 0, 7] memory blocks, sum=7 test_functools leaked [0, 3, 1] memory blocks, sum=4 test_multiprocessing_forkserver leaked [2, -1, -1] memory blocks, sum=0 Command line was: ['./python', '-m', 'test.regrtest', '-uall', '-R', '3:3:/home/psf-users/antoine/refleaks/reflogq2i4tG', '--timeout', '7200'] From noreply at github.com Sun Apr 16 12:54:22 2017 From: noreply at github.com (GitHub) Date: Sun, 16 Apr 2017 09:54:22 -0700 Subject: [Python-checkins] [python/cpython] 8e1ddb: fix a refleak in slot_sq_length (#1162) Message-ID: <58f3a1be62ab2_2c803fde73e2bc381242c2@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 8e1ddbd592c3aaf02a58789771f891c0101c6e05 https://github.com/python/cpython/commit/8e1ddbd592c3aaf02a58789771f891c0101c6e05 Author: Xiang Zhang Date: 2017-04-17 (Mon, 17 Apr 2017) Changed paths: M Objects/typeobject.c Log Message: ----------- fix a refleak in slot_sq_length (#1162) From solipsis at pitrou.net Mon Apr 17 05:07:52 2017 From: solipsis at pitrou.net (solipsis at pitrou.net) Date: Mon, 17 Apr 2017 09:07:52 +0000 Subject: [Python-checkins] Daily reference leaks (4243df51fe43): sum=0 Message-ID: <20170417090752.12223.83277.02EAC178@psf.io> results for 4243df51fe43 on branch "default" -------------------------------------------- test_functools leaked [0, 3, 1] memory blocks, sum=4 test_multiprocessing_fork leaked [-2, 2, -2] memory blocks, sum=-2 test_multiprocessing_spawn leaked [-2, 2, -2] memory blocks, sum=-2 Command line was: ['./python', '-m', 'test.regrtest', '-uall', '-R', '3:3:/home/psf-users/antoine/refleaks/reflogwnDYtJ', '--timeout', '7200'] From noreply at github.com Mon Apr 17 14:35:45 2017 From: noreply at github.com (GitHub) Date: Mon, 17 Apr 2017 11:35:45 -0700 Subject: [Python-checkins] [python/cpython] d6d344: bpo-29514: Check magic number for bugfix release (... Message-ID: <58f50b0199311_78b83fdf6ede7c306662b@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: d6d344d8330a5975fc102e8f275d47044294f1d1 https://github.com/python/cpython/commit/d6d344d8330a5975fc102e8f275d47044294f1d1 Author: Eric Appelt Date: 2017-04-17 (Mon, 17 Apr 2017) Changed paths: M Lib/test/test_importlib/test_util.py Log Message: ----------- bpo-29514: Check magic number for bugfix release (#54) * bpo-29514: Check magic number for micro release Add a dict importlib.util.EXPECTED_MAGIC_NUMBERS which details the initial and expected pyc magic number for each minor release. This gives a mechanism for users to check if the magic number has changed within a release and for a test to ensure procedure is followed if a change is necessary. Add a test to check the current MAGIC_NUMBER against the expected number for the release if the current release is at candidate or final level. On test failure, describe to the developer the procedure for changing the magic number. * Simplify magic number release test Simplify the magic number release test by removing EXPECTED_MAGIC_NUMBERS table and making the expected magic number self-contained within the test. BPO: 29514 * Improve magic number test execution and message Improve the execution of the magic number test by using skipUnless for alpha and beta releases, and directly inheriting from unittest.TestCase rather than using the machinery for the other tests. Also improve the error message to explain the reason for caution in changing the magic number. BPO: 29514 From solipsis at pitrou.net Tue Apr 18 05:05:41 2017 From: solipsis at pitrou.net (solipsis at pitrou.net) Date: Tue, 18 Apr 2017 09:05:41 +0000 Subject: [Python-checkins] Daily reference leaks (4243df51fe43): sum=-4 Message-ID: <20170418090541.123474.1976.1A87AE1C@psf.io> results for 4243df51fe43 on branch "default" -------------------------------------------- test_collections leaked [0, -7, 1] memory blocks, sum=-6 test_functools leaked [0, 3, 1] memory blocks, sum=4 test_multiprocessing_fork leaked [1, 0, -2] memory blocks, sum=-1 test_multiprocessing_forkserver leaked [1, 0, -2] memory blocks, sum=-1 Command line was: ['./python', '-m', 'test.regrtest', '-uall', '-R', '3:3:/home/psf-users/antoine/refleaks/reflog4YK2D_', '--timeout', '7200'] From noreply at github.com Tue Apr 18 20:38:27 2017 From: noreply at github.com (GitHub) Date: Tue, 18 Apr 2017 17:38:27 -0700 Subject: [Python-checkins] [python/cpython] 992ae6: Fix minor typos (GH-1173) Message-ID: <58f6b183d9693_135b83fa75a84fc3826913b@hookshot-fe-6dbb0c4.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 992ae6444cc745c23d3bcc604983cc8e39405bd2 https://github.com/python/cpython/commit/992ae6444cc745c23d3bcc604983cc8e39405bd2 Author: cocoatomo Date: 2017-04-18 (Tue, 18 Apr 2017) Changed paths: M Doc/license.rst M Lib/test/exception_hierarchy.txt Log Message: ----------- Fix minor typos (GH-1173) From noreply at github.com Tue Apr 18 21:59:48 2017 From: noreply at github.com (GitHub) Date: Tue, 18 Apr 2017 18:59:48 -0700 Subject: [Python-checkins] [python/cpython] 8312fb: Minor grammar fixes (GH-1174) Message-ID: <58f6c494af1e2_7d6f3fa8d8c35c24268066@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 8312fba0a1ef8f0a1a6c1760c73a89e29cfca09a https://github.com/python/cpython/commit/8312fba0a1ef8f0a1a6c1760c73a89e29cfca09a Author: Mariatta Date: 2017-04-18 (Tue, 18 Apr 2017) Changed paths: M Doc/license.rst Log Message: ----------- Minor grammar fixes (GH-1174) From solipsis at pitrou.net Wed Apr 19 05:05:13 2017 From: solipsis at pitrou.net (solipsis at pitrou.net) Date: Wed, 19 Apr 2017 09:05:13 +0000 Subject: [Python-checkins] Daily reference leaks (4243df51fe43): sum=5 Message-ID: <20170419090513.9817.66066.2A833913@psf.io> results for 4243df51fe43 on branch "default" -------------------------------------------- test_functools leaked [0, 3, 1] memory blocks, sum=4 test_multiprocessing_forkserver leaked [2, -1, 0] memory blocks, sum=1 Command line was: ['./python', '-m', 'test.regrtest', '-uall', '-R', '3:3:/home/psf-users/antoine/refleaks/reflogKvapDS', '--timeout', '7200'] From noreply at github.com Wed Apr 19 07:01:05 2017 From: noreply at github.com (GitHub) Date: Wed, 19 Apr 2017 04:01:05 -0700 Subject: [Python-checkins] [python/cpython] c209b7: bpo-29925: Skip test_uuid1_safe() on OS X Tiger (#... Message-ID: <58f7437169210_75cf3ff7f7175c302735e2@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: c209b70d610da50a844a3c10f37d6183bade3446 https://github.com/python/cpython/commit/c209b70d610da50a844a3c10f37d6183bade3446 Author: Victor Stinner Date: 2017-04-19 (Wed, 19 Apr 2017) Changed paths: M Lib/test/test_uuid.py Log Message: ----------- bpo-29925: Skip test_uuid1_safe() on OS X Tiger (#971) From noreply at github.com Wed Apr 19 11:45:18 2017 From: noreply at github.com (GitHub) Date: Wed, 19 Apr 2017 08:45:18 -0700 Subject: [Python-checkins] [python/cpython] 32c43f: Fix typo in HTTPConnection.set_tunnel description ... Message-ID: <58f7860e1851e_22623f80ea23fc3020295a@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.7 Home: https://github.com/python/cpython Commit: 32c43fbfeeb1502d67e8fb24bb42fcd9b1cc750a https://github.com/python/cpython/commit/32c43fbfeeb1502d67e8fb24bb42fcd9b1cc750a Author: Christopher Snyder Date: 2017-04-19 (Wed, 19 Apr 2017) Changed paths: M Doc/library/httplib.rst Log Message: ----------- Fix typo in HTTPConnection.set_tunnel description (#1179) From noreply at github.com Wed Apr 19 13:03:53 2017 From: noreply at github.com (GitHub) Date: Wed, 19 Apr 2017 10:03:53 -0700 Subject: [Python-checkins] [python/cpython] bf623a: bpo-30061: Check if PyObject_Size()/PySequence_Siz... Message-ID: <58f79879dfee5_12dfc3fc2664edc3018621c@hookshot-fe-6dbb0c4.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: bf623ae8843dc30b28c574bec8d29fc14be59d86 https://github.com/python/cpython/commit/bf623ae8843dc30b28c574bec8d29fc14be59d86 Author: Serhiy Storchaka Date: 2017-04-19 (Wed, 19 Apr 2017) Changed paths: M Lib/test/test_io.py M Misc/NEWS M Modules/_ctypes/_ctypes.c M Modules/_elementtree.c M Modules/_io/iobase.c M Modules/_winapi.c M Modules/cjkcodecs/multibytecodec.c M Modules/itertoolsmodule.c M Modules/posixmodule.c M Modules/selectmodule.c M Objects/exceptions.c M Objects/namespaceobject.c M Objects/setobject.c M Python/bltinmodule.c Log Message: ----------- bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() (#1096) raised an error. Replace them with using concrete types API that never fails if appropriate. From noreply at github.com Wed Apr 19 13:36:33 2017 From: noreply at github.com (GitHub) Date: Wed, 19 Apr 2017 10:36:33 -0700 Subject: [Python-checkins] [python/cpython] d90045: bpo-22352: Adjust widths in the output of dis.dis(... Message-ID: <58f7a02162ca3_b0c3fc03fbbdc28138765@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: d90045f319e2ea9772b9fbd62a05fdf34af96b6c https://github.com/python/cpython/commit/d90045f319e2ea9772b9fbd62a05fdf34af96b6c Author: Serhiy Storchaka Date: 2017-04-19 (Wed, 19 Apr 2017) Changed paths: M Lib/dis.py M Lib/test/test_dis.py M Misc/NEWS Log Message: ----------- bpo-22352: Adjust widths in the output of dis.dis() for large line numbers and (#1153) instruction offsets. Add tests for widths of opcode names. From noreply at github.com Wed Apr 19 14:09:22 2017 From: noreply at github.com (GitHub) Date: Wed, 19 Apr 2017 11:09:22 -0700 Subject: [Python-checkins] [python/cpython] a79f4c: bpo-30070: Fixed leaks and crashes in errors handl... Message-ID: <58f7a7d2ecf34_52213fa8c8793c441966b7@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: a79f4c219531c05fc8f670c1e4bbf12c081935d3 https://github.com/python/cpython/commit/a79f4c219531c05fc8f670c1e4bbf12c081935d3 Author: Serhiy Storchaka Date: 2017-04-19 (Wed, 19 Apr 2017) Changed paths: M Lib/test/test_parser.py M Misc/NEWS M Modules/parsermodule.c Log Message: ----------- bpo-30070: Fixed leaks and crashes in errors handling in the parser module. (#1131) From noreply at github.com Wed Apr 19 14:12:47 2017 From: noreply at github.com (GitHub) Date: Wed, 19 Apr 2017 11:12:47 -0700 Subject: [Python-checkins] [python/cpython] 66bffd: bpo-30065: Fixed arguments validation in _posixsub... Message-ID: <58f7a89f82516_9633fc2f5371c3c1701d9@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 66bffd1663489d080349debbf1b472d432351038 https://github.com/python/cpython/commit/66bffd1663489d080349debbf1b472d432351038 Author: Serhiy Storchaka Date: 2017-04-19 (Wed, 19 Apr 2017) Changed paths: M Lib/multiprocessing/util.py M Lib/subprocess.py M Lib/test/test_capi.py M Lib/test/test_subprocess.py M Modules/_posixsubprocess.c Log Message: ----------- bpo-30065: Fixed arguments validation in _posixsubprocess.fork_exec(). (#1110) From noreply at github.com Wed Apr 19 14:22:51 2017 From: noreply at github.com (GitHub) Date: Wed, 19 Apr 2017 11:22:51 -0700 Subject: [Python-checkins] [python/cpython] 680fea: bpo-30061: Check if PyObject_Size()/PySequence_Siz... Message-ID: <58f7aafb8641_43b33fa37e9c9c381746dd@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.6 Home: https://github.com/python/cpython Commit: 680fea4067537a9b9c79aadd44a3a19e83cd2dbf https://github.com/python/cpython/commit/680fea4067537a9b9c79aadd44a3a19e83cd2dbf Author: Serhiy Storchaka Date: 2017-04-19 (Wed, 19 Apr 2017) Changed paths: M Lib/test/test_io.py M Misc/NEWS M Modules/_io/iobase.c M Modules/_winapi.c M Modules/cjkcodecs/multibytecodec.c M Modules/posixmodule.c M Objects/setobject.c Log Message: ----------- bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() (#1096) (#1180) raised an error. (cherry picked from commit bf623ae8843dc30b28c574bec8d29fc14be59d86) From noreply at github.com Wed Apr 19 15:09:57 2017 From: noreply at github.com (GitHub) Date: Wed, 19 Apr 2017 12:09:57 -0700 Subject: [Python-checkins] [python/cpython] e63af2: [3.5] bpo-30061: Check if PyObject_Size()/PySequen... Message-ID: <58f7b6057b102_2a5c3fee6fbefc381678ab@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.5 Home: https://github.com/python/cpython Commit: e63af29c87b44bb7ada5783cd0ff6ee6d4f9c17c https://github.com/python/cpython/commit/e63af29c87b44bb7ada5783cd0ff6ee6d4f9c17c Author: Serhiy Storchaka Date: 2017-04-19 (Wed, 19 Apr 2017) Changed paths: M Lib/test/test_io.py M Misc/NEWS M Modules/_io/iobase.c M Modules/_winapi.c M Modules/cjkcodecs/multibytecodec.c M Modules/posixmodule.c M Objects/setobject.c Log Message: ----------- [3.5] bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() (GH-1096) (GH-1180) (#1182) raised an error. (cherry picked from commit bf623ae8843dc30b28c574bec8d29fc14be59d86) (cherry picked from commit 680fea4067537a9b9c79aadd44a3a19e83cd2dbf) From noreply at github.com Wed Apr 19 15:35:00 2017 From: noreply at github.com (GitHub) Date: Wed, 19 Apr 2017 12:35:00 -0700 Subject: [Python-checkins] [python/cpython] 64aa4d: [2.7] bpo-30061: Check if PyObject_Size()/PySequen... Message-ID: <58f7bbe45c5ae_3d5e3fef26ba9c4412069@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.7 Home: https://github.com/python/cpython Commit: 64aa4df8502ca5d0a8ffb767ff97f625625c758c https://github.com/python/cpython/commit/64aa4df8502ca5d0a8ffb767ff97f625625c758c Author: Serhiy Storchaka Date: 2017-04-19 (Wed, 19 Apr 2017) Changed paths: M Lib/test/test_io.py M Misc/NEWS M Modules/_io/iobase.c M Modules/cjkcodecs/multibytecodec.c M Modules/posixmodule.c Log Message: ----------- [2.7] bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() (GH-1096) (GH-1180) (#1183) raised an error. (cherry picked from commit bf623ae8843dc30b28c574bec8d29fc14be59d86) (cherry picked from commit 680fea4) From noreply at github.com Wed Apr 19 16:22:21 2017 From: noreply at github.com (GitHub) Date: Wed, 19 Apr 2017 13:22:21 -0700 Subject: [Python-checkins] [python/cpython] 39dedb: [3.6] bpo-30070: Fixed leaks and crashes in errors... Message-ID: <58f7c6fd21d95_135133fe502cdbc4414136@hookshot-fe-6dbb0c4.cp1-iad.github.net.mail> Branch: refs/heads/3.6 Home: https://github.com/python/cpython Commit: 39dedb6e1a18069ce8f5c8e6076e9d9ef9d6d515 https://github.com/python/cpython/commit/39dedb6e1a18069ce8f5c8e6076e9d9ef9d6d515 Author: Serhiy Storchaka Date: 2017-04-19 (Wed, 19 Apr 2017) Changed paths: M Lib/test/test_parser.py M Misc/NEWS M Modules/parsermodule.c Log Message: ----------- [3.6] bpo-30070: Fixed leaks and crashes in errors handling in the parser module. (GH-1131). (#1184) (cherry picked from commit a79f4c219531c05fc8f670c1e4bbf12c081935d3) From noreply at github.com Wed Apr 19 16:44:45 2017 From: noreply at github.com (GitHub) Date: Wed, 19 Apr 2017 13:44:45 -0700 Subject: [Python-checkins] [python/cpython] 952a05: [3.5] bpo-30070: Fixed leaks and crashes in errors... Message-ID: <58f7cc3d575c2_242f3fb5d7523c2c1916a3@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.5 Home: https://github.com/python/cpython Commit: 952a05e4e2cf082b74a1676a2804f1f43a9b7702 https://github.com/python/cpython/commit/952a05e4e2cf082b74a1676a2804f1f43a9b7702 Author: Serhiy Storchaka Date: 2017-04-19 (Wed, 19 Apr 2017) Changed paths: M Lib/test/test_parser.py M Misc/NEWS M Modules/parsermodule.c Log Message: ----------- [3.5] bpo-30070: Fixed leaks and crashes in errors handling in the parser module. (GH-1131). (#1185) (cherry picked from commit a79f4c219531c05fc8f670c1e4bbf12c081935d3) From noreply at github.com Wed Apr 19 16:59:03 2017 From: noreply at github.com (GitHub) Date: Wed, 19 Apr 2017 13:59:03 -0700 Subject: [Python-checkins] [python/cpython] e25461: [3.6] bpo-30065: Fixed arguments validation in _po... Message-ID: <58f7cf97a1f4d_7f603fd38f157c30112886@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.6 Home: https://github.com/python/cpython Commit: e2546172622dd52692cf0e26c2b931f942f345b6 https://github.com/python/cpython/commit/e2546172622dd52692cf0e26c2b931f942f345b6 Author: Serhiy Storchaka Date: 2017-04-19 (Wed, 19 Apr 2017) Changed paths: M Lib/multiprocessing/util.py M Lib/subprocess.py M Lib/test/test_capi.py M Lib/test/test_subprocess.py M Modules/_posixsubprocess.c Log Message: ----------- [3.6] bpo-30065: Fixed arguments validation in _posixsubprocess.fork_exec(). (GH-1110) (#1186) (cherry picked from commit 66bffd1) From noreply at github.com Wed Apr 19 16:59:53 2017 From: noreply at github.com (GitHub) Date: Wed, 19 Apr 2017 13:59:53 -0700 Subject: [Python-checkins] [python/cpython] 1e62bf: bpo-30030: Revert f50354ad (tempfile) (#1187) Message-ID: <58f7cfc96d3b9_17203fe16d14fc243171ee@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 1e62bf145b4865d03a29a5720a4eb84c321a9829 https://github.com/python/cpython/commit/1e62bf145b4865d03a29a5720a4eb84c321a9829 Author: Victor Stinner Date: 2017-04-19 (Wed, 19 Apr 2017) Changed paths: M Lib/tempfile.py M Lib/test/test_tempfile.py Log Message: ----------- bpo-30030: Revert f50354ad (tempfile) (#1187) Revert f50354adaaafebe95ad09d09b825804a686ea843: it introduced a regression in test_threadedtempfile. From noreply at github.com Wed Apr 19 17:42:47 2017 From: noreply at github.com (GitHub) Date: Wed, 19 Apr 2017 14:42:47 -0700 Subject: [Python-checkins] [python/cpython] 7b9619: Fix/optimize test_asyncore.test_quick_connect() (#... Message-ID: <58f7d9d794440_776e3fd0ca7e7c34167687@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 7b9619ae249ed637924d1c76687b411061753e5a https://github.com/python/cpython/commit/7b9619ae249ed637924d1c76687b411061753e5a Author: Victor Stinner Date: 2017-04-19 (Wed, 19 Apr 2017) Changed paths: M Lib/test/test_asyncore.py Log Message: ----------- Fix/optimize test_asyncore.test_quick_connect() (#1188) Don't use addCleanup() in test_quick_connect() because it keeps the Thread object alive and so @reap_threads fails on its timeout of 1 second. "./python -m test -v test_asyncore -m test_quick_connect" now takes 185 ms, instead of 11 seconds. Other minor changes: * Use "with sock:" to close the socket instead of try/finally: sock.close() * Use self.skipTest() in test_quick_connect() to remove one indentation level and notice user that the test is specific to AF_INET and AF_INET6 From noreply at github.com Wed Apr 19 17:48:59 2017 From: noreply at github.com (GitHub) Date: Wed, 19 Apr 2017 14:48:59 -0700 Subject: [Python-checkins] [python/cpython] 2a1bf0: [2.7] [3.5] bpo-30070: Fixed leaks and crashes in ... Message-ID: <58f7db4b377e2_d303fbd5bfcdc3c2186b0@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.7 Home: https://github.com/python/cpython Commit: 2a1bf0633cd0c55662df7875ee2b1654251adf6b https://github.com/python/cpython/commit/2a1bf0633cd0c55662df7875ee2b1654251adf6b Author: Serhiy Storchaka Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M Lib/test/test_parser.py M Misc/NEWS M Modules/parsermodule.c Log Message: ----------- [2.7] [3.5] bpo-30070: Fixed leaks and crashes in errors handling in the parser module. (GH-1131). (GH-1185) (#1189) (cherry picked from commit a79f4c219531c05fc8f670c1e4bbf12c081935d3). (cherry picked from commit 952a05e4e2cf082b74a1676a2804f1f43a9b7702) From noreply at github.com Wed Apr 19 17:51:06 2017 From: noreply at github.com (GitHub) Date: Wed, 19 Apr 2017 14:51:06 -0700 Subject: [Python-checkins] [python/cpython] c97c19: [3.5] bpo-30065: Fixed arguments validation in _po... Message-ID: <58f7dbcadc4a3_40ac3f904cb01c302730b9@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.5 Home: https://github.com/python/cpython Commit: c97c1914f401359f2a7e6c8e0364e71ad9fb5bc8 https://github.com/python/cpython/commit/c97c1914f401359f2a7e6c8e0364e71ad9fb5bc8 Author: Serhiy Storchaka Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M Lib/multiprocessing/util.py M Lib/subprocess.py M Lib/test/test_capi.py M Lib/test/test_subprocess.py M Modules/_posixsubprocess.c Log Message: ----------- [3.5] bpo-30065: Fixed arguments validation in _posixsubprocess.fork_exec(). (GH-1110) (#1190) (cherry picked from commit 66bffd1) From noreply at github.com Wed Apr 19 18:57:31 2017 From: noreply at github.com (GitHub) Date: Wed, 19 Apr 2017 15:57:31 -0700 Subject: [Python-checkins] [python/cpython] ec4b17: regrtest: always show before/after of modified env... Message-ID: <58f7eb5bef62a_12d553ffadb301c341950ef@hookshot-fe-6dbb0c4.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: ec4b17239d899550be4ee6104b61751bb3c70382 https://github.com/python/cpython/commit/ec4b17239d899550be4ee6104b61751bb3c70382 Author: Victor Stinner Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M Lib/test/libregrtest/save_env.py Log Message: ----------- regrtest: always show before/after of modified env (#1192) Buildbots don't run tests with -vv and so only log "xxx was modified by test_xxx" which is not enough to debug such random issue. In many cases, I'm unable to reproduce the warning and so unable to fix it. Always logging the value before and value after should help to debug such warning on buildbots. From noreply at github.com Wed Apr 19 20:40:00 2017 From: noreply at github.com (GitHub) Date: Wed, 19 Apr 2017 17:40:00 -0700 Subject: [Python-checkins] [python/cpython] d13d54: bpo-29887: test_normalization handles PermissionEr... Message-ID: <58f80360c17a0_274e3fc2fcf99c382480ad@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: d13d54748d3a7db023d9db37223ea7d40bb8f8e3 https://github.com/python/cpython/commit/d13d54748d3a7db023d9db37223ea7d40bb8f8e3 Author: Victor Stinner Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M Lib/test/test_normalization.py Log Message: ----------- bpo-29887: test_normalization handles PermissionError (#1196) Skip test_normalization.test_main() if download raises a permission error. From noreply at github.com Wed Apr 19 20:55:40 2017 From: noreply at github.com (GitHub) Date: Wed, 19 Apr 2017 17:55:40 -0700 Subject: [Python-checkins] [python/cpython] 11470b: bpo-30106: Fix tearDown() of test_asyncore (#1194) Message-ID: <58f8070c545e3_13b663fd4474d1c2c2544ca@hookshot-fe-6dbb0c4.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 11470b6dcdbc170779499a4a040b93c842a0d194 https://github.com/python/cpython/commit/11470b6dcdbc170779499a4a040b93c842a0d194 Author: Victor Stinner Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M Lib/test/test_asyncore.py Log Message: ----------- bpo-30106: Fix tearDown() of test_asyncore (#1194) Call asyncore.close_all() with ignore_all=True in the tearDown() method of the test_asyncore base test case. It should prevent keeping alive sockets in asyncore.socket_map if close() fails with an unexpected error. Revert also an unwanted change of my previous commit: remove name parameter of Thread in test_quick_connect(). From noreply at github.com Wed Apr 19 23:47:00 2017 From: noreply at github.com (GitHub) Date: Wed, 19 Apr 2017 20:47:00 -0700 Subject: [Python-checkins] [python/cpython] f7e62c: bpo-30078: Add an example of passing a path to uni... Message-ID: <58f82f34d5571_48de3fd60f3ddc34148294@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: f7e62cf8adfb8ab6a6a870903defe8ff218a0383 https://github.com/python/cpython/commit/f7e62cf8adfb8ab6a6a870903defe8ff218a0383 Author: Louie Lu Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M Lib/unittest/main.py Log Message: ----------- bpo-30078: Add an example of passing a path to unittest (#1178) From noreply at github.com Wed Apr 19 23:54:07 2017 From: noreply at github.com (GitHub) Date: Wed, 19 Apr 2017 20:54:07 -0700 Subject: [Python-checkins] [python/cpython] 5fb4bf: bpo-19225: Remove duplicated description for stand... Message-ID: <58f830df93f21_588e3fbc317d9c2c232926@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.6 Home: https://github.com/python/cpython Commit: 5fb4bf91e78e128a22b5b58da179f09d0b307f2d https://github.com/python/cpython/commit/5fb4bf91e78e128a22b5b58da179f09d0b307f2d Author: cocoatomo Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M Doc/c-api/exceptions.rst Log Message: ----------- bpo-19225: Remove duplicated description for standard warning categories (GH-1068) From noreply at github.com Wed Apr 19 23:56:06 2017 From: noreply at github.com (GitHub) Date: Wed, 19 Apr 2017 20:56:06 -0700 Subject: [Python-checkins] [python/cpython] 7e56fe: bpo-19225: Remove duplicated description for stand... Message-ID: <58f83156933e4_529f3f8f25d13c302578af@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.5 Home: https://github.com/python/cpython Commit: 7e56fe35efe3aef0b9aac989255c4f13dfc01b09 https://github.com/python/cpython/commit/7e56fe35efe3aef0b9aac989255c4f13dfc01b09 Author: cocoatomo Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M Doc/c-api/exceptions.rst Log Message: ----------- bpo-19225: Remove duplicated description for standard warning categories (GH-1068) From noreply at github.com Wed Apr 19 23:57:22 2017 From: noreply at github.com (GitHub) Date: Wed, 19 Apr 2017 20:57:22 -0700 Subject: [Python-checkins] [python/cpython] 450a69: bpo-19225: Remove duplicated description for stand... Message-ID: <58f831a2ef019_b383f9b6e8f9c301820fc@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.7 Home: https://github.com/python/cpython Commit: 450a69c6a4bfee6a10cbcc0c43b221bb135689c8 https://github.com/python/cpython/commit/450a69c6a4bfee6a10cbcc0c43b221bb135689c8 Author: cocoatomo Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M Doc/c-api/exceptions.rst Log Message: ----------- bpo-19225: Remove duplicated description for standard warning categories (GH-1068) From noreply at github.com Thu Apr 20 00:29:36 2017 From: noreply at github.com (GitHub) Date: Wed, 19 Apr 2017 21:29:36 -0700 Subject: [Python-checkins] [python/cpython] 8526fb: Remove redundant comma in argparse HOWTO (#1141) Message-ID: <58f83930d7fe0_78c53fd4c91e3c401531d9@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 8526fb74edf5ac9ca175b7cdcb0d82bb8780d2cf https://github.com/python/cpython/commit/8526fb74edf5ac9ca175b7cdcb0d82bb8780d2cf Author: Berker Peksag Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M Doc/howto/argparse.rst Log Message: ----------- Remove redundant comma in argparse HOWTO (#1141) Reported by Sean Canavan on docs at p.o. From noreply at github.com Thu Apr 20 00:36:59 2017 From: noreply at github.com (GitHub) Date: Wed, 19 Apr 2017 21:36:59 -0700 Subject: [Python-checkins] [python/cpython] 596e71: bpo-30078: Add an example of passing a path to uni... Message-ID: <58f83aeb15cc0_13d523ff4d141dc2c210084@hookshot-fe-6dbb0c4.cp1-iad.github.net.mail> Branch: refs/heads/3.6 Home: https://github.com/python/cpython Commit: 596e714d79a22d1d53f26ae1a579dcd43f15865a https://github.com/python/cpython/commit/596e714d79a22d1d53f26ae1a579dcd43f15865a Author: Berker Peksag Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M Lib/unittest/main.py Log Message: ----------- bpo-30078: Add an example of passing a path to unittest (GH-1178) (cherry picked from commit f7e62cf8adfb8ab6a6a870903defe8ff218a0383) From noreply at github.com Thu Apr 20 00:37:19 2017 From: noreply at github.com (GitHub) Date: Wed, 19 Apr 2017 21:37:19 -0700 Subject: [Python-checkins] [python/cpython] 6fb0f8: bpo-30078: Add an example of passing a path to uni... Message-ID: <58f83aff8a137_136333fc03d02bc2c14737e@hookshot-fe-6dbb0c4.cp1-iad.github.net.mail> Branch: refs/heads/3.5 Home: https://github.com/python/cpython Commit: 6fb0f801d73b1e2794888772d016d978eccf52a6 https://github.com/python/cpython/commit/6fb0f801d73b1e2794888772d016d978eccf52a6 Author: Berker Peksag Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M Lib/unittest/main.py Log Message: ----------- bpo-30078: Add an example of passing a path to unittest (GH-1178) (cherry picked from commit f7e62cf8adfb8ab6a6a870903defe8ff218a0383) From noreply at github.com Thu Apr 20 00:38:44 2017 From: noreply at github.com (GitHub) Date: Wed, 19 Apr 2017 21:38:44 -0700 Subject: [Python-checkins] [python/cpython] 6dbded: bpo-10379: Add %char examples to locale.format() d... Message-ID: <58f83b54c48af_132a83fd36ec5bc242292fa@hookshot-fe-6dbb0c4.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 6dbdedb0b18a5ca850ab8ce512fda24d5a9d0688 https://github.com/python/cpython/commit/6dbdedb0b18a5ca850ab8ce512fda24d5a9d0688 Author: Berker Peksag Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M Doc/library/locale.rst Log Message: ----------- bpo-10379: Add %char examples to locale.format() docs (GH-1145) From noreply at github.com Thu Apr 20 00:40:06 2017 From: noreply at github.com (GitHub) Date: Wed, 19 Apr 2017 21:40:06 -0700 Subject: [Python-checkins] [python/cpython] ad2d47: Remove redundant comma in argparse HOWTO (GH-1141) Message-ID: <58f83ba6eeab8_7a523fad23addc3825313f@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.5 Home: https://github.com/python/cpython Commit: ad2d47d95165a011f411a8afbb3a87513e269775 https://github.com/python/cpython/commit/ad2d47d95165a011f411a8afbb3a87513e269775 Author: Berker Peksag Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M Doc/howto/argparse.rst Log Message: ----------- Remove redundant comma in argparse HOWTO (GH-1141) Reported by Sean Canavan on docs at p.o. (cherry picked from commit 8526fb74edf5ac9ca175b7cdcb0d82bb8780d2cf) From noreply at github.com Thu Apr 20 00:41:02 2017 From: noreply at github.com (GitHub) Date: Wed, 19 Apr 2017 21:41:02 -0700 Subject: [Python-checkins] [python/cpython] fb1236: Remove redundant comma in argparse HOWTO (GH-1141) Message-ID: <58f83bdef3a82_5c313fd0b6af1c2c21077c@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.7 Home: https://github.com/python/cpython Commit: fb12365c4379a666613f19b9f53d31683dc26ad1 https://github.com/python/cpython/commit/fb12365c4379a666613f19b9f53d31683dc26ad1 Author: Berker Peksag Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M Doc/howto/argparse.rst Log Message: ----------- Remove redundant comma in argparse HOWTO (GH-1141) Reported by Sean Canavan on docs at p.o. (cherry picked from commit 8526fb74edf5ac9ca175b7cdcb0d82bb8780d2cf) From noreply at github.com Thu Apr 20 00:42:33 2017 From: noreply at github.com (GitHub) Date: Wed, 19 Apr 2017 21:42:33 -0700 Subject: [Python-checkins] [python/cpython] 83a90b: Remove redundant comma in argparse HOWTO (GH-1141) Message-ID: <58f83c39671c9_3b9f3f9ed3389c382471a8@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.6 Home: https://github.com/python/cpython Commit: 83a90b9aeda3a4c10e8393893ed4ec8adc861e62 https://github.com/python/cpython/commit/83a90b9aeda3a4c10e8393893ed4ec8adc861e62 Author: Berker Peksag Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M Doc/howto/argparse.rst Log Message: ----------- Remove redundant comma in argparse HOWTO (GH-1141) Reported by Sean Canavan on docs at p.o. (cherry picked from commit 8526fb74edf5ac9ca175b7cdcb0d82bb8780d2cf) From noreply at github.com Thu Apr 20 01:59:21 2017 From: noreply at github.com (GitHub) Date: Wed, 19 Apr 2017 22:59:21 -0700 Subject: [Python-checkins] [python/cpython] 58f3c9: bpo-30109: Fix reindent.py (GH-1207) Message-ID: <58f84e398383e_2cec3fa3d1b33c38203062@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 58f3c9dc8f5626abe09ac9738c34f6ba99ce2972 https://github.com/python/cpython/commit/58f3c9dc8f5626abe09ac9738c34f6ba99ce2972 Author: Mariatta Date: 2017-04-19 (Wed, 19 Apr 2017) Changed paths: M Lib/test/test_tools/test_reindent.py M Tools/scripts/reindent.py Log Message: ----------- bpo-30109: Fix reindent.py (GH-1207) Skip the file if it has bad encoding. From noreply at github.com Thu Apr 20 03:31:18 2017 From: noreply at github.com (GitHub) Date: Thu, 20 Apr 2017 00:31:18 -0700 Subject: [Python-checkins] [python/cpython] b4dc6a: bpo-12414: Update code_sizeof() to take in account... Message-ID: <58f863c65c469_12c423f8f0863dc341781c6@hookshot-fe-6dbb0c4.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: b4dc6af7a7862a8996cffed30d39d6add5ee58a3 https://github.com/python/cpython/commit/b4dc6af7a7862a8996cffed30d39d6add5ee58a3 Author: Dong-hee Na Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M Lib/test/test_sys.py M Misc/ACKS M Misc/NEWS M Objects/codeobject.c Log Message: ----------- bpo-12414: Update code_sizeof() to take in account co_extra memory. (#1168) From noreply at github.com Thu Apr 20 04:26:27 2017 From: noreply at github.com (GitHub) Date: Thu, 20 Apr 2017 01:26:27 -0700 Subject: [Python-checkins] [python/cpython] df5df1: [3.6] bpo-12414: Update code_sizeof() to take in a... Message-ID: <58f870b3af7a0_12cee3fb90eb77c242424e8@hookshot-fe-6dbb0c4.cp1-iad.github.net.mail> Branch: refs/heads/3.6 Home: https://github.com/python/cpython Commit: df5df13fdc3a71bcf2295acc2cba7f22cfe2d669 https://github.com/python/cpython/commit/df5df13fdc3a71bcf2295acc2cba7f22cfe2d669 Author: Dong-hee Na Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M Lib/test/test_sys.py M Misc/ACKS M Misc/NEWS M Objects/codeobject.c Log Message: ----------- [3.6] bpo-12414: Update code_sizeof() to take in account co_extra memory. (#1168) (#1198) From solipsis at pitrou.net Thu Apr 20 05:06:19 2017 From: solipsis at pitrou.net (solipsis at pitrou.net) Date: Thu, 20 Apr 2017 09:06:19 +0000 Subject: [Python-checkins] Daily reference leaks (4243df51fe43): sum=6 Message-ID: <20170420090618.15081.26982.FA8A7FCC@psf.io> results for 4243df51fe43 on branch "default" -------------------------------------------- test_collections leaked [7, 0, -7] memory blocks, sum=0 test_functools leaked [0, 3, 1] memory blocks, sum=4 test_multiprocessing_spawn leaked [2, 0, 0] memory blocks, sum=2 Command line was: ['./python', '-m', 'test.regrtest', '-uall', '-R', '3:3:/home/psf-users/antoine/refleaks/reflog439kQj', '--timeout', '7200'] From noreply at github.com Thu Apr 20 07:39:41 2017 From: noreply at github.com (GitHub) Date: Thu, 20 Apr 2017 04:39:41 -0700 Subject: [Python-checkins] [python/cpython] b85c13: bpo-30108: Restore sys.path in test_site (#1197) Message-ID: <58f89dfdb54e8_57cd3fdd0400dc342184ca@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: b85c136903c6d2368162f7c4a58f258c9c69ead0 https://github.com/python/cpython/commit/b85c136903c6d2368162f7c4a58f258c9c69ead0 Author: Victor Stinner Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M Lib/test/test_site.py Log Message: ----------- bpo-30108: Restore sys.path in test_site (#1197) Add setUpModule() and tearDownModule() functions to test_site to save/restore sys.path at the module level to prevent warning if the user site directory is created, since site.addsitedir() modifies sys.path. From noreply at github.com Thu Apr 20 07:40:09 2017 From: noreply at github.com (GitHub) Date: Thu, 20 Apr 2017 04:40:09 -0700 Subject: [Python-checkins] [python/cpython] d20324: support.threading_cleanup() log a warning on fail ... Message-ID: <58f89e19bc572_70563f951b951c2c2597ad@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: d20324a7fab6734bae19b1f070b5c8aae5ff3612 https://github.com/python/cpython/commit/d20324a7fab6734bae19b1f070b5c8aae5ff3612 Author: Victor Stinner Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M Lib/test/support/__init__.py M Lib/test/test_urllib2_localnet.py Log Message: ----------- support.threading_cleanup() log a warning on fail (#1195) The @reap_threads decorator and the threading_cleanup() function of test.support now log a warning if they fail to clenaup threads. Fix also the usage of support.threading_cleanup() in test_urllib2_localnet. The log may help to debug such other warning seen on the AMD64 FreeBSD CURRENT Non-Debug 3.x buildbot: Warning -- threading._dangling was modified by test_logging From noreply at github.com Thu Apr 20 07:41:10 2017 From: noreply at github.com (GitHub) Date: Thu, 20 Apr 2017 04:41:10 -0700 Subject: [Python-checkins] [python/cpython] 8f5cdf: Only define get_zone() and get_gmtoff() if needed ... Message-ID: <58f89e568c439_132f33fd7ae403c401973d6@hookshot-fe-6dbb0c4.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 8f5cdfa9fc1bb6b4d9a33fc281987252f6398430 https://github.com/python/cpython/commit/8f5cdfa9fc1bb6b4d9a33fc281987252f6398430 Author: Victor Stinner Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M Modules/timemodule.c Log Message: ----------- Only define get_zone() and get_gmtoff() if needed (#1193) Only define the get_zone() and get_gmtoff() private functions in the time module if these functions are needed to initialize the module. The change fixes the following warnings on AIX: Modules/timemodule.c:1175:1: warning: 'get_gmtoff' defined but not used [-Wunused-function] Modules/timemodule.c:1164:1: warning: 'get_zone' defined but not used [-Wunused-function] From noreply at github.com Thu Apr 20 10:12:40 2017 From: noreply at github.com (GitHub) Date: Thu, 20 Apr 2017 07:12:40 -0700 Subject: [Python-checkins] [python/cpython] 430020: [3.6] bpo-30109: Fix reindent.py (GH-1207) (GH-120... Message-ID: <58f8c1d856594_3d7b3fc65e62bc2c276455@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.6 Home: https://github.com/python/cpython Commit: 430020500c56259d31e07d32771f017952bad4e0 https://github.com/python/cpython/commit/430020500c56259d31e07d32771f017952bad4e0 Author: Mariatta Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M Lib/test/test_tools/test_reindent.py M Tools/scripts/reindent.py Log Message: ----------- [3.6] bpo-30109: Fix reindent.py (GH-1207) (GH-1208) Skip the file if it has bad encoding. (cherry picked from commit 58f3c9dc8f5626abe09ac9738c34f6ba99ce2972) From noreply at github.com Thu Apr 20 10:12:52 2017 From: noreply at github.com (GitHub) Date: Thu, 20 Apr 2017 07:12:52 -0700 Subject: [Python-checkins] [python/cpython] 60d27f: [3.5] bpo-30109: Fix reindent.py (GH-1207) (GH-120... Message-ID: <58f8c1e46c6d5_12c4b3fae08ea7c34247519@hookshot-fe-6dbb0c4.cp1-iad.github.net.mail> Branch: refs/heads/3.5 Home: https://github.com/python/cpython Commit: 60d27f42a07d0b9d4a2c3fb160cac1683e91f196 https://github.com/python/cpython/commit/60d27f42a07d0b9d4a2c3fb160cac1683e91f196 Author: Mariatta Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M Lib/test/test_tools/test_reindent.py M Tools/scripts/reindent.py Log Message: ----------- [3.5] bpo-30109: Fix reindent.py (GH-1207) (GH-1209) Skip the file if it has bad encoding. (cherry picked from commit 58f3c9dc8f5626abe09ac9738c34f6ba99ce2972) From noreply at github.com Thu Apr 20 14:19:32 2017 From: noreply at github.com (GitHub) Date: Thu, 20 Apr 2017 11:19:32 -0700 Subject: [Python-checkins] [python/cpython] 40db90: bpo-29802: Fix reference counting in module-level ... Message-ID: <58f8fbb4893ed_3b0b3ff7e104bc442165a0@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 40db90c1ce1a59d5f5f2894bb0ce32110000bf27 https://github.com/python/cpython/commit/40db90c1ce1a59d5f5f2894bb0ce32110000bf27 Author: Serhiy Storchaka Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M Lib/test/test_struct.py M Misc/NEWS M Modules/_struct.c M Objects/unicodeobject.c Log Message: ----------- bpo-29802: Fix reference counting in module-level struct functions (#1213) when pass arguments of wrong type. From noreply at github.com Thu Apr 20 15:55:07 2017 From: noreply at github.com (GitHub) Date: Thu, 20 Apr 2017 12:55:07 -0700 Subject: [Python-checkins] [python/cpython] 7a113a: bpo-29802: Fix the cleaning up issue in PyUnicode_... Message-ID: <58f9121b85e65_43b33fa37e9c9c3818882d@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.6 Home: https://github.com/python/cpython Commit: 7a113a0cbf545588d61286fcc0e89141cf211735 https://github.com/python/cpython/commit/7a113a0cbf545588d61286fcc0e89141cf211735 Author: Serhiy Storchaka Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M Objects/unicodeobject.c Log Message: ----------- bpo-29802: Fix the cleaning up issue in PyUnicode_FSDecoder(). (#1217) From noreply at github.com Thu Apr 20 16:10:23 2017 From: noreply at github.com (GitHub) Date: Thu, 20 Apr 2017 13:10:23 -0700 Subject: [Python-checkins] [python/cpython] 59e4ce: Add PyBytes_AsStringWarn() and PyUnicode_AsBytesWa... Message-ID: <58f915af3c8e_5e443fe85a2ddc28244328@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/ppython Home: https://github.com/python/cpython Commit: 59e4cec38404ed1893c7b7468f42eac8c0d2e502 https://github.com/python/cpython/commit/59e4cec38404ed1893c7b7468f42eac8c0d2e502 Author: Neil Schemenauer Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M Include/bytesobject.h M Include/unicodeobject.h M Objects/bytesobject.c M Objects/unicodeobject.c Log Message: ----------- Add PyBytes_AsStringWarn() and PyUnicode_AsBytesWarn(). Commit: 092e0c86923f7253455c58bb76030af7f72eb6ba https://github.com/python/cpython/commit/092e0c86923f7253455c58bb76030af7f72eb6ba Author: Neil Schemenauer Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M Objects/bytesobject.c Log Message: ----------- Allow 'bytes' to be compared with 'str' objects. Commit: 0f5481b1a0580501719b60dcedcc5a356233d27d https://github.com/python/cpython/commit/0f5481b1a0580501719b60dcedcc5a356233d27d Author: Neil Schemenauer Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M Modules/_io/bytesio.c M Modules/_io/clinic/textio.c.h M Modules/_io/stringio.c M Modules/_io/textio.c Log Message: ----------- Accept bytes/str objects passed to io.*.write. Commit: c1712d629d0a9a17dc81255419c119399ab41216 https://github.com/python/cpython/commit/c1712d629d0a9a17dc81255419c119399ab41216 Author: Neil Schemenauer Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M Objects/bytesobject.c Log Message: ----------- Change behavior of str(bytesobj) to be more Python 2 friendly. Commit: 0d18307fb27ad638d23a813db883435e87eab793 https://github.com/python/cpython/commit/0d18307fb27ad638d23a813db883435e87eab793 Author: Neil Schemenauer Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M Objects/bytesobject.c M Objects/unicodeobject.c Log Message: ----------- Allow concat between bytes and str. Commit: 340cc66c69abdd2ce0017b1ac02ea6904579c7a7 https://github.com/python/cpython/commit/340cc66c69abdd2ce0017b1ac02ea6904579c7a7 Author: Neil Schemenauer Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M Objects/object.c Log Message: ----------- Implement backwards compatible compare behavior. None is less than all over types. Compare disjoin types by type names. Commit: fda9bbdd509a483e85e8547fbcd8fb38aee5c353 https://github.com/python/cpython/commit/fda9bbdd509a483e85e8547fbcd8fb38aee5c353 Author: Neil Schemenauer Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M Objects/stringlib/join.h M Objects/unicodeobject.c Log Message: ----------- Allow .join() with mixed str and bytes. Commit: b855f222279d3baf81d91b71f3582bdc47cb5c9d https://github.com/python/cpython/commit/b855f222279d3baf81d91b71f3582bdc47cb5c9d Author: Neil Schemenauer Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: A README.md Log Message: ----------- Add basic README.md file. Commit: 5ad0aa3d810f144cb6eeaa73d826258b5bc81663 https://github.com/python/cpython/commit/5ad0aa3d810f144cb6eeaa73d826258b5bc81663 Author: Neil Schemenauer Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M README.md Log Message: ----------- Add "Goals" to readme. Commit: 5b30a5648263ef085fe20a6a8887ecc53f3fddd2 https://github.com/python/cpython/commit/5b30a5648263ef085fe20a6a8887ecc53f3fddd2 Author: Neil Schemenauer Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M Objects/unicodeobject.c M README.md Log Message: ----------- Add str.decode(). Commit: d5f695cd94298e9d61541557bebb9b00b9011d9f https://github.com/python/cpython/commit/d5f695cd94298e9d61541557bebb9b00b9011d9f Author: Neil Schemenauer Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M Objects/object.c M Python/bltinmodule.c M README.md Log Message: ----------- Support bytes for getattr(), setattr(), delattr(). Commit: 2c876ccdfd0340c4bcc54c2aee792de6934b863d https://github.com/python/cpython/commit/2c876ccdfd0340c4bcc54c2aee792de6934b863d Author: Neil Schemenauer Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M Objects/unicodeobject.c M README.md Log Message: ----------- Implement buffer interface for str. Commit: d41025a1bdc28cfb5e213f348c2cc7503d5ec03c https://github.com/python/cpython/commit/d41025a1bdc28cfb5e213f348c2cc7503d5ec03c Author: Neil Schemenauer Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M Lib/base64.py M Objects/unicodeobject.c M Python/codecs.c M README.md Log Message: ----------- .decode()/.encode() allow non-text encodings (e.g. base64). Commit: b4c153ff714a0de2f2d9bb48ea90a6e5bbc048e2 https://github.com/python/cpython/commit/b4c153ff714a0de2f2d9bb48ea90a6e5bbc048e2 Author: Neil Schemenauer Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M Lib/io.py Log Message: ----------- Add io.OutputType. Commit: 2e67482dae1f826ffc800102f62e66dfca2e317a https://github.com/python/cpython/commit/2e67482dae1f826ffc800102f62e66dfca2e317a Author: Neil Schemenauer Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M Objects/dictobject.c Log Message: ----------- Add iterkeys() iteritems() itervalues() methods to dict. Commit: 94e3490830143e9bfc5e2a185b249a677d0bf0a0 https://github.com/python/cpython/commit/94e3490830143e9bfc5e2a185b249a677d0bf0a0 Author: Neil Schemenauer Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M Objects/genobject.c Log Message: ----------- Add next() method to generators. Commit: 2735b95c6c048ef53dffde432788e04f701ffd39 https://github.com/python/cpython/commit/2735b95c6c048ef53dffde432788e04f701ffd39 Author: Neil Schemenauer Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M Python/bltinmodule.c M Python/import.c Log Message: ----------- Allow bytes 'name' to be passed to __import__. Commit: 731a772246cab62c254470f35407da8624488851 https://github.com/python/cpython/commit/731a772246cab62c254470f35407da8624488851 Author: Neil Schemenauer Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M README.md Log Message: ----------- Add 'Plan' section to readme. Commit: 858392efe0dafe84978910bb822d427bd6caae51 https://github.com/python/cpython/commit/858392efe0dafe84978910bb822d427bd6caae51 Author: Neil Schemenauer Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M Include/pydebug.h M Include/warnings.h M Modules/main.c M Objects/bytesobject.c M Objects/object.c M Objects/unicodeobject.c M Python/_warnings.c M Python/pylifecycle.c Log Message: ----------- Add -2 flag (disable warnings). Add PyErr_WarnPy3k() and use it. Commit: e1422b705f769567606640e251f9c756b2a1adcd https://github.com/python/cpython/commit/e1422b705f769567606640e251f9c756b2a1adcd Author: Neil Schemenauer Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M Lib/ctypes/test/test_frombuffer.py M Lib/os.py M Lib/test/test_audioop.py M Lib/test/test_base64.py M Lib/test/test_binascii.py M Lib/test/test_bytes.py M Lib/test/test_codecs.py M Lib/test/test_difflib.py M Lib/test/test_fileio.py M Lib/test/test_ftplib.py M Lib/test/test_genericpath.py M Lib/test/test_getargs2.py M Lib/test/test_gzip.py M Lib/test/test_hashlib.py M Lib/test/test_hmac.py M Lib/test/test_imghdr.py M Lib/test/test_io.py M Lib/test/test_ipaddress.py M Lib/test/test_json/test_separators.py M Lib/test/test_locale.py M Lib/test/test_long.py M Lib/test/test_marshal.py M Lib/test/test_memoryio.py M Lib/test/test_memoryview.py M Lib/test/test_multibytecodec.py M Lib/test/test_ntpath.py M Lib/test/test_os.py M Lib/test/test_pathlib.py M Lib/test/test_posixpath.py M Lib/test/test_re.py M Lib/test/test_secrets.py M Lib/test/test_set.py M Lib/test/test_socket.py M Lib/test/test_ssl.py M Lib/test/test_sys.py M Lib/test/test_unicode.py M Lib/test/test_urllib.py M Lib/test/test_venv.py M Lib/test/test_zlib.py M Lib/unittest/test/test_case.py Log Message: ----------- Disable tests that break due to bytes<->str coercion. Commit: 903361d4a4c1dea6c1793a2610a2873e42a08351 https://github.com/python/cpython/commit/903361d4a4c1dea6c1793a2610a2873e42a08351 Author: Neil Schemenauer Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M Lib/ctypes/test/test_frombuffer.py M Lib/test/datetimetester.py M Lib/test/test_calendar.py M Lib/test/test_collections.py M Lib/test/test_compare.py M Lib/test/test_complex.py M Lib/test/test_copy.py M Lib/test/test_enum.py M Lib/test/test_fractions.py M Lib/test/test_functools.py M Lib/test/test_ipaddress.py M Lib/test/test_numeric_tower.py M Lib/test/test_parser.py M Lib/test/test_pathlib.py M Lib/test/test_pprint.py M Lib/test/test_range.py M Lib/test/test_richcmp.py M Lib/test/test_set.py M Lib/test/test_types.py M Lib/test/test_weakref.py M Lib/unittest/test/testmock/testmagicmethods.py Log Message: ----------- Disable tests broken by Py2-like default ordering. Commit: cbdf2ac7c7266559d4940ce9248a1d8d3ab4495a https://github.com/python/cpython/commit/cbdf2ac7c7266559d4940ce9248a1d8d3ab4495a Author: Neil Schemenauer Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M Objects/complexobject.c Log Message: ----------- Explicitly reject comparision between complex instances. Commit: 978a90257ef85f03632a473360f9680d79c14625 https://github.com/python/cpython/commit/978a90257ef85f03632a473360f9680d79c14625 Author: Neil Schemenauer Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M Lib/collections/__init__.py Log Message: ----------- Add 'iterkeys', 'itervalues', 'iteritems' to UserDict. Commit: d80a0a82fcf8d442421ba64bb457bcb43c58b37f https://github.com/python/cpython/commit/d80a0a82fcf8d442421ba64bb457bcb43c58b37f Author: Neil Schemenauer Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M Lib/collections/__init__.py Log Message: ----------- Add 'decode' to UserString. Commit: 2e264a22f3311a48e0b0807d1e91601347d97ef4 https://github.com/python/cpython/commit/2e264a22f3311a48e0b0807d1e91601347d97ef4 Author: Neil Schemenauer Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M Lib/test/test_generators.py Log Message: ----------- Fix generator test: now have a 'next' method for compatiblity. Commit: 8221193b30d5de3e80fbd2c158255b90a650ff93 https://github.com/python/cpython/commit/8221193b30d5de3e80fbd2c158255b90a650ff93 Author: Neil Schemenauer Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M Objects/genobject.c Log Message: ----------- Generate warning if next() method is used. Commit: d73e7d9eea673434857dd164a8c674b9c7b36c0c https://github.com/python/cpython/commit/d73e7d9eea673434857dd164a8c674b9c7b36c0c Author: Neil Schemenauer Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M Modules/_ssl.c Log Message: ----------- Add explicit check for PyUnicode in _ssl module. Giving 'str' a buffer interface breaks the _ssl module. Previously, if the object supported the buffer API, the code assumed it was ASN.1 formatted data. This is ugly and may point to a bigger problem. It seems probable that there is other code that assumes PyObject_GetBuffer() doesn't succeed on str objects. Commit: cc5d567fe81c465479196a66405046b74e04a194 https://github.com/python/cpython/commit/cc5d567fe81c465479196a66405046b74e04a194 Author: Neil Schemenauer Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M Objects/bytesobject.c Log Message: ----------- Fix PyErr_WarnPy3k() call, check for error. Commit: 3a9123ca74850d81a3a8550f4909801cd4e7adf5 https://github.com/python/cpython/commit/3a9123ca74850d81a3a8550f4909801cd4e7adf5 Author: Neil Schemenauer Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M Python/bltinmodule.c Log Message: ----------- Allow ord() to take an int argument. This is a dirty work-around for the fact that Python 3 bytes indexing and iteration returns ints rather than length one strings. Commit: 7188e26d1f05fdc86eb59e39579ff407f7e3fe84 https://github.com/python/cpython/commit/7188e26d1f05fdc86eb59e39579ff407f7e3fe84 Author: Neil Schemenauer Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M Modules/_csv.c Log Message: ----------- Change _csv module to allow bytes as line input. Commit: 1dfdca2c4c59eb1163296f366528e544df7b427e https://github.com/python/cpython/commit/1dfdca2c4c59eb1163296f366528e544df7b427e Author: Neil Schemenauer Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M Modules/_sre.c Log Message: ----------- Allow regex with mixed bytes/str objects. Commit: 29f9e57ec212dfae232575b285f0a9de41990554 https://github.com/python/cpython/commit/29f9e57ec212dfae232575b285f0a9de41990554 Author: Neil Schemenauer Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M Lib/string.py Log Message: ----------- Restore string functions. Perhaps 2to3 should fix these, I don't think it currently does. Commit: 7e6d733b0ad1650687acb16a4bce5491fc57b076 https://github.com/python/cpython/commit/7e6d733b0ad1650687acb16a4bce5491fc57b076 Author: Neil Schemenauer Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M Lib/test/test_builtin.py Log Message: ----------- Disable test for ord() on ints (no longer raises error). Commit: 1b45804de94066d94fb91cafde9f198a1dd3fabf https://github.com/python/cpython/commit/1b45804de94066d94fb91cafde9f198a1dd3fabf Author: Neil Schemenauer Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M Lib/test/test_fnmatch.py M Lib/test/test_lzma.py Log Message: ----------- Disable tests broken by bytes/str implicit conversion. Commit: cca1d5b2e40cebeed3da48296de12503463f059c https://github.com/python/cpython/commit/cca1d5b2e40cebeed3da48296de12503463f059c Author: Neil Schemenauer Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M Lib/test/test_genericpath.py Log Message: ----------- Disable more tests that break due to bytes<->str coercion. Commit: 274da582cf5bb1b84279924fc4e5b5210b8425ac https://github.com/python/cpython/commit/274da582cf5bb1b84279924fc4e5b5210b8425ac Author: Neil Schemenauer Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M Lib/test/test_doctest.py Log Message: ----------- Adjust number of docstrings found for builtins. Commit: b3c4adf38b72a05348fa99d90c4c10cd2e33ae0b https://github.com/python/cpython/commit/b3c4adf38b72a05348fa99d90c4c10cd2e33ae0b Author: Neil Schemenauer Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M Lib/enum.py Log Message: ----------- Add explicit int type check for _high_bit(). Previous code relied on TypeError coming from mixed type comparision. Commit: a95313dfc66e592623e4a3a6138356f735bce878 https://github.com/python/cpython/commit/a95313dfc66e592623e4a3a6138356f735bce878 Author: Neil Schemenauer Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M Objects/bytesobject.c Log Message: ----------- Silence compiler warning for bytes_str_cmp(). Commit: 7533db47f9abb6920e56fa195d40e4002d8a7836 https://github.com/python/cpython/commit/7533db47f9abb6920e56fa195d40e4002d8a7836 Author: Neil Schemenauer Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M Lib/test/test_hashlib.py M Lib/test/test_re.py M Lib/test/test_uuid.py Log Message: ----------- Remove broken comparision tests introduced since 3.6.0. Commit: 3ba4c8a669e046ff2a4529c3b59581219c5db547 https://github.com/python/cpython/commit/3ba4c8a669e046ff2a4529c3b59581219c5db547 Author: Neil Schemenauer Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M README.md Log Message: ----------- Revise readme file for Pragmatic Python fork. Compare: https://github.com/python/cpython/compare/59e4cec38404^...3ba4c8a669e0 From noreply at github.com Thu Apr 20 16:11:48 2017 From: noreply at github.com (GitHub) Date: Thu, 20 Apr 2017 13:11:48 -0700 Subject: [Python-checkins] [python/cpython] Message-ID: <58f91604b9b9c_3a103ff7b38f3c30203646@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/ppython Home: https://github.com/python/cpython From noreply at github.com Thu Apr 20 19:32:27 2017 From: noreply at github.com (GitHub) Date: Thu, 20 Apr 2017 16:32:27 -0700 Subject: [Python-checkins] [python/cpython] 8e6752: Add missing .gitignore entries for VS2015 IntelliS... Message-ID: <58f9450bd67b6_176b3ff6cc5d9c3023116f@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 8e675286a92f33837cfffac5914b5175dac5d573 https://github.com/python/cpython/commit/8e675286a92f33837cfffac5914b5175dac5d573 Author: Segev Finer Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M .gitignore Log Message: ----------- Add missing .gitignore entries for VS2015 IntelliSense DB (#1223) From noreply at github.com Thu Apr 20 19:33:30 2017 From: noreply at github.com (GitHub) Date: Thu, 20 Apr 2017 16:33:30 -0700 Subject: [Python-checkins] [python/cpython] f60c9e: bpo-29191: Add liblzma.vcxproj to pcbuild.sln and ... Message-ID: <58f9454a1424f_5d6f3fdb4eb97c38369310@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: f60c9e54f501065f3be2a4cfb4c387dfa2f243a9 https://github.com/python/cpython/commit/f60c9e54f501065f3be2a4cfb4c387dfa2f243a9 Author: Segev Finer Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M PCbuild/pcbuild.sln Log Message: ----------- bpo-29191: Add liblzma.vcxproj to pcbuild.sln and other missing entries (#1222) liblzma is missing from pcbuild.sln. This causes the build of _lzma to fail when building the solution and not using build.bat. From noreply at github.com Thu Apr 20 23:56:00 2017 From: noreply at github.com (GitHub) Date: Thu, 20 Apr 2017 20:56:00 -0700 Subject: [Python-checkins] [python/cpython] 483729: [3.6] Add missing .gitignore entries for VS2015 In... Message-ID: <58f982d0c23f3_731a3fa1f7219c3c21382c@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.6 Home: https://github.com/python/cpython Commit: 483729526e06cda0befc241190bb586d472a72e8 https://github.com/python/cpython/commit/483729526e06cda0befc241190bb586d472a72e8 Author: Mariatta Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M .gitignore Log Message: ----------- [3.6] Add missing .gitignore entries for VS2015 IntelliSense DB (GH-1223) (#1225) (cherry picked from commit 8e675286a92f33837cfffac5914b5175dac5d573) From noreply at github.com Thu Apr 20 23:56:05 2017 From: noreply at github.com (GitHub) Date: Thu, 20 Apr 2017 20:56:05 -0700 Subject: [Python-checkins] [python/cpython] ed5e06: [3.5] Add missing .gitignore entries for VS2015 In... Message-ID: <58f982d53257b_5af93ff4761f3c403514b5@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.5 Home: https://github.com/python/cpython Commit: ed5e0652cad5ae13f33777e822ff0f1aed3942f6 https://github.com/python/cpython/commit/ed5e0652cad5ae13f33777e822ff0f1aed3942f6 Author: Mariatta Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M .gitignore Log Message: ----------- [3.5] Add missing .gitignore entries for VS2015 IntelliSense DB (GH-1223) (#1226) (cherry picked from commit 8e675286a92f33837cfffac5914b5175dac5d573) From noreply at github.com Thu Apr 20 23:56:12 2017 From: noreply at github.com (GitHub) Date: Thu, 20 Apr 2017 20:56:12 -0700 Subject: [Python-checkins] [python/cpython] 91e5ee: [2.7] Add missing .gitignore entries for VS2015 In... Message-ID: <58f982dcebc7c_12cee3fb90eb77c24258479@hookshot-fe-6dbb0c4.cp1-iad.github.net.mail> Branch: refs/heads/2.7 Home: https://github.com/python/cpython Commit: 91e5ee597e3e2117ceb8bd6c4123f66e1b974217 https://github.com/python/cpython/commit/91e5ee597e3e2117ceb8bd6c4123f66e1b974217 Author: Mariatta Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M .gitignore Log Message: ----------- [2.7] Add missing .gitignore entries for VS2015 IntelliSense DB (GH-1223). (#1227) (cherry picked from commit 8e675286a92f33837cfffac5914b5175dac5d573) From noreply at github.com Fri Apr 21 00:37:11 2017 From: noreply at github.com (GitHub) Date: Thu, 20 Apr 2017 21:37:11 -0700 Subject: [Python-checkins] [python/cpython] 788803: remove configure test for inline keyword Message-ID: <58f98c77cdaa4_255f3faea1ef5c24214127@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/benjamin-configure-inline Home: https://github.com/python/cpython Commit: 7888037ec08a4bffae929170dc5a0c224ce0afce https://github.com/python/cpython/commit/7888037ec08a4bffae929170dc5a0c224ce0afce Author: Benjamin Peterson Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M Include/pyport.h M Modules/_sre.c M configure M configure.ac M pyconfig.h.in Log Message: ----------- remove configure test for inline keyword We require C99, so a configure test for this standard feature is not needed. From noreply at github.com Fri Apr 21 00:37:35 2017 From: noreply at github.com (GitHub) Date: Thu, 20 Apr 2017 21:37:35 -0700 Subject: [Python-checkins] [python/cpython] 4093f2: remove configure test for inline keyword Message-ID: <58f98c8fb4367_3f523f7f16617c343878b1@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/benjamin-configure-inline Home: https://github.com/python/cpython Commit: 4093f288d957d2be8cf2a7bfcdf14add9b88450c https://github.com/python/cpython/commit/4093f288d957d2be8cf2a7bfcdf14add9b88450c Author: Benjamin Peterson Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M Include/pyport.h M Modules/_sre.c M configure M configure.ac M pyconfig.h.in Log Message: ----------- remove configure test for inline keyword We require C99, so a configure test for this standard feature is not needed. From noreply at github.com Fri Apr 21 02:52:20 2017 From: noreply at github.com (GitHub) Date: Thu, 20 Apr 2017 23:52:20 -0700 Subject: [Python-checkins] [python/cpython] 791dc8: remove configure test for inline keyword (#1231) Message-ID: <58f9ac246b34b_2a783f88184c3c3818478f@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 791dc831198f3ecc1531f8e6f05debf4ce234d00 https://github.com/python/cpython/commit/791dc831198f3ecc1531f8e6f05debf4ce234d00 Author: Benjamin Peterson Date: 2017-04-20 (Thu, 20 Apr 2017) Changed paths: M Include/pyport.h M Modules/_sre.c M configure M configure.ac M pyconfig.h.in Log Message: ----------- remove configure test for inline keyword (#1231) We require C99, so a configure test for this standard feature is not needed. From noreply at github.com Fri Apr 21 02:52:24 2017 From: noreply at github.com (GitHub) Date: Thu, 20 Apr 2017 23:52:24 -0700 Subject: [Python-checkins] [python/cpython] Message-ID: <58f9ac287b726_54bb3fb04d777c383342a9@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/benjamin-configure-inline Home: https://github.com/python/cpython From noreply at github.com Fri Apr 21 03:55:56 2017 From: noreply at github.com (GitHub) Date: Fri, 21 Apr 2017 00:55:56 -0700 Subject: [Python-checkins] [python/cpython] 17db4b: [3.5] bpo-29802: Fix the cleaning up issue in PyUn... Message-ID: <58f9bb0c9166e_575a3fd707823c3c2048b9@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.5 Home: https://github.com/python/cpython Commit: 17db4b99b4d300a9b024ba0efdaa46d05d4f4cd3 https://github.com/python/cpython/commit/17db4b99b4d300a9b024ba0efdaa46d05d4f4cd3 Author: Serhiy Storchaka Date: 2017-04-21 (Fri, 21 Apr 2017) Changed paths: M Objects/unicodeobject.c Log Message: ----------- [3.5] bpo-29802: Fix the cleaning up issue in PyUnicode_FSDecoder(). (GH-1217) (#1219) (cherry picked from commit 7a113a0) From solipsis at pitrou.net Fri Apr 21 05:05:02 2017 From: solipsis at pitrou.net (solipsis at pitrou.net) Date: Fri, 21 Apr 2017 09:05:02 +0000 Subject: [Python-checkins] Daily reference leaks (4243df51fe43): sum=4 Message-ID: <20170421090502.124642.96174.9AAD5906@psf.io> results for 4243df51fe43 on branch "default" -------------------------------------------- test_collections leaked [0, 7, -7] memory blocks, sum=0 test_functools leaked [0, 3, 1] memory blocks, sum=4 test_multiprocessing_forkserver leaked [0, -2, 2] memory blocks, sum=0 Command line was: ['./python', '-m', 'test.regrtest', '-uall', '-R', '3:3:/home/psf-users/antoine/refleaks/reflog7bOb_T', '--timeout', '7200'] From noreply at github.com Fri Apr 21 05:24:35 2017 From: noreply at github.com (GitHub) Date: Fri, 21 Apr 2017 02:24:35 -0700 Subject: [Python-checkins] [python/cpython] 28205b: bpo-30104: Use -fno-strict-aliasing on clang (#122... Message-ID: <58f9cfd3e0d5c_78c53fd4c91e3c401737d7@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 28205b203a4742c40080b4a2b4b2dcd800716edc https://github.com/python/cpython/commit/28205b203a4742c40080b4a2b4b2dcd800716edc Author: Victor Stinner Date: 2017-04-21 (Fri, 21 Apr 2017) Changed paths: M configure M configure.ac Log Message: ----------- bpo-30104: Use -fno-strict-aliasing on clang (#1221) Python/dtoa.c is not compiled correctly with clang 4.0 and optimization level -O2 or higher, because of an aliasing issue on the double/ULong[2] union. LLVM bug report: https://bugs.llvm.org//show_bug.cgi?id=31928 From noreply at github.com Fri Apr 21 06:35:25 2017 From: noreply at github.com (GitHub) Date: Fri, 21 Apr 2017 03:35:25 -0700 Subject: [Python-checkins] [python/cpython] 35f3d2: bpo-30104: configure now detects when cc is clang ... Message-ID: <58f9e06d85462_255a3f8359055c3c216658@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 35f3d240ee5f0958034bd500949b08764e36f4dc https://github.com/python/cpython/commit/35f3d240ee5f0958034bd500949b08764e36f4dc Author: Victor Stinner Date: 2017-04-21 (Fri, 21 Apr 2017) Changed paths: M configure M configure.ac Log Message: ----------- bpo-30104: configure now detects when cc is clang (#1233) Detect when the "cc" compiler (and the $CC variable) is the Clang compiler. The test is needed to add the -fno-strict-aliasing option on FreeBSD where cc is clang. From noreply at github.com Fri Apr 21 07:51:54 2017 From: noreply at github.com (GitHub) Date: Fri, 21 Apr 2017 04:51:54 -0700 Subject: [Python-checkins] [python/cpython] a2c877: bpo-30106: Fix test_asyncore.test_quick_connect() ... Message-ID: <58f9f25aa2316_13b1b3fb579ff1c3425335f@hookshot-fe-6dbb0c4.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: a2c877c3985aba4adb19755e21f477e1c639cfd9 https://github.com/python/cpython/commit/a2c877c3985aba4adb19755e21f477e1c639cfd9 Author: Victor Stinner Date: 2017-04-21 (Fri, 21 Apr 2017) Changed paths: M Lib/test/test_asyncore.py Log Message: ----------- bpo-30106: Fix test_asyncore.test_quick_connect() (#1234) test_quick_connect() runs a thread up to 50 seconds, whereas the socket is connected in 0.2 second and then the thread is expected to end in less than 3 second. On Linux, the thread ends quickly because select() seems to always return quickly. On FreeBSD, sometimes select() fails with timeout and so the thread runs much longer than expected. Fix the thread timeout to fix a race condition in the test. From noreply at github.com Fri Apr 21 11:59:25 2017 From: noreply at github.com (GitHub) Date: Fri, 21 Apr 2017 08:59:25 -0700 Subject: [Python-checkins] [python/cpython] 2a1aed: bpo-30107: don't dump core on expected test_io cra... Message-ID: <58fa2c5d75ac0_2fee3fd42856bc382050c@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 2a1aed04b0943636f605543522e16cca1dc23e70 https://github.com/python/cpython/commit/2a1aed04b0943636f605543522e16cca1dc23e70 Author: Victor Stinner Date: 2017-04-21 (Fri, 21 Apr 2017) Changed paths: M Lib/test/test_io.py Log Message: ----------- bpo-30107: don't dump core on expected test_io crash (#1235) test_io has two unit tests which trigger a deadlock: * test_daemon_threads_shutdown_stdout_deadlock() * test_daemon_threads_shutdown_stderr_deadlock() These tests call Py_FatalError() if the expected bug is triggered which calls abort(). Use test.support.SuppressCrashReport to prevent the creation on a core dump, to fix the warning: Warning -- files was modified by test_io Before: [] After: ['python.core'] From noreply at github.com Fri Apr 21 12:06:15 2017 From: noreply at github.com (GitHub) Date: Fri, 21 Apr 2017 09:06:15 -0700 Subject: [Python-checkins] [python/cpython] 46c2b8: bpo-30125: Fix faulthandler.disable() on Windows (... Message-ID: <58fa2df733366_5ec23fe1658e3c40284514@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 46c2b81026bbf966c0898a1fa30d98c33673aea0 https://github.com/python/cpython/commit/46c2b81026bbf966c0898a1fa30d98c33673aea0 Author: Victor Stinner Date: 2017-04-21 (Fri, 21 Apr 2017) Changed paths: M Lib/test/test_faulthandler.py M Modules/faulthandler.c Log Message: ----------- bpo-30125: Fix faulthandler.disable() on Windows (#1240) * bpo-30125: Cleanup faulthandler.c * Use size_t type for iterators * Add { ... } * bpo-30125: Fix faulthandler.disable() on Windows On Windows, faulthandler.disable() now removes the exception handler installed by faulthandler.enable(). From noreply at github.com Fri Apr 21 12:27:31 2017 From: noreply at github.com (GitHub) Date: Fri, 21 Apr 2017 09:27:31 -0700 Subject: [Python-checkins] [python/cpython] b984a0: bpo-30107: don't dump core on expected test_io cra... Message-ID: <58fa32f34c303_38363fd700f0bc2c32428f@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.6 Home: https://github.com/python/cpython Commit: b984a05d557e78b928f38098d0b6c0e95f737b9a https://github.com/python/cpython/commit/b984a05d557e78b928f38098d0b6c0e95f737b9a Author: Victor Stinner Date: 2017-04-21 (Fri, 21 Apr 2017) Changed paths: M Lib/test/test_io.py Log Message: ----------- bpo-30107: don't dump core on expected test_io crash (#1235) (#1241) test_io has two unit tests which trigger a deadlock: * test_daemon_threads_shutdown_stdout_deadlock() * test_daemon_threads_shutdown_stderr_deadlock() These tests call Py_FatalError() if the expected bug is triggered which calls abort(). Use test.support.SuppressCrashReport to prevent the creation on a core dump, to fix the warning: Warning -- files was modified by test_io Before: [] After: ['python.core'] (cherry picked from commit 2a1aed04b0943636f605543522e16cca1dc23e70) From noreply at github.com Fri Apr 21 13:24:59 2017 From: noreply at github.com (GitHub) Date: Fri, 21 Apr 2017 10:24:59 -0700 Subject: [Python-checkins] [python/cpython] d1ae24: Correct the README link in Unix install docs (#124... Message-ID: <58fa406bef48_52243fb85382dc3c188253@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: d1ae24e8880fe00d006eb2996af815c35fbcfb33 https://github.com/python/cpython/commit/d1ae24e8880fe00d006eb2996af815c35fbcfb33 Author: Sebastian Vetter Date: 2017-04-21 (Fri, 21 Apr 2017) Changed paths: M Doc/using/unix.rst Log Message: ----------- Correct the README link in Unix install docs (#1245) From noreply at github.com Fri Apr 21 14:28:48 2017 From: noreply at github.com (GitHub) Date: Fri, 21 Apr 2017 11:28:48 -0700 Subject: [Python-checkins] [python/cpython] 1ccbe6: bpo-29191: Add liblzma.vcxproj to pcbuild.sln and ... Message-ID: <58fa4f6069498_383a3fa31b09bc3c2802aa@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.6 Home: https://github.com/python/cpython Commit: 1ccbe6007e5569ab25170f8ecddd5fbbc2ef36b0 https://github.com/python/cpython/commit/1ccbe6007e5569ab25170f8ecddd5fbbc2ef36b0 Author: Steve Dower Date: 2017-04-21 (Fri, 21 Apr 2017) Changed paths: M PCbuild/pcbuild.sln Log Message: ----------- bpo-29191: Add liblzma.vcxproj to pcbuild.sln and other missing entries (GH-1222) (GH-1244) liblzma is missing from pcbuild.sln. This causes the build of _lzma to fail when building the solution and not using build.bat. From noreply at github.com Fri Apr 21 16:49:51 2017 From: noreply at github.com (GitHub) Date: Fri, 21 Apr 2017 13:49:51 -0700 Subject: [Python-checkins] [python/cpython] ae5b32: bpo-30098: Clarify that run_coroutine_threadsafe e... Message-ID: <58fa706f180a6_19783fe6f965dc3483b8@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: ae5b3260dd459845aad8a30491b76d471577785d https://github.com/python/cpython/commit/ae5b3260dd459845aad8a30491b76d471577785d Author: Charles Renwick Date: 2017-04-21 (Fri, 21 Apr 2017) Changed paths: M Lib/asyncio/tasks.py Log Message: ----------- bpo-30098: Clarify that run_coroutine_threadsafe expects asyncio.Future (GH-1170) From noreply at github.com Fri Apr 21 17:17:35 2017 From: noreply at github.com (GitHub) Date: Fri, 21 Apr 2017 14:17:35 -0700 Subject: [Python-checkins] [python/cpython] 3a8f8e: bpo-30125: Fix faulthandler.disable() on Windows (... Message-ID: <58fa76ef48ac5_21043f8821bb7c345763a@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.6 Home: https://github.com/python/cpython Commit: 3a8f8ea2aca46f9ef1e715f2c924357b6719525f https://github.com/python/cpython/commit/3a8f8ea2aca46f9ef1e715f2c924357b6719525f Author: Victor Stinner Date: 2017-04-21 (Fri, 21 Apr 2017) Changed paths: M Lib/test/test_faulthandler.py M Modules/faulthandler.c Log Message: ----------- bpo-30125: Fix faulthandler.disable() on Windows (#1243) On Windows, faulthandler.disable() now removes the exception handler installed by faulthandler.enable(). From noreply at github.com Fri Apr 21 18:31:14 2017 From: noreply at github.com (GitHub) Date: Fri, 21 Apr 2017 15:31:14 -0700 Subject: [Python-checkins] [python/cpython] a36e93: bpo-30125: disable faulthandler in ctypes test_SEH... Message-ID: <58fa8832e5a17_77643fe5f56f7c442887@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: a36e939aeb3b5a2c56561eb24f0e339eee9f3f9d https://github.com/python/cpython/commit/a36e939aeb3b5a2c56561eb24f0e339eee9f3f9d Author: Victor Stinner Date: 2017-04-22 (Sat, 22 Apr 2017) Changed paths: M Lib/ctypes/test/test_win32.py M Lib/test/support/__init__.py Log Message: ----------- bpo-30125: disable faulthandler in ctypes test_SEH (#1237) Disable faulthandler to run test_SEH() of test_ctypes to prevent the following log with a traceback: Windows fatal exception: access violation Add support.disable_faulthandler() context manager. From noreply at github.com Fri Apr 21 19:48:13 2017 From: noreply at github.com (GitHub) Date: Fri, 21 Apr 2017 16:48:13 -0700 Subject: [Python-checkins] [python/cpython] 1a5856: bpo-29867: Add asserts in PyTuple_GET_SIZE, PyList... Message-ID: <58fa9a3dcb2b_1e6d3fbb2c389c2c45178@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 1a5856bf9295fa73995898d576e0bedf016aee1f https://github.com/python/cpython/commit/1a5856bf9295fa73995898d576e0bedf016aee1f Author: Serhiy Storchaka Date: 2017-04-22 (Sat, 22 Apr 2017) Changed paths: M Include/listobject.h M Include/setobject.h M Include/tupleobject.h M Objects/odictobject.c Log Message: ----------- bpo-29867: Add asserts in PyTuple_GET_SIZE, PyList_GET_SIZE and PySet_GET_SIZE. (#751) From noreply at github.com Fri Apr 21 22:28:31 2017 From: noreply at github.com (GitHub) Date: Fri, 21 Apr 2017 19:28:31 -0700 Subject: [Python-checkins] [python/cpython] 414e02: [3.6] Correct the README link in Unix install docs... Message-ID: <58fabfcf4743c_6d8e3fd7c3d1fc2489254@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.6 Home: https://github.com/python/cpython Commit: 414e0283a351e7b070c3f13aa24cadc5fdd9a230 https://github.com/python/cpython/commit/414e0283a351e7b070c3f13aa24cadc5fdd9a230 Author: Mariatta Date: 2017-04-21 (Fri, 21 Apr 2017) Changed paths: M Doc/using/unix.rst Log Message: ----------- [3.6] Correct the README link in Unix install docs (GH-1245) (GH-1248) (cherry picked from commit d1ae24e8880fe00d006eb2996af815c35fbcfb33) From noreply at github.com Fri Apr 21 22:58:02 2017 From: noreply at github.com (GitHub) Date: Fri, 21 Apr 2017 19:58:02 -0700 Subject: [Python-checkins] [python/cpython] 503d74: bpo-30098: Clarify that run_coroutine_threadsafe e... Message-ID: <58fac6ba70429_f763fc4354d5c2c5575@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.5 Home: https://github.com/python/cpython Commit: 503d74a60aa9290cf8d174eab95fdfdea1f2b284 https://github.com/python/cpython/commit/503d74a60aa9290cf8d174eab95fdfdea1f2b284 Author: Mariatta Date: 2017-04-21 (Fri, 21 Apr 2017) Changed paths: M Lib/asyncio/tasks.py Log Message: ----------- bpo-30098: Clarify that run_coroutine_threadsafe expects asyncio.Future (GH-1170) (#1246) (cherry picked from commit ae5b3260dd459845aad8a30491b76d471577785d) From noreply at github.com Fri Apr 21 22:58:29 2017 From: noreply at github.com (GitHub) Date: Fri, 21 Apr 2017 19:58:29 -0700 Subject: [Python-checkins] [python/cpython] a3d8dd: bpo-30098: Clarify that run_coroutine_threadsafe e... Message-ID: <58fac6d55a279_1d403fcee2c6dc34226b8@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.6 Home: https://github.com/python/cpython Commit: a3d8dda7d899bf41ab7eb2c6148459ad276fe295 https://github.com/python/cpython/commit/a3d8dda7d899bf41ab7eb2c6148459ad276fe295 Author: Mariatta Date: 2017-04-21 (Fri, 21 Apr 2017) Changed paths: M Lib/asyncio/tasks.py Log Message: ----------- bpo-30098: Clarify that run_coroutine_threadsafe expects asyncio.Future (GH-1170) (#1247) (cherry picked from commit ae5b3260dd459845aad8a30491b76d471577785d) From noreply at github.com Sat Apr 22 02:10:48 2017 From: noreply at github.com (GitHub) Date: Fri, 21 Apr 2017 23:10:48 -0700 Subject: [Python-checkins] [python/cpython] 9616a8: bpo-29960 _random.Random corrupted on exception in... Message-ID: <58faf3e827d42_134c3f92dc29bc3498948@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 9616a82e7802241a4b74cf7ae38d43c37bf66e48 https://github.com/python/cpython/commit/9616a82e7802241a4b74cf7ae38d43c37bf66e48 Author: bladebryan Date: 2017-04-22 (Sat, 22 Apr 2017) Changed paths: M Lib/test/test_random.py M Misc/ACKS M Misc/NEWS M Modules/_randommodule.c Log Message: ----------- bpo-29960 _random.Random corrupted on exception in setstate(). (#1019) From noreply at github.com Sat Apr 22 02:25:01 2017 From: noreply at github.com (GitHub) Date: Fri, 21 Apr 2017 23:25:01 -0700 Subject: [Python-checkins] [python/cpython] 7bfd74: Remove unneeded Misc/NEWS entry for bpo-29802. (#1... Message-ID: <58faf73d285af_2e67a3fe58f857c44191c1@hookshot-fe-6dbb0c4.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 7bfd740e3d484e6fdf3f5c2d4640450957f9d89c https://github.com/python/cpython/commit/7bfd740e3d484e6fdf3f5c2d4640450957f9d89c Author: Serhiy Storchaka Date: 2017-04-22 (Sat, 22 Apr 2017) Changed paths: M Misc/NEWS Log Message: ----------- Remove unneeded Misc/NEWS entry for bpo-29802. (#1251) The bug was added in still not released version. From noreply at github.com Sat Apr 22 02:46:20 2017 From: noreply at github.com (GitHub) Date: Fri, 21 Apr 2017 23:46:20 -0700 Subject: [Python-checkins] [python/cpython] 7fae81: Fix trailing colon and newline in test.rst (#1250) Message-ID: <58fafc3c37dc8_121a3ff1c03e5c3c54110@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 7fae81e1672d0b4110d31ea6a765b54f63a2e54b https://github.com/python/cpython/commit/7fae81e1672d0b4110d31ea6a765b54f63a2e54b Author: Louie Lu Date: 2017-04-22 (Sat, 22 Apr 2017) Changed paths: M Doc/library/test.rst Log Message: ----------- Fix trailing colon and newline in test.rst (#1250) From solipsis at pitrou.net Sat Apr 22 05:06:08 2017 From: solipsis at pitrou.net (solipsis at pitrou.net) Date: Sat, 22 Apr 2017 09:06:08 +0000 Subject: [Python-checkins] Daily reference leaks (4243df51fe43): sum=4 Message-ID: <20170422090608.48141.47642.90E75D65@psf.io> results for 4243df51fe43 on branch "default" -------------------------------------------- test_functools leaked [0, 3, 1] memory blocks, sum=4 Command line was: ['./python', '-m', 'test.regrtest', '-uall', '-R', '3:3:/home/psf-users/antoine/refleaks/reflogBhTOca', '--timeout', '7200'] From noreply at github.com Sat Apr 22 07:48:54 2017 From: noreply at github.com (GitHub) Date: Sat, 22 Apr 2017 04:48:54 -0700 Subject: [Python-checkins] [python/cpython] 9d022f: [3.6] Fix trailing colon and newline in test.rst (... Message-ID: <58fb4326ca4d6_b5b3fa48aa45c2c2573e@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.6 Home: https://github.com/python/cpython Commit: 9d022f169ec64987b29359ae0e904026aab07a64 https://github.com/python/cpython/commit/9d022f169ec64987b29359ae0e904026aab07a64 Author: Louie Lu Date: 2017-04-22 (Sat, 22 Apr 2017) Changed paths: M Doc/library/test.rst Log Message: ----------- [3.6] Fix trailing colon and newline in test.rst (GH-1250) (#1254) (cherry picked from commit 7fae81e1672d0b4110d31ea6a765b54f63a2e54b) From noreply at github.com Sat Apr 22 07:49:41 2017 From: noreply at github.com (GitHub) Date: Sat, 22 Apr 2017 04:49:41 -0700 Subject: [Python-checkins] [python/cpython] 7badde: [3.5] Fix trailing colon and newline in test.rst (... Message-ID: <58fb4355e4535_ded3fa1398e9c389673c@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.5 Home: https://github.com/python/cpython Commit: 7badde2bbb93e39ee917e22cd086e81eed076162 https://github.com/python/cpython/commit/7badde2bbb93e39ee917e22cd086e81eed076162 Author: Louie Lu Date: 2017-04-22 (Sat, 22 Apr 2017) Changed paths: M Doc/library/test.rst Log Message: ----------- [3.5] Fix trailing colon and newline in test.rst (GH-1250) (#1255) (cherry picked from commit 7fae81e1672d0b4110d31ea6a765b54f63a2e54b) From noreply at github.com Sat Apr 22 14:50:10 2017 From: noreply at github.com (GitHub) Date: Sat, 22 Apr 2017 11:50:10 -0700 Subject: [Python-checkins] [python/cpython] 997a4a: Remove outdated note about constraining of the bit... Message-ID: <58fba5e2cfc72_2ee463fa36e201c4034717@hookshot-fe-6dbb0c4.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 997a4adea606069e01beac6269920709db3994d1 https://github.com/python/cpython/commit/997a4adea606069e01beac6269920709db3994d1 Author: Serhiy Storchaka Date: 2017-04-22 (Sat, 22 Apr 2017) Changed paths: M Doc/reference/expressions.rst Log Message: ----------- Remove outdated note about constraining of the bit shift right operand. (#1258) The constrain was removed in bpo-29816. From noreply at github.com Sun Apr 23 01:37:59 2017 From: noreply at github.com (GitHub) Date: Sat, 22 Apr 2017 22:37:59 -0700 Subject: [Python-checkins] [python/cpython] 85157c: bpo-15718: Document the upper bound constrain on t... Message-ID: <58fc3db7a1b36_2e10f3f834e037c24728d5@hookshot-fe-6dbb0c4.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 85157cd89a6edac347a5b6871fcf20c500c6fbbf https://github.com/python/cpython/commit/85157cd89a6edac347a5b6871fcf20c500c6fbbf Author: Serhiy Storchaka Date: 2017-04-23 (Sun, 23 Apr 2017) Changed paths: M Doc/reference/datamodel.rst Log Message: ----------- bpo-15718: Document the upper bound constrain on the __len__ return value. (#1256) From noreply at github.com Sun Apr 23 01:50:15 2017 From: noreply at github.com (GitHub) Date: Sat, 22 Apr 2017 22:50:15 -0700 Subject: [Python-checkins] [python/cpython] f2ed28: [3.6] bpo-15718: Document the upper bound constrai... Message-ID: <58fc4097da40d_15453fb1360d1c3c824ae@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.6 Home: https://github.com/python/cpython Commit: f2ed2858eea7569c8915b3611ca5ec92ae10b17f https://github.com/python/cpython/commit/f2ed2858eea7569c8915b3611ca5ec92ae10b17f Author: Serhiy Storchaka Date: 2017-04-23 (Sun, 23 Apr 2017) Changed paths: M Doc/reference/datamodel.rst Log Message: ----------- [3.6] bpo-15718: Document the upper bound constrain on the __len__ return value. (GH-1256) (#1259) (cherry picked from commit 85157cd) From noreply at github.com Sun Apr 23 01:50:23 2017 From: noreply at github.com (GitHub) Date: Sat, 22 Apr 2017 22:50:23 -0700 Subject: [Python-checkins] [python/cpython] c35853: [3.5] bpo-15718: Document the upper bound constrai... Message-ID: <58fc409f86300_1ae03fc2e1313c2c5726@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.5 Home: https://github.com/python/cpython Commit: c358536fd5e40e8f29ee4f086588a82fccb25a09 https://github.com/python/cpython/commit/c358536fd5e40e8f29ee4f086588a82fccb25a09 Author: Serhiy Storchaka Date: 2017-04-23 (Sun, 23 Apr 2017) Changed paths: M Doc/reference/datamodel.rst Log Message: ----------- [3.5] bpo-15718: Document the upper bound constrain on the __len__ return value. (GH-1256) (#1260) (cherry picked from commit 85157cd) From noreply at github.com Sun Apr 23 01:58:10 2017 From: noreply at github.com (GitHub) Date: Sat, 22 Apr 2017 22:58:10 -0700 Subject: [Python-checkins] [python/cpython] bfc7df: [2.7] bpo-15718: Document the upper bound constrai... Message-ID: <58fc42727851b_2e7313ff8277bdc34113e8@hookshot-fe-6dbb0c4.cp1-iad.github.net.mail> Branch: refs/heads/2.7 Home: https://github.com/python/cpython Commit: bfc7dff63b9b30371e3423a5c35ccda2f3b52218 https://github.com/python/cpython/commit/bfc7dff63b9b30371e3423a5c35ccda2f3b52218 Author: Serhiy Storchaka Date: 2017-04-23 (Sun, 23 Apr 2017) Changed paths: M Doc/reference/datamodel.rst Log Message: ----------- [2.7] bpo-15718: Document the upper bound constrain on the __len__ return value. (GH-1256). (#1261) (cherry picked from commit 85157cd89a6edac347a5b6871fcf20c500c6fbbf) From solipsis at pitrou.net Sun Apr 23 05:05:18 2017 From: solipsis at pitrou.net (solipsis at pitrou.net) Date: Sun, 23 Apr 2017 09:05:18 +0000 Subject: [Python-checkins] Daily reference leaks (4243df51fe43): sum=5 Message-ID: <20170423090518.11815.76871.BBDC37CE@psf.io> results for 4243df51fe43 on branch "default" -------------------------------------------- test_collections leaked [-7, 1, 7] memory blocks, sum=1 test_functools leaked [0, 3, 1] memory blocks, sum=4 Command line was: ['./python', '-m', 'test.regrtest', '-uall', '-R', '3:3:/home/psf-users/antoine/refleaks/reflogk3BmBM', '--timeout', '7200'] From noreply at github.com Sun Apr 23 23:54:10 2017 From: noreply at github.com (GitHub) Date: Sun, 23 Apr 2017 20:54:10 -0700 Subject: [Python-checkins] [python/cpython] 26896f: bpo-29751: Improve PyLong_FromString documentation... Message-ID: <58fd76e2eb5bf_6c5d3f860dc65c3c613ea@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 26896f2832324dde85cdd63d525571ca669f6f0b https://github.com/python/cpython/commit/26896f2832324dde85cdd63d525571ca669f6f0b Author: csabella Date: 2017-04-23 (Sun, 23 Apr 2017) Changed paths: M Doc/c-api/long.rst Log Message: ----------- bpo-29751: Improve PyLong_FromString documentation (GH-915) From noreply at github.com Mon Apr 24 00:01:55 2017 From: noreply at github.com (GitHub) Date: Sun, 23 Apr 2017 21:01:55 -0700 Subject: [Python-checkins] [python/cpython] f310fd: bpo-29751: add Cheryl Sabella to Misc/ACKS Message-ID: <58fd78b33dad6_14da3f856577fc34383a@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/Mariatta-patch-1 Home: https://github.com/python/cpython Commit: f310fdb0e793a1729454740ede33e29a8766e332 https://github.com/python/cpython/commit/f310fdb0e793a1729454740ede33e29a8766e332 Author: Mariatta Date: 2017-04-23 (Sun, 23 Apr 2017) Changed paths: M Misc/ACKS Log Message: ----------- bpo-29751: add Cheryl Sabella to Misc/ACKS From noreply at github.com Mon Apr 24 00:02:31 2017 From: noreply at github.com (GitHub) Date: Sun, 23 Apr 2017 21:02:31 -0700 Subject: [Python-checkins] [python/cpython] d51d09: [3.5] bpo-29751: Improve PyLong_FromString documen... Message-ID: <58fd78d7d411e_18673ff86802fc2427130@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.5 Home: https://github.com/python/cpython Commit: d51d093b9bbca108f59bad0f1730c48ebf5b2e14 https://github.com/python/cpython/commit/d51d093b9bbca108f59bad0f1730c48ebf5b2e14 Author: Mariatta Date: 2017-04-23 (Sun, 23 Apr 2017) Changed paths: M Doc/c-api/long.rst Log Message: ----------- [3.5] bpo-29751: Improve PyLong_FromString documentation (GH-915) (#1267) (cherry picked from commit 26896f2832324dde85cdd63d525571ca669f6f0b) From noreply at github.com Mon Apr 24 00:05:02 2017 From: noreply at github.com (GitHub) Date: Sun, 23 Apr 2017 21:05:02 -0700 Subject: [Python-checkins] [python/cpython] ea0efa: [3.6] bpo-29751: Improve PyLong_FromString documen... Message-ID: <58fd796ec893d_2e15a3fbd887f7c24101073@hookshot-fe-6dbb0c4.cp1-iad.github.net.mail> Branch: refs/heads/3.6 Home: https://github.com/python/cpython Commit: ea0efa3bc1d0b832da75519c6f85d767ae44feda https://github.com/python/cpython/commit/ea0efa3bc1d0b832da75519c6f85d767ae44feda Author: Mariatta Date: 2017-04-23 (Sun, 23 Apr 2017) Changed paths: M Doc/c-api/long.rst Log Message: ----------- [3.6] bpo-29751: Improve PyLong_FromString documentation (GH-915) (#1266) (cherry picked from commit 26896f2832324dde85cdd63d525571ca669f6f0b) From noreply at github.com Mon Apr 24 00:05:20 2017 From: noreply at github.com (GitHub) Date: Sun, 23 Apr 2017 21:05:20 -0700 Subject: [Python-checkins] [python/cpython] 9eb5ca: bpo-29751: add Cheryl Sabella to Misc/ACKS (GH-126... Message-ID: <58fd7980c7c6b_140b3ff2e8a89c403021@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 9eb5ca0774f94215be48442100c829db2484e146 https://github.com/python/cpython/commit/9eb5ca0774f94215be48442100c829db2484e146 Author: Mariatta Date: 2017-04-23 (Sun, 23 Apr 2017) Changed paths: M Misc/ACKS Log Message: ----------- bpo-29751: add Cheryl Sabella to Misc/ACKS (GH-1268) From noreply at github.com Mon Apr 24 00:05:22 2017 From: noreply at github.com (GitHub) Date: Sun, 23 Apr 2017 21:05:22 -0700 Subject: [Python-checkins] [python/cpython] Message-ID: <58fd7982b93ea_2e01c3fc11cbf5c30523f1@hookshot-fe-6dbb0c4.cp1-iad.github.net.mail> Branch: refs/heads/Mariatta-patch-1 Home: https://github.com/python/cpython From noreply at github.com Mon Apr 24 02:05:01 2017 From: noreply at github.com (GitHub) Date: Sun, 23 Apr 2017 23:05:01 -0700 Subject: [Python-checkins] [python/cpython] 2e576f: bpo-30144: Import collections ABC from collections... Message-ID: <58fd958dac5c6_6b473fbc916a5c3822096@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 2e576f5aec1f8f23f07001e2eb3db9276851a4fc https://github.com/python/cpython/commit/2e576f5aec1f8f23f07001e2eb3db9276851a4fc Author: Serhiy Storchaka Date: 2017-04-24 (Mon, 24 Apr 2017) Changed paths: M Doc/library/http.client.rst M Doc/reference/datamodel.rst M Lib/asyncio/base_events.py M Lib/cgi.py M Lib/dbm/dumb.py M Lib/http/client.py M Lib/idlelib/pyparse.py M Lib/lib2to3/fixes/fix_operator.py M Lib/locale.py M Lib/logging/__init__.py M Lib/pathlib.py M Lib/selectors.py M Lib/shelve.py M Lib/test/test_dictviews.py M Lib/test/test_functools.py M Lib/test/test_hash.py M Lib/test/test_pathlib.py M Lib/test/test_statistics.py M Lib/test/test_typing.py M Lib/tracemalloc.py M Lib/weakref.py M Lib/xml/etree/ElementTree.py Log Message: ----------- bpo-30144: Import collections ABC from collections.abc rather than collections. (#1263) From solipsis at pitrou.net Mon Apr 24 05:05:54 2017 From: solipsis at pitrou.net (solipsis at pitrou.net) Date: Mon, 24 Apr 2017 09:05:54 +0000 Subject: [Python-checkins] Daily reference leaks (4243df51fe43): sum=4 Message-ID: <20170424090554.47736.61596.1DE16568@psf.io> results for 4243df51fe43 on branch "default" -------------------------------------------- test_collections leaked [7, 0, -7] memory blocks, sum=0 test_functools leaked [0, 3, 1] memory blocks, sum=4 test_multiprocessing_forkserver leaked [0, -2, 2] memory blocks, sum=0 Command line was: ['./python', '-m', 'test.regrtest', '-uall', '-R', '3:3:/home/psf-users/antoine/refleaks/reflog_MGdOh', '--timeout', '7200'] From noreply at github.com Mon Apr 24 13:06:18 2017 From: noreply at github.com (GitHub) Date: Mon, 24 Apr 2017 10:06:18 -0700 Subject: [Python-checkins] [python/cpython] fcfe80: bpo-29822: Make inspect.isabstract() work during _... Message-ID: <58fe308a6ec17_15ad3f96221abc2c42917@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: fcfe80ec2592fed8b3941c79056a8737abef7d3b https://github.com/python/cpython/commit/fcfe80ec2592fed8b3941c79056a8737abef7d3b Author: Nate Date: 2017-04-24 (Mon, 24 Apr 2017) Changed paths: M Lib/inspect.py M Lib/test/test_inspect.py M Misc/NEWS Log Message: ----------- bpo-29822: Make inspect.isabstract() work during __init_subclass__. (#678) At the time when an abstract base class' __init_subclass__ runs, ABCMeta.__new__ has not yet finished running, so in the presence of __init_subclass__, inspect.isabstract() can no longer depend only on TPFLAGS_IS_ABSTRACT. From noreply at github.com Mon Apr 24 18:41:37 2017 From: noreply at github.com (GitHub) Date: Mon, 24 Apr 2017 15:41:37 -0700 Subject: [Python-checkins] [python/cpython] 4bcfa3: bpo-30131: Cleanup threads in test_logging (#1275) Message-ID: <58fe7f21d0077_134c3f92dc29bc3412417e@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 4bcfa3a2363c30d406c6826e291b30c33a649d18 https://github.com/python/cpython/commit/4bcfa3a2363c30d406c6826e291b30c33a649d18 Author: Victor Stinner Date: 2017-04-25 (Tue, 25 Apr 2017) Changed paths: M Lib/test/test_logging.py Log Message: ----------- bpo-30131: Cleanup threads in test_logging (#1275) * Use @support.reap_threads on unit tests creating threads * Call TestCase.fail() on thread.join(timeout) failure From noreply at github.com Mon Apr 24 19:22:44 2017 From: noreply at github.com (GitHub) Date: Mon, 24 Apr 2017 16:22:44 -0700 Subject: [Python-checkins] [python/cpython] 0d659e: tmtotuple(): use time_t for gmtoff (#1276) Message-ID: <58fe88c45ba3_c883fc82a155c341218ee@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 0d659e5614cad512a1940125135b443b3eecb5d7 https://github.com/python/cpython/commit/0d659e5614cad512a1940125135b443b3eecb5d7 Author: Victor Stinner Date: 2017-04-25 (Tue, 25 Apr 2017) Changed paths: M Modules/timemodule.c Log Message: ----------- tmtotuple(): use time_t for gmtoff (#1276) timegm() return type is time_t, not int. Use time_t to prevent the following compiler warning on Windows: timemodule.c: warning C4244: '=': conversion from 'time_t' to 'int', possible loss of data From noreply at github.com Mon Apr 24 20:11:11 2017 From: noreply at github.com (GitHub) Date: Mon, 24 Apr 2017 17:11:11 -0700 Subject: [Python-checkins] [python/cpython] f6448e: bpo-30132: distutils test_build_ext() uses temp_cw... Message-ID: <58fe941f47203_2e5a23f87929e9c346881a@hookshot-fe-6dbb0c4.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: f6448e5d65c349576df6e83b8324b9c208e77615 https://github.com/python/cpython/commit/f6448e5d65c349576df6e83b8324b9c208e77615 Author: Victor Stinner Date: 2017-04-25 (Tue, 25 Apr 2017) Changed paths: M Lib/distutils/tests/test_build_ext.py Log Message: ----------- bpo-30132: distutils test_build_ext() uses temp_cwd() (#1278) test_build_ext() of test_distutils now uses support.temp_cwd() to prevent the creation of a pdb file in the current working directory on Windows. From noreply at github.com Mon Apr 24 21:57:19 2017 From: noreply at github.com (GitHub) Date: Mon, 24 Apr 2017 18:57:19 -0700 Subject: [Python-checkins] [python/cpython] 3e2ad8: bpo-29617: Remove Python 3.3 support from asyncio ... Message-ID: <58feacffac7de_131d3fa83d4ddc3865015@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 3e2ad8ec61a322370a6fbdfb2209cf74546f5e08 https://github.com/python/cpython/commit/3e2ad8ec61a322370a6fbdfb2209cf74546f5e08 Author: INADA Naoki Date: 2017-04-25 (Tue, 25 Apr 2017) Changed paths: M Lib/asyncio/base_events.py M Lib/asyncio/base_subprocess.py M Lib/asyncio/compat.py M Lib/asyncio/events.py M Lib/asyncio/futures.py M Lib/asyncio/proactor_events.py M Lib/asyncio/selector_events.py M Lib/asyncio/sslproto.py M Lib/asyncio/tasks.py M Lib/asyncio/test_utils.py M Lib/asyncio/transports.py M Lib/asyncio/unix_events.py Log Message: ----------- bpo-29617: Remove Python 3.3 support from asyncio (GH-232) From solipsis at pitrou.net Tue Apr 25 05:05:05 2017 From: solipsis at pitrou.net (solipsis at pitrou.net) Date: Tue, 25 Apr 2017 09:05:05 +0000 Subject: [Python-checkins] Daily reference leaks (4243df51fe43): sum=15 Message-ID: <20170425090505.14876.6423.839C23A0@psf.io> results for 4243df51fe43 on branch "default" -------------------------------------------- test_asyncio leaked [3, 0, 0] memory blocks, sum=3 test_collections leaked [0, 0, 7] memory blocks, sum=7 test_functools leaked [0, 3, 1] memory blocks, sum=4 test_multiprocessing_fork leaked [1, 2, 0] memory blocks, sum=3 test_multiprocessing_spawn leaked [-1, 1, -2] memory blocks, sum=-2 Command line was: ['./python', '-m', 'test.regrtest', '-uall', '-R', '3:3:/home/psf-users/antoine/refleaks/reflogKY3KkN', '--timeout', '7200'] From noreply at github.com Tue Apr 25 12:14:47 2017 From: noreply at github.com (GitHub) Date: Tue, 25 Apr 2017 09:14:47 -0700 Subject: [Python-checkins] [python/cpython] 97bf72: bpo-28851: Improve namedtuple documentation (GH-12... Message-ID: <58ff75f770f2f_17683faac1ff5c34902f6@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 97bf722fcd1de1236824377e052369dc7686b644 https://github.com/python/cpython/commit/97bf722fcd1de1236824377e052369dc7686b644 Author: csabella Date: 2017-04-25 (Tue, 25 Apr 2017) Changed paths: M Doc/library/collections.rst Log Message: ----------- bpo-28851: Improve namedtuple documentation (GH-1274) Clarify that a sequence of strings is the preferred value for 'field_names'. From noreply at github.com Tue Apr 25 14:26:41 2017 From: noreply at github.com (GitHub) Date: Tue, 25 Apr 2017 11:26:41 -0700 Subject: [Python-checkins] [python/cpython] 08c160: bpo:29950: Rename SlotWrapperType to WrapperDescri... Message-ID: <58ff94e1ea39_72833f9493bffc2c2753b@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 08c16016e2a2d1368d001ddebfe9ca92465773c4 https://github.com/python/cpython/commit/08c16016e2a2d1368d001ddebfe9ca92465773c4 Author: Jim Fasarakis-Hilliard Date: 2017-04-25 (Tue, 25 Apr 2017) Changed paths: M Doc/library/types.rst M Lib/test/test_types.py M Lib/types.py M Misc/NEWS Log Message: ----------- bpo:29950: Rename SlotWrapperType to WrapperDescriptorType (GH-926) From noreply at github.com Tue Apr 25 18:55:10 2017 From: noreply at github.com (GitHub) Date: Tue, 25 Apr 2017 15:55:10 -0700 Subject: [Python-checkins] [python/cpython] d819ad: bpo-30107: Make SuppressCrashReport quiet on macOS... Message-ID: <58ffd3cecc456_76893fc10f141c381031b0@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: d819ad9832292d854e9710493ecdf959b69802e3 https://github.com/python/cpython/commit/d819ad9832292d854e9710493ecdf959b69802e3 Author: Victor Stinner Date: 2017-04-26 (Wed, 26 Apr 2017) Changed paths: M Lib/test/support/__init__.py Log Message: ----------- bpo-30107: Make SuppressCrashReport quiet on macOS (#1279) On macOS, SuppressCrashReport now redirects /usr/bin/defaults command stderr into a pipe to not pollute stderr. It fixes a test_io.test_daemon_threads_shutdown_stderr_deadlock() failure when the CrashReporter domain doesn't exists. Message logged into stderr: 2017-04-24 16:57:21.432 defaults[41046:2462851] The domain/default pair of (com.apple.CrashReporter, DialogType) does not exist From noreply at github.com Tue Apr 25 21:23:06 2017 From: noreply at github.com (GitHub) Date: Tue, 25 Apr 2017 18:23:06 -0700 Subject: [Python-checkins] [python/cpython] 16b6f9: [3.6] bpo-28851: Improve namedtuple documentation ... Message-ID: <58fff67a60301_6f593fd40ba3dc38671bd@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.6 Home: https://github.com/python/cpython Commit: 16b6f971bd8afc72b439b83324eba744460adb67 https://github.com/python/cpython/commit/16b6f971bd8afc72b439b83324eba744460adb67 Author: Mariatta Date: 2017-04-25 (Tue, 25 Apr 2017) Changed paths: M Doc/library/collections.rst Log Message: ----------- [3.6] bpo-28851: Improve namedtuple documentation (GH-1274) (GH-1286) Clarify that a sequence of strings is the preferred value for 'field_names'. (cherry picked from commit 97bf722fcd1de1236824377e052369dc7686b644) From noreply at github.com Wed Apr 26 01:47:03 2017 From: noreply at github.com (GitHub) Date: Tue, 25 Apr 2017 22:47:03 -0700 Subject: [Python-checkins] [python/cpython] c6db48: bpo-30052: Link `bytes` & `bytearray` to stdtypes ... Message-ID: <5900345762982_21113fbc8a877c3447534@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: c6db4811f9ea3aeff0e1fafe1c60a22835ef359e https://github.com/python/cpython/commit/c6db4811f9ea3aeff0e1fafe1c60a22835ef359e Author: csabella Date: 2017-04-26 (Wed, 26 Apr 2017) Changed paths: M Doc/library/functions.rst M Doc/library/stdtypes.rst M Doc/reference/datamodel.rst Log Message: ----------- bpo-30052: Link `bytes` & `bytearray` to stdtypes not functions (GH-1271) Builtin container types have two potential link targets in the docs: - their entry in the list of builtin callables - their type documentation This change brings `bytes` and `bytearray` into line with other container types by having cross-references default to linking to their type documentation, rather than their builtin callable entry. From noreply at github.com Wed Apr 26 04:15:08 2017 From: noreply at github.com (GitHub) Date: Wed, 26 Apr 2017 01:15:08 -0700 Subject: [Python-checkins] [python/cpython] 0d637e: bpo-28698: Fix c_wchar_p doc example (GH-1160) Message-ID: <5900570c6c578_1bcb3fc52dfcbc3c21835@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 0d637e236d7099f7b724026c8cb7bd83d8e12e6b https://github.com/python/cpython/commit/0d637e236d7099f7b724026c8cb7bd83d8e12e6b Author: Louie Lu Date: 2017-04-26 (Wed, 26 Apr 2017) Changed paths: M Doc/library/ctypes.rst Log Message: ----------- bpo-28698: Fix c_wchar_p doc example (GH-1160) From noreply at github.com Wed Apr 26 04:45:32 2017 From: noreply at github.com (GitHub) Date: Wed, 26 Apr 2017 01:45:32 -0700 Subject: [Python-checkins] [python/cpython] 9f6828: bpo-28698: Fix c_wchar_p doc example (GH-1160) Message-ID: <59005e2cb51ce_6db23fa7eb51dc2c4909c@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.6 Home: https://github.com/python/cpython Commit: 9f6828119df23fca9e799f47e02baabe87adca2a https://github.com/python/cpython/commit/9f6828119df23fca9e799f47e02baabe87adca2a Author: Louie Lu Date: 2017-04-26 (Wed, 26 Apr 2017) Changed paths: M Doc/library/ctypes.rst Log Message: ----------- bpo-28698: Fix c_wchar_p doc example (GH-1160) (cherry picked from commit 0d637e236d7099f7b724026c8cb7bd83d8e12e6b) From noreply at github.com Wed Apr 26 04:47:04 2017 From: noreply at github.com (GitHub) Date: Wed, 26 Apr 2017 01:47:04 -0700 Subject: [Python-checkins] [python/cpython] c7b836: bpo-28698: Fix c_wchar_p doc example (GH-1160) Message-ID: <59005e88b4b41_18e03fd9ae081c3c1196c@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.5 Home: https://github.com/python/cpython Commit: c7b8367076dc7771dabcb9491bd98218c788d489 https://github.com/python/cpython/commit/c7b8367076dc7771dabcb9491bd98218c788d489 Author: Louie Lu Date: 2017-04-26 (Wed, 26 Apr 2017) Changed paths: M Doc/library/ctypes.rst Log Message: ----------- bpo-28698: Fix c_wchar_p doc example (GH-1160) (cherry picked from commit 0d637e236d7099f7b724026c8cb7bd83d8e12e6b) From solipsis at pitrou.net Wed Apr 26 05:05:49 2017 From: solipsis at pitrou.net (solipsis at pitrou.net) Date: Wed, 26 Apr 2017 09:05:49 +0000 Subject: [Python-checkins] Daily reference leaks (4243df51fe43): sum=12 Message-ID: <20170426090548.105299.2243.27947AA8@psf.io> results for 4243df51fe43 on branch "default" -------------------------------------------- test_collections leaked [0, 7, 0] memory blocks, sum=7 test_functools leaked [0, 3, 1] memory blocks, sum=4 test_multiprocessing_spawn leaked [2, 0, -1] memory blocks, sum=1 Command line was: ['./python', '-m', 'test.regrtest', '-uall', '-R', '3:3:/home/psf-users/antoine/refleaks/reflogmIkRkQ', '--timeout', '7200'] From noreply at github.com Wed Apr 26 06:49:48 2017 From: noreply at github.com (GitHub) Date: Wed, 26 Apr 2017 03:49:48 -0700 Subject: [Python-checkins] [python/cpython] 87c07f: bpo-29974: Improve typing.TYPE_CHECKING example (G... Message-ID: <59007b4c5efda_14753fb788587c38416a9@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 87c07fe9d908d0a2143fcc8369255c6ff3241503 https://github.com/python/cpython/commit/87c07fe9d908d0a2143fcc8369255c6ff3241503 Author: Mathias Rav Date: 2017-04-26 (Wed, 26 Apr 2017) Changed paths: M Doc/library/typing.rst Log Message: ----------- bpo-29974: Improve typing.TYPE_CHECKING example (GH-982) * Fix PEP 8 (SomeType instead of some_type) * Add a function parameter annotation * Explain, using wording from PEP 484 and PEP 526, why one annotation is in quotes and another is not. Suggested by Ivan Levkevskyi. From noreply at github.com Wed Apr 26 07:51:49 2017 From: noreply at github.com (GitHub) Date: Wed, 26 Apr 2017 04:51:49 -0700 Subject: [Python-checkins] [python/cpython] 6e6769: timemodule.c: Cast PyUnicode_AsUTF8() to char* (#1... Message-ID: <590089d5aa950_c443fa130181c383847e@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 6e676954de7c4f3f06dd5b56842c9a2c931a1cab https://github.com/python/cpython/commit/6e676954de7c4f3f06dd5b56842c9a2c931a1cab Author: Victor Stinner Date: 2017-04-26 (Wed, 26 Apr 2017) Changed paths: M Modules/timemodule.c Log Message: ----------- timemodule.c: Cast PyUnicode_AsUTF8() to char* (#1294) bpo-28769 changed PyUnicode_AsUTF8() return type from const char* to char* in Python 3.7, but tm_zone field type of the tm structure is char* on FreeBSD. Cast PyUnicode_AsUTF8() to char* in gettmarg() to fix the warning: Modules/timemodule.c:443:20: warning: assigning to 'char *' from 'const char *' discards qualifiers From noreply at github.com Wed Apr 26 09:56:28 2017 From: noreply at github.com (GitHub) Date: Wed, 26 Apr 2017 06:56:28 -0700 Subject: [Python-checkins] [python/cpython] 8ca2f2: bpo-30131: test_logging now joins queue threads (#... Message-ID: <5900a70c347f5_25f3f9763fb1c301195ea@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 8ca2f2faefa8dba323a2e4c4b86efb633d7a53cf https://github.com/python/cpython/commit/8ca2f2faefa8dba323a2e4c4b86efb633d7a53cf Author: Victor Stinner Date: 2017-04-26 (Wed, 26 Apr 2017) Changed paths: M Lib/test/test_logging.py Log Message: ----------- bpo-30131: test_logging now joins queue threads (#1298) QueueListenerTest of test_logging now closes the multiprocessing Queue and joins its thread to prevent leaking dangling threads to following tests. Add also @support.reap_threads to detect earlier if a test leaks threads (and try to "cleanup" these threads). From noreply at github.com Wed Apr 26 10:24:37 2017 From: noreply at github.com (GitHub) Date: Wed, 26 Apr 2017 07:24:37 -0700 Subject: [Python-checkins] [python/cpython] 271a28: bpo-29974: Improve typing.TYPE_CHECKING example (G... Message-ID: <5900ada5b26bf_684b3fb88b0b3c30731f9@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.5 Home: https://github.com/python/cpython Commit: 271a289a03ad10c91c5326bde3020f1cdf6a1fff https://github.com/python/cpython/commit/271a289a03ad10c91c5326bde3020f1cdf6a1fff Author: Berker Peksag Date: 2017-04-26 (Wed, 26 Apr 2017) Changed paths: M Doc/library/typing.rst Log Message: ----------- bpo-29974: Improve typing.TYPE_CHECKING example (GH-982) * Fix PEP 8 (SomeType instead of some_type) * Add a function parameter annotation * Explain, using wording from PEP 484 and PEP 526, why one annotation is in quotes and another is not. Suggested by Ivan Levkevskyi. (cherry picked from commit 87c07fe9d908d0a2143fcc8369255c6ff3241503) From noreply at github.com Wed Apr 26 10:25:38 2017 From: noreply at github.com (GitHub) Date: Wed, 26 Apr 2017 07:25:38 -0700 Subject: [Python-checkins] [python/cpython] 04f389: bpo-29974: Improve typing.TYPE_CHECKING example (G... Message-ID: <5900ade285dc8_56eb3ff995aa1c2459738@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.6 Home: https://github.com/python/cpython Commit: 04f389b8b357c8507b6c9642adcb8b956489e034 https://github.com/python/cpython/commit/04f389b8b357c8507b6c9642adcb8b956489e034 Author: Berker Peksag Date: 2017-04-26 (Wed, 26 Apr 2017) Changed paths: M Doc/library/typing.rst Log Message: ----------- bpo-29974: Improve typing.TYPE_CHECKING example (GH-982) * Fix PEP 8 (SomeType instead of some_type) * Add a function parameter annotation * Explain, using wording from PEP 484 and PEP 526, why one annotation is in quotes and another is not. Suggested by Ivan Levkevskyi. (cherry picked from commit 87c07fe9d908d0a2143fcc8369255c6ff3241503) From noreply at github.com Wed Apr 26 11:17:14 2017 From: noreply at github.com (GitHub) Date: Wed, 26 Apr 2017 08:17:14 -0700 Subject: [Python-checkins] [python/cpython] ab7886: bpo-30101: Add support for curses.A_ITALIC. (#1015... Message-ID: <5900b9fa5bd09_78703fc12b5c9c4492047@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: ab7886b78574d9224b26dc3a5b08e5c105fbbf11 https://github.com/python/cpython/commit/ab7886b78574d9224b26dc3a5b08e5c105fbbf11 Author: Eijebong Date: 2017-04-26 (Wed, 26 Apr 2017) Changed paths: M Doc/library/curses.rst M Misc/ACKS M Misc/NEWS M Modules/_cursesmodule.c Log Message: ----------- bpo-30101: Add support for curses.A_ITALIC. (#1015) From noreply at github.com Wed Apr 26 12:16:22 2017 From: noreply at github.com (GitHub) Date: Wed, 26 Apr 2017 09:16:22 -0700 Subject: [Python-checkins] [python/cpython] a90b99: bpo-30142: Remove "callable" from the 2to3fixer do... Message-ID: <5900c7d6ed5c1_6fae3ff857debc34186d1@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: a90b990480f45b6a0ad02d43455cf8b620bac9c5 https://github.com/python/cpython/commit/a90b990480f45b6a0ad02d43455cf8b620bac9c5 Author: Dong-hee Na Date: 2017-04-26 (Wed, 26 Apr 2017) Changed paths: M Doc/library/2to3.rst Log Message: ----------- bpo-30142: Remove "callable" from the 2to3fixer documentation. (GH-1296) From noreply at github.com Wed Apr 26 12:55:34 2017 From: noreply at github.com (GitHub) Date: Wed, 26 Apr 2017 09:55:34 -0700 Subject: [Python-checkins] [python/cpython] 19b3a4: [2.7] bpo-30142: Remove "callable" from the 2to3fi... Message-ID: <5900d1061c8f3_684b3fb88b0b3c307511b@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.7 Home: https://github.com/python/cpython Commit: 19b3a4885cc685adb42db6f8f7b625768f6d1baf https://github.com/python/cpython/commit/19b3a4885cc685adb42db6f8f7b625768f6d1baf Author: Dong-hee Na Date: 2017-04-26 (Wed, 26 Apr 2017) Changed paths: M Doc/library/2to3.rst Log Message: ----------- [2.7] bpo-30142: Remove "callable" from the 2to3fixer documentation. (GH-1305) From noreply at github.com Wed Apr 26 12:55:23 2017 From: noreply at github.com (GitHub) Date: Wed, 26 Apr 2017 09:55:23 -0700 Subject: [Python-checkins] [python/cpython] 9a626e: [3.5] bpo-30142: Remove "callable" from the 2to3fi... Message-ID: <5900d0fb5419e_19bd3fd55d3d7c38123914@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.5 Home: https://github.com/python/cpython Commit: 9a626ec4e58c0bca1b4f71154e9e1da7e6d7e4a7 https://github.com/python/cpython/commit/9a626ec4e58c0bca1b4f71154e9e1da7e6d7e4a7 Author: Dong-hee Na Date: 2017-04-26 (Wed, 26 Apr 2017) Changed paths: M Doc/library/2to3.rst Log Message: ----------- [3.5] bpo-30142: Remove "callable" from the 2to3fixer documentation. (GH-1304) From noreply at github.com Wed Apr 26 12:55:57 2017 From: noreply at github.com (GitHub) Date: Wed, 26 Apr 2017 09:55:57 -0700 Subject: [Python-checkins] [python/cpython] 2fc3c5: [3.6] bpo-30142: Remove "callable" from the 2to3fi... Message-ID: <5900d11d4994c_619a3fa981c27c3895673@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.6 Home: https://github.com/python/cpython Commit: 2fc3c543fc93d6211de8dcfaeac3a0fd10a356e0 https://github.com/python/cpython/commit/2fc3c543fc93d6211de8dcfaeac3a0fd10a356e0 Author: Dong-hee Na Date: 2017-04-26 (Wed, 26 Apr 2017) Changed paths: M Doc/library/2to3.rst Log Message: ----------- [3.6] bpo-30142: Remove "callable" from the 2to3fixer documentation. (GH-1303) From noreply at github.com Wed Apr 26 23:36:37 2017 From: noreply at github.com (GitHub) Date: Wed, 26 Apr 2017 20:36:37 -0700 Subject: [Python-checkins] [python/cpython] 88c38b: bpo-28415: Note 0 conversion different between Pyt... Message-ID: <590167453125c_70c93fd1150bfc2c401a@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 88c38b32b761cb566759b8ad96704bff590a1de9 https://github.com/python/cpython/commit/88c38b32b761cb566759b8ad96704bff590a1de9 Author: Louie Lu Date: 2017-04-27 (Thu, 27 Apr 2017) Changed paths: M Doc/c-api/bytes.rst M Doc/c-api/unicode.rst Log Message: ----------- bpo-28415: Note 0 conversion different between Python and C (#885) From noreply at github.com Thu Apr 27 01:12:18 2017 From: noreply at github.com (GitHub) Date: Wed, 26 Apr 2017 22:12:18 -0700 Subject: [Python-checkins] [python/cpython] 6fde77: Use the correct name for ISO in Unicode HOWTO. (#1... Message-ID: <59017db25f25d_b1d63fb143567c30910f@hookshot-fe-6dbb0c4.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 6fde770e4e940c19cd62de0b6aeb77840690843e https://github.com/python/cpython/commit/6fde770e4e940c19cd62de0b6aeb77840690843e Author: Jesse Gonzalez Date: 2017-04-26 (Wed, 26 Apr 2017) Changed paths: M Doc/howto/unicode.rst Log Message: ----------- Use the correct name for ISO in Unicode HOWTO. (#1312) From noreply at github.com Thu Apr 27 01:18:55 2017 From: noreply at github.com (GitHub) Date: Wed, 26 Apr 2017 22:18:55 -0700 Subject: [Python-checkins] [python/cpython] 33a556: [3.6] bpo-30182: Use the correct name for ISO in U... Message-ID: <59017f3f3c113_17723f85ddea5c34690e3@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.6 Home: https://github.com/python/cpython Commit: 33a5568f69301562d536852d12b9e03cd8dfc3a4 https://github.com/python/cpython/commit/33a5568f69301562d536852d12b9e03cd8dfc3a4 Author: Mariatta Date: 2017-04-26 (Wed, 26 Apr 2017) Changed paths: M Doc/howto/unicode.rst Log Message: ----------- [3.6] bpo-30182: Use the correct name for ISO in Unicode HOWTO. (GH-1312) (GH-1313) (cherry picked from commit 6fde770e4e940c19cd62de0b6aeb77840690843e) From noreply at github.com Thu Apr 27 01:19:11 2017 From: noreply at github.com (GitHub) Date: Wed, 26 Apr 2017 22:19:11 -0700 Subject: [Python-checkins] [python/cpython] c4dfe2: [3.5] bpo-30182: Use the correct name for ISO in U... Message-ID: <59017f4f31a17_19183ff441b43c3076711@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.5 Home: https://github.com/python/cpython Commit: c4dfe2537fee970dc1bf3eb4fc2a3e007b36531c https://github.com/python/cpython/commit/c4dfe2537fee970dc1bf3eb4fc2a3e007b36531c Author: Mariatta Date: 2017-04-26 (Wed, 26 Apr 2017) Changed paths: M Doc/howto/unicode.rst Log Message: ----------- [3.5] bpo-30182: Use the correct name for ISO in Unicode HOWTO. (GH-1312) (GH-1314) (cherry picked from commit 6fde770e4e940c19cd62de0b6aeb77840690843e) From noreply at github.com Thu Apr 27 01:25:41 2017 From: noreply at github.com (GitHub) Date: Wed, 26 Apr 2017 22:25:41 -0700 Subject: [Python-checkins] [python/cpython] 24404b: [2.7] bpo-30182: Use the correct name for ISO in U... Message-ID: <590180d5ce718_10f53f961d1e9c34102123@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.7 Home: https://github.com/python/cpython Commit: 24404b4c92fc4195422c38563d0c6204fa7b16b1 https://github.com/python/cpython/commit/24404b4c92fc4195422c38563d0c6204fa7b16b1 Author: Mariatta Date: 2017-04-26 (Wed, 26 Apr 2017) Changed paths: M Doc/howto/unicode.rst Log Message: ----------- [2.7] bpo-30182: Use the correct name for ISO in Unicode HOWTO. (GH-1312). (#1315) (cherry picked from commit 6fde770e4e940c19cd62de0b6aeb77840690843e) From solipsis at pitrou.net Thu Apr 27 05:03:50 2017 From: solipsis at pitrou.net (solipsis at pitrou.net) Date: Thu, 27 Apr 2017 09:03:50 +0000 Subject: [Python-checkins] Daily reference leaks (4243df51fe43): sum=6 Message-ID: <20170427090350.33802.91318.F0803025@psf.io> results for 4243df51fe43 on branch "default" -------------------------------------------- test_collections leaked [7, -7, 1] memory blocks, sum=1 test_functools leaked [0, 3, 1] memory blocks, sum=4 test_multiprocessing_forkserver leaked [2, 0, -1] memory blocks, sum=1 test_multiprocessing_spawn leaked [0, -2, 2] memory blocks, sum=0 Command line was: ['./python', '-m', 'test.regrtest', '-uall', '-R', '3:3:/home/psf-users/antoine/refleaks/reflognxpZnI', '--timeout', '7200'] From noreply at github.com Thu Apr 27 08:23:35 2017 From: noreply at github.com (GitHub) Date: Thu, 27 Apr 2017 05:23:35 -0700 Subject: [Python-checkins] [python/cpython] e65fcd: bpo-27200: Fix several doctests (GH-604) Message-ID: <5901e2c7c7b81_16ec3fbed0513c3098352@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: e65fcde85abf6617508f2d6b77020e24b8ca6f6b https://github.com/python/cpython/commit/e65fcde85abf6617508f2d6b77020e24b8ca6f6b Author: Marco Buttu Date: 2017-04-27 (Thu, 27 Apr 2017) Changed paths: M Doc/library/email.compat32-message.rst M Doc/library/functions.rst M Doc/library/ipaddress.rst M Doc/library/reprlib.rst M Doc/library/shlex.rst M Doc/library/urllib.parse.rst M Doc/whatsnew/3.2.rst Log Message: ----------- bpo-27200: Fix several doctests (GH-604) From noreply at github.com Thu Apr 27 11:30:14 2017 From: noreply at github.com (GitHub) Date: Thu, 27 Apr 2017 08:30:14 -0700 Subject: [Python-checkins] [python/cpython] 5bccca: bpo-30175: Skip client cert tests of test_imaplib ... Message-ID: <59020e8695a53_7f423fc78202fc2c86032@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 5bccca58b9b2b3a925b16750bedbd907695ea8d7 https://github.com/python/cpython/commit/5bccca58b9b2b3a925b16750bedbd907695ea8d7 Author: Victor Stinner Date: 2017-04-27 (Thu, 27 Apr 2017) Changed paths: M Lib/test/test_imaplib.py M Lib/test/test_nntplib.py Log Message: ----------- bpo-30175: Skip client cert tests of test_imaplib (#1320) * bpo-30175: Skip client cert tests of test_imaplib The IMAP server cyrus.andrew.cmu.edu doesn't accept our randomly generated client x509 certificate anymore. * bpo-30188: Catch EOFError in NetworkedNNTPTests test_nntplib fails randomly with EOFError in NetworkedNNTPTests.setUpClass(). Catch EOFError to skip tests in that case. From noreply at github.com Thu Apr 27 12:05:28 2017 From: noreply at github.com (GitHub) Date: Thu, 27 Apr 2017 09:05:28 -0700 Subject: [Python-checkins] [python/cpython] 5a4e3d: bpo-30174: Remove duplicate definition from pickle... Message-ID: <590216c8b0927_aea83f84ee253c28665b9@hookshot-fe-6dbb0c4.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 5a4e3d8f9c37e700402b23fafbfc413e5ca3113d https://github.com/python/cpython/commit/5a4e3d8f9c37e700402b23fafbfc413e5ca3113d Author: Jelle Zijlstra Date: 2017-04-27 (Thu, 27 Apr 2017) Changed paths: M Lib/pickletools.py Log Message: ----------- bpo-30174: Remove duplicate definition from pickletools (#1301) There were two almost identical definitions of bytes1. From noreply at github.com Thu Apr 27 12:25:05 2017 From: noreply at github.com (GitHub) Date: Thu, 27 Apr 2017 09:25:05 -0700 Subject: [Python-checkins] [python/cpython] 4dc3b9: bpo-30175: Skip client cert tests of test_imaplib ... Message-ID: <59021b618ce41_b7f43f881d39dc3c887bb@hookshot-fe-6dbb0c4.cp1-iad.github.net.mail> Branch: refs/heads/3.6 Home: https://github.com/python/cpython Commit: 4dc3b9cf2a868a8378ecbc2221a15e7b59e8e944 https://github.com/python/cpython/commit/4dc3b9cf2a868a8378ecbc2221a15e7b59e8e944 Author: Victor Stinner Date: 2017-04-27 (Thu, 27 Apr 2017) Changed paths: M Lib/test/test_imaplib.py M Lib/test/test_nntplib.py Log Message: ----------- bpo-30175: Skip client cert tests of test_imaplib (#1320) (#1323) * bpo-30175: Skip client cert tests of test_imaplib The IMAP server cyrus.andrew.cmu.edu doesn't accept our randomly generated client x509 certificate anymore. * bpo-30188: Catch EOFError in NetworkedNNTPTests test_nntplib fails randomly with EOFError in NetworkedNNTPTests.setUpClass(). Catch EOFError to skip tests in that case. (cherry picked from commit 5bccca58b9b2b3a925b16750bedbd907695ea8d7) From noreply at github.com Thu Apr 27 15:32:11 2017 From: noreply at github.com (GitHub) Date: Thu, 27 Apr 2017 12:32:11 -0700 Subject: [Python-checkins] [python/cpython] 0eda2d: bpo-30175: Skip client cert tests of test_imaplib ... Message-ID: <5902473b65866_74ad3fd5c5b8fc24144149@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.5 Home: https://github.com/python/cpython Commit: 0eda2d43a7d5b262c979b944592999015a822395 https://github.com/python/cpython/commit/0eda2d43a7d5b262c979b944592999015a822395 Author: Victor Stinner Date: 2017-04-27 (Thu, 27 Apr 2017) Changed paths: M Lib/test/test_imaplib.py M Lib/test/test_nntplib.py Log Message: ----------- bpo-30175: Skip client cert tests of test_imaplib (#1320) (#1324) * bpo-30175: Skip client cert tests of test_imaplib The IMAP server cyrus.andrew.cmu.edu doesn't accept our randomly generated client x509 certificate anymore. * bpo-30188: Catch EOFError in NetworkedNNTPTests test_nntplib fails randomly with EOFError in NetworkedNNTPTests.setUpClass(). Catch EOFError to skip tests in that case. (cherry picked from commit 5bccca58b9b2b3a925b16750bedbd907695ea8d7) From noreply at github.com Thu Apr 27 16:51:14 2017 From: noreply at github.com (GitHub) Date: Thu, 27 Apr 2017 13:51:14 -0700 Subject: [Python-checkins] [python/cpython] 3b76f4: #30190 / unittest / assertAlmostEqual(delta=...) /... Message-ID: <590259c27651d_5f403f8015a19c248526a@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/30190-unittest-improved-err-msg Home: https://github.com/python/cpython Commit: 3b76f4442b34c7f93c0c4b4cdcd3902ddddab5d0 https://github.com/python/cpython/commit/3b76f4442b34c7f93c0c4b4cdcd3902ddddab5d0 Author: Giampaolo Rodola Date: 2017-04-27 (Thu, 27 Apr 2017) Changed paths: M Lib/unittest/case.py Log Message: ----------- #30190 / unittest / assertAlmostEqual(delta=...) / error msg: show the difference between the 2 numbers in case of failure From noreply at github.com Thu Apr 27 17:22:19 2017 From: noreply at github.com (GitHub) Date: Thu, 27 Apr 2017 14:22:19 -0700 Subject: [Python-checkins] [python/cpython] c67d2e: Check that Python is 64-bit before enabling BLAKE2... Message-ID: <5902610b569ec_c323ffdc812fc40720c@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/fix-issue-30192 Home: https://github.com/python/cpython Commit: c67d2e9d8620829e8d3cd4aa3157590829e05b06 https://github.com/python/cpython/commit/c67d2e9d8620829e8d3cd4aa3157590829e05b06 Author: Neil Schemenauer Date: 2017-04-27 (Thu, 27 Apr 2017) Changed paths: M setup.py Log Message: ----------- Check that Python is 64-bit before enabling BLAKE2_USE_SSE. From noreply at github.com Thu Apr 27 17:38:06 2017 From: noreply at github.com (GitHub) Date: Thu, 27 Apr 2017 14:38:06 -0700 Subject: [Python-checkins] [python/cpython] 7fa7e9: Add socket.fromfd2() and socket.fdtype(). Message-ID: <590264bedfc28_20c23facb760bc3048088@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/fix-issue-27377 Home: https://github.com/python/cpython Commit: 7fa7e97f95515d11cbbe6f99a71a94bcd7a7ebc0 https://github.com/python/cpython/commit/7fa7e97f95515d11cbbe6f99a71a94bcd7a7ebc0 Author: Neil Schemenauer Date: 2017-04-27 (Thu, 27 Apr 2017) Changed paths: M Doc/library/socket.rst M Lib/socket.py M Lib/test/test_socket.py M Modules/socketmodule.c Log Message: ----------- Add socket.fromfd2() and socket.fdtype(). Also define SO_PEERSEC and SO_PASSSEC if they exist. From noreply at github.com Thu Apr 27 20:48:02 2017 From: noreply at github.com (GitHub) Date: Thu, 27 Apr 2017 17:48:02 -0700 Subject: [Python-checkins] [python/cpython] 4f6347: safe_repr() diff Message-ID: <5902914271de5_26913fd1bfaa9c2490520@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/30190-unittest-improved-err-msg Home: https://github.com/python/cpython Commit: 4f634712590ababc2ba4e49829d8380b792e7639 https://github.com/python/cpython/commit/4f634712590ababc2ba4e49829d8380b792e7639 Author: Giampaolo Rodola Date: 2017-04-28 (Fri, 28 Apr 2017) Changed paths: M Lib/unittest/case.py Log Message: ----------- safe_repr() diff From noreply at github.com Thu Apr 27 20:56:41 2017 From: noreply at github.com (GitHub) Date: Thu, 27 Apr 2017 17:56:41 -0700 Subject: [Python-checkins] [python/cpython] 219a3f: Update gitignore from master (#1329) Message-ID: <59029349e002b_5a2f3fa43ec89c3c12064f@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.7 Home: https://github.com/python/cpython Commit: 219a3f991a58765103c4fa89b705906ff1600b7a https://github.com/python/cpython/commit/219a3f991a58765103c4fa89b705906ff1600b7a Author: Victor Stinner Date: 2017-04-28 (Fri, 28 Apr 2017) Changed paths: M .gitignore Log Message: ----------- Update gitignore from master (#1329) Ignore more generated files. From noreply at github.com Thu Apr 27 21:27:53 2017 From: noreply at github.com (GitHub) Date: Thu, 27 Apr 2017 18:27:53 -0700 Subject: [Python-checkins] [python/cpython] c9ca57: bpo-30107: Make SuppressCrashReport quiet on macOS... Message-ID: <59029a992f561_1c703ffb525ddc38761f8@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.6 Home: https://github.com/python/cpython Commit: c9ca57eeea4d9da748d84281506c5803512b79ac https://github.com/python/cpython/commit/c9ca57eeea4d9da748d84281506c5803512b79ac Author: Victor Stinner Date: 2017-04-28 (Fri, 28 Apr 2017) Changed paths: M Lib/test/support/__init__.py Log Message: ----------- bpo-30107: Make SuppressCrashReport quiet on macOS (#1279) (#1335) On macOS, SuppressCrashReport now redirects /usr/bin/defaults command stderr into a pipe to not pollute stderr. It fixes a test_io.test_daemon_threads_shutdown_stderr_deadlock() failure when the CrashReporter domain doesn't exists. Message logged into stderr: 2017-04-24 16:57:21.432 defaults[41046:2462851] The domain/default pair of (com.apple.CrashReporter, DialogType) does not exist (cherry picked from commit d819ad9832292d854e9710493ecdf959b69802e3) From noreply at github.com Thu Apr 27 21:41:42 2017 From: noreply at github.com (GitHub) Date: Thu, 27 Apr 2017 18:41:42 -0700 Subject: [Python-checkins] [python/cpython] 5f4056: Fix "make tags" command (#1337) Message-ID: <59029dd63586f_78223fc79d675c3855637@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.7 Home: https://github.com/python/cpython Commit: 5f4056a3c94e197eb0a5ce0acdf26613b0833d09 https://github.com/python/cpython/commit/5f4056a3c94e197eb0a5ce0acdf26613b0833d09 Author: Victor Stinner Date: 2017-04-28 (Fri, 28 Apr 2017) Changed paths: M Makefile.pre.in M configure M configure.ac Log Message: ----------- Fix "make tags" command (#1337) Backport enhancements from master, commits: * 9c4bfa6669e220efdd379b9f8e7db32bb4e25e72: "make tags": remove -t option of ctags. The option was kept for backward compatibility, but it was completly removed recently. Patch written by St?phane Wirtel. * cf0ac6a71ae51249a05521f49c1a0fabbb948488: Fix "make tags": set locale to C to call sort * 8a543c0bc7347d5b333f334d157bf4a7cd33c14a: `make tags` fixes (GH-717) From lp_benchmark_robot at intel.com Thu Apr 27 22:04:25 2017 From: lp_benchmark_robot at intel.com (lp_benchmark_robot) Date: Fri, 28 Apr 2017 02:04:25 +0000 Subject: [Python-checkins] Languages Performance - Python announcement Message-ID: <307E250C82C0F641B6382331FF316A3F01A95A31@IRSMSX102.ger.corp.intel.com> Dear Subscriber, We wanted to let you know that we finished aligning our process with the new developments in the Python community as well as upgrading the infrastructure to the newest Intel technology. We will start publishing Python nightly bulletins on Friday 28 (PST). You can check the new configuration here: https://01.org/documentation/python-environment-setup. Best regards, Datacenter Scripting Languages Optimizations Team http://languagesperformance.intel.com/about/ Our lab does a nightly source pull and build of the Python project and measures performance changes against the previous stable version and the previous nightly measurement. This is provided as a service to the community so that quality issues with current hardware can be identified quickly. Intel technologies' features and benefits depend on system configuration and may require enabled hardware, software or service activation. Performance varies depending on system configuration. From noreply at github.com Thu Apr 27 22:13:39 2017 From: noreply at github.com (GitHub) Date: Thu, 27 Apr 2017 19:13:39 -0700 Subject: [Python-checkins] [python/cpython] caa59c: [3.6] bpo-30106: Fix test_asyncore.test_quick_conn... Message-ID: <5902a5532311d_63213fe10fffbc2c8956f@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.6 Home: https://github.com/python/cpython Commit: caa59c156d1e6ff3d005e0112bb27c5bed4afb71 https://github.com/python/cpython/commit/caa59c156d1e6ff3d005e0112bb27c5bed4afb71 Author: Victor Stinner Date: 2017-04-28 (Fri, 28 Apr 2017) Changed paths: M Lib/test/test_asyncore.py Log Message: ----------- [3.6] bpo-30106: Fix test_asyncore.test_quick_connect() (#1336) * Fix/optimize test_asyncore.test_quick_connect() (#1188) Don't use addCleanup() in test_quick_connect() because it keeps the Thread object alive and so @reap_threads fails on its timeout of 1 second. "./python -m test -v test_asyncore -m test_quick_connect" now takes 185 ms, instead of 11 seconds. Other minor changes: * Use "with sock:" to close the socket instead of try/finally: sock.close() * Use self.skipTest() in test_quick_connect() to remove one indentation level and notice user that the test is specific to AF_INET and AF_INET6 * bpo-30106: Fix tearDown() of test_asyncore (#1194) Call asyncore.close_all() with ignore_all=True in the tearDown() method of the test_asyncore base test case. It should prevent keeping alive sockets in asyncore.socket_map if close() fails with an unexpected error. Revert also an unwanted change of my previous commit: remove name parameter of Thread in test_quick_connect(). * bpo-30106: Fix test_asyncore.test_quick_connect() (#1234) test_quick_connect() runs a thread up to 50 seconds, whereas the socket is connected in 0.2 second and then the thread is expected to end in less than 3 second. On Linux, the thread ends quickly because select() seems to always return quickly. On FreeBSD, sometimes select() fails with timeout and so the thread runs much longer than expected. Fix the thread timeout to fix a race condition in the test. From noreply at github.com Thu Apr 27 22:13:55 2017 From: noreply at github.com (GitHub) Date: Thu, 27 Apr 2017 19:13:55 -0700 Subject: [Python-checkins] [python/cpython] cb21f5: bpo-30131: test_logging now joins queue threads (#... Message-ID: <5902a56345d6_656d3fce9a633c3010503d@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.6 Home: https://github.com/python/cpython Commit: cb21f5f3d2005b891df0b76e3fc4d4676e285f21 https://github.com/python/cpython/commit/cb21f5f3d2005b891df0b76e3fc4d4676e285f21 Author: Victor Stinner Date: 2017-04-28 (Fri, 28 Apr 2017) Changed paths: M Lib/test/test_logging.py Log Message: ----------- bpo-30131: test_logging now joins queue threads (#1298) (#1317) QueueListenerTest of test_logging now closes the multiprocessing Queue and joins its thread to prevent leaking dangling threads to following tests. Add also @support.reap_threads to detect earlier if a test leaks threads (and try to "cleanup" these threads). (cherry picked from commit 8ca2f2faefa8dba323a2e4c4b86efb633d7a53cf) From noreply at github.com Thu Apr 27 22:14:17 2017 From: noreply at github.com (GitHub) Date: Thu, 27 Apr 2017 19:14:17 -0700 Subject: [Python-checkins] [python/cpython] d33469: Don't add fdtype to __all__ twice. Message-ID: <5902a5798ff32_b5323f8b804bdc3c73233@hookshot-fe-6dbb0c4.cp1-iad.github.net.mail> Branch: refs/heads/fix-issue-27377 Home: https://github.com/python/cpython Commit: d33469607fbb83aaef2487b009398ebcf582f78b https://github.com/python/cpython/commit/d33469607fbb83aaef2487b009398ebcf582f78b Author: Neil Schemenauer Date: 2017-04-27 (Thu, 27 Apr 2017) Changed paths: M Lib/socket.py Log Message: ----------- Don't add fdtype to __all__ twice. From noreply at github.com Thu Apr 27 22:27:13 2017 From: noreply at github.com (GitHub) Date: Thu, 27 Apr 2017 19:27:13 -0700 Subject: [Python-checkins] [python/cpython] d855e5: bpo-30131: test_logging now joins queue threads (#... Message-ID: <5902a8813041_72ae3fd51a8a5c4411119e@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.5 Home: https://github.com/python/cpython Commit: d855e53eabca0e8b2b39d25670c37bbdb4ab2e4c https://github.com/python/cpython/commit/d855e53eabca0e8b2b39d25670c37bbdb4ab2e4c Author: Victor Stinner Date: 2017-04-28 (Fri, 28 Apr 2017) Changed paths: M Lib/test/test_logging.py Log Message: ----------- bpo-30131: test_logging now joins queue threads (#1298) (#1318) QueueListenerTest of test_logging now closes the multiprocessing Queue and joins its thread to prevent leaking dangling threads to following tests. Add also @support.reap_threads to detect earlier if a test leaks threads (and try to "cleanup" these threads). (cherry picked from commit 8ca2f2faefa8dba323a2e4c4b86efb633d7a53cf) From solipsis at pitrou.net Fri Apr 28 05:04:41 2017 From: solipsis at pitrou.net (solipsis at pitrou.net) Date: Fri, 28 Apr 2017 09:04:41 +0000 Subject: [Python-checkins] Daily reference leaks (4243df51fe43): sum=7 Message-ID: <20170428090441.33242.56019.6D7859EB@psf.io> results for 4243df51fe43 on branch "default" -------------------------------------------- test_asyncio leaked [3, 0, 0] memory blocks, sum=3 test_functools leaked [0, 3, 1] memory blocks, sum=4 test_multiprocessing_forkserver leaked [-2, 2, 0] memory blocks, sum=0 Command line was: ['./python', '-m', 'test.regrtest', '-uall', '-R', '3:3:/home/psf-users/antoine/refleaks/reflogCWsMa6', '--timeout', '7200'] From noreply at github.com Fri Apr 28 09:07:11 2017 From: noreply at github.com (GitHub) Date: Fri, 28 Apr 2017 06:07:11 -0700 Subject: [Python-checkins] [python/cpython] 826f83: bpo-30104: Only use -fno-strict-aliasing on dtoa.c... Message-ID: <59033e7fddbd9_b7f43f881d39dc3c1121ba@hookshot-fe-6dbb0c4.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 826f83f1d562a7b878499bc3af2267cfdfe5f2f9 https://github.com/python/cpython/commit/826f83f1d562a7b878499bc3af2267cfdfe5f2f9 Author: Victor Stinner Date: 2017-04-28 (Fri, 28 Apr 2017) Changed paths: M Makefile.pre.in M configure M configure.ac Log Message: ----------- bpo-30104: Only use -fno-strict-aliasing on dtoa.c (#1340) On clang, only compile dtoa.c with -fno-strict-aliasing, use strict aliasing to compile all other C files. From noreply at github.com Fri Apr 28 10:06:49 2017 From: noreply at github.com (GitHub) Date: Fri, 28 Apr 2017 07:06:49 -0700 Subject: [Python-checkins] [python/cpython] e005dd: bpo-30125: disable faulthandler in ctypes test_SEH... Message-ID: <59034c79df047_b5c93fcd5dc7bc341239a5@hookshot-fe-6dbb0c4.cp1-iad.github.net.mail> Branch: refs/heads/3.6 Home: https://github.com/python/cpython Commit: e005dd9a6da7dfa34f47a6989a7e0a6b1ad04949 https://github.com/python/cpython/commit/e005dd9a6da7dfa34f47a6989a7e0a6b1ad04949 Author: Victor Stinner Date: 2017-04-28 (Fri, 28 Apr 2017) Changed paths: M Lib/ctypes/test/test_win32.py M Lib/test/support/__init__.py Log Message: ----------- bpo-30125: disable faulthandler in ctypes test_SEH (#1237) (#1343) Disable faulthandler to run test_SEH() of test_ctypes to prevent the following log with a traceback: Windows fatal exception: access violation Add support.disable_faulthandler() context manager. (cherry picked from commit a36e939aeb3b5a2c56561eb24f0e339eee9f3f9d) From noreply at github.com Fri Apr 28 10:59:47 2017 From: noreply at github.com (GitHub) Date: Fri, 28 Apr 2017 07:59:47 -0700 Subject: [Python-checkins] [python/cpython] 98c7a9: [3.5] bpo-30107: don't dump core on expected test_... Message-ID: <590358e355cb0_bab33fcf993efc30109611@hookshot-fe-6dbb0c4.cp1-iad.github.net.mail> Branch: refs/heads/3.5 Home: https://github.com/python/cpython Commit: 98c7a9e662b49029ff051b6699ddc0f542663c96 https://github.com/python/cpython/commit/98c7a9e662b49029ff051b6699ddc0f542663c96 Author: Victor Stinner Date: 2017-04-28 (Fri, 28 Apr 2017) Changed paths: M Lib/test/support/__init__.py M Lib/test/test_io.py Log Message: ----------- [3.5] bpo-30107: don't dump core on expected test_io crash (#1235) (#1344) * bpo-30107: Make SuppressCrashReport quiet on macOS (#1279) (#1335) On macOS, SuppressCrashReport now redirects /usr/bin/defaults command stderr into a pipe to not pollute stderr. It fixes a test_io.test_daemon_threads_shutdown_stderr_deadlock() failure when the CrashReporter domain doesn't exists. Message logged into stderr: 2017-04-24 16:57:21.432 defaults[41046:2462851] The domain/default pair of (com.apple.CrashReporter, DialogType) does not exist (cherry picked from commit d819ad9832292d854e9710493ecdf959b69802e3) * bpo-30107: don't dump core on expected test_io crash (#1235) test_io has two unit tests which trigger a deadlock: * test_daemon_threads_shutdown_stdout_deadlock() * test_daemon_threads_shutdown_stderr_deadlock() These tests call Py_FatalError() if the expected bug is triggered which calls abort(). Use test.support.SuppressCrashReport to prevent the creation on a core dump, to fix the warning: Warning -- files was modified by test_io Before: [] After: ['python.core'] From noreply at github.com Fri Apr 28 12:12:58 2017 From: noreply at github.com (GitHub) Date: Fri, 28 Apr 2017 09:12:58 -0700 Subject: [Python-checkins] [python/cpython] 80a3da: Improve the grammar in windows.rst (GH-1330) Message-ID: <59036a0aa5097_b6dd3fe2bf115c2415286f@hookshot-fe-6dbb0c4.cp1-iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 80a3da4d4aad0b51893e1e2f696b6252eca80e07 https://github.com/python/cpython/commit/80a3da4d4aad0b51893e1e2f696b6252eca80e07 Author: Wieland Hoffmann Date: 2017-04-28 (Fri, 28 Apr 2017) Changed paths: M Doc/using/windows.rst Log Message: ----------- Improve the grammar in windows.rst (GH-1330) From noreply at github.com Fri Apr 28 12:17:28 2017 From: noreply at github.com (GitHub) Date: Fri, 28 Apr 2017 09:17:28 -0700 Subject: [Python-checkins] [python/cpython] d1a1de: bpo-30197: Enhance functions swap_attr() and swap_... Message-ID: <59036b181a7de_12653fe9a3cfbc388973d@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: d1a1def7bf221b04dcf3fc3a67aa19aa2f622f83 https://github.com/python/cpython/commit/d1a1def7bf221b04dcf3fc3a67aa19aa2f622f83 Author: Serhiy Storchaka Date: 2017-04-28 (Fri, 28 Apr 2017) Changed paths: M Lib/test/support/__init__.py M Lib/test/test_support.py M Lib/test/test_tempfile.py M Misc/NEWS Log Message: ----------- bpo-30197: Enhance functions swap_attr() and swap_item() in test.support. (#1341) * bpo-30197: Enhance functions swap_attr() and swap_item() in test.support. They now work when delete replaced attribute or item inside the with statement. The old value of the attribute or item (or None if it doesn't exist) now will be assigned to the target of the "as" clause, if there is one. * Update docstrings. From noreply at github.com Fri Apr 28 12:54:25 2017 From: noreply at github.com (GitHub) Date: Fri, 28 Apr 2017 09:54:25 -0700 Subject: [Python-checkins] [python/cpython] Message-ID: <590373c13baf5_18683fad5857dc4063245@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/fix-issue-27377 Home: https://github.com/python/cpython From noreply at github.com Fri Apr 28 12:56:49 2017 From: noreply at github.com (GitHub) Date: Fri, 28 Apr 2017 09:56:49 -0700 Subject: [Python-checkins] [python/cpython] 6c991b: Check that Python is 64-bit before enabling BLAKE2... Message-ID: <590374519eb55_186c3f9972d39c30728dc@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 6c991bdee7ec4bedd8c1b8d3812dc884b654b57c https://github.com/python/cpython/commit/6c991bdee7ec4bedd8c1b8d3812dc884b654b57c Author: Neil Schemenauer Date: 2017-04-28 (Fri, 28 Apr 2017) Changed paths: M setup.py Log Message: ----------- Check that Python is 64-bit before enabling BLAKE2_USE_SSE. (#1332) From noreply at github.com Fri Apr 28 13:05:07 2017 From: noreply at github.com (GitHub) Date: Fri, 28 Apr 2017 10:05:07 -0700 Subject: [Python-checkins] [python/cpython] 712114: [3.6] bpo-30197: Enhance functions swap_attr() and... Message-ID: <59037643aee2_78763fbb83295c38192760@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.6 Home: https://github.com/python/cpython Commit: 712114b3f9f5f98f03c66a80607b6f7101c5cc90 https://github.com/python/cpython/commit/712114b3f9f5f98f03c66a80607b6f7101c5cc90 Author: Serhiy Storchaka Date: 2017-04-28 (Fri, 28 Apr 2017) Changed paths: M Lib/test/support/__init__.py M Lib/test/test_support.py M Lib/test/test_tempfile.py M Misc/NEWS Log Message: ----------- [3.6] bpo-30197: Enhance functions swap_attr() and swap_item() in test.support. (GH-1341) (#1345) They now work when delete replaced attribute or item inside the with statement. The old value of the attribute or item (or None if it doesn't exist) now will be assigned to the target of the "as" clause, if there is one. (cherry picked from commit d1a1def7bf221b04dcf3fc3a67aa19aa2f622f83) From noreply at github.com Fri Apr 28 13:05:15 2017 From: noreply at github.com (GitHub) Date: Fri, 28 Apr 2017 10:05:15 -0700 Subject: [Python-checkins] [python/cpython] dceb6a: also show difference when passing 'places' argumen... Message-ID: <5903764bd00e5_7a6c3fb44f039c2c136129@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/30190-unittest-improved-err-msg Home: https://github.com/python/cpython Commit: dceb6a8bfb8063f345830ddee0c0a3ca511e1f3d https://github.com/python/cpython/commit/dceb6a8bfb8063f345830ddee0c0a3ca511e1f3d Author: Giampaolo Rodola Date: 2017-04-28 (Fri, 28 Apr 2017) Changed paths: M Lib/unittest/case.py M Lib/unittest/test/test_assertions.py Log Message: ----------- also show difference when passing 'places' argument From noreply at github.com Fri Apr 28 13:05:55 2017 From: noreply at github.com (GitHub) Date: Fri, 28 Apr 2017 10:05:55 -0700 Subject: [Python-checkins] [python/cpython] 910ba9: [3.5] bpo-30197: Enhance functions swap_attr() and... Message-ID: <590376732b5b6_6c113fc43dd49c3480178@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.5 Home: https://github.com/python/cpython Commit: 910ba937e90ffe3aa154a5b27dc7e2c3d3c88d1f https://github.com/python/cpython/commit/910ba937e90ffe3aa154a5b27dc7e2c3d3c88d1f Author: Serhiy Storchaka Date: 2017-04-28 (Fri, 28 Apr 2017) Changed paths: M Lib/test/support/__init__.py M Lib/test/test_support.py M Lib/test/test_tempfile.py M Misc/NEWS Log Message: ----------- [3.5] bpo-30197: Enhance functions swap_attr() and swap_item() in test.support. (#1341) (#1346) They now work when delete replaced attribute or item inside the with statement. The old value of the attribute or item (or None if it doesn't exist) now will be assigned to the target of the "as" clause, if there is one. (cherry picked from commit d1a1def7bf221b04dcf3fc3a67aa19aa2f622f83) From noreply at github.com Fri Apr 28 13:06:31 2017 From: noreply at github.com (GitHub) Date: Fri, 28 Apr 2017 10:06:31 -0700 Subject: [Python-checkins] [python/cpython] 941ea5: [2.7] bpo-30197: Enhance swap_attr() and backport ... Message-ID: <59037697d4460_12653fe9a3cfbc3890942@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.7 Home: https://github.com/python/cpython Commit: 941ea53b5776aaeb9dc1026e482a4ce5c5768830 https://github.com/python/cpython/commit/941ea53b5776aaeb9dc1026e482a4ce5c5768830 Author: Serhiy Storchaka Date: 2017-04-28 (Fri, 28 Apr 2017) Changed paths: M Lib/test/test_support.py M Lib/test/test_tempfile.py M Misc/NEWS Log Message: ----------- [2.7] bpo-30197: Enhance swap_attr() and backport swap_item() in test.test_support. (#1341) (#1347) (cherry picked from commit d1a1def7bf221b04dcf3fc3a67aa19aa2f622f83) From noreply at github.com Fri Apr 28 13:38:32 2017 From: noreply at github.com (GitHub) Date: Fri, 28 Apr 2017 10:38:32 -0700 Subject: [Python-checkins] [python/cpython] 6c55b4: refactoring Message-ID: <59037e18ffc0_7cc53f8f5c91fc28828d6@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/30190-unittest-improved-err-msg Home: https://github.com/python/cpython Commit: 6c55b42f98a00dcc4f9cafd4704db1a8743103f9 https://github.com/python/cpython/commit/6c55b42f98a00dcc4f9cafd4704db1a8743103f9 Author: Giampaolo Rodola Date: 2017-04-28 (Fri, 28 Apr 2017) Changed paths: M Lib/unittest/case.py Log Message: ----------- refactoring From noreply at github.com Fri Apr 28 16:46:40 2017 From: noreply at github.com (GitHub) Date: Fri, 28 Apr 2017 13:46:40 -0700 Subject: [Python-checkins] [python/cpython] Message-ID: <5903aa302ee60_10f53f961d1e9c3413691e@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/fix-issue-30192 Home: https://github.com/python/cpython From lp_benchmark_robot at intel.com Fri Apr 28 18:50:21 2017 From: lp_benchmark_robot at intel.com (lp_benchmark_robot at intel.com) Date: Fri, 28 Apr 2017 15:50:21 -0700 Subject: [Python-checkins] [68 flat] Results for Python (2.7 branch) 2017-04-28 Message-ID: <4f182bcb-fc58-4324-b20d-b34057519849@orsmsx155.amr.corp.intel.com> Results for project python/2.7, build date: 2017-04-28 05:51:50-07:00. - commit: 5f4056a - previous commit: bfc7dff - revision date: 2017-04-28 03:41:40+02:00 - environment: Broadwell-EP - cpu: Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz 2x22 cores, stepping 1, LLC 55 MB - mem: 128 GB - os: Ubuntu 16.04.2 LTS - kernel: 4.4.0-62-generic x86_64 GNU/Linux Baseline results were generated using release v2.7.13, with hash 9c1426d from 2016-12-17 20:00:35+00:00. +-----+------------------------+--------+------------+------------+------------+ | | |relative|change since|change since|current rev | | | benchmark|std_dev*| last run | baseline |run with PGO| +-----+------------------------+--------+------------+------------+------------+ | :-| | 2to3| 0.670% | +0.146% | +1.894% | +4.410% | +-----+------------------------+--------+------------+------------+------------+ | :-| | call_method| 2.314% | -0.018% | +0.251% | +5.062% | +-----+------------------------+--------+------------+------------+------------+ | :-| | call_method_slots| 1.444% | -0.210% | +1.626% | +5.856% | +-----+------------------------+--------+------------+------------+------------+ | :-| | call_method_unknown| 1.255% | +0.125% | +0.233% | +5.330% | +-----+------------------------+--------+------------+------------+------------+ | :-| | call_simple| 2.332% | -0.678% | +1.413% | +3.398% | +-----+------------------------+--------+------------+------------+------------+ | :-| | chameleon| 0.978% | -0.155% | -0.942% | +9.504% | +-----+------------------------+--------+------------+------------+------------+ | :-| | chaos| 0.837% | -0.297% | +0.970% | +6.285% | +-----+------------------------+--------+------------+------------+------------+ | :-| | crypto_pyaes| 1.071% | -0.344% | -0.692% | +6.354% | +-----+------------------------+--------+------------+------------+------------+ | :-| | deltablue| 1.257% | +0.065% | +0.402% | +5.473% | +-----+------------------------+--------+------------+------------+------------+ | :-| | django_template| 1.879% | -0.034% | -1.969% | +5.447% | +-----+------------------------+--------+------------+------------+------------+ | :-| | dulwich_log| 1.723% | -0.244% | +1.611% | +1.519% | +-----+------------------------+--------+------------+------------+------------+ | :-| | fannkuch| 0.439% | +0.071% | -1.391% | +3.733% | +-----+------------------------+--------+------------+------------+------------+ | :-| | float| 0.645% | +0.155% | +0.049% | +3.096% | +-----+------------------------+--------+------------+------------+------------+ | :-| | genshi_text| 0.794% | +0.614% | -1.601% | +6.664% | +-----+------------------------+--------+------------+------------+------------+ | :-| | genshi_xml| 3.323% | +0.048% | -1.304% | +7.473% | +-----+------------------------+--------+------------+------------+------------+ | :-| | go| 0.392% | -0.020% | +0.597% | +4.514% | +-----+------------------------+--------+------------+------------+------------+ | :-| | hexiom| 1.109% | -0.255% | +0.103% | +7.924% | +-----+------------------------+--------+------------+------------+------------+ | :-| | hg_startup| 0.365% | +0.018% | -0.024% | +1.906% | +-----+------------------------+--------+------------+------------+------------+ | :-| | html5lib| 3.070% | +0.113% | +1.817% | -2.276% | +-----+------------------------+--------+------------+------------+------------+ | :-| | json_dumps| 1.109% | +0.399% | -0.357% | +4.574% | +-----+------------------------+--------+------------+------------+------------+ | :-| | json_loads| 2.535% | -0.230% | +0.049% | +10.650% | +-----+------------------------+--------+------------+------------+------------+ | :-| | logging_format| 1.596% | -0.129% | -2.659% | +4.533% | +-----+------------------------+--------+------------+------------+------------+ | :-| | logging_silent| 0.851% | -0.025% | +0.183% | +7.930% | +-----+------------------------+--------+------------+------------+------------+ | :-| | logging_simple| 1.879% | -0.758% | -1.276% | +4.436% | +-----+------------------------+--------+------------+------------+------------+ | :-| | mako| 0.714% | +0.139% | +0.133% | +29.348% | +-----+------------------------+--------+------------+------------+------------+ | :-| | mdp| 6.843% | -0.228% | +0.708% | +15.076% | +-----+------------------------+--------+------------+------------+------------+ | :-| | meteor_contest| 1.199% | -0.095% | +0.006% | +6.438% | +-----+------------------------+--------+------------+------------+------------+ | :-| | nbody| 0.696% | -0.152% | -3.048% | -1.234% | +-----+------------------------+--------+------------+------------+------------+ | :-| | nqueens| 0.994% | +0.010% | +0.853% | +5.962% | +-----+------------------------+--------+------------+------------+------------+ | :-| | pathlib| 1.105% | +1.659% | +2.094% | +2.088% | +-----+------------------------+--------+------------+------------+------------+ | :-| | pickle| 0.787% | +0.841% | +0.998% | +1.352% | +-----+------------------------+--------+------------+------------+------------+ | :-| | pickle_dict| 1.399% | +0.001% | +0.265% | +1.896% | +-----+------------------------+--------+------------+------------+------------+ | :-| | pickle_list| 8.184% | -1.156% | -342.108% | -1.561% | +-----+------------------------+--------+------------+------------+------------+ | :-| | pickle_pure_python| 5.975% | -1.607% | -0.810% | +6.561% | +-----+------------------------+--------+------------+------------+------------+ | :-| | pidigits| 0.278% | -0.044% | +0.255% | -0.089% | +-----+------------------------+--------+------------+------------+------------+ | :-| | pyflate| 2.411% | +0.057% | -1.980% | +2.756% | +-----+------------------------+--------+------------+------------+------------+ | :-| | python_startup| 0.110% | +0.019% | +0.042% | +1.063% | +-----+------------------------+--------+------------+------------+------------+ | :-| | python_startup_no_site| 0.113% | -0.002% | +0.218% | +0.846% | +-----+------------------------+--------+------------+------------+------------+ | :-| | raytrace| 0.602% | +0.096% | +0.857% | +4.180% | +-----+------------------------+--------+------------+------------+------------+ | :-| | regex_compile| 1.718% | +0.109% | +0.930% | +3.188% | +-----+------------------------+--------+------------+------------+------------+ | :-| | regex_dna| 1.146% | -0.197% | -0.416% | +10.739% | +-----+------------------------+--------+------------+------------+------------+ | :-| | regex_effbot| 0.708% | -0.023% | +0.776% | +4.219% | +-----+------------------------+--------+------------+------------+------------+ | :-| | regex_v8| 2.885% | -0.714% | -0.216% | +8.299% | +-----+------------------------+--------+------------+------------+------------+ | :-| | richards| 0.596% | +0.028% | -0.738% | +9.309% | +-----+------------------------+--------+------------+------------+------------+ | :-| | scimark_fft| 0.469% | +0.421% | +0.115% | +2.395% | +-----+------------------------+--------+------------+------------+------------+ | :-| | scimark_lu| 1.622% | -0.224% | +0.106% | +8.906% | +-----+------------------------+--------+------------+------------+------------+ | :-| | scimark_monte_carlo| 1.494% | +0.619% | +0.052% | +2.451% | +-----+------------------------+--------+------------+------------+------------+ | :-| | scimark_sor| 0.531% | +0.290% | +0.202% | +4.228% | +-----+------------------------+--------+------------+------------+------------+ | :-| | scimark_sparse_mat_mult| 2.589% | -0.204% | -4.787% | +1.492% | +-----+------------------------+--------+------------+------------+------------+ | :-| | spambayes| 5.179% | -0.921% | -0.108% | +6.019% | +-----+------------------------+--------+------------+------------+------------+ | :-| | spectral_norm| 0.751% | +0.042% | -0.775% | -2.454% | +-----+------------------------+--------+------------+------------+------------+ | :-| | sqlalchemy_declarative| 2.460% | -0.101% | +1.224% | +0.504% | +-----+------------------------+--------+------------+------------+------------+ | :-| | sqlalchemy_imperative| 2.966% | -0.499% | +1.933% | -0.667% | +-----+------------------------+--------+------------+------------+------------+ | :-| | sqlite_synth| 4.624% | -0.662% | -1.068% | +4.515% | +-----+------------------------+--------+------------+------------+------------+ | :-| | sympy_expand| 2.075% | -0.348% | +1.450% | +2.885% | +-----+------------------------+--------+------------+------------+------------+ | :-| | sympy_integrate| 1.584% | +0.150% | +0.648% | +1.795% | +-----+------------------------+--------+------------+------------+------------+ | :-| | sympy_str| 1.231% | -0.205% | +0.420% | +2.640% | +-----+------------------------+--------+------------+------------+------------+ | :-| | sympy_sum| 3.025% | -0.254% | +0.572% | +2.160% | +-----+------------------------+--------+------------+------------+------------+ | :-| | telco| 1.517% | -0.406% | +1.835% | +3.078% | +-----+------------------------+--------+------------+------------+------------+ | :-| | tornado_http| 2.541% | -0.122% | +1.712% | +1.455% | +-----+------------------------+--------+------------+------------+------------+ | :-| | unpack_sequence| 6.723% | -1.168% | -1.991% | -15.978% | +-----+------------------------+--------+------------+------------+------------+ | :-| | unpickle| 1.893% | +0.163% | -32.197% | +3.983% | +-----+------------------------+--------+------------+------------+------------+ | :-| | unpickle_list| 2.779% | -0.137% | -0.108% | +1.659% | +-----+------------------------+--------+------------+------------+------------+ | :-| | unpickle_pure_python| 2.710% | +1.037% | -5.763% | +10.114% | +-----+------------------------+--------+------------+------------+------------+ | :-| | xml_etree_generate| 1.035% | +0.383% | -0.304% | +2.445% | +-----+------------------------+--------+------------+------------+------------+ | :-| | xml_etree_iterparse| 0.913% | +0.166% | +0.621% | +3.492% | +-----+------------------------+--------+------------+------------+------------+ | :-| | xml_etree_parse| 1.891% | +0.794% | +0.762% | +0.088% | +-----+------------------------+--------+------------+------------+------------+ | :-| | xml_etree_process| 1.428% | -0.006% | -0.823% | +5.380% | +-----+------------------------+--------+------------+------------+------------+ * Relative Standard Deviation (Standard Deviation/Average) If this is not displayed properly please visit our results page here: http://languagesperformance.intel.com/68-flat-results-for-python-2-7-branch-2017-04-28 Our lab does a nightly source pull and build of the Python project and measures performance changes against the previous stable version and the previous nightly measurement. This is provided as a service to the community so that quality issues with current hardware can be identified quickly. Intel technologies' features and benefits depend on system configuration and may require enabled hardware, software or service activation. Performance varies depending on system configuration. From lp_benchmark_robot at intel.com Fri Apr 28 18:52:19 2017 From: lp_benchmark_robot at intel.com (lp_benchmark_robot at intel.com) Date: Fri, 28 Apr 2017 15:52:19 -0700 Subject: [Python-checkins] [65 flat] Results for Python (master branch) 2017-04-28 Message-ID: <01e934bd-6fab-420f-943d-e3bcdb19926b@orsmsx155.amr.corp.intel.com> Results for project python/master, build date: 2017-04-28 03:02:15-07:00. - commit: 5a4e3d8 - previous commit: 3e2ad8e - revision date: 2017-04-27 19:05:26+03:00 - environment: Broadwell-EP - cpu: Intel(R) Xeon(R) CPU E5-2699 v4 @ 2.20GHz 2x22 cores, stepping 1, LLC 55 MB - mem: 128 GB - os: Ubuntu 16.04.2 LTS - kernel: 4.4.0-62-generic x86_64 GNU/Linux Baseline results were generated using release v3.6.0, with hash 5c4568a from 2016-12-22 23:38:47+00:00. +-----+------------------------+--------+------------+------------+------------+ | | |relative|change since|change since|current rev | | | benchmark|std_dev*| last run | baseline |run with PGO| +-----+------------------------+--------+------------+------------+------------+ | :-| | 2to3| 0.661% | -0.090% | +5.769% | +6.529% | +-----+------------------------+--------+------------+------------+------------+ | :-| | call_method| 0.436% | +0.136% | +18.248% | +14.012% | +-----+------------------------+--------+------------+------------+------------+ | :-| | call_method_slots| 1.213% | -0.390% | +18.974% | +15.478% | +-----+------------------------+--------+------------+------------+------------+ | :-| | call_method_unknown| 0.605% | -0.043% | +17.590% | +10.814% | +-----+------------------------+--------+------------+------------+------------+ | :-| | call_simple| 2.925% | -0.016% | +5.148% | +12.255% | +-----+------------------------+--------+------------+------------+------------+ | :-| | chameleon| 1.629% | -0.018% | +12.134% | +9.331% | +-----+------------------------+--------+------------+------------+------------+ | :-| | chaos| 0.960% | -0.017% | +7.135% | +9.652% | +-----+------------------------+--------+------------+------------+------------+ | :-| | crypto_pyaes| 0.511% | +0.082% | +2.718% | +6.715% | +-----+------------------------+--------+------------+------------+------------+ | :-| | deltablue| 4.318% | +0.562% | +6.713% | +19.507% | +-----+------------------------+--------+------------+------------+------------+ | :-| | django_template| 3.732% | -1.147% | +9.093% | +14.227% | +-----+------------------------+--------+------------+------------+------------+ | :-| | dulwich_log| 1.166% | +0.030% | +3.447% | +7.307% | +-----+------------------------+--------+------------+------------+------------+ | :-| | fannkuch| 0.284% | -0.077% | +6.338% | +2.860% | +-----+------------------------+--------+------------+------------+------------+ | :-| | float| 1.072% | -0.130% | +4.411% | +5.021% | +-----+------------------------+--------+------------+------------+------------+ | :-| | genshi_text| 0.906% | +0.353% | +8.535% | +12.102% | +-----+------------------------+--------+------------+------------+------------+ | :-| | genshi_xml| 2.516% | +0.163% | +7.862% | +8.336% | +-----+------------------------+--------+------------+------------+------------+ | :-| | go| 0.913% | +0.129% | +7.579% | +9.140% | +-----+------------------------+--------+------------+------------+------------+ | :-| | hexiom| 1.085% | -0.398% | +9.181% | +10.588% | +-----+------------------------+--------+------------+------------+------------+ | :-| | html5lib| 3.445% | -0.409% | +8.465% | +9.160% | +-----+------------------------+--------+------------+------------+------------+ | :-| | json_dumps| 1.408% | -0.221% | +2.731% | +8.610% | +-----+------------------------+--------+------------+------------+------------+ | :-| | json_loads| 4.171% | +0.795% | +4.284% | +8.172% | +-----+------------------------+--------+------------+------------+------------+ | :-| | logging_format| 1.547% | -0.435% | +4.336% | +13.173% | +-----+------------------------+--------+------------+------------+------------+ | :-| | logging_silent| 2.524% | +0.169% | +13.054% | +11.604% | +-----+------------------------+--------+------------+------------+------------+ | :-| | logging_simple| 1.685% | -0.984% | +5.416% | +14.667% | +-----+------------------------+--------+------------+------------+------------+ | :-| | mako| 0.414% | +0.119% | +17.769% | +12.051% | +-----+------------------------+--------+------------+------------+------------+ | :-| | mdp| 5.798% | +0.915% | +7.498% | +11.811% | +-----+------------------------+--------+------------+------------+------------+ | :-| | meteor_contest| 2.165% | +0.334% | +3.044% | +4.991% | +-----+------------------------+--------+------------+------------+------------+ | :-| | nbody| 0.832% | -0.352% | -0.491% | +1.117% | +-----+------------------------+--------+------------+------------+------------+ | :-| | nqueens| 3.219% | -0.847% | +1.404% | +8.147% | +-----+------------------------+--------+------------+------------+------------+ | :-| | pathlib| 1.160% | +0.272% | +2.599% | +11.461% | +-----+------------------------+--------+------------+------------+------------+ | :-| | pickle| 4.178% | +0.134% | -0.094% | +22.935% | +-----+------------------------+--------+------------+------------+------------+ | :-| | pickle_dict| 0.351% | +0.182% | +5.126% | +19.328% | +-----+------------------------+--------+------------+------------+------------+ | :-| | pickle_list| 0.796% | +0.216% | +4.701% | +18.960% | +-----+------------------------+--------+------------+------------+------------+ | :-| | pickle_pure_python| 3.098% | +0.932% | +10.802% | +11.589% | +-----+------------------------+--------+------------+------------+------------+ | :-| | pidigits| 0.413% | -0.087% | +0.238% | +10.292% | +-----+------------------------+--------+------------+------------+------------+ | :-| | python_startup| 0.116% | -0.204% | +2.479% | +4.470% | +-----+------------------------+--------+------------+------------+------------+ | :-| | python_startup_no_site| 0.099% | -0.217% | +2.270% | +4.481% | +-----+------------------------+--------+------------+------------+------------+ | :-| | raytrace| 1.653% | -0.549% | +9.750% | +11.933% | +-----+------------------------+--------+------------+------------+------------+ | :-| | regex_compile| 5.005% | +0.221% | +4.704% | +11.260% | +-----+------------------------+--------+------------+------------+------------+ | :-| | regex_dna| 0.386% | +0.189% | -0.556% | +4.989% | +-----+------------------------+--------+------------+------------+------------+ | :-| | regex_effbot| 2.497% | +0.082% | +1.459% | +2.460% | +-----+------------------------+--------+------------+------------+------------+ | :-| | regex_v8| 1.709% | -1.013% | +1.573% | +6.542% | +-----+------------------------+--------+------------+------------+------------+ | :-| | richards| 1.823% | +0.172% | +9.303% | +12.950% | +-----+------------------------+--------+------------+------------+------------+ | :-| | scimark_fft| 0.713% | -0.113% | +2.285% | +1.570% | +-----+------------------------+--------+------------+------------+------------+ | :-| | scimark_lu| 3.186% | -0.008% | +27.086% | +6.504% | +-----+------------------------+--------+------------+------------+------------+ | :-| | scimark_monte_carlo| 1.870% | +0.246% | +5.409% | +4.939% | +-----+------------------------+--------+------------+------------+------------+ | :-| | scimark_sor| 0.512% | +0.023% | +15.733% | +6.427% | +-----+------------------------+--------+------------+------------+------------+ | :-| | scimark_sparse_mat_mult| 2.641% | +0.300% | +3.905% | -6.163% | +-----+------------------------+--------+------------+------------+------------+ | :-| | spectral_norm| 0.745% | +0.131% | +5.621% | +4.016% | +-----+------------------------+--------+------------+------------+------------+ | :-| | sqlalchemy_declarative| 1.747% | +0.120% | +5.610% | +6.223% | +-----+------------------------+--------+------------+------------+------------+ | :-| | sqlalchemy_imperative| 3.470% | -0.149% | +3.678% | +4.595% | +-----+------------------------+--------+------------+------------+------------+ | :-| | sqlite_synth| 4.775% | -1.242% | +2.663% | +7.498% | +-----+------------------------+--------+------------+------------+------------+ | :-| | sympy_expand| 2.546% | +0.450% | +12.493% | +7.572% | +-----+------------------------+--------+------------+------------+------------+ | :-| | sympy_integrate| 1.674% | -0.361% | +9.600% | +7.058% | +-----+------------------------+--------+------------+------------+------------+ | :-| | sympy_str| 3.537% | +0.299% | +12.258% | +8.736% | +-----+------------------------+--------+------------+------------+------------+ | :-| | sympy_sum| 5.161% | -0.161% | +10.682% | +12.148% | +-----+------------------------+--------+------------+------------+------------+ | :-| | telco| 5.027% | -1.921% | +22.154% | +10.305% | +-----+------------------------+--------+------------+------------+------------+ | :-| | tornado_http| 1.333% | +0.276% | +5.369% | +7.401% | +-----+------------------------+--------+------------+------------+------------+ | :-| | unpack_sequence| 1.368% | +0.161% | +1.926% | -0.720% | +-----+------------------------+--------+------------+------------+------------+ | :-| | unpickle| 6.954% | -1.408% | +9.588% | +19.989% | +-----+------------------------+--------+------------+------------+------------+ | :-| | unpickle_list| 1.137% | -0.149% | +0.880% | +17.488% | +-----+------------------------+--------+------------+------------+------------+ | :-| | unpickle_pure_python| 1.252% | -0.332% | +7.686% | +6.449% | +-----+------------------------+--------+------------+------------+------------+ | :-| | xml_etree_generate| 1.026% | +0.071% | +5.752% | +8.854% | +-----+------------------------+--------+------------+------------+------------+ | :-| | xml_etree_iterparse| 3.449% | +0.311% | +4.895% | +6.233% | +-----+------------------------+--------+------------+------------+------------+ | :-| | xml_etree_parse| 4.747% | -0.296% | -0.574% | +13.111% | +-----+------------------------+--------+------------+------------+------------+ | :-| | xml_etree_process| 1.278% | +1.404% | +6.446% | +9.185% | +-----+------------------------+--------+------------+------------+------------+ * Relative Standard Deviation (Standard Deviation/Average) If this is not displayed properly please visit our results page here: http://languagesperformance.intel.com/65-flat-results-for-python-master-branch-2017-04-28 Our lab does a nightly source pull and build of the Python project and measures performance changes against the previous stable version and the previous nightly measurement. This is provided as a service to the community so that quality issues with current hardware can be identified quickly. Intel technologies' features and benefits depend on system configuration and may require enabled hardware, software or service activation. Performance varies depending on system configuration. From noreply at github.com Fri Apr 28 21:16:24 2017 From: noreply at github.com (GitHub) Date: Fri, 28 Apr 2017 18:16:24 -0700 Subject: [Python-checkins] [python/cpython] 826f83: bpo-30104: Only use -fno-strict-aliasing on dtoa.c... Message-ID: <5903e9688d3ab_64603fbf1780fc3011671c@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/30190-unittest-improved-err-msg Home: https://github.com/python/cpython Commit: 826f83f1d562a7b878499bc3af2267cfdfe5f2f9 https://github.com/python/cpython/commit/826f83f1d562a7b878499bc3af2267cfdfe5f2f9 Author: Victor Stinner Date: 2017-04-28 (Fri, 28 Apr 2017) Changed paths: M Makefile.pre.in M configure M configure.ac Log Message: ----------- bpo-30104: Only use -fno-strict-aliasing on dtoa.c (#1340) On clang, only compile dtoa.c with -fno-strict-aliasing, use strict aliasing to compile all other C files. Commit: 80a3da4d4aad0b51893e1e2f696b6252eca80e07 https://github.com/python/cpython/commit/80a3da4d4aad0b51893e1e2f696b6252eca80e07 Author: Wieland Hoffmann Date: 2017-04-28 (Fri, 28 Apr 2017) Changed paths: M Doc/using/windows.rst Log Message: ----------- Improve the grammar in windows.rst (GH-1330) Commit: d1a1def7bf221b04dcf3fc3a67aa19aa2f622f83 https://github.com/python/cpython/commit/d1a1def7bf221b04dcf3fc3a67aa19aa2f622f83 Author: Serhiy Storchaka Date: 2017-04-28 (Fri, 28 Apr 2017) Changed paths: M Lib/test/support/__init__.py M Lib/test/test_support.py M Lib/test/test_tempfile.py M Misc/NEWS Log Message: ----------- bpo-30197: Enhance functions swap_attr() and swap_item() in test.support. (#1341) * bpo-30197: Enhance functions swap_attr() and swap_item() in test.support. They now work when delete replaced attribute or item inside the with statement. The old value of the attribute or item (or None if it doesn't exist) now will be assigned to the target of the "as" clause, if there is one. * Update docstrings. Commit: 6c991bdee7ec4bedd8c1b8d3812dc884b654b57c https://github.com/python/cpython/commit/6c991bdee7ec4bedd8c1b8d3812dc884b654b57c Author: Neil Schemenauer Date: 2017-04-28 (Fri, 28 Apr 2017) Changed paths: M setup.py Log Message: ----------- Check that Python is 64-bit before enabling BLAKE2_USE_SSE. (#1332) Commit: e3a2706ffb727ff021e4e18c01102dc682897eee https://github.com/python/cpython/commit/e3a2706ffb727ff021e4e18c01102dc682897eee Author: Giampaolo Rodola Date: 2017-04-29 (Sat, 29 Apr 2017) Changed paths: M Doc/using/windows.rst M Lib/test/support/__init__.py M Lib/test/test_support.py M Lib/test/test_tempfile.py M Makefile.pre.in M Misc/NEWS M configure M configure.ac M setup.py Log Message: ----------- Merge branch 'master' into 30190-unittest-improved-err-msg Commit: a30b8ea70fb252c726ab8f804dd7f21c35ddd234 https://github.com/python/cpython/commit/a30b8ea70fb252c726ab8f804dd7f21c35ddd234 Author: Giampaolo Rodola Date: 2017-04-29 (Sat, 29 Apr 2017) Changed paths: M Misc/NEWS Log Message: ----------- update Misc/NEWS Compare: https://github.com/python/cpython/compare/6c55b42f98a0...a30b8ea70fb2 From lp_benchmark_robot at intel.com Fri Apr 28 21:26:23 2017 From: lp_benchmark_robot at intel.com (lp_benchmark_robot) Date: Sat, 29 Apr 2017 01:26:23 +0000 Subject: [Python-checkins] [Languages Performance Portal update] New Python results and summary Message-ID: <307E250C82C0F641B6382331FF316A3F01A95AA5@IRSMSX102.ger.corp.intel.com> Dear Subscriber, We are glad to announce you that we upgraded the Languages Performance infrastructure used for Python project to Broadwell server and OS to Ubuntu Server 16.04.2. LTS Starting today we are publishing again results for Python 2 & 3 ! Major changes brought by this refresh are: * Format change for the email subject of the Python daily bulletin status. Expect to see [x up, y down, z flat], where x, y, z represent how many workloads share the same status. * Re-organization of the summary of the mail bulletins and LPP posts. * We are now running ALL the workloads available in version 0.5.4 of the Python Performance Benchmark Suite (68 for Python 2 and 65 for Python 3, excluding pybench microbenchmark suite) * Automation code was refactored such that we can re-use it for the rest of languages on the portal. You can check the new configuration here: https://01.org/documentation/python-environment-setup. Best regards, Datacenter Scripting Languages Optimizations Team Our lab does a nightly source pull and build of the Python project and measures performance changes against the previous stable version and the previous nightly measurement. This is provided as a service to the community so that quality issues with current hardware can be identified quickly. Intel technologies' features and benefits depend on system configuration and may require enabled hardware, software or service activation. Performance varies depending on system configuration. From noreply at github.com Sat Apr 29 00:06:50 2017 From: noreply at github.com (GitHub) Date: Fri, 28 Apr 2017 21:06:50 -0700 Subject: [Python-checkins] [python/cpython] 3cc825: bpo-30158: Fix deprecation warnings in test_import... Message-ID: <5904115a6e8c3_12653fe9a3cfbc38975fe@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 3cc8259b71ef784a9f7593f04da96043afe2228a https://github.com/python/cpython/commit/3cc8259b71ef784a9f7593f04da96043afe2228a Author: Serhiy Storchaka Date: 2017-04-29 (Sat, 29 Apr 2017) Changed paths: M Lib/test/test_importlib/test_abc.py Log Message: ----------- bpo-30158: Fix deprecation warnings in test_importlib introduced by bpo-29576. (#1285) From solipsis at pitrou.net Sat Apr 29 05:04:18 2017 From: solipsis at pitrou.net (solipsis at pitrou.net) Date: Sat, 29 Apr 2017 09:04:18 +0000 Subject: [Python-checkins] Daily reference leaks (4243df51fe43): sum=2 Message-ID: <20170429090418.21821.57665.99F52037@psf.io> results for 4243df51fe43 on branch "default" -------------------------------------------- test_functools leaked [0, 3, 1] memory blocks, sum=4 test_multiprocessing_fork leaked [-1, 1, -2] memory blocks, sum=-2 Command line was: ['./python', '-m', 'test.regrtest', '-uall', '-R', '3:3:/home/psf-users/antoine/refleaks/reflogsV_Gtt', '--timeout', '7200'] From noreply at github.com Sat Apr 29 18:28:38 2017 From: noreply at github.com (GitHub) Date: Sat, 29 Apr 2017 15:28:38 -0700 Subject: [Python-checkins] [python/cpython] 9dc2b3: bpo-30208: DOC: fix small typos in IDLE (#1354) Message-ID: <590513961ac0e_68ee3fe8efe49c34752b2@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 9dc2b3809f38be2e403ee264958106badfda142d https://github.com/python/cpython/commit/9dc2b3809f38be2e403ee264958106badfda142d Author: csabella Date: 2017-04-29 (Sat, 29 Apr 2017) Changed paths: M Doc/library/idle.rst Log Message: ----------- bpo-30208: DOC: fix small typos in IDLE (#1354) From noreply at github.com Sat Apr 29 20:42:04 2017 From: noreply at github.com (GitHub) Date: Sat, 29 Apr 2017 17:42:04 -0700 Subject: [Python-checkins] [python/cpython] 5a8dce: [3.6] bpo-30208: DOC: fix small typos in IDLE (#13... Message-ID: <590532dcd6540_146d3f896706bc3016683f@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.6 Home: https://github.com/python/cpython Commit: 5a8dcec93936de816cef5c17522e48fca9c30b43 https://github.com/python/cpython/commit/5a8dcec93936de816cef5c17522e48fca9c30b43 Author: csabella Date: 2017-04-29 (Sat, 29 Apr 2017) Changed paths: M Doc/library/idle.rst Log Message: ----------- [3.6] bpo-30208: DOC: fix small typos in IDLE (#1356) (cherry picked from commit d9af73330f46d79cc0c56d369f65ebeec3cb5334) From noreply at github.com Sat Apr 29 20:43:12 2017 From: noreply at github.com (GitHub) Date: Sat, 29 Apr 2017 17:43:12 -0700 Subject: [Python-checkins] [python/cpython] 52630a: [3.5] bpo-30208: DOC: fix small typos in IDLE (#13... Message-ID: <590533208727e_12653fe9a3cfbc3810092@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.5 Home: https://github.com/python/cpython Commit: 52630ae17aa5bd8bffdb430b6515d07ffbaabc9e https://github.com/python/cpython/commit/52630ae17aa5bd8bffdb430b6515d07ffbaabc9e Author: csabella Date: 2017-04-29 (Sat, 29 Apr 2017) Changed paths: M Doc/library/idle.rst Log Message: ----------- [3.5] bpo-30208: DOC: fix small typos in IDLE (#1357) (cherry picked from commit d9af73330f46d79cc0c56d369f65ebeec3cb5334) From noreply at github.com Sat Apr 29 20:44:06 2017 From: noreply at github.com (GitHub) Date: Sat, 29 Apr 2017 17:44:06 -0700 Subject: [Python-checkins] [python/cpython] 4734c2: [2.7] bpo-30208: DOC: fix small typos in IDLE (#13... Message-ID: <59053356b770_1e933f7e40e37c38151030@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.7 Home: https://github.com/python/cpython Commit: 4734c2d5c0529632e4b51eb75104b50955afd692 https://github.com/python/cpython/commit/4734c2d5c0529632e4b51eb75104b50955afd692 Author: csabella Date: 2017-04-29 (Sat, 29 Apr 2017) Changed paths: M Doc/library/idle.rst Log Message: ----------- [2.7] bpo-30208: DOC: fix small typos in IDLE (#1358) (cherry picked from commit d9af73330f46d79cc0c56d369f65ebeec3cb5334) From noreply at github.com Sun Apr 30 01:18:42 2017 From: noreply at github.com (GitHub) Date: Sat, 29 Apr 2017 22:18:42 -0700 Subject: [Python-checkins] [python/cpython] 750ff5: [3.6] Improve the grammar in windows.rst (GH-1330)... Message-ID: <590573b21df7_5a303f83c86b1c386289b@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.6 Home: https://github.com/python/cpython Commit: 750ff5f8df8faef842470518c58dae2a251114c9 https://github.com/python/cpython/commit/750ff5f8df8faef842470518c58dae2a251114c9 Author: Mariatta Date: 2017-04-29 (Sat, 29 Apr 2017) Changed paths: M Doc/using/windows.rst Log Message: ----------- [3.6] Improve the grammar in windows.rst (GH-1330) (GH-1360) (cherry picked from commit 80a3da4d4aad0b51893e1e2f696b6252eca80e07) From noreply at github.com Sun Apr 30 01:18:52 2017 From: noreply at github.com (GitHub) Date: Sat, 29 Apr 2017 22:18:52 -0700 Subject: [Python-checkins] [python/cpython] e37d16: [3.5] Improve the grammar in windows.rst (GH-1330)... Message-ID: <590573bcafe8f_cea3fbc6a8f3c3c7596a@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/3.5 Home: https://github.com/python/cpython Commit: e37d163ab215964898705d0bdb9c5457fad53708 https://github.com/python/cpython/commit/e37d163ab215964898705d0bdb9c5457fad53708 Author: Mariatta Date: 2017-04-29 (Sat, 29 Apr 2017) Changed paths: M Doc/using/windows.rst Log Message: ----------- [3.5] Improve the grammar in windows.rst (GH-1330) (GH-1359) (cherry picked from commit 80a3da4d4aad0b51893e1e2f696b6252eca80e07) From noreply at github.com Sun Apr 30 04:36:59 2017 From: noreply at github.com (GitHub) Date: Sun, 30 Apr 2017 01:36:59 -0700 Subject: [Python-checkins] [python/cpython] a694e0: bpo-30207: Rename test.test_support to test.suppor... Message-ID: <5905a22b568c3_59d13fefe09c3c3091353@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/2.7 Home: https://github.com/python/cpython Commit: a694e092f6356970ca0d3e86000a3a829fb212b4 https://github.com/python/cpython/commit/a694e092f6356970ca0d3e86000a3a829fb212b4 Author: Serhiy Storchaka Date: 2017-04-30 (Sun, 30 Apr 2017) Changed paths: M Doc/library/test.rst M Lib/test/script_helper.py A Lib/test/support/__init__.py A Lib/test/support/script_helper.py M Lib/test/test_compiler.py M Lib/test/test_linecache.py M Lib/test/test_support.py M Misc/NEWS Log Message: ----------- bpo-30207: Rename test.test_support to test.support. (#1353) To simplify backports from Python 3, the test.test_support module was converted into a package and renamed to test.support. The test.script_helper module was moved into the test.support package. Names test.test_support and test.script_helper are left as aliases to test.support and test.support.script_helper. From solipsis at pitrou.net Sun Apr 30 05:04:07 2017 From: solipsis at pitrou.net (solipsis at pitrou.net) Date: Sun, 30 Apr 2017 09:04:07 +0000 Subject: [Python-checkins] Daily reference leaks (4243df51fe43): sum=-2 Message-ID: <20170430090407.66228.23114.AF7EAFE8@psf.io> results for 4243df51fe43 on branch "default" -------------------------------------------- test_collections leaked [0, -7, 1] memory blocks, sum=-6 test_functools leaked [0, 3, 1] memory blocks, sum=4 Command line was: ['./python', '-m', 'test.regrtest', '-uall', '-R', '3:3:/home/psf-users/antoine/refleaks/reflogj_kSsA', '--timeout', '7200'] From noreply at github.com Sun Apr 30 21:25:59 2017 From: noreply at github.com (GitHub) Date: Sun, 30 Apr 2017 18:25:59 -0700 Subject: [Python-checkins] [python/cpython] 2e6246: bpo-29679: Implement @contextlib.asynccontextmanag... Message-ID: <59068ea797da6_6e6c3fb5f94afc381479b@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 2e624690bd74071358566300b7ef0bc45f444a30 https://github.com/python/cpython/commit/2e624690bd74071358566300b7ef0bc45f444a30 Author: Jelle Zijlstra Date: 2017-04-30 (Sun, 30 Apr 2017) Changed paths: M Doc/library/contextlib.rst M Doc/reference/datamodel.rst M Doc/whatsnew/3.7.rst M Lib/contextlib.py A Lib/test/test_contextlib_async.py Log Message: ----------- bpo-29679: Implement @contextlib.asynccontextmanager (#360)