[Python-Dev] Re: [CVE-2022-37454] SHA3 vulnerability and upcoming Python patches for 3.7 - 3.10

2022-11-07 Thread Ned Deily
ot;, since as noted earlier 3.6 has reached end-of-life. (Of course, downstream distributors of Python 3.6 could choose to provide a patch for 3.6 for their users.) -- Ned Deily n...@python.org -- [] ___ Python-Dev mailing list -- python-dev@python.org

[Python-Dev] Re: [RELEASE] Python 3.10.3, 3.9.11, 3.8.13, and 3.7.13 are now available with security content

2022-03-16 Thread Ned Deily
gt; gpg:using RSA key E3FF2839C048B25C084DEBE9B26995E310250568 > gpg: BAD signature from "Łukasz Langa (GPG langa.pl) " > [unknown] Thanks for the report. It appears to have been a CDN caching issue. Try again, it sh

[Python-Dev] Re: Python 3.9.11

2022-03-16 Thread Ned Deily
in > the release process, but I'd imagine that it will show up on the website > soon. 3.9.10 was released approximately one day after the commit was made. 3.10.3, 3.9.11, 3.8.13, and 3.7.13 were all released a few hours ago. Get them here! https://www.python.org/download

[Python-Dev] Re: How to build cpython for x86_64 target on M1 Mac?

2022-02-10 Thread Ned Deily
files. If you want to run t hese binaries on a range of macOS versions, you can also set the MACOSX_DEPLOYMENT_TARGET environment variable when building the libs and Python; we currently test and support back to 10.9. -- Ned Deily n...@python.org -- [] _

[Python-Dev] Python 3.6 rides into the sunset

2022-01-07 Thread Ned Deily
if you haven't already, you may want to update your repo clones with "git fetch --tags upstream" (if you use the recommended naming convention) to get the latest tags and branches. -- Ned Deily n...@python.org -- [] ___ Python-Dev maili

[Python-Dev] Re: [RELEASE] Python 3.7.12 and 3.6.15 security updates now available

2021-09-06 Thread Ned Deily
[Re-retransmit] Python 3.7.12 and 3.6.15, the lastest security fix rollups for Python 3.7 and Python 3.6, are now available. You can find the release files, links to the changelogs, and more information here: https://www.python.org/downloads/release/python-3712/ https://www.python.org/downl

[Python-Dev] Re: Should we try to get a complete draft of What's New by b1?

2021-08-12 Thread Ned Deily
quite up-to-date) in the Dev Guide. The infrastructure code is primarily in https://github.com/python/docsbuild-scripts and https://github.com/python/psf-salt. -- Ned Deily n...@python.org -- [] ___ Python-Dev mailing list -- python-dev@

[Python-Dev] Re: Heads up: `make` in Doc now creates a venv

2021-08-06 Thread Ned Deily
s.python.org/issue44756 -- Ned Deily n...@python.org -- [] ___ Python-Dev mailing list -- python-dev@python.org To unsubscribe send an email to python-dev-le...@python.org https://mail.python.org/mailman3/lists/python-dev.python.org/ Mes

[Python-Dev] Re: Roundup to GitHub Issues migration

2021-06-22 Thread Ned Deily
various sets of versions are useful information for different purposes. It would be good to try to find a way to retain both, i.e. something like "affected versions", "targeted versions", and "fixed versions". In any case, resolvi

[Python-Dev] Re: On the migration from master to main

2021-05-03 Thread Ned Deily
to merge the two branches which you probably don't want to do. In that case, you may need to rename the branch in your origin clone (which is seldom a good idea for cpython since you aren't able to push directly to the main cpython repo) or use git log and git reset --hard to rem

[Python-Dev] [RELEASE] Python 3.7.10 and 3.6.13 security updates now available

2021-02-15 Thread Ned Deily
://www.python.org/psf-landing/ -- Ned Deily n...@python.org -- [] ___ Python-Dev mailing list -- python-dev@python.org To unsubscribe send an email to python-dev-le...@python.org https://mail.python.org/mailman3/lists/python-dev.python.org/ Message

[Python-Dev] Re: Upcoming 3.7.10 and 3.6.13 Security Releases

2021-01-20 Thread Ned Deily
On Jan 20, 2021, at 08:17, Miro Hrončok wrote: > On 20. 01. 21 13:43, Christian Heimes wrote: >> On 20/01/2021 13.06, Miro Hrončok wrote: >>> On 10. 01. 21 21:15, Ned Deily wrote: >>>> We are planning to produce the next security-fix rollup releases for >>>

[Python-Dev] Re: Should python installation modify /etc/paths.d on Mac OS X?

