python-docs-es icon indicating copy to clipboard operation
python-docs-es copied to clipboard

Spanish translation of the Python documentation.

Results 277 python-docs-es issues
Sort by recently updated
recently updated
newest added

This file is 92% translated and needs to reach 100%. The rendered version of this file will be available at https://docs.python.org/es/3.13/howto/sockets.html once translated. Meanwhile, the English version is shown. Current...

good first issue
3.13

This file is 50% translated and needs to reach 100%. The rendered version of this file will be available at https://docs.python.org/es/3.13/extending/building.html once translated. Meanwhile, the English version is shown. Current...

good first issue
3.13

This file is 91% translated and needs to reach 100%. The rendered version of this file will be available at https://docs.python.org/es/3.13/extending/index.html once translated. Meanwhile, the English version is shown. Current...

good first issue
3.13

This file is 43% translated and needs to reach 100%. The rendered version of this file will be available at https://docs.python.org/es/3.13/extending/newtypes_tutorial.html once translated. Meanwhile, the English version is shown. Current...

3.13

Two-tier C API structure description - Explanation of the two stability levels Unstable API reference - Description of the unstable API tier with PyUnstable prefix Limited API reference - Description...

- Recommendation to use specific PyModule/PyObject functions instead of directly manipulating a module's __dict__ attribute - Warning that PyModule_GetFilename raises UnicodeEncodeError for unencodable filenames, with suggestion to use alternative function...

Descripción: Este PR corrige 8 traducciones marcadas como "fuzzy" en el archivo `tutorial/controlflow.po`, específicamente en la sección sobre sentencias `break`, `continue`, y cláusulas `else` en bucles. Cambios realizados: - Corregido...

Closes [#3287](https://github.com/python/python-docs-es/issues/3287)

Translate c-api/type.po from English to Spanish following the translation memory guidelines. Added translations for: - Type watcher callback functions and management - Type object internal namespace access - Heap type...

Added missing translation for c-api/import.po: - PyImport_Import wrapper function description Updated Last-Translator field and Po-Revision-Date. Closes #3254