main
Commits on Jun 11, 2022
-
Updating brew install command to avoid pkg-config warning (#891)
* Updating brew install command to avoid warning I am using Mac OS Catalina 10.15.7. To avoid getting the following warning : $ configure: WARNING: pkg-config is missing. Some dependencies may not be detected correctly. $ brew install pkg-config needs to be run. * Allowing build of additional modules I was getting the following message: $ The necessary bits to build these optional modules were not found: _hashlib _ssl Updating the command line with: $ brew install [email protected] resolved the issue. * making this PR only about removing warning
Commits on Jun 10, 2022
-
Document new way of highlighting GitHub Organization Owners (#889)
Documents mentioning @python/organization-owners. Co-authored-by: Łukasz Langa <[email protected]> Co-authored-by: Adam Turner <[email protected]>
Commits on Jun 8, 2022
-
Update GitHub Organization Owners (#887)
bugs.python.org => GitHub migration is complete, @ezio-melotti no longer needs Owner bit.
Commits on Jun 6, 2022
-
gh-853: Update Document Discourse. (#876)
* Update Document Discourse issue #853 * fix whitespaces * Update communication.rst Co-authored-by: Ezio Melotti <[email protected]> * Update communication.rst Co-authored-by: Ezio Melotti <[email protected]> * Update communication.rst Co-authored-by: Ezio Melotti <[email protected]> * Update communication.rst Co-authored-by: Ezio Melotti <[email protected]> * Update communication.rst Co-authored-by: Ezio Melotti <[email protected]> * Update communication.rst Co-authored-by: Ezio Melotti <[email protected]> * Update communication.rst Co-authored-by: Ezio Melotti <[email protected]> * minor adjustments to discourse doc updates * Update communication.rst Co-authored-by: Erlend Egeberg Aasland <[email protected]> * Update communication.rst Co-authored-by: Erlend Egeberg Aasland <[email protected]> * Update communication.rst Co-authored-by: Erlend Egeberg Aasland <[email protected]> * Update communication.rst Co-authored-by: Erlend Egeberg Aasland <[email protected]> * updated suggested changes * Update communication.rst Co-authored-by: Ezio Melotti <[email protected]> * Update communication.rst Co-authored-by: Ezio Melotti <[email protected]> * Update communication.rst Co-authored-by: Ezio Melotti <[email protected]> * Update communication.rst Co-authored-by: Ezio Melotti <[email protected]> * adjusted redundant info on notifications * resolve merge conflict * minor adjustment * Update communication.rst Co-authored-by: Ezio Melotti <[email protected]> * Update communication.rst Co-authored-by: Ezio Melotti <[email protected]> * Update communication.rst Co-authored-by: Ezio Melotti <[email protected]> * Update communication.rst Co-authored-by: Ezio Melotti <[email protected]> * Update communication.rst Co-authored-by: Ezio Melotti <[email protected]> * Update communication.rst Co-authored-by: Ezio Melotti <[email protected]> * Add note about flagging messages and pinging staff. * Remove trailing whitespace. * Add Discourse groups links to `linkcheck_ignore`. * Move a link. Co-authored-by: Ezio Melotti <[email protected]> Co-authored-by: Erlend Egeberg Aasland <[email protected]>
Commits on Jun 5, 2022
-
gh-870 Added Closing PR section for close reasons (#877)
* Added Closing PR section where now we can opt to close as complete or not-planned. GH issue: #870 GH blog: https://github.blog/changelog/2022-05-19-the-new-github-issues-may-19th-update/ * Remove new section and remove github blog hyperlink. * Modify tracker.rst and restore pullrequest.rst because the closed reason is for issues and not for pull request.
-
suggest edit of sources.list to enable deb-src's (#759)
* suggest edit of sources.list to enable deb-src's When using WSL with Ubuntu, it was not obvious how to get the relevant deb-src to avoid error "E: You must put some 'deb-src' URIs in your sources.list". The file already contained the urls which can be uncommented to continue the process of installin dependencies. * Fix markup. Co-authored-by: Ezio Melotti <[email protected]>
Commits on Jun 4, 2022
-
WIP: Mention and link to the macOS readme in the repo. (#454)
* Mention and link to the macOS readme in the repo. Fixes #453. * Rename hyperlink to 'macOS readme' to avoid conflict with Windows 'readme' * Update link to macOS Readme * Capitalize README. Co-authored-by: Ezio Melotti <[email protected]>
-
Update Ubuntu Bionic to Focal in setup.rst (#654)
* Update Ubuntu Bionic to Focal in setup.rst Ubuntu Focal Fossa is the latest LTS release. Its default Python version is 3.8. Also, I added a numeric version of the Ubuntu release because it is likely more familiar to users. * Update setup docs to Jammy Jellyfish. Co-authored-by: Ezio Melotti <[email protected]>
-
Commits on Jun 3, 2022
-
Bump sphinx from 4.5.0 to 5.0.1 (#878)
* Bump sphinx from 4.5.0 to 5.0.1 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 4.5.0 to 5.0.1. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/5.x/CHANGES) - [Commits](sphinx-doc/sphinx@v4.5.0...v5.0.1) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Update furo version. Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ezio Melotti <[email protected]>
Commits on May 21, 2022
-
Add Marathi translation repo link (#871)
* Add Marathi translation repo link * fix link format typo
Commits on May 20, 2022
-
Only print
make venvmessage when needed. (#867)* Only print `make venv` message when needed. * Remove duplicated code.
Commits on May 17, 2022
Commits on May 16, 2022
-
Use sphinx-lint in
make check. (#866)* Use sphinx-lint in `make check`. * Fix missing newlines at the end of files. * Add `venv` as a dependency for the `check` target. Co-authored-by: Hugo van Kemenade <[email protected]> * Specify `sphinx-lint` version in `make.bat`. Co-authored-by: Steve Dower <[email protected]> Co-authored-by: Hugo van Kemenade <[email protected]> Co-authored-by: Steve Dower <[email protected]>
Commits on May 15, 2022
Commits on May 11, 2022
-
Update status of branches (#859)
Co-authored-by: Hugo van Kemenade <[email protected]>
-
-
Commits on May 10, 2022
Commits on May 7, 2022
-
Remove obsolete zh-tw translations link (#858)
* Remove obsolete zh-tw translations link * Remove the link too.
Commits on May 6, 2022
-
-
-
bpo-36329: Replace 'make serve' with 'make htmlview' (#826)
* bpo-36329: Replace 'make serve' with 'make htmlview' * Document htmlview in help * Direct users of serve towards htmlview instead * Add quotes around target names for clarity
Commits on May 3, 2022
Commits on May 2, 2022
Commits on Apr 29, 2022
-
Update filename of Misc/stable_abi.toml (GH-847)
CPython change: python/cpython#92026 Heads-up/discussion: https://mail.python.org/archives/list/[email protected]/thread/C66LFKFO23BACJ673FVF7E2VS5TBP6DW/ I didn't add a note for older versions: released versions should *never* get new stable ABI entries.