2021-01-18 Thread Ned Deily
If you are using the command line "installer" program, you can use its -showChoicesXML option to get the .pkg choices and modify it to disable the profile changes package. -- Ned Deily n...@python.org -- [] ___ Python-Dev mailing

[Python-Dev] Re: Should python installation modify /etc/paths.d on Mac OS X?

2021-01-14 Thread Ned Deily
paths.d are appended to PATH *after* /usr/local/bin and /usr/bin so it is not possible to override "python3" and "pip3" this way. We are still considering ways to improve the path management for python.org installers on macOS but simply relying on /etc/paths.d isn't

[Python-Dev] Upcoming 3.7.10 and 3.6.13 Security Releases

2021-01-10 Thread Ned Deily
issues that should be addressed in these releases, please mark the relevant bpo issues as "release blocker" and, if possible, submit PRs for review prior to the end of 2021-01-14 AOE. Thanks! -- Ned Deily n...@python.org -- [] signature.asc Description: Message signed wi

[Python-Dev] Re: Unification of the Mac builds?

2021-01-08 Thread Ned Deily
ython.org) and let's discuss it there rather than here in python-dev. We can always summarize any recommendations back here if necessary. Thanks! --Ned -- Ned Deily n...@python.org -- [] ___ Python-Dev mailing list -- python-dev@python.org To un

[Python-Dev] Re: PR checks hang because travis does not report back to github

2020-10-04 Thread Ned Deily
and because of time zones, I've taken the liberty of acting in Pablo's behalf: it's now merged. -- Ned Deily n...@python.org -- [] ___ Python-Dev mailing list -- python-dev@python.org To unsubscribe send an email to pytho

[Python-Dev] Re: unable to create PR on github

2020-09-21 Thread Ned Deily
as? I tried creating a PR from a branch on my fork to master on python/cpython. The first time I tried it, after pressing the create PR button, the button dimmed and just sat there. Then, I tried to create a PR again and this time it seemed to work OK. No problems reported on https://www.githu

[Python-Dev] Re: docs: I'd like new features to references their PEPs

2020-09-13 Thread Ned Deily
n" and then creating PRs as needed against it. As you probably know, the devguide has the details including for the inline markup role :pep:. https://devguide.python.org/documenting/#rest-inline-markup -- Ned Deily n...@python.org -- [] ___ P

[Python-Dev] Re: [RELEASE] Python 3.8.6rc1 is now ready for testing

2020-09-09 Thread Ned Deily
27;ve noticed the changelog link there leads to: > > https://docs.python.org/release/3.8.4rc1/whatsnew/changelog.html#changelog > > Where can this be updated? Thanks for reporting it. The link should now be fixed if you refresh

[Python-Dev] Re: Doc tests failing for many PRs on GitHub

2020-09-01 Thread Ned Deily
On Sep 1, 2020, at 05:47, Ned Deily wrote: > I've opened https://bugs.python.org/issue41685 and pushed a temporary change > to the Docs build venv to pin the setuptools version to a previous version. > I've also restarted the failing CI test for Mark's PRs and a co

[Python-Dev] Re: Doc tests failing for many PRs on GitHub

2020-09-01 Thread Ned Deily
Hi, >>>>> >>>>> There seems to be something wrong with the doc tests for PRs on Github. >>>>> >>>>> https://github.com/python/cpython/pull/22026/checks?check_run_id=1050881634 >>>>> https://github.com/python/cpython

[Python-Dev] Re: async generator bug fixed in 3.8+ and backported to 3.6 but not to 3.7

2020-08-12 Thread Ned Deily
ot sure there's more >> to be done, however, given that this is fixed for 3.6, 3.7 is in a weird >> position still having the bug. >> >> So I just wanted to bring this up in case the fix can still be backported to >> 3.7. Thanks for bringing this up. I hav

[Python-Dev] Upcoming 3.7.9 and 3.6.12 Security Releases

2020-08-12 Thread Ned Deily
releases is small. Core developers: if you know of any additional security issues that should be addressed in these releases, please mark the relevant bpo issues as "release blocker" and, if possible, submit PRs for review prior to the end of 2020-08-13 AOE. Thanks! -- Ned Deily n...@

[Python-Dev] [RELEASE] Python 3.7.8 and 3.6.11 now available - last 3.7.x bugfix release

2020-06-28 Thread Ned Deily
https://discuss.python.org/t/python-3-7-8-and-3-6-11-now-available-last-3-7-x-bugfix-release/4583 -- Ned Deily n...@python.org -- [] ___ Python-Dev mailing list -- python-dev@python.org To unsubscribe send an email to python-dev-le...@python.org

[Python-Dev] Re: PEP 622: Structural Pattern Matching

