pythondotorg
pythondotorg copied to clipboard
Source code for python.org
**Describe the bug** On the python.org "Mailing Lists" page, the hyperlink to ActiveState's archive of the `python-ideas` mailing list (`URL: https://code.activestate.com/lists/python-ideas/`) is broken. **To Reproduce** Steps to reproduce the behavior:...
From the feedback I've received from various people posting jobs to the board, it would seem that it appears to not always be desirable to have an email displayed and...
The W3C validator is rather unhappy with python.org, as one can see here: https://validator.w3.org/nu/?doc=https%3A%2F%2Fwww.python.org%2F Now, I don't believe in "validation for validation's sake", but at least some of these look...
**Is your feature request related to a problem? Please describe.** The Python homepage includes a slideshow of five sample Python programs, to provide a sense of what code written in...
**Is your feature request related to a problem? Please describe.** There seems to be no really easy and obvious way to automate the monitoring of python releases. **Describe the solution...
**Bug description** At the community-landing site is a Youtube iFrame which is not responsive. **Reproduce** Steps to reproduce the behavior: 1. Go to 'https://www.python.org/community-landing/' 2. Switch to the responsive view...
**Describe the bug** In trying to sign up to be a PSFMember, I tried to first receive an email confirmation of my account, then when I never received that, tried...
**Describe the bug** The PSF pages have been redesigned, and some pages renamed/moved without adding redirects, meaning existing links, both inside python.org and on external pages, now lead to 404s....
This is the PR replacing https://github.com/python/pythondotorg/pull/1713. The functional tests have been removed and logical/functional concerns have been replicated with unit tests that don't require selenium to run. _This is basically...
Related ISSUE: [#2102](https://github.com/python/pythondotorg/issues/2102) ### Description Create a possibility to archive old email templates that won't be useful anymore instead deleting them. - Created a **boolean** field named 'active' on BaseEmailTemplate...