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 <CAM.Gerlach@Gerlach.CAM>
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] <support@github.com> 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 <hugovk@users.noreply.github.com> * Fix whitespace. --------- Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Commits on May 10, 2023
-
Update communication-channels.rst (#1094)
Co-authored-by: Oleg Iarygin <oleg@arhadthedev.net> Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com> Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
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 <CAM.Gerlach@Gerlach.CAM> Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
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 <CAM.Gerlach@Gerlach.CAM> * Add reST target for 'Topic labels' --------- Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
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 <CAM.Gerlach@Gerlach.CAM> * Apply suggestions from code review Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM> Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com> * Fix miss-islington link markup. * Add more ref targets to prevent link rotting. Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM> Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com> * 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 <CAM.Gerlach@Gerlach.CAM> * 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 <hugovk@users.noreply.github.com> * Fix "triager" capitalization. Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com> * Document the `automerge` label. * Remove obsolete note/comment. * Minor grammar/punctuation/phrasing fixes. Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM> * Final tweaks. Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM> --------- Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM> Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
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) <ferdnyc@gmail.com>
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 <hugovk@users.noreply.github.com>
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 <CAM.Gerlach@Gerlach.CAM>
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 <thecesrom@gmail.com> * 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 <CAM.Gerlach@Gerlach.CAM> * Install and use openssl@1.1 with Homebrew * Apply suggestions from code review Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM> * Restore Python 3.10+ PKG_CONFIG_PATH * Update following text to match revised macOS building language --------- Signed-off-by: César Román <thecesrom@gmail.com> Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
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