2020-06-25 Thread Ned Deily
39|3.9) pushd "$HOME/dev/39/source" ;; 3x|3.x|master) pushd "$HOME/dev/3x/source" ;; *) echo "unknown branch ${branch}" ;; esac -- Ned Deily n...@python.org -- [] ___ Python-Dev mailing list -- pyth

[Python-Dev] Re: os.add_dll_directory and DLL search order

2020-06-22 Thread Ned Deily
g versions is not something I can > easily change. For what it's worth, you're looking at the wrong value (it's easy to do!). '2.6.0' is the version number of the sqlite3 module itself, not of the sqlite3 library. >>> sqlite3.version '2.6.0' >&

[Python-Dev] [RELEASE] Python 3.7.8rc1 and 3.6.11rc1 are now available for testing

2020-06-17 Thread Ned Deily
Details here: https://discuss.python.org/t/python-3-7-8rc1-and-3-6-11rc1-are-now-available-for-testing/4467 https://www.python.org/downloads/release/python-378rc1/ https://www.python.org/downloads/release/python-3611rc1/ -- Ned Deily n...@python.org

[Python-Dev] Re: Final reminder: 3.7.8 / 3.6.11 cutoff Monday, last non-security bugfixes for 3.7.x

2020-06-13 Thread Ned Deily
-discussed plan to migrate Python issue tracking from BPO to Github Issues is just recently starting to get under way, with the formation of a planning team and the intention to hire a project manager. I think that will be the opportunity to address these issues in a permanent way. -- Ned Dei

[Python-Dev] Re: Final reminder: 3.7.8 / 3.6.11 cutoff Monday, last non-security bugfixes for 3.7.x

2020-06-12 Thread Ned Deily
s to 3.9 but deemed inappropriate to backport to 3.8 and/or 3.7. https://github.com/python/cpython/pulls?utf8=✓&q=is%3Apr+is%3Aopen+base%3A3.7 https://github.com/python/cpython/pulls?utf8=✓&q=is%3Apr+is%3Aopen+label%3A%22needs+backport+to+3.7%22 -- Ned Deily n...@python.org -- [

[Python-Dev] Final reminder: 3.7.8 / 3.6.11 cutoff Monday, last non-security bugfixes for 3.7.x

2020-06-12 Thread Ned Deily
. Assuming no release-blocker issues arise during the release candidate testing, 3.7.8 and 3.6.11 will release on 06-27. https://discuss.python.org/t/upcoming-cutoffs-for-3-9-3-8-3-7-and-3-6-releases-last-chance-for-3-7-bugfixes/4362 -- Ned Deily n...@python.org

[Python-Dev] Upcoming cutoffs for 3.9, 3.8, 3.7, and 3.6 releases! Last chance for 3.7 bugfixes!

2020-06-06 Thread Ned Deily
https://discuss.python.org/t/upcoming-cutoffs-for-3-9-3-8-3-7-and-3-6-releases-last-chance-for-3-7-bugfixes/4362 -- Ned Deily n...@python.org -- [] ___ Python-Dev mailing list -- python-dev@python.org To unsubscribe send an email to python-dev-le

[Python-Dev] Re: MacOS pkg bundles openssl, but doesn't include a cert bundle?

2020-03-23 Thread Ned Deily
et of certificates with the installer directly because any of them could be replaced or invalidated over the lifetome of the installer package. Hope that helps. -- Ned Deily n...@python.org -- [] ___ Python-Dev mailing list -- python-dev@python.o

[Python-Dev] [RELEASE] Python 3.7.7 is now available

2020-03-10 Thread Ned Deily
https://discuss.python.org/t/python-3-7-7-is-now-available/3682 https://www.python.org/downloads/release/python-377/ -- Ned Deily n...@python.org -- [] ___ Python-Dev mailing list -- python-dev@python.org To unsubscribe send an email to python-dev

[Python-Dev] Re: [RELEASE] Python 3.7.7rc1 is now available for testing

2020-03-04 Thread Ned Deily
On Mar 4, 2020, at 23:39, Jonathan Goble wrote: >> On Wed, Mar 4, 2020 at 10:05 PM Ned Deily wrote: >> On Mar 4, 2020, at 17:17, Jonathan Goble wrote: >> > On Wed, Mar 4, 2020 at 1:02 PM Ned Deily wrote: >> > Details here: >> >> https://discuss.python.

[Python-Dev] Re: [RELEASE] Python 3.7.7rc1 is now available for testing

2020-03-04 Thread Ned Deily
On Mar 4, 2020, at 17:17, Jonathan Goble wrote: > On Wed, Mar 4, 2020 at 1:02 PM Ned Deily wrote: > Details here: > >> https://discuss.python.org/t/python-3-7-7rc1-is-now-available-for-testing/3638 >> >> "Assuming no critical problems are found prior to 2020-0

[Python-Dev] [RELEASE] Python 3.7.7rc1 is now available for testing

2020-03-04 Thread Ned Deily
Details here: https://discuss.python.org/t/python-3-7-7rc1-is-now-available-for-testing/3638 https://www.python.org/downloads/release/python-377rc1/ -- Ned Deily n...@python.org -- [] ___ Python-Dev mailing list -- python-dev@python.org To

[Python-Dev] 3.7.7 schedule accelerated, cutoff now 2020-03-02

2020-02-26 Thread Ned Deily
https://discuss.python.org/t/3-7-7-schedule-accelerated-cutoff-now-2020-03-02/3511 -- Ned Deily n...@python.org -- [] ___ Python-Dev mailing list -- python-dev@python.org To unsubscribe send an email to python-dev-le...@python.org https

[Python-Dev] Re: ABI breakage in >= 3.7.4 ?

2020-02-07 Thread Ned Deily
Was it with a single specific package, or is it > reproducible with several Python packages? It would be good to know > what's required exactly to hit this issue. And, if you want action on this, please open a new issue about it on bugs.python.org. T

[Python-Dev] 3.8.1rc1, 3.7.6rc1, and 3.6.10rc1 cutoffs ahead

2019-12-04 Thread Ned Deily
urity branch criteria: https://devguide.python.org/devcycle/#security-branches -- Ned Deily n...@python.org -- [] ___ Python-Dev mailing list -- python-dev@python.org To unsubscribe send an email to python-dev-le...@python.org https://mail.python.org/mai

[Python-Dev] [RELEASE] Python 3.7.5 is now available

2019-10-15 Thread Ned Deily
. -- Ned Deily n...@python.org -- [] ___ Python-Dev mailing list -- python-dev@python.org To unsubscribe send an email to python-dev-le...@python.org https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https

[Python-Dev] Re: How official binaries are built?

2019-10-15 Thread Ned Deily
for a particular user's installation. I see that MacPorts, another distributor of Python on macOS, provides a non-default variant that uses --enable-optimizations. https://github.com/macports/macports-ports/blob/master/lang/python37/Portfile -- Ned Deily n...@python.org -- [] __

[Python-Dev] [RELEASE] Python 3.7.5rc1 is now available for testing

2019-10-02 Thread Ned Deily
recommended for production environments. You can find the release files, a link to the changelog, and more information here: https://www.python.org/downloads/release/python-375rc1/ -- Ned Deily n...@python.org -- [] ___ Python-Dev mailing list

[Python-Dev] Re: 3.7.5rc1 release blocked (Re: 3.7.5rc1 cutoff ahead)

2019-09-28 Thread Ned Deily
/peps/pep-0569/ https://www.python.org/dev/peps/pep-0478/ https://www.python.org/dev/peps/pep-0373/ https://bugs.python.org On Sep 17, 2019, at 19:26, Ned Deily wrote: > 2019-09-17 Update: as of the scheduled cutoff time earlier today, we had two > recently identified release blocker issue

[Python-Dev] Re: The Python 2 death march

2019-09-26 Thread Ned Deily
e to merge 2.7 changes back into the central repo. The 2.7 tag will act as sort of a read-only branch, i.e. you can still do: git checkout 2.7 to access it. If you want, you could create a local branch in your repo. See: https://devguide.python.org/devcycle/#end-of-life-branches -- N

[Python-Dev] 3.7.5rc1 release blocked (Re: 3.7.5rc1 cutoff ahead)

2019-09-17 Thread Ned Deily
][CVE-2019-9947] HTTP Header Injection (follow-up of CVE-2016-5699) https://bugs.python.org/issue36274 http.client cannot send non-ASCII request lines On Sep 9, 2019, at 07:10, Ned Deily wrote: > https://discuss.python.org/t/3-7-5rc1-cutoff-ahead/2288 > > A reminder: it is tim

