Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: classicvalues/python-docs-es
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b15d5cb
Choose a base ref
...
head repository: python/python-docs-es
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 169b71e
Choose a head ref
  • 2 commits
  • 2 files changed
  • 4 contributors

Commits on Oct 9, 2023

  1. No ignorar archivos que tienen sólo entradas fuzzy (python#2377)

    Me di cuenta que en la página de [progreso de la
    traducción](https://python-docs-es.readthedocs.io/es/3.11/progress.html)
    quedan muchos archivos que sólo tienen entradas fuzzy para verificar,
    pero no hay un issue creado.
    
    En esta PR agrego una condición al script `create_issue.py` para que
    esos archivos no sean ignorados.
    
    Además, actualizo un import que no funciona con la version actual de
    `potodo`.
    aandrea authored Oct 9, 2023
    Configuration menu
    Copy the full SHA
    4a02cae View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Add stale action for PR and Issues (python#2383)

    Esta es una propuesta de reemplazo a ladibug para gestionar el estado de
    Issues y PRs que han estado sin movimiento en un periodo de tiempo.
    
    Closes python#628
    Reemplaza python#629
    
    ---------
    
    Co-authored-by: Cristián Maureira-Fredes <cmaureir@users.noreply.github.com>
    Co-authored-by: Carlos A. Crespo <lvccrespo@gmail.com>
    3 people authored Oct 17, 2023
    Configuration menu
    Copy the full SHA
    169b71e View commit details
    Browse the repository at this point in the history
Loading