Donald Stufft added the comment:
New changeset 784ba7c8ad53638c94270011d55d2536ff0cd2dd by Donald Stufft in
branch '3.6':
bpo-29697: Don't use OpenSSL <1.0.2 fallback on 1.1+ (#397)
https://github.com/python/cpython/commit/784ba7c8ad53638c94270011d55d2536ff0cd2dd
--
_
STINNER Victor added the comment:
New changeset 1bea762d9ec823544c530d567330a47f64d93d4f by Victor Stinner
(orenmn) in branch 'master':
bpo-28129: fix ctypes crashes (#386)
https://github.com/python/cpython/commit/1bea762d9ec823544c530d567330a47f64d93d4f
--
nosy: +haypo
_
Donald Stufft added the comment:
New changeset 8ae264ce6dfcd6923d7bbde0e975389bea7d9881 by Donald Stufft in
branch 'master':
bpo-29697: Don't use OpenSSL <1.0.2 fallback on 1.1+ (GH-395)
https://github.com/python/cpython/commit/8ae264ce6dfcd6923d7bbde0e975389bea7d9881
--
Donald Stufft added the comment:
New changeset 564ace834f23587937b325e3545abe3f17fdbd2a by Donald Stufft in
branch '3.5':
bpo-29697: Don't use OpenSSL <1.0.2 fallback on 1.1+ (GH-398)
https://github.com/python/cpython/commit/564ace834f23587937b325e3545abe3f17fdbd2a
--
___
Berker Peksag added the comment:
New changeset b2a7c2f9862b28cf5db11ef837646ef0c589955c by Berker Peksag (Marco
Buttu) in branch 'master':
bpo-27200: fix configparser, copyreg and ctypes doctests (#240)
https://github.com/python/cpython/commit/b2a7c2f9862b28cf5db11ef837646ef0c589955c
STINNER Victor added the comment:
New changeset 6a9122ce6969902e119133dac660bf515616c7dd by Victor Stinner (Brian
Coleman) in branch 'master':
bpo-29683 - Fixes to _PyCode_SetExtra when co_extra->ce->extras is (#376)
https://github.com/python/cpython/commit/6a9122ce6969902e119133dac660bf515616c
STINNER Victor added the comment:
New changeset 2b221b78d602f1684a81b85af748fa55b1449dac by Victor Stinner
(Christian Heimes) in branch 'master':
bpo-29176 Use tmpfile() in curses module (#235)
https://github.com/python/cpython/commit/2b221b78d602f1684a81b85af748fa55b1449dac
--
_
Tommy Carstensen added the comment:
I have the same problem as described here. How can I install Python3.6 and pip
without sudo and without homebrew? I get the same error message after
installation:
pip is configured with locations that require TLS/SSL, however the ssl module
in Python is not
Alexander Belopolsky added the comment:
New changeset 661ca8843fed1183e38db06e52d59ac300bf1c2a by Lev Abalkin in branch
'master':
Fixes bpo-29680: Older gdb does not have gdb.error. (#363)
https://github.com/python/cpython/commit/661ca8843fed1183e38db06e52d59ac300bf1c2a
--
__
Serhiy Storchaka added the comment:
New changeset 3c6314c08d8ab1cfefbf6c2e27c095a7d4ba5f6e by Serhiy Storchaka
(Petr Motejlek) in branch 'master':
bpo-29615: SimpleXMLRPCDispatcher no longer chains KeyError (#260)
https://github.com/python/cpython/commit/3c6314c08d8ab1cfefbf6c2e27c095a7d4ba5f6e
INADA Naoki added the comment:
New changeset 023532e558bb0c5bf60195aebbafe63a0bebd85e by INADA Naoki in branch
'3.6':
bpo-29684: Fix minor regression of PyEval_CallObjectWithKeywords. (GH-378)
https://github.com/python/cpython/commit/023532e558bb0c5bf60195aebbafe63a0bebd85e
--
__
INADA Naoki added the comment:
New changeset 3824cd8fd44f287ea2a76120a39ee76eb34bbf32 by INADA Naoki in branch
'master':
bpo-29684: Fix regression of PyEval_CallObjectWithKeywords (GH-87)
https://github.com/python/cpython/commit/3824cd8fd44f287ea2a76120a39ee76eb34bbf32
--
___
Xiang Zhang added the comment:
New changeset c9ba186bcbb309278db028d33a57f039d587 by Xiang Zhang in branch
'2.7':
bpo-26867: Ubuntu's openssl OP_NO_SSLv3 is forced on by default; fix test.
(GH-374)
https://github.com/python/cpython/commit/c9ba186bcbb309278db028d33a57f039d587
INADA Naoki added the comment:
New changeset 02eb4b0bd4a7d86cf5e40567aaa8710b00e079a4 by INADA Naoki in branch
'2.7':
bpo-29110: Fix file object leak in aifc.open (GH-356)
https://github.com/python/cpython/commit/02eb4b0bd4a7d86cf5e40567aaa8710b00e079a4
--
___
Steve Dower added the comment:
It's actually called "PYTHONLEGACYWINDOWSSTDIO" in Python/pylifecycle.c, which
is also what PEP 528 says it should be, so this is a docs issue.
You're correct that PYTHONIOENCODING is overridden by detection of a real
console, however, PYTHONIOENCODING doesn't cu
Xiang Zhang added the comment:
New changeset 267b9d2fa8efce7c5bc34ce50048ebca8fddf04f by Xiang Zhang in branch
'master':
bpo-7769: enable xmlrpc.server.SimpleXMLRPCDispatcher.register_function used as
decorator (GH-231)
https://github.com/python/cpython/commit/267b9d2fa8efce7c5bc34ce50048ebca8
Xiang Zhang added the comment:
New changeset c4a786b8ad2a625594551ab3bc991a6831ba7688 by Xiang Zhang in branch
'3.6':
bpo-29661: fix contradiction in timeit.Timer.autorange's docstring (GH-331)
(GH-353)
https://github.com/python/cpython/commit/c4a786b8ad2a625594551ab3bc991a6831ba7688
---
Xiang Zhang added the comment:
New changeset ecf39bbc97adc0fb67654602e37d0d8313e9be9d by Xiang Zhang in branch
'master':
bpo-29661: fix contradiction in timeit.Timer.autorange's docstring (GH-331)
https://github.com/python/cpython/commit/ecf39bbc97adc0fb67654602e37d0d8313e9be9d
--
__
Xiang Zhang added the comment:
New changeset b4f0e980b6084e9a994e3f069269fac2471e0d78 by Xiang Zhang in branch
'2.7':
bpo-28598: Support __rmod__ for RHS subclasses of str in % string formatting
operations (GH-366)
https://github.com/python/cpython/commit/b4f0e980b6084e9a994e3f069269fac2471e0d
Berker Peksag added the comment:
New changeset bc144f0abff2b36595171377ee847c0266596ab2 by Berker Peksag
(Martijn Pieters) in branch '3.5':
bpo-28598: Support __rmod__ for RHS subclasses of str in % string formatting
operations (#94)
https://github.com/python/cpython/commit/bc144f0abff2b365951
Berker Peksag added the comment:
New changeset 370f7a956cef5895c93ca5a53fc26b04df973aaf by Berker Peksag in
branch 'master':
bpo-24241: Add versionchanged directive to the documentation (#342)
https://github.com/python/cpython/commit/370f7a956cef5895c93ca5a53fc26b04df973aaf
--
nosy: +
Berker Peksag added the comment:
New changeset 7accf2033d03025cc5324f8b9d22582bca3623e9 by Berker Peksag in
branch '3.6':
bpo-29655: Fixed possible reference leaks in `import *`. (#301) (#348)
https://github.com/python/cpython/commit/7accf2033d03025cc5324f8b9d22582bca3623e9
--
__
Berker Peksag added the comment:
New changeset bb59d89ceeb1abfb4d73c7fc60b534e4464adf35 by Berker Peksag in
branch '3.6':
bpo-27788 : synchronise platform.py version number (#246) (#341)
https://github.com/python/cpython/commit/bb59d89ceeb1abfb4d73c7fc60b534e4464adf35
--
Berker Peksag added the comment:
New changeset 0dadf56737f591c83d18db5e445960d39448583e by Berker Peksag in
branch '3.5':
bpo-29655: Fixed possible reference leaks in `import *`. (#301) (#349)
https://github.com/python/cpython/commit/0dadf56737f591c83d18db5e445960d39448583e
--
__
Xiang Zhang added the comment:
New changeset 4b6c41768a15fc85e3069603ef89344bd97f79af by Xiang Zhang in branch
'3.6':
bpo-29376: Fix assertion error in threading._DummyThread.is_alive() (GH-330)
https://github.com/python/cpython/commit/4b6c41768a15fc85e3069603ef89344bd97f79af
--
Berker Peksag added the comment:
New changeset 53039ad3814a8918c5311f37bd654428b9843fcc by Berker Peksag
(Martijn Pieters) in branch '3.6':
bpo-28598: Support __rmod__ for RHS subclasses of str in % string formatting
operations (#95)
https://github.com/python/cpython/commit/53039ad3814a8918c53
New submission from Xiang Zhang:
New changeset 8aa1ad892ff3cf4d8881cdae0e95be1a5bad175e by Xiang Zhang in branch
'3.6':
bpo-29662: fix wrong indentation in timeit.Timer's doc (GH-333)
https://github.com/python/cpython/commit/8aa1ad892ff3cf4d8881cdae0e95be1a5bad175e
--
__
Xiang Zhang added the comment:
New changeset 210d6a9f951b621b095bc5b72821cf60198ffea8 by Xiang Zhang in branch
'master':
bpo-29662: fix wrong indentation in timeit.Timer's doc (GH-332)
https://github.com/python/cpython/commit/210d6a9f951b621b095bc5b72821cf60198ffea8
--
__
Xiang Zhang added the comment:
New changeset f3a9faba4bad91286b78b498547de928078f55da by Xiang Zhang in branch
'master':
bpo-29376: Fix assertion error in threading._DummyThread.is_alive() (GH-236)
https://github.com/python/cpython/commit/f3a9faba4bad91286b78b498547de928078f55da
--
_
Xiang Zhang added the comment:
New changeset 8400ae209b5fa3d3bdc39d3876eef13d1ea9a72a by Xiang Zhang in branch
'3.5':
bpo-29376: Fix assertion error in threading._DummyThread.is_alive() (GH-329)
https://github.com/python/cpython/commit/8400ae209b5fa3d3bdc39d3876eef13d1ea9a72a
--
Mariatta Wijaya added the comment:
New changeset 7e4897a2fb91e49f131a42ed6de88b5185f7dea8 by Mariatta in branch
'3.6':
bpo-26184: import.rst: Improve versionchanged note (GH-325) (GH-326)
https://github.com/python/cpython/commit/7e4897a2fb91e49f131a42ed6de88b5185f7dea8
--
___
Mariatta Wijaya added the comment:
New changeset 1f5639c77f736c18fb5a85b4a1850121e25c788e by Mariatta in branch
'master':
bpo-26184: import.rst: Improve versionchanged note (GH-325)
https://github.com/python/cpython/commit/1f5639c77f736c18fb5a85b4a1850121e25c788e
--
_
INADA Naoki added the comment:
New changeset c9131b61fa060a51ec181053cade9f0a7ee91e4f by INADA Naoki in branch
'3.6':
[3.6] bpo-29110: Fix file object leak in `aifc.open` (#310)
https://github.com/python/cpython/commit/c9131b61fa060a51ec181053cade9f0a7ee91e4f
--
_
Berker Peksag added the comment:
New changeset d5c11f7ace48701bb950c6345deee88c35c66e26 by Berker Peksag (Sayan
Chowdhury) in branch 'master':
bpo-28624: Add a test that checks that cwd parameter of Popen() accepts
PathLike objects (#157)
https://github.com/python/cpython/commit/d5c11f7ace4870
INADA Naoki added the comment:
New changeset b7fb1e25c89a9eb85b95027f4167bc0977687c43 by INADA Naoki in branch
'3.5':
bpo-29110: Fix file object leak in `aifc.open` (GH-311)
https://github.com/python/cpython/commit/b7fb1e25c89a9eb85b95027f4167bc0977687c43
--
_
Mariatta Wijaya added the comment:
New changeset deea29e61e61f0e216bff3f0ca008f5ee231793f by Mariatta in branch
'3.6':
bpo-26184: import.rst: Improve versionchanged note (GH-277) (#320)
https://github.com/python/cpython/commit/deea29e61e61f0e216bff3f0ca008f5ee231793f
--
_
Berker Peksag added the comment:
New changeset 893e86e9d3c0caeb878ccb1120c7259e022f3b68 by Berker Peksag in
branch '3.6':
bpo-29121: Remove outdated documentation about transactions (#313) (#319)
https://github.com/python/cpython/commit/893e86e9d3c0caeb878ccb1120c7259e022f3b68
--
___
Mariatta Wijaya added the comment:
New changeset 1457984c003b1e461f8aab93bfc37fd8e42312d5 by Mariatta in branch
'3.6':
bpo-22594: Add a link to the regex module in re documentation (GH-241) (GH-316)
https://github.com/python/cpython/commit/1457984c003b1e461f8aab93bfc37fd8e42312d5
--
Mariatta Wijaya added the comment:
New changeset 21c697fd1073d6ab59e2ba82ea80bc81b9c4125c by Mariatta in branch
'3.5':
bpo-22594: Add a link to the regex module in re documentation (GH-241) (GH-317)
https://github.com/python/cpython/commit/21c697fd1073d6ab59e2ba82ea80bc81b9c4125c
--
Mariatta Wijaya added the comment:
New changeset 6b4a5f45e2df524174a97832571c82c76a3d424a by Mariatta in branch
'master':
bpo-26184: import.rst: Improve versionchanged note (GH-277)
https://github.com/python/cpython/commit/6b4a5f45e2df524174a97832571c82c76a3d424a
--
_
Mariatta Wijaya added the comment:
New changeset 7333d1760e12cf27bcf63265f72521892285c10a by Mariatta in branch
'3.6':
bpo-29648: import.rst: Add reference to create_module() (GH-290) (GH-314)
https://github.com/python/cpython/commit/7333d1760e12cf27bcf63265f72521892285c10a
--
__
Berker Peksag added the comment:
New changeset 4a926caf8e5fd8af771b2c34bfb6e91c732331fe by Berker Peksag in
branch 'master':
bpo-28518: Start a transaction implicitly before a DML statement (#245)
https://github.com/python/cpython/commit/4a926caf8e5fd8af771b2c34bfb6e91c732331fe
--
__
Mariatta Wijaya added the comment:
New changeset 46ce7599af82a929506baeaaee5c149970440c4c by Mariatta (Marco
Buttu) in branch 'master':
bpo-29648: import.rst: Add reference to create_module() (GH-290)
https://github.com/python/cpython/commit/46ce7599af82a929506baeaaee5c149970440c4c
--
Berker Peksag added the comment:
New changeset fae59e1aa87ee9598d032e0bd697969a5784025f by Berker Peksag in
branch '3.6':
bpo-28961: Address my comments from earlier code review (#306)
https://github.com/python/cpython/commit/fae59e1aa87ee9598d032e0bd697969a5784025f
--
__
Mariatta Wijaya added the comment:
New changeset ed6795e46f7653e23b862efad240a93453e7df97 by Mariatta (Marco
Buttu) in branch 'master':
bpo-22594: Add a link to the regex module in re documentation (GH-241)
https://github.com/python/cpython/commit/ed6795e46f7653e23b862efad240a93453e7df97
Berker Peksag added the comment:
New changeset 5aa3856b4f325457e8ec1ccf669369f543e1f6b5 by Berker Peksag in
branch 'master':
bpo-28961: Address my comments from earlier code review (#305)
https://github.com/python/cpython/commit/5aa3856b4f325457e8ec1ccf669369f543e1f6b5
--
___
Serhiy Storchaka added the comment:
New changeset 160edb43571311a3785785c1dfa784afc52d87be by Serhiy Storchaka
(Matthias Bussonnier) in branch 'master':
bpo-29655: Fixed possible reference leaks in `import *`. (#301)
https://github.com/python/cpython/commit/160edb43571311a3785785c1dfa784afc52d8
Berker Peksag added the comment:
New changeset 6b81003bdbd9375886bae54f876650bcdccfe6c7 by Berker Peksag in
branch '3.6':
bpo-28624: Add a test that checks that cwd parameter of Popen() accepts
PathLike objects (#157) (#323)
https://github.com/python/cpython/commit/6b81003bdbd9375886bae54f8766
Mariatta Wijaya added the comment:
New changeset c8e20218d77c5b8c16fd76d45612ae48ca3fba91 by Mariatta in branch
'2.7':
bpo-22594: Add a link to the regex module in re documentation (GH-241) (GH-321)
https://github.com/python/cpython/commit/c8e20218d77c5b8c16fd76d45612ae48ca3fba91
--
n
Nick Coghlan added the comment:
New changeset 56a8eccc43c66ae51c5a6bfc89635b1998fd419e by Nick Coghlan in
branch 'master':
bpo-24241: Add dedicated webbrowser.register test case (#288)
https://github.com/python/cpython/commit/56a8eccc43c66ae51c5a6bfc89635b1998fd419e
--
__
Nick Coghlan added the comment:
New changeset 140792bd514ee4ba739fda899785bea3ce746f05 by Nick Coghlan in
branch 'master':
bpo-29644: suppress subprocess output from webbrowser (#289)
https://github.com/python/cpython/commit/140792bd514ee4ba739fda899785bea3ce746f05
--
___
Nick Coghlan added the comment:
New changeset ae160bba2030a7b6c86f6c7aeaf2f9d3fdb627b7 by Nick Coghlan
(Subhendu Ghosh) in branch 'master':
bpo-26128: Added __init__to subprocess.STARTUPINFO (#171)
https://github.com/python/cpython/commit/ae160bba2030a7b6c86f6c7aeaf2f9d3fdb627b7
--
_
Nick Coghlan added the comment:
New changeset 21024f06622c4c55b666adb130797a4ee205d005 by Nick Coghlan
(Ratnadeep Debnath) in branch 'master':
bpo-16285: Update urllib quoting to RFC 3986 (#173)
https://github.com/python/cpython/commit/21024f06622c4c55b666adb130797a4ee205d005
--
Mariatta Wijaya added the comment:
New changeset 63ed9bc94d8df45b16aee9b92f658ebb34aa1012 by Mariatta in branch
'3.5':
bpo-29648: import.rst: Add reference to create_module() (GH-290) (GH-315)
https://github.com/python/cpython/commit/63ed9bc94d8df45b16aee9b92f658ebb34aa1012
--
__
Berker Peksag added the comment:
New changeset fe70d924bb6106d4c21eb414f4a1ba1324e8f46a by Berker Peksag in
branch 'master':
bpo-29121: Remove outdated documentation about transactions (#313)
https://github.com/python/cpython/commit/fe70d924bb6106d4c21eb414f4a1ba1324e8f46a
--
___
Berker Peksag added the comment:
New changeset 76995cab69d5ef83d31d8a5754cbad11be4038cb by Berker Peksag in
branch '3.6':
bpo-28518: Start a transaction implicitly before a DML statement (#245) (#318)
https://github.com/python/cpython/commit/76995cab69d5ef83d31d8a5754cbad11be4038cb
--
Berker Peksag added the comment:
New changeset fe70d924bb6106d4c21eb414f4a1ba1324e8f46a by Berker Peksag in
branch 'master':
bpo-29121: Remove outdated documentation about transactions (#313)
https://github.com/python/cpython/commit/fe70d924bb6106d4c21eb414f4a1ba1324e8f46a
--
___
Nick Coghlan added the comment:
New changeset e3ce69522ffd7c0354d6e70d18f42bce325ed97e by Nick Coghlan (David
Steele) in branch 'master':
bpo-24241: Improve preferred webbrowser handling (#85)
https://github.com/python/cpython/commit/e3ce69522ffd7c0354d6e70d18f42bce325ed97e
--
__
Mariatta Wijaya added the comment:
New changeset e3bf4cdd3db9004220d3ec7f5db4e7d16a99c743 by Mariatta in branch
'master':
bpo-28929: Add to Misc/NEWS (GH-112)
https://github.com/python/cpython/commit/e3bf4cdd3db9004220d3ec7f5db4e7d16a99c743
--
___
Barry A. Warsaw added the comment:
New changeset 0a1b656d8ce3da14f8acf947477b8e998e68ef3b by Barry Warsaw in
branch '3.6':
bpo-25008: Deprecate smtpd and point to aiosmtpd (#274) (#278)
https://github.com/python/cpython/commit/0a1b656d8ce3da14f8acf947477b8e998e68ef3b
--
_
Mariatta Wijaya added the comment:
New changeset bc33cd4e7a36ed4c309807ca9a911ef955582710 by Mariatta in branch
'3.5':
[3.5] bpo-28556: Update to typing: treat subscripted generics as proxies
(GH-265) (GH-269)
https://github.com/python/cpython/commit/bc33cd4e7a36ed4c309807ca9a911ef955582710
Mariatta Wijaya added the comment:
New changeset bea9d2f6488f01794098d9fd4710b98df1bd9472 by Mariatta in branch
'3.6':
[3.6] bpo-28556: Update to typing: treat subscripted generics as proxies
(GH-265) (GH-268)
https://github.com/python/cpython/commit/bea9d2f6488f01794098d9fd4710b98df1bd9472
Barry A. Warsaw added the comment:
New changeset 66b5092fac4264efdc9c508a7dd425fa9833e147 by Barry Warsaw in
branch '3.5':
bpo-25008: Deprecate smtpd and point to aiosmtpd (#274) (#279)
https://github.com/python/cpython/commit/66b5092fac4264efdc9c508a7dd425fa9833e147
--
_
Mariatta Wijaya added the comment:
New changeset 5023686f7ee69e9da07cda4b7da6691f19892111 by Mariatta in branch
'3.5':
[3.5] bpo-28929: Add to Misc/NEWS (GH-285)
https://github.com/python/cpython/commit/5023686f7ee69e9da07cda4b7da6691f19892111
--
_
Mariatta Wijaya added the comment:
New changeset 1a8dd944d4016593e78a7a6c3c635adee783abfd by Mariatta in branch
'3.6':
[3.6] bpo-28929: Add to Misc/NEWS (GH-284)
https://github.com/python/cpython/commit/1a8dd944d4016593e78a7a6c3c635adee783abfd
--
_
Barry A. Warsaw added the comment:
New changeset f37b0cb230069481609b0bb06891b5dd26320504 by Barry Warsaw in
branch '3.4':
bpo-25008: Deprecate smtpd and point to aiosmtpd (#274) (#280)
https://github.com/python/cpython/commit/f37b0cb230069481609b0bb06891b5dd26320504
--
_
INADA Naoki added the comment:
New changeset 5dc33eea538361f8a218255f83db2e9298dd8c53 by INADA Naoki in branch
'master':
bpo-29110: add test for Aifc_write. (GH-293)
https://github.com/python/cpython/commit/5dc33eea538361f8a218255f83db2e9298dd8c53
--
_
Mariatta Wijaya added the comment:
New changeset 365cb5bb9069273e6970c9d5d17ee2fe5003e7ac by Mariatta (Ivan
Levkivskyi) in branch 'master':
bpo-28556: Fix regression that sneaked into recent typing updates (GH-270)
https://github.com/python/cpython/commit/365cb5bb9069273e6970c9d5d17ee2fe5003e7a
STINNER Victor added the comment:
New changeset fba79dc568030091f84110fccac4cb64c2fef020 by Victor Stinner (Barry
Warsaw) in branch 'master':
bpo-25008: Deprecate smtpd and point to aiosmtpd (#274)
https://github.com/python/cpython/commit/fba79dc568030091f84110fccac4cb64c2fef020
--
_
Marc-Andre Lemburg added the comment:
New changeset 6059ce45aa96f52fa0150e68ea655fbfdc25609a by Marc-Andre Lemburg
(Matthias Bussonnier) in branch 'master':
bpo-27788 : synchronise platform.py version number (#246)
https://github.com/python/cpython/commit/6059ce45aa96f52fa0150e68ea655fbfdc25609
INADA Naoki added the comment:
New changeset 41cea70aa38de50c1d714209aa2b7694d86a7e0c by INADA Naoki (Matthias
Bussonnier) in branch 'master':
bpo-29637: clean docstring only if not None (GH-267)
https://github.com/python/cpython/commit/41cea70aa38de50c1d714209aa2b7694d86a7e0c
--
___
Raymond Hettinger added the comment:
New changeset 357bad7101df196d7f4ea3dc6ed9a6436afb022c by Raymond Hettinger
(Louie Lu) in branch 'master':
bpo-29634: Reduce deque repeat execution when maxlen exist and size is not 1
(#255) (#255)
https://github.com/python/cpython/commit/357bad7101df196d7f
Mariatta Wijaya added the comment:
New changeset 23d2c31cbf3032b8c6bb254f06c4532a6db466b6 by Mariatta in branch
'2.7':
[2.7] bpo-28929: Add to Misc/NEWS (GH-286)
https://github.com/python/cpython/commit/23d2c31cbf3032b8c6bb254f06c4532a6db466b6
--
_
Steve Dower added the comment:
New changeset f2beceb7e54fadc507137f86cbe9d74f7e5b8f7c by Steve Dower in branch
'3.6':
bpo-29624: Adds purge step and layout test after uploading files. (#258) (#264)
https://github.com/python/cpython/commit/f2beceb7e54fadc507137f86cbe9d74f7e5b8f7c
--
_
Steve Dower added the comment:
New changeset e29741466df0cd01a49bf5ec3b1df3e2bad119a7 by Steve Dower in branch
'3.5':
bpo-29624: Adds purge step and layout test after uploading files. (#258) (#263)
https://github.com/python/cpython/commit/e29741466df0cd01a49bf5ec3b1df3e2bad119a7
--
_
INADA Naoki added the comment:
New changeset 4c78c527d215c37472145152cb0e95f196cdddc9 by INADA Naoki in branch
'master':
bpo-29622: Make AST constructor to accept less than enough number of positional
arguments (GH-249)
https://github.com/python/cpython/commit/4c78c527d215c37472145152cb0e95f19
INADA Naoki added the comment:
New changeset 4c78c527d215c37472145152cb0e95f196cdddc9 by INADA Naoki in branch
'master':
bpo-29622: Make AST constructor to accept less than enough number of positional
arguments (GH-249)
https://github.com/python/cpython/commit/4c78c527d215c37472145152cb0e95f19
Steve Dower added the comment:
New changeset 1aceb024172ea3d6f9dd6e90f4fbe63ea1fb054e by Steve Dower in branch
'master':
bpo-29624: Adds purge step and layout test after uploading files. (#258)
https://github.com/python/cpython/commit/1aceb024172ea3d6f9dd6e90f4fbe63ea1fb054e
--
_
Nick Coghlan added the comment:
New changeset 2197eac6104311472f200645bc844adb46444b10 by Nick Coghlan (Berker
Peksag) in branch '3.6':
bpo-28814: Undeprecate inadvertently deprecated inspect functions. (#122) (#243)
https://github.com/python/cpython/commit/2197eac6104311472f200645bc844adb46444
STINNER Victor added the comment:
New changeset fa30453568ae71861aa1928373bd76da4f3a33f6 by Victor Stinner (Arne
de Laat) in branch '3.5':
bpo-28911: Clarify the behaviour of assert_called_once_with. (#254)
https://github.com/python/cpython/commit/fa30453568ae71861aa1928373bd76da4f3a33f6
Nick Coghlan added the comment:
New changeset 2197eac6104311472f200645bc844adb46444b10 by Nick Coghlan (Berker
Peksag) in branch '3.6':
bpo-28814: Undeprecate inadvertently deprecated inspect functions. (#122) (#243)
https://github.com/python/cpython/commit/2197eac6104311472f200645bc844adb46444
Nick Coghlan added the comment:
New changeset 0246422b974b1a0c50dd30b0e1a1138674ef87a5 by Nick Coghlan (Berker
Peksag) in branch '3.5':
bpo-28814: Undeprecate inadvertently deprecated inspect functions. (#122) (#244)
https://github.com/python/cpython/commit/0246422b974b1a0c50dd30b0e1a1138674ef8
Nick Coghlan added the comment:
New changeset 0246422b974b1a0c50dd30b0e1a1138674ef87a5 by Nick Coghlan (Berker
Peksag) in branch '3.5':
bpo-28814: Undeprecate inadvertently deprecated inspect functions. (#122) (#244)
https://github.com/python/cpython/commit/0246422b974b1a0c50dd30b0e1a1138674ef8
STINNER Victor added the comment:
New changeset 324c5d8ca6ed1c964d3b20e5762139ec65c7827c by Victor Stinner (Arne
de Laat) in branch 'master':
bpo-28911: Clarify the behaviour of assert_called_once_with. (#251)
https://github.com/python/cpython/commit/324c5d8ca6ed1c964d3b20e5762139ec65c7827c
-
STINNER Victor added the comment:
New changeset 55b82e10dc6b75b30a72fa56beb60eaf54a008d4 by Victor Stinner (Arne
de Laat) in branch '3.6':
bpo-28911: Clarify the behaviour of assert_called_once_with. (#252)
https://github.com/python/cpython/commit/55b82e10dc6b75b30a72fa56beb60eaf54a008d4
Serhiy Storchaka added the comment:
New changeset d7e64337ef45085792b382a09f5b3a45d3687c8c by Serhiy Storchaka
(Martijn Pieters) in branch 'master':
bpo-28598: Support __rmod__ for RHS subclasses of str in % string formatting
operations (#51)
https://github.com/python/cpython/commit/d7e64337ef
Barry A. Warsaw added the comment:
New changeset 1bc156430bad8177b5beecf57979628c1d071230 by Barry Warsaw
(Matthias Bussonnier) in branch 'master':
bpo-29546: Improve from-import error message with location (#103)
https://github.com/python/cpython/commit/1bc156430bad8177b5beecf57979628c1d071230
STINNER Victor added the comment:
New changeset cb41b2766de646435743b6af7dd152751b54e73f by Victor Stinner (INADA
Naoki) in branch 'master':
bpo-29463: Add docstring field to some AST nodes. (#46)
https://github.com/python/cpython/commit/cb41b2766de646435743b6af7dd152751b54e73f
--
__
Mariatta Wijaya added the comment:
New changeset 38c8354f3204441f6c6bd22213b449d2d8954fcc by Mariatta in branch
'3.5':
bpo-29521 Fix two minor documentation build warnings (#41) (#84)
https://github.com/python/cpython/commit/38c8354f3204441f6c6bd22213b449d2d8954fcc
--
___
Mariatta Wijaya added the comment:
New changeset db3deb98e969d3f43b169cd320abd46b21a10c6d by Mariatta in branch
'3.6':
bpo-29521 Fix two minor documentation build warnings (#41) (#83)
https://github.com/python/cpython/commit/db3deb98e969d3f43b169cd320abd46b21a10c6d
--
nosy: +Mariatta
Mariatta Wijaya added the comment:
New changeset 0230e64d2c976ab755c145e97bf86032e0fe3a53 by Mariatta in branch
'3.6':
bpo-28556: Various updates to typing (#28) (#77)
https://github.com/python/cpython/commit/0230e64d2c976ab755c145e97bf86032e0fe3a53
--
___
Mariatta Wijaya added the comment:
New changeset 9c5684e0d380cf5bc109888603756084588ce617 by Mariatta in branch
'3.5':
bpo-28556: Various updates to typing (#28) (#78)
https://github.com/python/cpython/commit/9c5684e0d380cf5bc109888603756084588ce617
--
___
Mariatta Wijaya added the comment:
New changeset b692dc8475a032740576129d0990ddc3edccab2b by Mariatta (Ivan
Levkivskyi) in branch 'master':
bpo-28556: Various updates to typing (#28)
https://github.com/python/cpython/commit/b692dc8475a032740576129d0990ddc3edccab2b
--
STINNER Victor added the comment:
New changeset 2b501866ed493758e4c4b29f0ce9b24023d910a1 by Victor Stinner in
branch 'master':
Travis CI: run rstlint.py in the docs job (#68)
https://github.com/python/cpython/commit/2b501866ed493758e4c4b29f0ce9b24023d910a1
--
Brian Curtin added the comment:
New changeset 3d707be950b387552585451071928e7b39cdfa53 by Brian Curtin (Jim
DeLaHunt) in branch 'master':
bpo-29521 Fix two minor documentation build warnings (#41)
https://github.com/python/cpython/commit/3d707be950b387552585451071928e7b39cdfa53
--
nos
INADA Naoki added the comment:
New changeset 89ddffbe9dcb38b79f99563b0d4d594d1105a192 by INADA Naoki in branch
'3.6':
bpo-29438: fixed use-after-free in key sharing dict (#39)
https://github.com/python/cpython/commit/89ddffbe9dcb38b79f99563b0d4d594d1105a192
--
___
INADA Naoki added the comment:
New changeset 06a4fcb2458c5904968b5c8fe6b64940ba83a50d by INADA Naoki in branch
'3.5':
bpo-29438: Fixed use-after-free in key sharing dict (#40)
https://github.com/python/cpython/commit/06a4fcb2458c5904968b5c8fe6b64940ba83a50d
--
___
STINNER Victor added the comment:
New changeset 61e2bc74dfab1ceee332d3f480dcf86c478c87c5 by Victor Stinner in
branch 'master':
bpo-29176: Fix name of the _curses.window class (#52)
https://github.com/python/cpython/commit/61e2bc74dfab1ceee332d3f480dcf86c478c87c5
--
__
Mariatta Wijaya added the comment:
New changeset f66c81ff499fb431e56bc68f5e39c2f7b9fcb6a7 by Mariatta in branch
'3.6':
[backport to 3.6] bpo-28929: Link the documentation to its source file on
GitHub (#37)
https://github.com/python/cpython/commit/f66c81ff499fb431e56bc68f5e39c2f7b9fcb6a7
Mariatta Wijaya added the comment:
New changeset e15259c2dfef58df5f7cfa2305811a00c05e0353 by Mariatta in branch
'2.7':
bpo-28929: Link the documentation to its source file on GitHub (#38)
https://github.com/python/cpython/commit/e15259c2dfef58df5f7cfa2305811a00c05e0353
--
___
301 - 400 of 433 matches
Mail list logo