[Python-Dev] 3.7.5rc1 cutoff ahead

2019-09-09 Thread Ned Deily
itish Summer Time, at that). https://www.python.org/dev/peps/pep-0537/ -- Ned Deily n...@python.org -- [] ___ Python-Dev mailing list -- python-dev@python.org To unsubscribe send an email to python-dev-le...@python.org https://mail.python.org/mai

[Python-Dev] Re: [Webmaster] Python for Mac OS X Catalina

2019-08-16 Thread Ned Deily
stricter > requirements for signing installers, and the Python.org installers do not yet > comply with those stricter requirements. And we will be addressing this for current Python installers prior to the upcoming official release of macOS 10.15 Catalina. -- Ned Deily

[Python-Dev] Re: Inline links in Misc/NEWS entries

2019-08-13 Thread Ned Deily
n other things, like helping with the "What's New" documents for upcoming releases or just fixing bugs. But I think there could be a lot of benefit for a moderate bit of touching up. One important note: to avoid confusion, only edit the blurb NEWS rst files in the branch for

[Python-Dev] Re: Inline links in Misc/NEWS entries

2019-08-13 Thread Ned Deily
eally one to three sentences. They should not go into great detail as the point of the changelog is to provide a high-level overview of the changes going into each release. Readers interested in more detail can click on the link to the bpo issue for the ful

