Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | datamodel: Fix a typo in ``object.__init_subclass__`` (#111599) | InSync | 2024-01-12 | 1 | -1/+1 |
| | |||||
* | Docs: Amend codeobject.co_lines docs; end number is exclusive (#113970) | Ned Batchelder | 2024-01-12 | 1 | -3/+3 |
| | | | The end number should be exclusive, not inclusive. | ||||
* | gh-113664: Improve style of Big O notation (GH-113695) | Serhiy Storchaka | 2024-01-10 | 1 | -1/+1 |
| | | | | Use cursive to make it looking like mathematic formulas. | ||||
* | Document the `co_lines` method on code objects (#113682) | Alex Waygood | 2024-01-03 | 1 | -2/+37 |
| | | | Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com> | ||||
* | gh-113313: Note that slice support is not required for all sequences. ↵ | Raymond Hettinger | 2023-12-21 | 1 | -3/+3 |
| | | | | (gh-113377) | ||||
* | Fix typo in datamodel docs (#113314) | Rodrigo Girão Serrão | 2023-12-20 | 1 | -1/+1 |
| | | | Co-authored-by: Rodrigo Girão Serrão <5621605+rodrigogiraoserrao@users.noreply.github.com> | ||||
* | gh-101100: Improve docs on exception attributes (GH-113057) | Alex Waygood | 2023-12-13 | 1 | -1/+2 |
| | | | | | | | | | | | * Improve docs on exception attributes * thanks sphinx-lint * fix doctests * argh, okay, give up on doctests * Various improvements | ||||
* | gh-101100: Further improve docs on function attributes (#113001) | Alex Waygood | 2023-12-12 | 1 | -3/+6 |
| | |||||
* | gh-101100: Improve documentation on function attributes (#112933) | Alex Waygood | 2023-12-11 | 1 | -90/+107 |
| | | | | Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com> | ||||
* | gh-101100: Improve documentation of `TracebackType` attributes (#112884) | Alex Waygood | 2023-12-09 | 1 | -21/+39 |
| | |||||
* | gh-101100: Improve documentation for attributes on instance methods (#112832) | Alex Waygood | 2023-12-08 | 1 | -25/+52 |
| | |||||
* | gh-101100: Improve documentation of code object attributes (#112781) | Alex Waygood | 2023-12-06 | 1 | -30/+84 |
| | |||||
* | gh-101100: Properly document frame object attributes (#112735) | Alex Waygood | 2023-12-05 | 1 | -25/+59 |
| | |||||
* | gh-101100: Fix many easily solvable Sphinx nitpicks in the datamodel docs ↵ | Alex Waygood | 2023-12-05 | 1 | -26/+32 |
| | | | | (#112737) | ||||
* | gh-101100: Fix most Sphinx nitpicks in `inspect.rst` (#112662) | Alex Waygood | 2023-12-03 | 1 | -0/+2 |
| | |||||
* | gh-79932: raise exception if frame.clear() is called on a suspended frame ↵ | Irit Katriel | 2023-11-07 | 1 | -1/+6 |
| | | | | (#111792) | ||||
* | GH-101100: Fix reference warnings for ``__enter__`` and ``__exit__`` (#110112) | Adam Turner | 2023-10-19 | 1 | -3/+3 |
| | |||||
* | Docs: Resolve Sphinx warnings in dis.rst (#108476) | Erlend E. Aasland | 2023-08-25 | 1 | -1/+3 |
| | | | | | - Link to the code objects reference - Suppress link to deliberately undocumented builtins.__build_class__ - Suppress links for example methods | ||||
* | Datamodel: Add headings to the standard type hierarchy (#108146) | Adam Turner | 2023-08-25 | 1 | -1000/+1104 |
| | | | Dedent content according to the new layout. | ||||
* | Docs: Datamodel: Merge "Notes on using __slots__" with the parent section ↵ | Adam Turner | 2023-08-25 | 1 | -2/+1 |
| | | | | (#108400) | ||||
* | gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) | Serhiy Storchaka | 2023-07-29 | 1 | -4/+4 |
| | |||||
* | gh-106892: Use roles :data: and :const: for referencing module variables ↵ | Serhiy Storchaka | 2023-07-21 | 1 | -2/+2 |
| | | | | (GH-106894) | ||||
* | Fix typo in datamodel.rst (#106587) | Riahiamirreza | 2023-07-10 | 1 | -1/+1 |
| | |||||
* | gh-106046: Improve error message from `os.fspath` if `__fspath__` is set to ↵ | Alex Waygood | 2023-06-25 | 1 | -2/+3 |
| | | | | `None` (#106082) | ||||
* | gh-103921: Document PEP 695 (#104642) | Jelle Zijlstra | 2023-05-26 | 1 | -0/+12 |
| | | | Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com> | ||||
* | GH-97950: Use new-style index directive ('builtin') (#104164) | Adam Turner | 2023-05-06 | 1 | -25/+25 |
| | | | | | | | | | | | | | * Uncomment builtin removal in pairindextypes * Use new-style index directive ('builtin') - C API * Use new-style index directive ('builtin') - Extending * Use new-style index directive ('builtin') - Library * Use new-style index directive ('builtin') - Reference * Use new-style index directive ('builtin') - Tutorial | ||||
* | gh-102500: Document PEP 688 (#102571) | Jelle Zijlstra | 2023-05-04 | 1 | -0/+41 |
| | | | | Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com> Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com> | ||||
* | GH-97950: Use new-style index directive ('statement') (#104162) | Adam Turner | 2023-05-04 | 1 | -4/+4 |
| | |||||
* | GH-97950: Use new-style index directive ('object') (#104158) | Adam Turner | 2023-05-04 | 1 | -44/+44 |
| | | | | | | | | | | | * Uncomment object removal in pairindextypes * Use new-style index directive ('object') - C API * Use new-style index directive ('object') - Library * Use new-style index directive ('object') - Reference * Use new-style index directive ('object') - Tutorial | ||||
* | GH-97950: Use new-style index directive ('module') (#103996) | Adam Turner | 2023-05-04 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | * Use new-style index directive ('module') - C API * Use new-style index directive ('module') - Library * Use new-style index directive ('module') - Reference * Use new-style index directive ('module') - Tutorial * Uncomment module removal in pairindextypes * Use new-style index directive ('module') - C API * Use new-style index directive ('module') - Library * Use new-style index directive ('module') - Reference | ||||
* | GH-103484: Fix redirected permanently URLs (#104001) | Rafael Fontenelle | 2023-05-02 | 1 | -1/+1 |
| | | | | | Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com> Co-authored-by: Oleg Iarygin <dralife@yandex.ru> | ||||
* | gh-101688: Implement types.get_original_bases (#101827) | James Hilton-Balfe | 2023-04-23 | 1 | -0/+4 |
| | | | Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com> | ||||
* | gh-103373: `__mro_entries__` docs: improve cross references (#103398) | Alex Waygood | 2023-04-11 | 1 | -5/+10 |
| | | | Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM> | ||||
* | gh-103373: Improve documentation for `__mro_entries__` (#103374) | Alex Waygood | 2023-04-08 | 1 | -5/+9 |
| | |||||
* | gh-101865: Deprecate `co_lnotab` from code objects as per PEP 626 (#101866) | Nikita Sobolev | 2023-04-03 | 1 | -1/+2 |
| | | | Co-authored-by: Oleg Iarygin <oleg@arhadthedev.net> | ||||
* | gh-100315: clarification to `__slots__` docs. (#102621) | T | 2023-03-14 | 1 | -2/+4 |
| | | | refer to tp_itemsize in discussion on "variable-length" built-in types | ||||
* | gh-102011: use sys.exception() instead of sys.exc_info() in docs where ↵ | Irit Katriel | 2023-02-20 | 1 | -0/+1 |
| | | | | possible (#102012) | ||||
* | GH-101898: Fix missing term references for hashable definition (#101899) | Furkan Onder | 2023-02-14 | 1 | -1/+1 |
| | | | Fix missing term references for hashable definition | ||||
* | GH-85979: Clarify specification of `object.__await__` (#22320) | Paolo Lammens | 2022-12-31 | 1 | -0/+8 |
| | | | Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com> | ||||
* | Fix typo in `__match_args__` doc (#99785) | Terry Jan Reedy | 2022-11-26 | 1 | -1/+1 |
| | | | A opy of #98549, whose author (@icecream17) uses a school computer that blocks the CLA site. I did not mention this in commit comment above so CLA bot does not pick up the name and request the CLA again. | ||||
* | docs: Change links to label refs (#98454) | Stanley | 2022-10-26 | 1 | -0/+2 |
| | | | Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM> | ||||
* | gh-93738: Documentation C syntax (:c:type:<C type> -> :c:expr:<C type>) (#97768) | Adam Turner | 2022-10-05 | 1 | -1/+1 |
| | | | | | :c:type:`<C type>` -> :c:expr:`<C type>` Co-authored-by: Łukasz Langa <lukasz@langa.pl> | ||||
* | gh-96348: Deprecate the 3-arg signature of coroutine.throw and ↵ | Ofey Chan | 2022-09-30 | 1 | -0/+5 |
| | | | | generator.throw (GH-96428) | ||||
* | Docs: remove redundant "adverb-adjective" hyphens from compound modifiers ↵ | Ned Batchelder | 2022-07-05 | 1 | -2/+2 |
| | | | | | (GH-94551) Discussion: https://discuss.python.org/t/slight-grammar-fix-throughout-adverbs-dont-need-hyphen/17021 | ||||
* | bpo-14911: Corrected generator.throw() documentation (GH-32207) | Dave Goncalves | 2022-03-31 | 1 | -1/+2 |
| | | | Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com> | ||||
* | bpo-46013: Fix confusing kerning on period in docs (GH-29989) | jmcb | 2022-03-20 | 1 | -1/+1 |
| | |||||
* | Removed ambiguity in __init_subclass__ docs (GH-31540) | David Gilbertson | 2022-03-08 | 1 | -1/+1 |
| | |||||
* | bpo-44977: Deprecate delegation of int to __trunc__ (GH-31031) | Zackery Spytz | 2022-02-03 | 1 | -0/+3 |
| | | | | | Calling int(a) when type(a) implements __trunc__ but not __int__ or __index__ now raises a DeprecationWarning. | ||||
* | bpo-46076: Improve documentation for per-attribute docstrings with ↵ | Alex Waygood | 2021-12-19 | 1 | -3/+6 |
| | | | | `__slots__` (GH-30109) | ||||
* | Fix some false positives of documentation syntax problems | Pablo Galindo | 2021-12-08 | 1 | -1/+1 |
| |