Skip to content

Commits

Permalink
main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Commits on Jun 4, 2023

  1. Maintain support for pre-Python 3.11 (#1107)

    Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
    hugovk and CAM-Gerlach committed Jun 4, 2023

Commits on Jun 1, 2023

  1. 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>
    dependabot[bot] committed Jun 1, 2023

Commits on May 23, 2023

Commits on May 22, 2023

Commits on May 17, 2023

  1. Replace deprecated utcnow() with now(UTC) (#1097)

    * Replace deprecated utcnow() with now(UTC)
    
    * Update Python requirements
    hugovk committed May 17, 2023

Commits on May 15, 2023

  1. 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>
    ezio-melotti and hugovk committed May 15, 2023

Commits on May 10, 2023

  1. 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>
    4 people committed May 10, 2023

Commits on May 1, 2023

  1. 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.)
    gvanrossum committed May 1, 2023

Commits on Apr 30, 2023

Commits on Apr 24, 2023

  1. Document auto-merge (#1084)

    ambv committed Apr 24, 2023

Commits on Apr 19, 2023

  1. 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>
    3 people committed Apr 19, 2023

Commits on Apr 17, 2023

  1. 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>
    hugovk and CAM-Gerlach committed Apr 17, 2023

Commits on Mar 28, 2023

Commits on Mar 22, 2023

Commits on Mar 16, 2023

  1. 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>
    3 people committed Mar 16, 2023

Commits on Mar 14, 2023

  1. 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>
    ferdnyc committed Mar 14, 2023

Commits on Mar 12, 2023

Commits on Mar 8, 2023

Commits on Mar 6, 2023

  1. 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>
    CAM-Gerlach and hugovk committed Mar 6, 2023

Commits on Mar 1, 2023

Commits on Feb 28, 2023

Commits on Feb 23, 2023

  1. Append a hash ?digest to CSS files for cache-busting (#1054)

    Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
    hugovk and CAM-Gerlach committed Feb 23, 2023

Commits on Feb 17, 2023

  1. 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>
    thecesrom and CAM-Gerlach committed Feb 17, 2023

Commits on Feb 11, 2023

  1. 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
    Dev-satish committed Feb 11, 2023
Older