[Python-Dev] Re: Sphinx is blocking merges

2019-07-21 Thread Ned Deily
' > See https://bugs.python.org/issue37644 master is now fixed; 3.8 should be fixed in a few minutes -- Ned Deily n...@python.org -- [] ___ Python-Dev mailing list -- python-dev@python.org To unsubscribe send an email to python-dev-le...@python

[Python-Dev] [RELEASE] Python 3.7.4 is now available

2019-07-08 Thread Ned Deily
on.org/3.7/whatsnew/3.7.html Thanks to all of the many volunteers who help make Python Development and these releases possible! Please consider supporting our efforts by volunteering yourself or through organization contributions to the Python Software Foundation: https://www.python.org/psf/ --

[Python-Dev] Re: Removing dead bytecode vs reporting syntax errors

2019-07-05 Thread Ned Deily
for 3.7.4 final and will not be considered for future 3.7.x releases. -- Ned Deily n...@python.org -- [] ___ Python-Dev mailing list -- python-dev@python.org To unsubscribe send an email to python-dev-le...@python.org https://mail.python.org/mailma

[Python-Dev] [RELEASE] Python 3.7.4rc2 is now available for testing

2019-07-02 Thread Ned Deily
changelog, and more information here: https://www.python.org/downloads/release/python-374rc2/ -- Ned Deily n...@python.org -- [] ___ Python-Dev mailing list -- python-dev@python.org To unsubscribe send an email to python-dev-le...@python.org https

[Python-Dev] [RELEASE] Python 3.6.9 security-fix release is now available

2019-07-02 Thread Ned Deily
can find the release files, a link to the changelog, and more information here: https://www.python.org/downloads/release/python-369/ https://www.python.org/downloads/ -- Ned Deily n...@python.org -- [] ___ Python-Dev mailing list -- python-dev

[Python-Dev] 3.7.4 final delayed [Was: Python 3.7.4rc1 (and 3.6.9rc1) cutoffs ahead, now set for 2019-06-17]

2019-06-29 Thread Ned Deily
On Jun 6, 2019, at 01:43, Ned Deily wrote: > > https://discuss.python.org/t/python-3-7-4rc1-and-3-6-9rc1-cutoffs-ahead-now-set-for-2019-06-17/1824 > [...] > Following the rc1 cutoff, changes merged to the > 3.7 branch will be released in 3.7.5 three months from now unless you >

[Python-Dev] Re: PEP 581 has been updated with "Downsides of GitHub" section

