index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
reference
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-45393: help() on operator precedence has misleading entries (GH-31246) (G...
Miss Islington (bot)
2022-05-19
1
-2/+2
*
gh-80143: Add clarification for escape characters (GH-92292) (GH-92629)
Miss Islington (bot)
2022-05-16
1
-3/+7
*
gh-87304: Improve comments in language reference for imports (GH-92164)
Miss Islington (bot)
2022-05-03
1
-3/+3
*
gh-89885: Improve import example in language reference (GH-91523)
Miss Islington (bot)
2022-04-17
1
-6/+4
*
Language reference: Remove duplicated text about iterable unpacking (GH-25212)
Miss Islington (bot)
2022-04-03
1
-3/+1
*
bpo-24563: Link encoding names to encoding declarations (GH-32274)
Miss Islington (bot)
2022-04-03
1
-3/+2
*
bpo-14911: Corrected generator.throw() documentation (GH-32207)
Miss Islington (bot)
2022-03-31
2
-3/+17
*
bpo-12029: [doc] clarify that except does not match virtual subclasses of the...
Irit Katriel
2022-03-21
2
-5/+7
*
bpo-46013: Fix confusing kerning on period in docs (GH-29989) (GH-32005)
Miss Islington (bot)
2022-03-20
1
-1/+1
*
Removed confusing reference to sys (GH-31638)
Miss Islington (bot)
2022-03-08
1
-3/+3
*
Removed ambiguity in __init_subclass__ docs (GH-31540)
Miss Islington (bot)
2022-03-08
1
-1/+1
*
bpo-45680: Improve docs on subscriptions w.r.t. `GenericAlias` objects (GH-29...
Miss Islington (bot)
2022-03-08
1
-20/+30
*
[3.10] bpo-23556: [doc] Fix inaccuracy in documentation for raise without arg...
Miss Islington (bot)
2022-01-27
1
-8/+10
*
[3.10] bpo-24650: Use full term "generator function" in yield expressions doc...
Miss Islington (bot)
2022-01-07
1
-2/+2
*
bpo-46095: Improve SeqIter documentation. (GH-30316) (GH-30330)
Miss Islington (bot)
2022-01-01
1
-21/+0
*
bpo-46076: Improve documentation for per-attribute docstrings with `__slots__...
Miss Islington (bot)
2021-12-19
1
-3/+6
*
bpo-45840: Improve cross-references in the data model documentation (GH-29633...
Alex Waygood
2021-12-13
1
-54/+76
*
[doc] Clarify MRO precedence in descriptor super binding section (GH-29539) (...
Miss Islington (bot)
2021-12-11
1
-1/+1
*
bpo-45619: documentation of execution model: clarify and update binding summa...
Miss Islington (bot)
2021-11-26
1
-9/+19
*
[3.10] bpo-45250: fix docs regarding `__iter__` and iterators being inconsist...
Brett Cannon
2021-11-22
1
-14/+12
*
[3.10] [doc] bpo-45680: Disambiguate ``__getitem__`` and ``__class_getitem__`...
Miss Islington (bot)
2021-11-18
1
-18/+146
*
bpo-45640: [docs] Tokens are now clickable (GH-29260) (GH-29621)
Miss Islington (bot)
2021-11-18
3
-53/+53
*
bpo-45583: Correct datamodel documentation of int() (GH-29182) (GH-29285)
Miss Islington (bot)
2021-10-28
1
-2/+2
*
[3.10]bpo-45463: Clarify that global statements allows multiple names (GH-288...
Miss Islington (bot)
2021-10-16
1
-4/+4
*
[docs] lexical_analysis: Expand the text on ``_`` (GH-28903) (GH-28933)
Miss Islington (bot)
2021-10-13
1
-4/+16
*
Fix class pattern docs to refer to class patterns (GH-28849)
Miss Islington (bot)
2021-10-10
1
-1/+1
*
bpo-45346: Keep docs consistent regarding true and false values (GH-28697) (G...
Miss Islington (bot)
2021-10-02
1
-4/+4
*
[3.10] [docs] Improve the markup of powers (GH-28598) (GH-28607)
Łukasz Langa
2021-09-28
1
-1/+1
*
[3.10] [codemod] Fix non-matching bracket pairs (GH-28473) (GH-28511)
Łukasz Langa
2021-09-21
1
-1/+1
*
bpo-45198: __set_name__ documentation not clear about its usage with non-desc...
Miss Islington (bot)
2021-09-18
1
-29/+34
*
bpo-44964: Correct the note about the f_lasti field (GH-28208) (GH-28276)
Miss Islington (bot)
2021-09-10
1
-3/+2
*
bpo-45104: Clarify when __init__ is called (GH-28210)
Miss Islington (bot)
2021-09-07
1
-1/+1
*
bpo-44964: Add a note explaining the new semantics of f_last_i in frame objec...
Miss Islington (bot)
2021-09-07
1
-2/+3
*
bpo-45003: Change __div__ to __truediv__ in py3 language reference. (GH-27951...
Miss Islington (bot)
2021-08-26
1
-1/+1
*
bpo-39452: Rewrite and expand __main__.rst (GH-26883)
Miss Islington (bot)
2021-08-24
1
-0/+2
*
bpo-41911: Update docs for various expressions (GH-27470) (GH-27490)
Miss Islington (bot)
2021-07-30
1
-7/+34
*
[3.10] bpo-44589: raise a SyntaxError when mapping patterns have duplicate li...
Miss Islington (bot)
2021-07-15
1
-4/+5
*
Update doc as relative import can be used with star import (GH-25667) (GH-26121)
Miss Islington (bot)
2021-05-14
1
-1/+1
*
bpo-43977: Update pattern matching language reference docs (GH-25917) (GH-26117)
Miss Islington (bot)
2021-05-14
1
-7/+35
*
bpo-44025: Clarify when '_' is a keyword. (GH-25873)
Miss Islington (bot)
2021-05-04
1
-2/+4
*
bpo-43990: Fix the footnote ordering in the operator precedence docs (GH-25805)
Zackery Spytz
2021-05-02
1
-3/+3
*
bpo-43987: Add "Annotations Best Practices" HOWTO doc. (#25746)
larryhastings
2021-05-02
1
-19/+51
*
bpo-42800: add audit hooks for f_code and tb_frame (GH-24182)
Ryan Hileman
2021-04-29
1
-0/+6
*
Fix a typo in datamodel reference document (GH-24930)
Géry Ogam
2021-04-25
1
-1/+1
*
bpo-38605: Revert making 'from __future__ import annotations' the default (GH...
Pablo Galindo
2021-04-21
2
-5/+12
*
bpo-43837: Reverse order of precedence table to show tightly binding operator...
Ammar Askar
2021-04-19
1
-29/+29
*
Use double quotes over single quotes for match statement grammar (GH-24943)
Ken Jin
2021-04-12
1
-2/+2
*
bpo-43682: Make staticmethod objects callable (GH-25117)
Victor Stinner
2021-04-11
1
-3/+2
*
Fix description of behaviour of an exception class in 'from' clause (GH-24303)
Mark Dickinson
2021-04-11
1
-4/+7
*
bpo-39702: Remove dotted_name from decorator documentation (GH-25234)
Saiyang Gou
2021-04-08
1
-1/+0
[next]