Commits
main
Name already in use
Commits on Jun 4, 2023
-
Maintain support for pre-Python 3.11 (#1107)
Co-authored-by: C.A.M. Gerlach <[email protected]>
Commits on Jun 1, 2023
-
Bump sphinx from 6.1.3 to 7.0.1 (#1106)
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 6.1.3 to 7.0.1. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES) - [Commits](sphinx-doc/sphinx@v6.1.3...v7.0.1) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Commits on May 30, 2023
Commits on May 23, 2023
Commits on May 22, 2023
Commits on May 17, 2023
-
Replace deprecated utcnow() with now(UTC) (#1097)
* Replace deprecated utcnow() with now(UTC) * Update Python requirements
Commits on May 15, 2023
-
Document custom CPython roles. (#1092)
* Document custom CPython roles. * Fix role name. Co-authored-by: Hugo van Kemenade <[email protected]> * Fix whitespace. --------- Co-authored-by: Hugo van Kemenade <[email protected]>
Commits on May 10, 2023
-
Update communication-channels.rst (#1094)
Co-authored-by: Oleg Iarygin <[email protected]> Co-authored-by: Lysandros Nikolaou <[email protected]> Co-authored-by: Hugo van Kemenade <[email protected]>
Commits on May 1, 2023
-
Add link to Brandt's talk about the interpreter (#1089)
(TODO: The video links to an older version; update when PyCon 2023 video is online.)
Commits on Apr 30, 2023
Commits on Apr 26, 2023
Commits on Apr 25, 2023
Commits on Apr 24, 2023
Commits on Apr 21, 2023
Commits on Apr 19, 2023
-
PEP 689: Add docs for unstable C API (#1060)
Add docs for unstable C API (PEP 689) Co-authored-by: C.A.M. Gerlach <[email protected]> Co-authored-by: Ezio Melotti <[email protected]>
Commits on Apr 17, 2023
-
Rename expert labels to topic labels (#1076)
* Rename expert labels to topic labels * Alphabetise sections * Update wording Co-authored-by: C.A.M. Gerlach <[email protected]> * Add reST target for 'Topic labels' --------- Co-authored-by: C.A.M. Gerlach <[email protected]>
Commits on Apr 5, 2023
Commits on Apr 1, 2023
Commits on Mar 28, 2023
Commits on Mar 22, 2023
Commits on Mar 16, 2023
-
Overhaul the labels page to reflect current GH labeling practice (#930)
* Update the triage/labels.rst page. * Remove duplicate label. * Use the `:gh-label:` role. * Use the `:cpy-file:` role. * (Re)move (mostly) BPO-related info. * Apply suggestions from code review Co-authored-by: C.A.M. Gerlach <[email protected]> * Apply suggestions from code review Co-authored-by: C.A.M. Gerlach <[email protected]> Co-authored-by: Hugo van Kemenade <[email protected]> * Fix miss-islington link markup. * Add more ref targets to prevent link rotting. Co-authored-by: C.A.M. Gerlach <[email protected]> Co-authored-by: Hugo van Kemenade <[email protected]> * Add other two ref targets to the "Type labels" section. * Address remaining review comments. * Apply more suggestions from code review. Co-authored-by: C.A.M. Gerlach <[email protected]> * Rephrase sentence as suggested in a review comment. * Rewrap a few long lines. * Restore and move the `Assignees` sub-section. * Fix typo. Co-authored-by: Hugo van Kemenade <[email protected]> * Fix "triager" capitalization. Co-authored-by: Hugo van Kemenade <[email protected]> * Document the `automerge` label. * Remove obsolete note/comment. * Minor grammar/punctuation/phrasing fixes. Co-authored-by: C.A.M. Gerlach <[email protected]> * Final tweaks. Co-authored-by: C.A.M. Gerlach <[email protected]> --------- Co-authored-by: C.A.M. Gerlach <[email protected]> Co-authored-by: Hugo van Kemenade <[email protected]>
Commits on Mar 14, 2023
-
Don't force column widths in versions.rst (#1041)
Setting `:widths:` for individual columns leads to weird wrapping, as some columns are too narrow. Just setting the table to 100% width and letting Sphinx figure out the distribution, OTOH, looks fine. Let the software be smart. Signed-off-by: FeRD (Frank Dana) <[email protected]>
Commits on Mar 12, 2023
Commits on Mar 8, 2023
Commits on Mar 6, 2023
-
Overhaul Building the Documentation section for clarity (GH-1038)
* Overhaul Building the Documentation section for clarity * Apply suggestions and further clarifications from Hugo Co-authored-by: Hugo van Kemenade <[email protected]>
Commits on Mar 3, 2023
Commits on Mar 1, 2023
Commits on Feb 28, 2023
Commits on Feb 23, 2023
-
Append a hash ?digest to CSS files for cache-busting (#1054)
Co-authored-by: C.A.M. Gerlach <[email protected]>
Commits on Feb 17, 2023
-
Update instructions for building on macOS (#1052)
* Update instructions for building on macOS Signed-off-by: César Román <[email protected]> * Fix WARNING: Literal block expected; none found. getting-started/setup-building.rst:420 * Apply suggestions from code review Co-authored-by: C.A.M. Gerlach <[email protected]> * Install and use [email protected] with Homebrew * Apply suggestions from code review Co-authored-by: C.A.M. Gerlach <[email protected]> * Restore Python 3.10+ PKG_CONFIG_PATH * Update following text to match revised macOS building language --------- Signed-off-by: César Román <[email protected]> Co-authored-by: C.A.M. Gerlach <[email protected]>
Commits on Feb 11, 2023
-
Update gdb & Victor's guide links, and fix voters link ignore (#1051)
* [PATCH]#1044 fixing victor stinner's guide link * fixed conf.py and advanced-tools/gdb.rst link issues * changes made in gbd.rst