X Tutup
The Wayback Machine - https://web.archive.org/web/20220424203012/https://github.com/python/devguide/commits/main
Skip to content
Permalink
main

Commits on Apr 21, 2022

  1. Update my affiliation (#846)

    pitrou committed Apr 21, 2022
  2. fix inline markup (#844)

    methane committed Apr 21, 2022

Commits on Apr 19, 2022

Commits on Apr 18, 2022

  1. Rename CI check. (#840)

    ezio-melotti committed Apr 18, 2022

Commits on Apr 16, 2022

  1. Fix some incorrect links (#831)

    * Fix some incorrect links
    
    * Fix/Remove more broken links/sections
    
    * Missed whitespace
    
    * Fix broken link about buildbots on Windows.
    
    Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
    slateny and ezio-melotti committed Apr 16, 2022
  2. Update Translators Table (#836)

    * update-translators-table
    
    related to [#835](#835)
    
    * Update documenting.rst
    
    Changed links from __bpo__ to __gh__
    
    * Update documenting.rst
    
    * Show GitHub usernames in the translation table
    
    Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
    osama24sy and ezio-melotti committed Apr 16, 2022

Commits on Apr 12, 2022

  1. Replace bpo- with gh- (#830)

    Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
    methane and JelleZijlstra committed Apr 12, 2022

Commits on Apr 10, 2022

  1. Fix small ReST mishap

    ambv committed Apr 10, 2022
  2. Add a note about direct test module invocation (#801)

    Co-authored-by: Mariatta Wijaya <Mariatta@users.noreply.github.com>
    sobolevn and Mariatta committed Apr 10, 2022
  3. Add persian to documenting.rst (#824)

    Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
    mmdbalkhi and hugovk committed Apr 10, 2022
  4. Allow triagers to close PRs if the PR is of very low quality (#828)

    As discussed on the CPython core-dev discord channel, there are several issues of the current policy that states that triagers should never close PRS:
    - Github's setup allows members of the triage team to close PRs, regardless of the policy stated in the devguide.
    - This policy isn't consistently followed by all members of the triage team. Some triagers occasionally close PRs (I have closed one or two myself in situations where it seemed abundantly clear that there was no prospect of the PR being merged).
    - This policy isn't really enforced in any way if triagers do close PRs. This lack of enforcement seems to be an implicit endorsement of the idea that it is okay for triagers to close PRs in some circumstances.
    - It feels silly to have to bother a core dev with a request for a PR to be closed if it's self-evident that it should be closed (e.g. if the PR makes changes to a deprecated module, makes solely cosmetic changes to a module, or simply has a 0% chance of ever being merged)
    - Changing this policy will help towards the goal of reducing the CPython PR backlog
    
    Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
    AlexWaygood and hugovk committed Apr 10, 2022

Commits on Apr 9, 2022

  1. Use GitHub usernames in the expert index. (#825)

    * Use GitHub usernames in the expert index.
    
    * Replace developers.csv with the generated version.
    ezio-melotti committed Apr 9, 2022

Commits on Apr 8, 2022

  1. Update furo requirement from <2022.3.5 to <2022.4.8 (#827)

    Updates the requirements on [furo](https://github.com/pradyunsg/furo) to permit the latest version.
    - [Release notes](https://github.com/pradyunsg/furo/releases)
    - [Changelog](https://github.com/pradyunsg/furo/blob/main/docs/changelog.md)
    - [Commits](pradyunsg/furo@2020.08.14.beta5...2022.04.07)
    
    ---
    updated-dependencies:
    - dependency-name: furo
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Apr 8, 2022

Commits on Mar 30, 2022

  1. Update to canonical PEP URLs (#822)

    * Update to canonical PEP URLs and use the Sphinx :pep: role
    
    * Bump Sphinx to 4.5.0 to use updated :pep: role
    hugovk committed Mar 30, 2022

Commits on Mar 25, 2022

  1. Communications: add Discord, expand on Discourse (#820)

    * Communications: add Discord, expand on Discourse
    
    * move the Diversity statement reference up to the top of the
      page (it's getting a bit hidden as the earlier sections grow)
    * add info on joining the Discord server
    * expand on the usage of Discourse
    * mention and link to the Mailman 3 web gateway
    
    * Fix typo
    
    * Add lock icon to private link
    
    Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
    
    Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
    ncoghlan and hugovk committed Mar 25, 2022
  2. Update furo requirement from <2022.2.24 to <2022.3.5 (#819)

    Updates the requirements on [furo](https://github.com/pradyunsg/furo) to permit the latest version.
    - [Release notes](https://github.com/pradyunsg/furo/releases)
    - [Changelog](https://github.com/pradyunsg/furo/blob/main/docs/changelog.md)
    - [Commits](pradyunsg/furo@2020.08.14.beta5...2022.03.04)
    
    ---
    updated-dependencies:
    - dependency-name: furo
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 25, 2022

Commits on Mar 2, 2022

  1. GitHub Actions updates (#808)

    * Use actions/setup-python's caching to simplify config
    
    * Add workflow_dispatch to allow triggering builds
    
    * Show sphinx-build output in colour
    hugovk committed Mar 2, 2022

Commits on Mar 1, 2022

  1. Fix link to asyncio walkthough video (#816)

    Co-authored-by: Karan Chaudhary <kchaudhary@demonware.net>
    lafolle and Karan Chaudhary committed Mar 1, 2022
  2. Update furo requirement from <2022.2.15 to <2022.2.24 (#815)

    Updates the requirements on [furo](https://github.com/pradyunsg/furo) to permit the latest version.
    - [Release notes](https://github.com/pradyunsg/furo/releases)
    - [Changelog](https://github.com/pradyunsg/furo/blob/main/docs/changelog.md)
    - [Commits](pradyunsg/furo@2020.08.14.beta5...2022.02.23)
    
    ---
    updated-dependencies:
    - dependency-name: furo
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 1, 2022

Commits on Feb 23, 2022

  1. Fix capitalization

    zware committed Feb 23, 2022

Commits on Feb 18, 2022

  1. Fix broken links and update redirects (#809)

    * Exclude private links from linkcheck
    
    * Fix five broken links
    
    * Fix ~70 link redirects
    
    * Remove link to old Tracker-discuss mailing list and update meta tracker link
    hugovk committed Feb 18, 2022
  2. Update documenting.rst (#813)

    https://github.com/alaeddingurel/python-docs-tr is not maintained, replacing with the [maintained translation](https://github.com/python-docs-tr/python-docs-tr).
    egeakman committed Feb 18, 2022

Commits on Feb 16, 2022

  1. Become an expert for typing (GH-812)

    And people can assign issues to me.
    JelleZijlstra committed Feb 16, 2022

Commits on Feb 15, 2022

  1. docs: Translations section links fix (#761)

    * docs: Transalations section links fix
    
    * docs: Changed doc-sig references to translation mailing list
    Abdur-rahmaanJ committed Feb 15, 2022
Older
X Tutup