aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/pydoc_data
Commit message (Collapse)AuthorAge
* Python 3.14.0a7v3.14.0a7Hugo van Kemenade2025-04-08
|
* gh-127833: Use `productionlist` nodes to implement the `grammar-snippet` ↵Adam Turner2025-03-20
| | | | | | directive (#130376) Co-authored-by: Petr Viktorin <encukou@gmail.com> Co-authored-by: Blaise Pabon <blaise@gmail.com>
* GH-121970: Extract `pydoc_topics` into a new extension (#131256)Adam Turner2025-03-19
|
* Python 3.14.0a6v3.14.0a6Hugo van Kemenade2025-03-14
|
* gh-121970: Revert "GH-121970: Extract ``pydoc_topics`` into a new extension ↵Hugo van Kemenade2025-03-14
| | | | | | | (#129116)" (#131245) Revert "GH-121970: Extract ``pydoc_topics`` into a new extension (#129116)" This reverts commit 01bcf13a1c5bfca5124cf2e0679c9d1b25b04708.
* Remove trailing whitespace in Lib/pydoc_data/topics.py (#130014)Sam Gross2025-02-11
|
* Python 3.14.0a5v3.14.0a5Hugo van Kemenade2025-02-11
|
* GH-121970: Extract ``pydoc_topics`` into a new extension (#129116)Adam Turner2025-01-21
|
* Python 3.14.0a4v3.14.0a4Hugo van Kemenade2025-01-14
|
* Python 3.14.0a3v3.14.0a3Hugo van Kemenade2024-12-17
|
* Python 3.14.0a2v3.14.0a2Hugo van Kemenade2024-11-19
|
* Python 3.14.0a1v3.14.0a1Hugo van Kemenade2024-10-15
|
* gh-125072: Add label for assignment expressions; update tracked section for ↵Emily Morehouse2024-10-07
| | | | assignment expression topic (#125074)
* gh-81263: Add assignment expressions to `help` (#124641)Emily Morehouse2024-09-27
| | | | | * Add assignment expression (:=) to `help` * Update index for Assignment Expressions to include pair of `assignment; expression`
* Python 3.13.0b1v3.13.0b1Thomas Wouters2024-05-08
|
* Add 'The Python 2.3 Method Resolution Order' (#116435)Hugo van Kemenade2024-04-15
|
* Python 3.13.0a6v3.13.0a6Thomas Wouters2024-04-09
|
* Python 3.13.0a5v3.13.0a5Thomas Wouters2024-03-12
|
* Python 3.13.0a4v3.13.0a4Thomas Wouters2024-02-15
|
* Python 3.13.0a3v3.13.0a3Thomas Wouters2024-01-17
|
* Python 3.13.0a2v3.13.0a2Thomas Wouters2023-11-22
|
* Python 3.13.0a1v3.13.0a1Thomas Wouters2023-10-13
|
* Python 3.12.0b1v3.12.0b1Thomas Wouters2023-05-22
|
* gh-104301: Allow leading whitespace in disambiguated pdb statements (#104342)James Gerity2023-05-11
|
* Python 3.12.0a7v3.12.0a7Thomas Wouters2023-04-04
|
* gh-102778: Add sys.last_exc, deprecate sys.last_type, ↵Irit Katriel2023-03-18
| | | | sys.last_value,sys.last_traceback (#102779)
* Python 3.12.0a6v3.12.0a6Thomas Wouters2023-03-07
|
* Python 3.12.0a5v3.12.0a5Thomas Wouters2023-02-07
|
* Python 3.12.0a4v3.12.0a4Thomas Wouters2023-01-10
|
* Python 3.12.0a3v3.12.0a3Thomas Wouters2022-12-06
|
* Python 3.12.0a2v3.12.0a2Thomas Wouters2022-11-14
|
* Python 3.12.0a1v3.12.0a1Thomas Wouters2022-10-25
|
* Python 3.11.0b1Pablo Galindo2022-05-06
|
* bpo-45995: add "z" format specifer to coerce negative 0 to zero (GH-30049)John Belmonte2022-04-11
| | | | | | | | Add "z" format specifier to coerce negative 0 to zero. See https://github.com/python/cpython/issues/90153 (originally https://bugs.python.org/issue45995) for discussion. This covers `str.format()` and f-strings. Old-style string interpolation is not supported. Co-authored-by: Mark Dickinson <dickinsm@gmail.com>
* Python 3.11.0a7v3.11.0a7Pablo Galindo2022-04-05
|
* Python 3.11.0a6v3.11.0a6Pablo Galindo2022-03-07
|
* Python 3.11.0a5v3.11.0a5Pablo Galindo2022-02-03
|
* Python 3.11.0a4v3.11.0a4Pablo Galindo2022-01-13
|
* Python 3.11.0a3v3.11.0a3Pablo Galindo2021-12-08
|
* Python 3.11.0a2v3.11.0a2Pablo Galindo2021-11-05
|
* bpo-10716: Migrating pydoc to html5. (GH-28651)Julien Palard2021-10-09
|
* Python 3.11.0a1v3.11.0a1Pablo Galindo2021-10-05
|
* [codemod] Fix non-matching bracket pairs (GH-28473)Mohamad Mansour2021-09-22
| | | | | Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu> Co-authored-by: Serhiy Storchaka <storchaka@gmail.com> Co-authored-by: Łukasz Langa <lukasz@langa.pl>
* Python 3.10.0a7v3.10.0a7Pablo Galindo2021-04-05
|
* bpo-41933: Clarify wording for s * n in Common Sequence Operations (GH-22570)Chavdar Yotov2021-03-15
|
* Remove unused suspicious rule in the docsv3.10.0a6Pablo Galindo2021-03-01
|
* Fix Sphynx syntax in the memory.rst documentv3.10.0a5Pablo Galindo2021-02-02
|
* Python 3.10.0a4v3.10.0a4Pablo Galindo2021-01-04
|
* Python 3.10.0a3v3.10.0a3Pablo Galindo2020-12-07
|
* Python 3.10.0a2v3.10.0a2Pablo Galindo2020-11-03
|