| Commit message (Expand) | Author | Age | Files | Lines |
* | Doc: Fix suggested usage of `-X gil=0` in the glossary (#125366) | Ruoyu Zhong | 2024-10-13 | 1 | -1/+1 |
|
|
* | gh-124872: Refine contextvars documentation (#124773) | Richard Hansen | 2024-10-09 | 1 | -9/+31 |
|
|
* | gh-101100: Consolidate documentation on `ModuleType` attributes (#124709) | Alex Waygood | 2024-10-09 | 1 | -3/+8 |
|
|
* | gh-70870: Clarify dual usage of 'free variable' (#122545) | Alyssa Coghlan | 2024-10-08 | 1 | -0/+29 |
|
|
* | Doc: Simplify the definition of 'soft deprecated' (#124988) | Andrés Delfino | 2024-10-06 | 1 | -9/+5 |
|
|
* | gh-101100: Add a table of class attributes to the "Custom classes" section of... | Alex Waygood | 2024-09-25 | 1 | -2/+2 |
|
|
* | Replace the term `Immutable` with a `Hashable` in the `sequence` entry of the... | decorator-factory | 2024-09-23 | 1 | -1/+1 |
|
|
* | gh-119180: Documentation for PEP 649 and 749 (#122235) | Jelle Zijlstra | 2024-09-11 | 1 | -5/+15 |
|
|
* | gh-120426: Reword the glossary term "immortal" (GH-123191) | Petr Viktorin | 2024-08-27 | 1 | -7/+5 |
|
|
* | gh-120496: Add a note about iterator thread-safe (gh-120685) | Donghee Na | 2024-06-18 | 1 | -0/+3 |
|
|
* | gh-120178: Documentation typo corrections (#120179) | David Lowry-Duda | 2024-06-06 | 1 | -1/+1 |
|
|
* | doc: Add glossary entry for "free threading" (#119865) | Sam Gross | 2024-05-31 | 1 | -0/+6 |
|
|
* | gh-118055: Update the finder glossary entry (GH-118278) | Lincoln | 2024-05-30 | 1 | -2/+2 |
|
|
* | gh-74929: PEP 667 general docs update (gh-119201) | Alyssa Coghlan | 2024-05-21 | 1 | -0/+9 |
|
|
* | gh-111201: A new Python REPL (GH-111567) | Pablo Galindo Salgado | 2024-05-05 | 1 | -4/+10 |
|
|
* | Add 'The Python 2.3 Method Resolution Order' (#116435) | Hugo van Kemenade | 2024-04-15 | 1 | -2/+1 |
|
|
* | gh-117739: Update definition of global interpreter lock for 3.13 (#117740) | Savannah Ostrowski | 2024-04-12 | 1 | -6/+6 |
|
|
* | Fix sort order for "locale encoding" glossary item (#115794) | Carol Willing | 2024-03-20 | 1 | -12/+12 |
|
|
* | Add `typing.NamedTuple` in glossary section for named tuples (#108327) | Tushar Sadhwani | 2024-03-12 | 1 | -4/+5 |
|
|
* | gh-101100: Fix Sphinx reference warnings in the glossary (#114729) | Skip Montanaro | 2024-02-03 | 1 | -3/+5 |
|
|
* | gh-113664: Improve style of Big O notation (GH-113695) | Serhiy Storchaka | 2024-01-10 | 1 | -1/+1 |
|
|
* | gh-101100: Fix most Sphinx nitpicks in the glossary and `stdtypes.rst` (#112757) | Alex Waygood | 2023-12-06 | 1 | -21/+26 |
|
|
* | Add links under "generator expression" in glossary (#112537) | William Andrea | 2023-12-01 | 1 | -1/+1 |
|
|
* | gh-110481, doc: Add "immortal" term to the glossary (#112180) | Victor Stinner | 2023-11-17 | 1 | -1/+11 |
|
|
* | Glossary: Add "static type checker" (#111837) | Jelle Zijlstra | 2023-11-08 | 1 | -2/+7 |
|
|
* | GH-101100: Fix reference warnings for ``__enter__`` and ``__exit__`` (#110112) | Adam Turner | 2023-10-19 | 1 | -1/+1 |
|
|
* | GH-101100: Fix reference warnings for ``__getitem__`` (#110118) | Adam Turner | 2023-10-19 | 1 | -4/+4 |
|
|
* | gh-98154: Clarify Usage of "Reference Count" In the Docs (gh-107552) | Eric Snow | 2023-08-07 | 1 | -5/+10 |
|
|
* | gh-106535: Document PEP 387 Soft Deprecation (#106536) | Victor Stinner | 2023-07-07 | 1 | -0/+15 |
|
|
* | gh-101100: Fix reference to asynchronous methods (#106172) | F3eQnxN3RriK | 2023-06-28 | 1 | -9/+9 |
|
|
* | gh-104780: Remove 2to3 program and lib2to3 module (#104781) | Victor Stinner | 2023-05-23 | 1 | -9/+0 |
|
|
* | gh-87864: Use correct function definition syntax in the docs (#103312) | Nikita Sobolev | 2023-04-11 | 1 | -1/+1 |
|
|
* | glossary.rst: Fix typo in package definition (GH-98865) | ab | 2022-10-29 | 1 | -1/+1 |
|
|
* | gh-95276: Add callable entry to the glossary (#95738) | MonadChains | 2022-10-12 | 1 | -0/+10 |
|
|
* | gh-96397: Document that attributes need not be identifiers (#96454) | Jeff Allen | 2022-09-29 | 1 | -2/+9 |
|
|
* | gh-84910: Tweak IDLE Glossary entry (#95866) | Terry Jan Reedy | 2022-08-11 | 1 | -3/+3 |
|
|
* | Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH... | Ned Batchelder | 2022-07-05 | 1 | -1/+1 |
|
|
* | bpo-38056: overhaul Error Handlers section in codecs documentation (#15732) | Ma Lin | 2022-05-09 | 1 | -1/+10 |
|
|
* | bpo-47000: Add `locale.getencoding()` (GH-32068) | Inada Naoki | 2022-04-09 | 1 | -6/+6 |
|
|
* | Update glossary.rst (GH-32093) | Géry Ogam | 2022-03-29 | 1 | -8/+7 |
|
|
* | bpo-43698: do not use `...` as argument name in docs (GH-30502) | Nikita Sobolev | 2022-01-26 | 1 | -2/+2 |
|
|
* | bpo-45250: fix docs regarding `__iter__` and iterators being inconsistently r... | Brett Cannon | 2021-11-20 | 1 | -0/+5 |
|
|
* | [doc] bpo-45680: Improve glossary entry for generic types (GH-29388) | Alex Waygood | 2021-11-06 | 1 | -4/+5 |
|
|
* | bpo-44693: Update __future__ entry in Doc/glossary.rst (GH-27349) | Steven Hsu | 2021-07-26 | 1 | -6/+7 |
|
|
* | bpo-44651: delete entry of "coercion" in Doc/glossary.rst (GH-27226) | Steven Hsu | 2021-07-22 | 1 | -10/+0 |
|
|
* | Remove duplicate words in docs. (GH-26167) | Mariusz Felisiak | 2021-05-21 | 1 | -1/+1 |
|
|
* | bpo-43987: Add "Annotations Best Practices" HOWTO doc. (#25746) | larryhastings | 2021-05-02 | 1 | -0/+6 |
|
|
* | bpo-42294: Grammar fixes in doc glossary strong/weak refs (GH-23227) | kj | 2020-11-10 | 1 | -5/+5 |
|
|
* | bpo-42294: Add borrowed/strong reference to doc glossary (GH-23206) | Victor Stinner | 2020-11-09 | 1 | -0/+24 |
|
|
* | bpo-42236: Enhance init and encoding documentation (GH-23109) | Victor Stinner | 2020-11-02 | 1 | -0/+31 |
|
|