2019-06-28 Thread Ned Deily
On Jun 28, 2019, at 12:56, Mariatta wrote: > Some of the items brought up during the language summit: > [...] > - we should be updating devguide ahead of the actual migration, so core > developers and release managers have time to review and learn the new > workflow. (suggest

[Python-Dev] Re: strip behavior provides inconsistent results with certain strings

2019-06-27 Thread Ned Deily
trip string methods was changed to include this: "The chars argument is not a prefix or suffix; rather, all combinations of its values are stripped." https://docs.python.org/2/library/stdtypes.html#str.strip But the docs for the 2.7 string function were not so updated. Likewise for lstrip and rstri

[Python-Dev] [RELEASE] Python 3.7.4rc1 and 3.6.9rc1 are now available

2019-06-18 Thread Ned Deily
/release/python-374rc1/ https://www.python.org/downloads/release/python-369rc1/ -- Ned Deily n...@python.org -- [] ___ Python-Dev mailing list -- python-dev@python.org To unsubscribe send an email to python-dev-le...@python.org https://mail.python.org

[Python-Dev] Re: 1 PR, multiple issues

2019-06-10 Thread Ned Deily
o solve everything in one PR, I would generally associate the PR with one issue and close the others as duplicates with explanations why. -- Ned Deily n...@python.org -- [] ___ Python-Dev mailing list -- python-dev@python.org To unsubscribe send an em

[Python-Dev] Re: python-ideas and python-dev migrated to Mailman 3/HyperKitty

2019-06-08 Thread Ned Deily
On Jun 8, 2019, at 13:01, Antoine Pitrou wrote: > On Fri, 7 Jun 2019 19:03:50 -0400 > Ned Deily wrote: >> This worked for mamy years. I believe the issue is that the process relied >> on the old Subversion source web viewer which has more recently been retired. >

[Python-Dev] Re: python-ideas and python-dev migrated to Mailman 3/HyperKitty

2019-06-07 Thread Ned Deily
at appears to have stalled: https://github.com/python/core-workflow/issues/12 Perhaps we can interest someone in picking it up. That would be a big help for everyone. -- Ned Deily n...@python.org -- [] ___ Python-Dev mailing list --

[Python-Dev] Python 3.7.4rc1 (and 3.6.9rc1) cutoffs ahead, now set for 2019-06-17

2019-06-05 Thread Ned Deily
3.7.x bugfix releases every three months until 2020-06-27, two years after the initial release of 3.7.0. At that point, 3.7.x will enter its security-fix-only phase for an additional three years. https://www.python.org/dev/peps/pep-0537/ -- Ned Deily n...@python.org -- [] Python-Dev mailing

[Python-Dev] Ignore spurious 3.4 checkin messages!

2019-05-10 Thread Ned Deily
Eek! I was just doing a bit of branch cleanup in the cpython repo and managed to trigger a bunch (30-ish) of duplicate checkin messages to bugs.python.org for old commits. I will remove them from b.p.o. Please ignore any 3.4 spam email. Sorry! -- Ned Deily n...@python.org

Re: [Python-Dev] Mistake in 3.7.3 Changelog

2019-03-27 Thread Ned Deily
On Mar 27, 2019, at 22:37, Ned Deily wrote: > On Mar 27, 2019, at 21:59, Dima Tisnek wrote: >> Correct BPO is https://bugs.python.org/issue36256 > Thanks for the report! I'll see that it gets fixed. https://github.com/python/cpython/pull/12600 There were also a couple m

Re: [Python-Dev] Mistake in 3.7.3 Changelog

2019-03-27 Thread Ned Deily
request number, not a > Python bug number. > > Correct BPO is https://bugs.python.org/issue36256 Thanks for the report! I'll see that it gets fixed. -- Ned Deily n...@python.org -- [] ___ Python-Dev mailing list Python-Dev@python.

[Python-Dev] [RELEASE] Python 3.7.3 is now available

2019-03-25 Thread Ned Deily
possible! Please consider supporting our efforts by volunteering yourself or through organization contributions to the Python Software Foundation. https://docs.python.org/3.7/whatsnew/3.7.html https://docs.python.org/3.7/whatsnew/changelog.html#python-3-7-3-final https://www.python.org/psf/ -- Ned

[Python-Dev] [RELEASE] Python 3.7.3rc1 is now available for testing.

2019-03-12 Thread Ned Deily
recommended for production environments. You can find the release files, a link to the changelog, and more information here: https://www.python.org/downloads/release/python-373rc1/ -- Ned Deily n...@python.org -- [] ___ Python-Dev mailing list Python-Dev

Re: [Python-Dev] CPython on Windows ARM32

2019-02-06 Thread Ned Deily
New" document for 3.7 states: "The ssl module has preliminary and experimental support for TLS 1.3 and OpenSSL 1.1.1. " I am OK with fixes for 1.1.1 support but I think it would be premature to change the Windows and/or macOS installers from 1.1.0 to 1.1.1. -- Ned Deily n...@python.

[Python-Dev] [RELEASE] Python 3.7.2 and 3.6.8 are now available

2018-12-24 Thread Ned Deily
#python-3-7-2-final https://docs.python.org/3.6/whatsnew/changelog.html#python-3-6-8-final https://www.python.org/psf/ -- Ned Deily n...@python.org -- [] ___ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev

Re: [Python-Dev] 3.7.2rc1 and 3.6.8rc1 cutoffs ahead, last 3.6.x bugfix release!

2018-12-19 Thread Ned Deily
g list. TL;DR we are not going to change our plans now. Thanks for all the thoughtful comments! https://mail.python.org/pipermail/python-committers/2018-December/006487.html -- Ned Deily n...@python.org -- [] ___ Python-Dev mailing list Python

Re: [Python-Dev] [RELEASE] Python 3.7.2rc1 and 3.6.8rc1 now available for testing

2018-12-12 Thread Ned Deily
ownloads/release/python-368rc1/ Click on the "Full Changelog" link just before the Files section. More information! Or you can always go to the top-level page of the documentation set for a branch or release, click on the "What's new in ... " link, then click on

[Python-Dev] [RELEASE] Python 3.7.2rc1 and 3.6.8rc1 now available for testing

2018-12-11 Thread Ned Deily
releases and more information here: https://www.python.org/downloads/release/python-372rc1/ https://www.python.org/downloads/release/python-368rc1/ -- Ned Deily n...@python.org -- [] ___ Python-Dev mailing list Python-Dev@python.org https

Re: [Python-Dev] 3.7.2rc1 and 3.6.8rc1 cutoffs ahead, last 3.6.x bugfix release!

2018-12-11 Thread Ned Deily
your help! -- Ned Deily n...@python.org -- [] ___ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Re: [Python-Dev] 3.7.2rc1 and 3.6.8rc1 cutoffs ahead, last 3.6.x bugfix release!

2018-12-09 Thread Ned Deily
On Dec 4, 2018, at 03:42, Ned Deily wrote: > https://discuss.python.org/t/3-7-2rc1-and-3-6-8rc1-cutoffs-ahead-last-3-6-x-bugfix-release/510 An update: as of the planned Friday cutoff, we still had a few open issues. Since 3.6.8 is the last planned bugfix for the 3.6 branch, I would like

[Python-Dev] 3.7.2rc1 and 3.6.8rc1 cutoffs ahead, last 3.6.x bugfix release!

2018-12-04 Thread Ned Deily
/devguide.python.org/#branchstatus https://www.python.org/dev/peps/pep-0494/ https://www.python.org/dev/peps/pep-0537/ -- Ned Deily n...@python.org -- [] ___ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsub

Re: [Python-Dev] Get a running instance of the doc for a PR.

2018-11-04 Thread Ned Deily
org/doc/versions/ There are built using the same Doc/Makefile found in the cpython repo branches and the resulting Doc/build/html directory contains the docset for that snapshot of the repo with every file in the proper location for the webbrowser to load directly. -- Ned Deily

Re: [Python-Dev] Get a running instance of the doc for a PR.

2018-11-04 Thread Ned Deily
omain, unless I'm forgetting something; they're clearly under a CI environment like Travis or AppVeyor or Azure. That's really my main concern. -- Ned Deily n...@python.org -- [] ___ Python-Dev mailing list Python-Dev@python.or

Re: [Python-Dev] Get a running instance of the doc for a PR.

2018-11-04 Thread Ned Deily
open and view in the default web browser. $ open build/html/index.html -- Ned Deily n...@python.org -- [] ___ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.pyt

Re: [Python-Dev] Get a running instance of the doc for a PR.

2018-11-04 Thread Ned Deily
don't think the benefits of such a service are worth the added complexity and potential abuse. cd Doc make venv # first time git pr checkout ... make html open build/html/index.html # depending on platform and code change -- Ned Deily n...@python.org -- [] _

[Python-Dev] Julien Palard joins the Python Release Team as Documentation Expert

2018-10-29 Thread Ned Deily
https://discuss.python.org/t/julien-palard-joins-the-python-release-team-as-documentation-expert/313 -- Ned Deily n...@python.org -- [] ___ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev

Re: [Python-Dev] Helping with Documentation

2018-10-29 Thread Ned Deily
Python Developer's Guide contains a lot of information about helping with the documentation and becoming a core contributor. https://mail.python.org/mailman/listinfo/doc-sig https://devguide.python.org/docquality/ -- Ned Deily n...@python.org -- [] _

Re: [Python-Dev] [RELEASE] Python 3.7.1 and 3.6.7 are now available

2018-10-20 Thread Ned Deily
On Oct 20, 2018, at 15:54, Terry Reedy wrote: > > On 10/20/2018 1:37 PM, Ned Deily wrote: > >> We are also happy to announce the availability of Python 3.6.7, the next >> maintenance release of Python 3.6: >> https://www.python.org/downloads/release/python-367/ &g

[Python-Dev] [RELEASE] Python 3.7.1 and 3.6.7 are now available

2018-10-20 Thread Ned Deily
Python Development and these releases possible! Please consider supporting our efforts by volunteering yourself or through organization contributions to the Python Software Foundation. -- Ned Deily n...@python.org -- [] ___ Python-Dev mailing list

[Python-Dev] [RELEASE] Python 3.7.1rc2 and 3.6.7rc2 now available for testing

2018-10-13 Thread Ned Deily
/python-371rc2/ https://www.python.org/downloads/release/python-367rc2/ -- Ned Deily n...@python.org -- [] ___ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org

[Python-Dev] 3.7.1 and 3.6.7 Release Update

2018-10-06 Thread Ned Deily
buildbot exposure and potential exposure in the wider community. Thanks! -- Ned Deily n...@python.org -- [] ___ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org

[Python-Dev] [RELEASE] Python 3.7.1rc1 and 3.6.7rc1 now available for testing

2018-09-26 Thread Ned Deily
-371rc1/ https://www.python.org/downloads/release/python-367rc1/ -- Ned Deily n...@python.org -- [] ___ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman

Re: [Python-Dev] 3.7.1 and 3.6.7 Releases Coming Soon

2018-09-21 Thread Ned Deily
On Sep 21, 2018, at 05:37, Christian Heimes wrote: > On 19/09/2018 23.12, Ned Deily wrote: >> Update: not surprisingly, there have been a number of issues that have >> popped up during and since the sprint that we would like to ensure are >> addressed in 3.7.1 and 3.6.

Re: [Python-Dev] 3.7.1 and 3.6.7 Releases Coming Soon

2018-09-19 Thread Ned Deily
g the important ones resolved so I'm going to plan on cutting off code for 3.7.1rc1 and 3.6.7rc1 by the end of 2018-09-20 (23:59 AoE). That's roughly 38 hours from now. Thanks for all of your help in improving Python for everyone! --Ned On Sep 10, 2018, at 18:17, Ned Deily wrote: > I ha

Re: [Python-Dev] Late Python 3.7.1 changes to fix the C locale coercion (PEP 538) implementation

2018-09-19 Thread Ned Deily
tate of the 3.7 branch look acceptable now for a 3.7.1? -- Ned Deily n...@python.org -- [] ___ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Re: [Python-Dev] Late Python 3.7.1 changes to fix the C locale coercion (PEP 538) implementation

2018-09-19 Thread Ned Deily
would be the impact on any user code that has already adopted it in 3.7.0? -- Ned Deily n...@python.org -- [] ___ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Re: [Python-Dev] Late Python 3.7.1 changes to fix the C locale coercion (PEP 538) implementation

2018-09-17 Thread Ned Deily
t; I don't know if it should be possible to enable C locale coercion when > Python is embedded. So I just made the change requested by Nick :-) > > > I dislike doing such late changes in 3.7.1, especially since PEP 538 > has been designed by Nick Coghlan, and we disagree

[Python-Dev] 3.7.1 and 3.6.7 Releases Coming Soon

2018-09-10 Thread Ned Deily
lease ensure there are open issues for them in the bug tracker (bugs.python.org) and that their priorities are set accordingly (e.g. "release blocker"). Thanks for your support! --Ned -- Ned Deily n...@python.org -- [] ___ Python-Dev mail

Re: [Python-Dev] [python-committers] Time for 3.4.9 and 3.5.6

2018-07-08 Thread Ned Deily
e doc sets for release branches that are in security-fix-only mode (and that have been taken out of the automatic docs-build script) and we're not clever enough to know to build them with the switchers enabled. If we can document that in our release process, that would be cool. -- Ned Dei

Re: [Python-Dev] Removal of install_misc command from distutils

2018-07-06 Thread Ned Deily
ig mailing list where the change probably should have been discussed first if it wasn't and also reopen https://bugs.python.org/issue29218. AFAIK, the removal hasn't come up as a problem before in the nearly 18 months since the change was first merged into the feature

Re: [Python-Dev] Failing tests [Was: Re: Python 3.7.0 is now available! (and so is 3.6.6)]

2018-07-01 Thread Ned Deily
On Jul 1, 2018, at 17:48, Matěj Cepl wrote: > On 2018-06-28, 00:58 GMT, Ned Deily wrote: >> On behalf of the Python development community and the Python 3.7 release >> team, we are pleased to announce the availability of Python 3.7.0. > > I am working on updating openSUSE p

[Python-Dev] Python 3.7.0 is now available! (and so is 3.6.6)

2018-06-27 Thread Ned Deily
the Python Software Foundation. https://www.python.org/psf/ -- Ned Deily n...@python.org -- [] ___ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailm

[Python-Dev] 3.7.0 / 3.6.6 Update: all systems go for final releases!

2018-06-25 Thread Ned Deily
, for example when trying to merge a PR, please try again in a few hours. Thanks and more later! https://bugs.python.org/issue33851 https://bugs.python.org/issue33932 -- Ned Deily n...@python.org -- [] ___ Python-Dev mailing list Python-Dev

[Python-Dev] [RELEASE] Python 3.7.0rc1 and 3.6.6rc1 are now available

2018-06-12 Thread Ned Deily
://www.python.org/downloads/release/python-366rc1/ -- Ned Deily n...@python.org -- [] ___ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive

[Python-Dev] 3.7.0rc1 and 3.6.6rc1 now tagged - on to final!

2018-06-12 Thread Ned Deily
06-27 3.7.0 final !!! and 3.6.6 final !! - 2018-07-xx 3.7.1 - 2018-09-xx 3.6.7 -- Ned Deily n...@python.org -- [] ___ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.o

  1   2   3   4   5   >